/* ######### CSS for Shade Tabs. Remove if not using ######### */

/* product page/reusable tab module */
.shadetabs {padding:0; margin:0; border-bottom:1px solid #ddd;}

.shadetabs li{ 
	display: inline-block; 
	text-align: center;
	position:relative;
	bottom:-1px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin: 0px;
	font-weight: bold;
	color: #9c9c9c;
	font-size: 14px;
	display: inline-block;
	padding: 10px 16px;
	width: 100%;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	border:1px solid transparent;
}

/* shrink tabs on the smallest screens */
@media (max-width: 330px) {
.shadetabs li a {
		font-size: 13px;
		padding: 10px 12px;
	}
}

/*selected main tab style */
.shadetabs li a.selected{
	border:1px solid #ddd;
	border-bottom:1px solid #fff;
	color:#78a41a;
}

.tabcontent{
display:none;
padding-top:15px;
}

/*
#AboutThisProduct .shadetabs #tab1{
	display: inline-block;
	background: url(/images/buggies/sprite_product_details.png)  0px 0px no-repeat;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}
#AboutThisProduct .shadetabs li:hover #tab1, #AboutThisProduct .shadetabs li a.selected #tab1{
	background: url(/images/buggies/sprite_product_details.png)  0px -16px no-repeat;
}
#AboutThisProduct .shadetabs #tab3{
	display: inline-block;
	background: url(/images/buggies/sprite_product_details.png)  -14px 0px no-repeat;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}
#AboutThisProduct .shadetabs li:hover #tab3, #AboutThisProduct .shadetabs li a.selected #tab3{
	background: url(/images/buggies/sprite_product_details.png)  -14px -16px no-repeat;
}
#AboutThisProduct .shadetabs #tab2{
	display: inline-block;
	background: url(/images/buggies/sprite_product_details.png)  -28px 1px no-repeat;
	width: 15px;
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}
#AboutThisProduct .shadetabs li:hover #tab2, #AboutThisProduct .shadetabs li a.selected #tab2{
	background: url(/images/buggies/sprite_product_details.png)  -28px -16px no-repeat;
}
/*#AboutThisProduct .shadetabs #li1{
	border-right: 1px solid #e6e6e6;
	width: 142px;
}
#AboutThisProduct .shadetabs #li2{
	border-right: 1px solid #e6e6e6;
	width: 174px;
}
#AboutThisProduct .shadetabs #li3{
	width: 142px;
}*/


*/
@media print {
.tabcontent {
display:block !important;
}
}
/* styling handled by productInformation in buggies.css */

/*#AboutThisProduct #ProductDetailsContent { 
	border: none; 
	margin-bottom: 1em; 
	padding: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #656565;
}*/
/*#AboutThisProduct #ProductDetailsContent ul li { 
	list-style-image: url('/images/buggies/li_bullet.png') !important;
	vertical-align: middle;
}*/



#AboutThisProduct #ProductDetailsContent .Review { padding-bottom:10px; }
#AboutThisProduct #ProductDetailsContent .Review  Header { }
#AboutThisProduct #ProductDetailsContent .Review .Header .Title { font-weight:bold; float:left;  padding: 1px 10px 0 0; text-transform: capitalize; font-style:none;}
#AboutThisProduct #ProductDetailsContent .Review .Header .RatingPanel { float:left; background: url(/images/button/bg_ratings_gray.gif) no-repeat top left; width:62px; height:13px; overflow:hidden; }
#AboutThisProduct #ProductDetailsContent .Review .Header .RatingPanel .RatingValue { height:13px; background: url(/images/button/bg_ratings.gif) no-repeat top left; overflow:hidden; }
#AboutThisProduct #ProductDetailsContent .Review .RevTxt { clear:both; padding-bottom:5px;  }
#AboutThisProduct #ProductDetailsContent .Review .RevBy { clear:both;  font-style: italic;}



