/*---------------------------DETAIL PAGE-----------------------------*/

.hdr-xs
{	
	display: block;
	width: 100%;
	padding: 0;
	margin: 2px 0 0 0;
}
.hdr-xs .first
{
	width: 100%;
	font: 11px arial, serif;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	padding: 3px 6px 1px 6px;
	margin: 0
}
.hdr-xs .last
{
}
/*---------------------------X-SELL Table Body------------------------*/
.body-xs
{
	width: 100%;
	font: normal 11px arial, sans-serif;
	color: #000;
	text-align: center;
}
.body-xs .top td
{
	vertical-align: bottom;
	padding: 4px 4px 0 4px;
	margin: 0;
}
.body-xs .mid td
{
	vertical-align: top;
	padding: 0 4px;
	margin: 0;
}
.body-xs .bot td
{
	vertical-align: top;
	padding: 2px 4px 8px 4px;
}
.body-xs .first
.body-xs .last
{
}
/*------x-sell text styles----------*/
.body-xs .name
{
	display: block;
	font: 11px arial, sans-serif;
	color: #000;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.body-xs .name:hover
{
	color: #1e34ee;
	text-decoration: underline;
}


/*-----------------------------------------Product Displays Section----------------------------------------*/ 
.pricing
{
	width: 100%;
	font: 12px arial, sans-serif;
	color: #000;
	border-right: 1px solid #d2d7dd;
	padding: 0;
	margin: 16px 0 8px 0;
	border-collapse: collapse;
}
.pricing .lot td,
.pricing .qty td
{
	font: 800 10px arial, serif;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 4px 2px 4px;
	margin: 0
}
.pricing .mid td
{
	text-align: center;
	font: 9px arial, sans-serif;
	color: #ff5203;
	text-transform: uppercase;
	padding: 1px 0;
	margin: 0;
}
/*    Since no row class is specified, it will apply to all */
.pricing td
{
	vertical-align: middle;
	border-top: 1px solid #d2d7dd;
	border-bottom: 1px solid #d2d7dd;
	padding: 4px 3px;
	margin: 0;
}

.pricing .f1 td
{
	background: #e8e8e8;
}

.pricing .f2 td
{
	background: #fff;
}

.pricing .first
{
	border-left: 1px solid #d2d7dd;
	border-right: 1px solid #d2d7dd;
}

.pricing .last
{
	border-left: 1px solid #d2d7dd;
}

/*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
{
	width: 88px;
	height: 18px;
	font: 800 11px arial, sans-serif;
	color: White;
	background: url(../images/but_add.gif) no-repeat 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 4px 0;
	margin: 4px 0 2px 0;
	display: block;
}

.Product .pricing .link:hover
{
	background: url(../images/but_add_f2.gif) no-repeat 0 0;
	text-decoration: none;
}		

.sku
{
	font: 11px arial, sans-serif;
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0;
}
.desc
{
	font: 800 12px arial, sans-serif;
	color: #000;
	text-align: left;
	padding: 0;
	margin: 0;
}
.price
{
	font: 800 12px arial, sans-serif;
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0;
}

.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;
}
