/* Start Product Category Styles */
#subCatBox {
	width: 490px;
	margin: 0 auto;
	}
.subCatEntry {
	float: left;
	display: inline;
	height: 135px;
	margin: 10px 0;
	text-align: center;
	}
#catProductListing {
	width: 490px;
	margin: 0 auto;
	}
.catProductEntry {
	float: left;
	display: inline;
	width: 150px;
	height: 135px;
	margin: 10px 5px;
	text-align: center;
	}
.catProductImage {
	background: url('../images/bgCatProdImage.gif') top center no-repeat;
	}
.catProductImage img {
	margin-top: 3px;
	}
.catProductName {
	padding-bottom: 4px;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
	}
.catProductPrice {
	margin-bottom:4px;
	}
.catProductPrice a {
	color: #fff;
	}
/* End Product Category Styles */

/* Start Product Detail Styles */
#prodDescImageBox {
	width: 152px;
	height: 133px;
	text-align: center;
	background: url('../images/bgProdDetailImage.gif') no-repeat;
	}
#prodDescImageBox img {
	margin-top: 3px;
	}
#shareWithAFriend a {
	text-decoration: underline;
	}
#productDetails #productTitle {
	font-weight: bold;
	font-family: Tahoma;
	}
#productDetails #productPrice {
	color: #fff;
	}
#productDetails #productDesc {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
	}
#productAttributes {
	color: #fff;
	}
.optionText {
	color: #fff;
	}
.optionValue {
	color: #000;
	}
#subTotalBox {
	width: 313px;
	height: 23px;
	line-height: 23px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
	background: url('../images/bgProductSubtotal.gif') no-repeat;
	}
#subTotalBox #subTotal {
	text-align: right;
	margin-right: 50px;
	}

#wishlistLoginNotice {
	margin-top: 10px;
	text-align: center;
	}
/* End Product Detail Styles */