/* product detail styles for Zed Candy */

#detailLeft {
	float: left;
	text-align: left;
	width: 385px;
}

#detailRight {
	float: right;
	text-align: left;
	width: 345px;
}

/* Detail Left - additional information */

#lgProdShot {
	border: 3px solid #e6e6e6;
	margin: 10px 0 0 10px;
	text-align: center;
}

#detailLeftText {
	border-top: 1px solid #e6e6e6;
	margin: 10px 0 20px 0;
	padding: 10px 0 0 10px;
}


/* Product Details primary */

#detailRight h1 {
	color: #000000;
	font-size: 150%;
	font-weight: bold;
	padding: 0 0 0.5em 0;
}

#detailRight h2 {
	color: #bf0000;
	font-size: 175%;
	font-weight: bold;
	margin: 0;
	padding: 0.6em 0 0.1em 0;
}

#detailRight h3 {
	font-size: 100%;
	font-weight: normal;
	margin-left: 0;
	padding: 0;
}

#detailRight h4 {
	color: #bf0000;
	font-size: 85%;
	font-weight: bold;
	padding: 0;
}

#detailRight h5 {
	color: #000000;
	font-size: 85%;
	font-weight: bold;
	padding: 0.5em 0;
}

#detailRight h5 span {
	color: #009900;
	text-transform: uppercase;
}


/* cart button */

a.cartButton {
	background: #bf0000 url(../../img/followon/btn_addtoCart.gif) no-repeat;
	display: block;
	height: 30px;
	margin-top: 10px;
	padding: 0;
	width: 170px;
}

a.cartButton:link, a.cartButton:visited {
	background-position: top left;
}

a.cartButton:hover, a.cartButton:active {
	background-position: bottom left;
	text-decoration: none;
}

a.cartButton span {
	visibility: hidden;
}

/* USP icon display */

#uspIcons {
	margin-top: 10px;
	text-align: left;
	width: 345px;
}

#uspIcons h3 {
	float: left;
	height: 80px;
	width: 80px;
}

#uspIcons h3 span {
	visibility: hidden;
}

#uspIcons h3.bestSeller {
	background: #ffffff url(../../img/followon/icon_bestSeller.gif) top left no-repeat;
}

#uspIcons h3.candyClassic {
	background: #ffffff url(../../img/followon/icon_candyClassic.gif) top left no-repeat;
}

#uspIcons h3.hotDeal {
	background: #ffffff url(../../img/followon/icon_hotDeal.gif) top left no-repeat;
}

/* similar products */

#similarProducts {
	border-top: 1px solid #e6e6e6;
	margin-top: 20px;
	text-align: left;
	width: 345px;
}

#similarProducts div {
	float: left;
	margin-right: 2px;
	width: 100px;
	height:100px;
}

#similarProducts a img, #similarProducts a:link img, #similarProducts a:visited img{
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
	padding: 2px;
	margin: 0;
}

#similarProducts a:hover img, #similarProducts a:active img {
	background-color: #bf0000;
	border: 1px solid #bf0000;
	padding: 2px;
}