	#productArea {
		width:932px;
		background:#f1f1f1;
		padding:0px 6px 6px 6px;
	}
	#productChangerLinks {
		padding-top:5px;
		padding-bottom:5px;
	}
	#productChangerLinks a {
		padding-right:25px;
	}
	#productDetailArea {
		height:480px;
		border:0px solid green;
		position:relative;
		display:block;
		float:none;
		}
	#largeProductImageandGallery {
		float:left;
		width:400px;
	}
	#smallProductGallery {
		border:1px solid #bdbdbd;
		width:400px;
		height:71px;
		margin-top:7px;
		overflow:hidden;
		background-image:url('/img/backgrounds/imageScrollerBackground.gif');
	}
	 ul.thumbs {
		margin-left:0px;
		padding:0px;
		clear:both;
	}
	.gallery li {
		float:left;
		width:45px;
		height:45px;
		padding:5px 0px 0px 13px;
	}
	div.pagination {
		display:none;
	}
	#scrollLeftArrow {
		float:left;
		margin-top:25px;
		width:20px;
		display:block;
	}
	#scrollRightArrow {
		float:right;
		margin-top:25px;
		width:20px;
		display:block;
	}
	#productDetailBox {
		border:1px solid #bdbcbd;
		
		float:right;
		width:520px;
		height:478px;
		background-image:url('/img/backgrounds/productDetailBackground.gif');
		background-position:bottom;
		background-repeat:repeat-x;
		background-color:#fff;
		display:block;
		clear:right;
	}
	#tabs {
		visibility:hidden;
		position:relative;
		display:block;
		z-index:0;
	}
	
	.ui-tabs {   }
	.ui-tabs .ui-tabs-nav {height:38px;border:0px solid black;list-style: none; }
	.ui-tabs .ui-tabs-nav li { position: relative; float: left; margin:0; padding:0;}
	.ui-tabs .ui-tabs-nav li.productDetailTab_spacer {
		width:5px; 
		height:38px; 
		background-color:#f1f1f1;
		border:0px solid black;
		border-bottom:1px solid #BDBCBD;
	}
	.ui-tabs .ui-tabs-nav li.productDetailTab_empty { 
		width:176px; 
		height:38px; 
		background-color:#f1f1f1;
		border:0px solid black;
		border-bottom:1px solid #BDBCBD;
	}
	/*NOT active detail tab */
	.ui-tabs .ui-tabs-nav li a {
		width:165px;
		height:27px;
		float: left;
		text-decoration: none;
		padding:0;
		border:1px solid #BDBCBD;
		background-image:url("../img/backgrounds/productDetailTabsBackground.gif");
		background-position:bottom;
		background-repeat:repeat-x;
		font-weight:bold;
		font-size:14px;
		color:#828282;
		text-align:center;
		padding-top:10px;
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0px; border-bottom-width: 0;}
	/*currently active detail tab */
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
		cursor: text; 
		background-image:none;
		background-color:#fff;
		border-bottom:0px solid #fff;
		width:165px; 
		height:28px; 
		font-weight:bold;
		font-size:14px;
		color:#2B519B;
		text-decoration:underline;
		text-align:center;
		padding-top:10px;
	}
	.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
	.ui-tabs .ui-tabs-panel { padding:0; display: block; border-width: 0; background: #fff; }
	.ui-tabs .ui-tabs-hide { display: none !important; }
	.ui-tabs .ui-tabs-panel { 
		float:left;
		border:1px solid #BDBCBD;
		border-top:0px solid #fff;
		height:400px;
		width:478px;
		padding:20px 20px 20px 20px;
	}
	.ui-tabs .ui-tabs-hide { display: none !important; }
	#productDetailContentText {
		width:420px;
		margin-top:10px;
		line-height:18px;
	}
	#productDetailFormArea {
		width:240px;
		border:0px solid red;
		height:80px;
		font-size:14px;
		margin-bottom:0px;
		position:absolute;
		top:340px;
		left: 625px;
	}
	#productDetailForm fieldset {
		border:0px;
		margin:0px;
		padding:0px;
		display:inline;
	}
    #productDetailFormAddToCart {
		border:0px solid red;
		padding-left:20px;
	}
	#productDetailFormInput {
	 	margin:0px;
		padding:0px;
		width:50px;
		height:30px;
		vertical-align:bottom;
		font-size:20px;
		color:#666;
		text-align:center;
	}
	#productDetailPriceArea {
		padding-top:10px;
	}
	.productDetailContent {
	 	position:relative;
		z-index:1;
		margin:10px 25px 0px 25px;
	}
	.shareArea {
		clear:both;
	 	width:455px;
		height:60px;
		border-top:1px solid #BDBCBD;
		position:absolute;
		top:415px;
		left:440px;
		z-index:2;
	}
	.shareContent {
		margin-left:60px;
	}
	#relatedProductArea {
		border-bottom:1px solid #BDBCBD;
		display:block;
		margin:5px 0px 10px 7px;
		width:930px;
		min-height:200px;
		padding-bottom:20px;
	}
	.relatedProduct {
		float:left;
		width:105px;
		padding-left:24px;
		border:0px solid red;
		text-align:center;
	}
	.relatedProductImageBox {
		width:105px;
		height:105px;
		padding:5px 0px 5px 0px;
	}
	.relatedProductImage {
		margin:0px auto;
	}
	.relatedProductButton {
		width:89px;
		height:23px;
		margin:5px auto;
		border:0px solid red;
	}
	.relatedProductText {
		padding-top:5px;
	}
	.allProductsProduct {
		float:left;
		width:105px;
		height:125px;
		padding:10px 0px 0px 10px;
		border:0px solid red;
		text-align:center;
	}
	#allProducts {
		position:absolute;
		border:1px solid #3F6DB8;
		width:485px;
		height:485px;
		top:35px;
		left:7px;
		z-index:2;
		overflow:auto;
		background:#f1f1f1;
		display:none;
	}
	#gallery-adv {
		width:400px;
		height:400px;
		background-color:#f1f1f1;
	}
	#fragment-2 {
	}
	
	
	#fragment-2 > ul {
	list-style-type:disc;
	padding-left:30px;
	padding-top:5px;
	}

	#fragment-2 > ul {
		list-style-type:square;
		padding-left:30px;
		padding-top:5px;
	}
	.mGlassIcon {
		position:absolute;
		z-index:1000;
		top:360px;
		left:360px;
	}
	#productDetailManagedContent1 {
		padding:3px 0px 10px 0px;
		clear: both;
	}
	#productDetailManagedContent2 {
		padding:3px 0px 3px 0px;
	}
	#productDetailManagedContent3 {
		padding:3px 0px 3px 0px;
		clear: both;
	}
	#productAttributes {
		padding:20px 35px 0px 35px;
	}
	#leftColAttributes {
		float:left;
	}
	#rightColAttributes {
		float:right;
	}
	#stockStatus {
		clear:both;
		height:50px;
		position:absolute;
		left: 455px;
		width: 140px;
		top: 360px;
		text-align:center;
	}
	#stockStatus #stockStatusTitle{color: #2A2A2A;font-weight: bold;font-size: 1.2em;}
	#stockStatus #stockStatusType{color: #F60; font-size: 1.3em;}
	#stockStatus #stockStatusDate{}	
	#emailAFriend {
		float:left;
		padding-right:45px;
		padding-top:10px;
	}
	#twitter {
		float:left;
		padding-right:45px;
		padding-top:10px;
	}
	#facebook {
		float:left;
		padding-right:45px;
		padding-top:10px;
	}
	#delicious {
		float:left;
		padding-right:45px;
		padding-top:10px;
	}
	#productAltImages{
		float:left;
		padding-left:13px;
		padding-top:2px;
	}
	
/*****************************************************/
/*                     RATINGS                       */
/*****************************************************/

#ratingsGrid {
	float:right;
	padding-left: 14px;
	background:transparent url('../images/ratings/ratingsGridLine.gif') repeat-y top left;
	margin-top:0px;
	width:256px;
	position:relative;
	left:-72px;
}

#pageContent #threeColumnContentCenterColumn #pageInnerContent{
 	 margin:0px 18px 0px 18px;
 	 padding-bottom:20px;
}

#pageContent #threeColumnContentCenterColumn #pageInnerContentCategory{
 	 margin:0px 12px 0px 12px;
 	 padding-bottom:20px;
}
/*****************************************************/
/*                     RATINGS                       */
/*****************************************************/

.ratings{		
	font-family: "Verdana", Tahoma, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

a.ratings{			font-family: "Verdana", Tahoma, Arial, sans-serif; font-size: 10px; line-height: 14px; color: #b31504; text-decoration: none; }
a.ratings:hover{	background-color:#b31504; color: #fff; text-decoration: none; }
a.ratings:visited{	text-decoration: none; }

.ratingsBold{	
	font-family: "Verdana", Tahoma, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}
.ratingsBoldRed{	
	font-family: "Verdana", Tahoma, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color:#b31504;
}
.ratingsOverall{	
	font-family: "Verdana", Tahoma, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom:10px;
}
.ratingsOverallBoldRed{	
	font-family: "Verdana", Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color:#b31504;
}
.ratings H1{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #b31504;
	margin-bottom:16px;
	float:left;
}
.ratingsStars H1{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #b31504;
	float:right;
}
.ratingsGrid H1{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #b31504;
	margin: 0px 0px 0px 0px;
	float:right;
}
.ratingsGridStars H1{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #b31504;
	margin: 0px 0px 0px 0px;
	float:left;
}
.ratingSm{			
	font-family: "Verdana", Tahoma, Arial, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #555;
	text-decoration: none;
	margin-top:10px;
}
.ratingSmBold{			
	font-family: "Verdana", Tahoma, Arial, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #555;
	text-decoration: none;
	margin-top:10px;
	font-weight:bold;
}

a.ratingSm{			font-family: "Verdana", Tahoma, Arial, sans-serif; font-size: 9px; line-height: 16px; color: #b31504; text-decoration: none; }
a.ratingSm:hover{	background-color:#b31504; color: #fff; text-decoration: none; }
a.ratingSm:visited{	}

#BVCustomerRatings {
	width:100%;
}

#BVRRRatingSummaryNoReviewsWriteImageLinkID {
	float:none!important;

}
#BVRRRatingSummaryLinkWriteFirstID {
	width:100%;
}

.BVRRRatingSummaryNoReviews {
	display:block;
	height:auto;
	overflow:hidden;
}

.productPrice {
	display:inline-block;
	margin-bottom:4px;
}	

.idLeftAligh {
	display:inline-block;
	margin-left:1px;
}
#BVSubmissionContainer #BVRRContentContainerID #BVRRReviewContentSubmissionID #BVRREditReviewContentID .BVRRFieldLabel {font-weight: normal}
#BVSubmissionContainer #BVRRContentContainerID #BVRRReviewContentSubmissionID #BVRREditReviewContentID .BVRRTagSectionHeader {font-weight: normal}
