a#detailImageLink {
	text-decoration: none;
}
.detailImageCaption {
	text-decoration: underline;
}
#detailProductImage {
	width: 300px;
	text-align: center;
	float:left;
	position:relative;
	margin-top: 8px;
}
#detailProductImage img {
	margin: 0 auto;
	display: block;
}
#detailProductSummary {
	width: 365px;
	float: right; 
	display:inline; 
	position: relative;
}
#detailProductSummary .content {
	margin-left: 10px;
}

#detailProductSummary h2, #detailProductDescription h2 {
	font-size : 20px;
	line-height: 23px;
	font-weight : normal;
	color : #1c6599;
	margin: 0;
	padding: 10px 0;
}
#detailProductDescription h2 {
	margin-top: 10px;
}

#detailProductDescription img {
	margin: 10px auto;
	display: block;
}
#detailProductDescription img.prodLogo {
        margin: 0 0 15px 10px;
        display: inline;
        float: right;
        position: relative;
}

#addToCart .button {
	background: transparent url(/images/add-to-cart.gif) no-repeat;
	width: 170px;
	height: 40px;
	border: 0;
	color: #fff;
}
#addToCart .quantity , #addToCart .options, #addToCart .subtotal {
	padding: 8px 0;
}

#addToCartLink {
	margin: 8px auto;
}
#addToCartLink a {
	background: transparent url(/images/add-to-cart.gif) no-repeat;
	width: 156px;
	height: 28px;
	display: block;
	padding: 12px 0 0 14px;
}
#addToCartLink a:link, #addToCartLink a:visited {
	color: #fff;
	text-decoration: none;
}
#addToCartLink a:hover, #addToCartLink a:active, #addToCartLink a:focus {
	color: #F2D98A;
	text-decoration: none;
}
.detailItem, .detailPrice, .detailPriceStrike {
	font-weight: bold;
	color: #000;
	padding: 2px 0 2px 0;
}
.detailSalePrice, .detailOutOfStock {
	font-weight: bold;
	color: #F00;
	padding: 2px 0 2px 0;
}
.value {
	font-weight: normal;
}

.detailLabel {
    font-size: 14px;
    font-weight: bold;
    color: #1C6599;
    padding: 10px 0 0;
    margin-bottom: -10px;
}

#productLineHighlight {
	padding: 8px 0 8px 0;
}


#productLineHeading {
        padding-top: 6px;
}
#productLineHeading h4 {
        float: right;
}
#productLineHeading h3 {
        width: 75%;
}

tr.emailRow {
	display: none;
}

#productVideo h2 {
	background-color: #49a7de;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 4px;
	margin: 8px 0;
}

.product {
    padding: 5px 0;
    margin: 3px;
}

.optionProductName {
    font-weight: bold;
    margin-top: 15px;
}

