/*-----------------------------------UNIQUE STYLES FOR THIS SITE------------------------------*/
/* Changes: Here's an example where you created a new html layout and provided new styles */
/*---------------------------DETAIL PAGE-----------------------------*/

.detail .stars
{
	display: block;
	text-align: left;
	padding: 0;
	margin: 4px 0 0 0;
}
.section
{
	display: block;
	width: 100%;
	font: 11px tahoma, sans-serif;
	color: #000;
	background: url(images/dotbrdr_tbl.gif) repeat-x 0 99%;
	line-height: 14px;
	padding: 10px 0;
	margin: 0;
}
.detail .smfloat
{
	float: left;
	padding: 2px;
	margin: 0;
}

/*-----------------------------------------------------*/
.x-sell
{
	display: block;
	width: 160px;
	font: 11px tahoma, serif;
	color: #7b7c93;
	line-height: 13px;
	text-align: center;
	border: 1px solid #d6d6d3;
	padding: 10px;
	margin: 0;
}
.x-sell .title
{
	display: block;
	font: 11px tahoma, serif;
	color: #726951;
	line-height: 13px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 0 8px 0;
	margin: 0;
}
.x-sell .name
{
	display: block;
	font: 11px georgia, serif;
	color: #8a3000;
	line-height: 13px;
	text-align: center;
	text-decoration: none;
	padding: 4px 0 12px 0;
	margin: 0;
}
.x-sell .name:hover
{
	color: #c00;
	text-decoration: underline;
}
.x-sell td
{
	border: 0px;
}
.notes td
{
	text-align: center;
}

.onsale
{
	display: block;
	font: 800 12px arial, sans-serif;
	color: #c00;
	text-align: center;
	white-space: nowrap;
	padding: 4px 0 0 0;
	margin: 0 0 6px 0;
}

.Variant
{
	clear:both;
}

.Swatch .name
{
	display:block;
	padding-bottom: 2px;
}

.Multi .name
{
	display:block;
}

.Multi .pricing
{
	width: 550px;
}

.Multi .reset
{
	text-align: center;
	width: 550px;
}

.Group .name
{
	display:block;
	width: 175px;
}

.Group .pricing
{
	width: 550px;
}

.Group .group
{
	margin-bottom: 5px;
}

.Group .group td
{
	vertical-align: top;
}

.CrossSell .hdr td
{
	text-align: center;
}

.Product .body td
{
	text-align: center;
}

/*----------------------------------Detail Reviews-------------------------------*/
.review
{
	display: block;
	clear: both;
	width: 520px;
	font: 11px tahoma, sans-serif;
	color: #000;
	margin: 0 auto;
}
.review .hdr
{
	display: block;
	font: 800 16px georgia, serif;
	color: #8a3000;
	border-bottom: 1px solid #726951;
	padding: 2px 0 4px 0;
	margin: 0 0 12px 0;
}
.review .title
{
	float: left;
	font: 800 11px tahoma, sans-serif;
	color: #000;
	padding: 0 6px 4px 6px;
	margin: 0;
}
.review .stars
{
	padding: 0 2px;
	margin: 0;
	text-align:left;
	white-space: nowrap;
}
.review .stars.right
{	
	float: left;
}
.review .stars.left
{
	float: left;
}
.review .title2
{
	display:inline;
	width: 45px;
	font: 800 11px tahoma, sans-serif;
	color: #000;
	white-space: nowrap;
	text-align: right;
	padding: 0 6px 4px 0;
	margin: 0;
}
.review .sort
{
	float: right;
	text-align: right;
	padding-bottom: 5px;
}
.review .title3
{
	float: left;
	width: 284px;
	font: 800 12px tahoma, sans-serif;
	color: #000;
	padding: 6px 6px 4px 0;
	margin: 0;
}
.review .author
{
	display: block;
	float: right;
	width: 300px;
	font: 11px tahoma, sans-serif;
	text-align: right;
	padding: 0;
	margin: 6px 0 4px 0;
} 
.review .paging
{
	display: block;
	clear:both;
	float:none;
	width: 520px;
	font: 11px tahoma, sans-serif;
	color: #000;
	text-align: left;
	background: #e6a039;
	padding: 4px 10px;
	margin: 4px -10px;
}
.review .text
{
	display: block;
	clear: both;
	font: 11px tahoma, sans-serif;
	color: #000;
}
.review .paging-linkarea
{	
	float: right;
	font: 11px tahoma, sans-serif;
	color: #000;
	text-decoration: none;
	margin: -14px 0 0 0;
}
.review .paging-link
{
	color: #000;
	padding: 0 2px;
	text-decoration: underline;
}
.review .paging-link:hover
{
	color: #fff;
	text-decoration: underline;
}
.review .helpful
{
	display: block;
	font: italic 11px tahoma, sans-serif;
	color: #900;
	border-bottom: 1px dashed #d8d8de;
	padding: 10px 0 10px 10px;
	margin: 0 -10px 4px -10px;
}
.review .helpful-link
{
	font: italic 800 11px tahoma, sans-serif;
	color: #000;
	text-decoration: none;
}
.review .helpful-link:hover
{
	text-decoration: underline;
}