/*-----------------------------------UNIQUE STYLES FOR THIS SITE------------------------------*/
/* Changes: Here's an example where you created a new html layout and provided new styles */
.detail-pging
{
	display: block;	float: right;	white-space: nowrap;	text-align: right;	padding: 1px 0 2px 0;	margin: 14px 0 -14px 0;
}
.detail-img{	float: left;	width: 220px;	text-align: right;	padding: 0;	margin: 20px 10px;}.detail-text{	float: left;	width: 260px;	text-align: left;	padding: 10px 12px;	margin: 0;}
/*---------------------------TAB Display--------------------------------*/.tab{	display: block;	clear: both;	width: 518px;	padding: 0;	margin: 24px 0 16px 0;}.tab .true{	float: left;	width: 259px;	height: 16px;	font: 800 11px tahoma, sans-serif;	color: #000;	background: url(../images/tab_true.gif) no-repeat 0 0;	text-align: center;	padding: 4px 0 0 0;	margin: 0;}.tab .false{	float: left;	width: 259px;	height: 16px;	font: 800 11px tahoma, sans-serif;	color: #666;	background: url(../images/tab_false.gif) no-repeat 0 0;	text-align: center;	border-bottom: 1px solid #b0b0b0;	text-decoration: none;	padding: 4px 0 0 0;	margin: 0;}.tab .false:hover{	color: #fff;	background: url(../images/tab_false_f2.gif) no-repeat 0 0;}.tab .page{	display: block;	width: 496px;	text-align: left;	border-right: 1px solid #b0b0b0;	border-bottom: 1px solid #b0b0b0;	border-left: 1px solid #b0b0b0;	padding: 10px 10px 18px 10px;	margin: -1px 0 12px 0;}
/*--------------------------------------PRODUCT CROSS SELL------------------------------*/
.CrossSell
{
	display: block;	width: 192px;	font: normal 11px arial, sans-serif;	color: #000;	text-align: center;	border: 1px solid #b0b0b0;	padding: 8px;	margin: 10px 0;
}
.CrossSell .body .top td,
.CrossSell .body .bot td
{
	border: 0px;
}
.CrossSell .hdr tr .first
{
	display: block;	font: 13px tahoma, serif;	color: #000;	line-height: 13px;	text-align: left;	text-decoration: none;	padding: 0 0 8px 0;	margin: 0;
}
.CrossSell .name
{
	display: block;	font: 800 11px tahoma, serif;	color: #000;	line-height: 12px;	text-align: center;	text-decoration: none;	padding: 4px 0 12px 0;	margin: 0;
}
.CrossSell .name:hover
{
	color: #0434cc;	text-decoration: underline;
}	

.CrossSell .pad
{
	display:block;
	margin:0;
	padding:0;
}
 /*-----------------------------------------Product Displays Section----------------------------------------*/ 
/*Changes: All product pricing appears in a table with classname "pricing" */
/*    There is always a row for lot hdrs (.lot), a row for standard hdrs (.qty), and a row for the values (no class name) */

/*    This will apply to all td in a lot or qty row */
.pricing .lot td,
.pricing .qty td
{
	font: 800 11px arial, sans-serif;
	padding: 2px 10px;	
	color: #000;
	border-bottom: 1px solid #f30;
}
/*    Since no row class is specified, it will apply to all */
.pricing td
{
	font: 11px arial, sans-serif;
	padding: 3px;
	border-bottom: 1px solid #f30;
	color: #000;
	background: #fff;
	padding: 2px 10px;	
}

/*Changes: here again is the overridden add to cart link - this allows you to have a seperate add to cart on product displays */
.Product .pricing .link
{
	font: 800 9px arial, sans-serif;
	color: #000;
	background: #fff;
	border: 1px solid #f30;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1px 3px;
	margin: 0;
}

.Product .pricing .link:hover
{
	color: #fff;
	background: #f30;
	border: 1px solid #fc0;
}	

.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;
}
