/*-----------------------------------UNIQUE STYLES FOR THIS SITE------------------------------*/
/* Changes: Here's an example where you created a new html layout and provided new styles */
/*----------------DETAIL PAGE---------------------------------*/#content-full{	clear: both;	width: 765px;	font: normal 12px arial, sans-serif;	color: #000;	line-height: 16px;	text-align: left;	padding: 10px 0;	margin: 0;}#content-col1{	float: left;	width: 606px;	font: normal 11px verdana, sans-serif;	color: #000;	line-height: 14px;	text-align: left;	padding: 0 5px 10px 0;	margin: 0;}#content-col2{	float: right;	width: 175px;	font: normal 11px verdana, sans-serif;	color: #000;	line-height: 14px;	text-align: left;	padding: 0;	margin: 0 0 10px 6px;}#detail-text{	display: block;	float: left;	width: 372px;	font: normal 12px arial, sans-serf;	color: #000;	line-height: 16px;	text-align: left;	padding: 10px 14px 10px 0;	margin: 0;}#detail-img{	display: block;	float: right;	width: 220px;	padding: 10px 0;	margin: 0;}#detail-pging{	display: block;	float: left;	width: 606px;	white-space: nowrap;	text-align: right;	padding: 2px 0;	margin: 0;}#fullcol{	display: block;	clear: both;	width: 606px;	font: normal 11px verdana, sans-serf;	color: #000;	line-height: 14px;	text-align: left;	padding: 10px 0 10px 0;	margin: 0;}.view{	display: block;	font: 800 11px verdana, sans-serf;	color: #c53929;	text-align: left;	text-decoration: none;	padding: 4px 14px 10px 0;	margin: 0;}.view:hover{	text-decoration: underline;}#detail-pricing{	display: block;	width: 588px;	font: normal 10px arial, sans-serif;	color: #000;	white-space: nowrap;	padding: 2px 0;	margin: 0;}/*#004d77 blue#ee1d24 red#c53929  #e31937 dark red*/
/*--------------------------------------PRODUCT CROSS SELL------------------------------*/
.CrossSell
{
	display: block;	clear: both;	width: 144px;	font: normal 11px verdana, sans-serif;	color: #000;	text-align: center;	border: 1px solid #cfcfcf;	padding: 8px;	margin: 12px 0 10px 0;
}
.CrossSell .body .top td,
.CrossSell .body .bot td
{
	border: 0px;
}
.CrossSell .hdr tr .first
{
	display: block;	font: normal 12px verdana, serif;	color: #68804f;	text-align: center;	text-decoration: none;	text-transform: uppercase;	padding: 0 0 10px 0;	margin: 0
}
.CrossSell .name
{	font: normal 11px arial, san-serif;	color: #b9004f;	text-align: center;	text-decoration: none;	/*display: block;	padding: 4px 0 12px 0;*/	margin: 0
}
.CrossSell .name:hover
{	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 #004d77;
}
/*    Since no row class is specified, it will apply to all */
.pricing td
{
	font: 11px arial, sans-serif;
	padding: 3px;
	border-bottom: 1px solid #004d77;
	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 8px arial, sans-serif;
	color: #999;	background: #fff;	border: 1px solid #c53929;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1px 3px;
	margin: 0;
}
.f2 TD
{
	background-color:#e8e8e8;
}
.Product .pricing .link:hover
{	color: #fff;	background: #004d77;	border: 1px solid #c53929;
}	

.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;
}
