/* Ecommerce Styles */

div.ecommercecontent
{
	display: block;
	clear: both;
	padding: 15px;
	color:#575759;
}

table.category-table td.categoryImagea, table.category-table td.categoryImageb
{
	width: 270px;
	padding: 8px 0 8px 0;
	text-align: center;
}

table.category-table td.categoryImageb, table.category-table td.categoryListingb
{
	background-color: #eee;
}

table.category-table td.categoryListinga, table.category-table td.categoryListingb
{
	padding: 8px 0 8px 0;
	width: 450px;
}

a.categoryListingParent {display: block;font-weight: bold;}
a.categoryListingChild {clear: none;}

div.leftStoreContainer {display: none;}
div.mainStoreContainer div.rightStoreContainer
{
	clear: both;
	float: none;
	display: block;
	margin: 0;
	width: auto;
}

div.itemListingStoreImageDisplayTable div.itemListingStoreItemDisplayDataCell0, div.itemListingStoreImageDisplayTable div.itemListingStoreItemDisplayDataCell1
{
	border: none;
	clear: both;
	float: none;
	display: block;
	height: auto;
	overflow: visible;
	position: relative;
	width: auto;
	padding: 8px 0 8px 0;
}

div.itemListingStoreImageDisplayTable div.itemListingStoreItemDisplayDataCell1 {background-color: #eee;}

div.itemListingBreadCrumbs
{
	display: none;
}

div.itemListingStoreImageContainer
{
	float: left;
	clear: both;
	width: 270px;
	text-align: center;
	padding-bottom: 8px;
	position: relative;
}

div.itemListingStoreImageContainer a {position: relative;}

div.itemListingStoreImageContainer a img.itemListingItemImage
{
	margin: auto;
	display: block;
	position: relative;
}

div.itemDetailImagesCont
{
	float: left;
	margin-right: 10px;
	width: 260px;
}

div.itemDetailImagesCont img.itemDetailItemImage
{
	width: 100%;
	margin: auto;
}

p.ItemDetailTitle
{
	float: left;
	clear: none;
	color: #F58428;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #F58428;
	width: 450px;
}

div.ItemDetailPriceBlock
{
	float: left;
	clear: none;
	padding-top: 10px;
}

div.itemDetailYouSave, div.itemDetailQuantity
{
	margin-bottom: 10px;
}

div.itemDetailItemBlock
{
	clear: both;
	padding: 20px 10px 20px 10px;
}

a.itemListingStoreItemName
{
	font-size: 12px;
	color: #F58428;
	font-weight: bold;
}

div.itemListingStoreText
{
	padding-bottom: 10px;
}

div.cartComments {display: none;}

div.cartTitleBar
{
	color: #F58428;
	font-size: 20px;
	font-weight: bold;
}

table.cartCheckoutTable
{
	padding: 0 0 8px 0;
	border: 1px solid #000;
}

div.cartCheckoutButtons
{
	width: 700px;
}

table.cartCheckoutTable tr td.cartCheckoutHeader, table.cartCheckoutTable tr td.cartCheckoutHeaderDesc
{
	border-bottom: 1px solid #000;
	padding: 8px 0 0 0;
	width: 320px;
}

table.cartCheckoutTable tr td.cartCheckoutHeader {width: 100px;}

tr.cartCheckoutRowDark {background-color: #eee;}

div.itemImageThumbCont
{
	display: inline;
	width: 49px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0 5px 0;
}

div.itemImageThumbCont img.itemImageThumb
{
	vertical-align: middle;
}

a.itemListingStoreViewItem
{
	clear: none;
}



/* Item Ratings */
.itemDetailCurrentScoreContainer{  float: right; background-color:#ffffff; padding: 5px 0px;  text-align:left; margin: 0px 0px 0px 0px;}
.itemDetailCurrentScoreLabel{font-weight:bold; float: left; margin-right: 5px;}
.itemDetailCurrentVotes{ float: left; color:#777777; margin-left: 5px; font-weight:bold;font-style:italic; }
.itemDetailRating{font-size:14px;font-weight:bold;}
.itemDetailRatingValue{color:#247500;}
.itemDetailRatingVotes{color:#626262;}
.itemDetailRatingVoteNowLabel{ color:#777777; margin-left: 90px; font-weight:bold;font-style:italic; font-size: 11px;  padding: 0px; }
.ratingTitle { float: left; font-weight: bold; margin-right: 10px;  }

/* Item Comments */
.itemCommentTable{padding-right:10px;margin:10px;}
.commentsHeaderLeft{background-color:#D4D4D4;color:#646464;font-weight:bold;width:500px;padding:5px;font-size:14px;}
.commentsHeaderRight{background-color:#D4D4D4;color:#646464;width:140px;text-align:right;padding:5px;font-weight:bold;}
.commentsJumpToPage{color:#626262;font-weight:bold;}
.commentAuthor{background-color:#ffffff;padding:5px;}
.commentText{padding-left:20px;padding-right:20px;margin-top:5px;margin-bottom:5px;}
.commentsUnderTabsContainer{ clear: both; }


/*             styles for the star rating                */	
.star-rating
{
	float: left;
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 75px;   /* Number of stars times width of each star  */
	height: 15px; /* height of each star */
	position: relative;
	background: url('../images/ecommerce/template/11/star_rating.gif') top left repeat-x;		
}
.star-rating li
{
	padding:0px;
	margin:0px;
	height:15px;
	width: 15px;		
	/*\*/
	float: left;
	/* */
}
.star-rating li a
{
	display:block;
	width: 15px;
	height: 15px;
	line-height:15px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.star-rating li a:hover
{
	background: url('../images/ecommerce/template/11/star_rating.gif') left center;
	z-index: 2;
	left: 0px;
	border:none;
}

.star-rating-static li a:hover{	background: none; }

.star-rating a.one-star			{ left: 0px; }
.star-rating a.one-star:hover	{ width:15px; }
.star-rating a.two-stars		{ left:15px; }
.star-rating a.two-stars:hover	{ width: 30px; }
.star-rating a.three-stars		{ left: 30px; }
.star-rating a.three-stars:hover{ width: 45px; }
.star-rating a.four-stars		{ left: 45px; }
.star-rating a.four-stars:hover	{ width: 60px; }
.star-rating a.five-stars		{ left: 60px; }
.star-rating a.five-stars:hover	{ width: 75px; }
.star-rating li.current-rating
{ 
	background: url('../images/ecommerce/template/11/star_rating.gif') left bottom;
	position: absolute;
	height: 15px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
/* remove halo effect in firefox   */
a:active{ outline: none; }		

