






/* -------- shopping cart one liner  ----------- */ 


table.cart_one_line {
	width:100%;
	border-bottom: solid #660000 1px;
	text-align:center;
	margin-bottom: 20px;
}

table.cart_one_line span.contact,
table.cart_one_line span.refnum {
	display:block;
	font-size: .8em;
	color: #660000;
}

table.cart_one_line td.checkout{
	width:200;
	text-align:center;
}

table.cart_one_line td.checkout img{
	border: 0;
}

table.cart_one_line td{
	padding:5px;
	margin:0px;
}

table.cart_one_line td.checkout a span{
	display: none;
}


table.cart_one_line td.checkout a {
	display: block;
	width: 216px;
	height: 40px;
	background-image: url(/images/store/spe_view_cart_checkout_off.png);
	background-repeat:no-repeat;
}

table.cart_one_line td.checkout a:hover {
	background-image: url(/images/store/spe_view_cart_checkout_on.png);
}

/* -------- /shopping cart one liner  ----------- */ 


/* ----------- Cart Styles Top-------------- */

.cart {
	font-size: .9em;
	font-weight: normal;
	color:#333;  
	}

table.cart {
	border: 2px solid #808080;
	border-collapse: collapse;
	width:100%;
	}

table.shipping_address th {
	text-align: right;
	color: #808080;
	font-size: 12px;
	}
	
.cart th {
	border-bottom: thin solid black;
	color:#333;
	background-color:#e0e0e0;
	font-size: 1.2em;
	font-weight: bolder;
	}
	
table.cart tr td{
	border-top: 1px solid #333;
	}

.cart tr td:first-child {
	color:#dc000e;
	padding-left: 10px;
	}
	
.cart td {
	font-size: 1em;
	 }

table.cart th {
	text-align:center;
	}

table.cart .number {
	text-align:right;
	}

table.cart .number input {
	text-align:right;
	padding-right:5px;
	}
	
.cart tr.offeritems td{
	border-top: none;
	font-size: 10px;
	font-weight: normal;
	padding:0;
	margin:0;
	}
	
.cart tr.total td {
	font-size: 1.25em;
	font-weight: bolder;
	color: #000000;
	}
	
.cart tr.total td{
	border-top: 3px double black;
	 }
	
.cart tr.offeritems td ol{
	margin:2px 0 4px 10px;
	padding:2px 0 4px 10px;
	}

.cart tr.offeritems td li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.5em;
	color: #333
	}

.cart button#continue_shopping {
	background-color: #lelele;
	border: 1px solid black;
	color:#333;
	font-weight: bold;
	margin-right: 300px;
	height: 28px;
	}

.cart button#continue_shopping:hover {
	color:#dc000e;
	}


table.order {
	border: 2px solid #808080;
	border-collapse: collapse;
	}
	
.order th {
	border-bottom: thin solid black;
	background-color: #FFEBFF;
	font-size: 14px;
	font-weight: bolder;
	}
	
.order tr {
	border-top: thin solid black;
	font-size: 10px;
	font-weight: normal;
	}
	
.order td {
	border-left: 1px solid black;
	font-weight: normal;
	color: black;   
	font-size: 10px;
	}
	
.order td.title {
	font-size: 12px;
	font-weight: bold;
	color: #808080;
	}

/* --------- Product Catalog ----------------- */


div.sku_container {
	width:100%;
	text-align: right;
	clear: left;
	padding: 15px 0 5px 0;
	}

div.sku_container + div.sku_container{
	border-top: solid black 1px;
	padding-top: 30px;
	}

div.sku_container span.sku_name {
	font:normal 22px/23px Georgia, "Times New Roman", Times, serif;
	color:#dc000e;
	display: block;
	text-align:left;
	border-bottom:#808080 dotted 1px;
	}
	
div.sku_container div.sku_description {
	margin: 20px 0;
	width:70%;
	float: left;
	text-align:left;
	}

div.sku_container div.sku_description img.thumbnail{
	float: left;
	}
	
div.sku_container div.sku_pricing {
	width:30%;
	text-align:right;
	vertical-align:top;
	float: right;
	margin: 20px 0 ;
	}

div.sku_container div.sku_pricing ul {
	margin:10 0 0 0;
	padding:0;	
	}


div.sku_container div.sku_pricing ul li {
	list-style: none;
	}


      /* -- child sku products display -- */

div.sku_container div.sku_pricing  ul.child_skus {
	float: right;
	width: 260px;
	margin: 0;
	}

div.sku_container div.sku_pricing  ul.child_skus li.sku_option {
	display: block;	
	text-align: right;
	clear: both;
	float: left;
	width: 140px;
	}

div.sku_container div.sku_pricing  ul.child_skus li.add_to_cart a{
	float: right;
	display: block;	
	padding:0 25px 0 5px ;
	margin:0;
	height: 25px;
	background: url(/images/store/add_to_cart_20px.png) no-repeat right;
	}

div.sku_container div.sku_pricing  ul.child_skus li.add_to_cart a span{
	display: block;	
	font-weight: bold;
	color:#dc000e;
	}

div.sku_container div.sku_pricing ul.child_skus li.add_to_cart a:hover{
	background-image: url(/images/store/add_to_cart_20px_on.png);
	}




      /* -- parent & single_child sku products display -- */

div.learn_more {
	display:none;
}

a.learn_more {
	white-space: nowrap;
}

#sku_details div.learn_more {
	display:block;
}

#sku_details a.learn_more {
	display:none;
}

div.sku_container div.sku_pricing  ul.single_child_sku li.sku_option {
	font-size: 1.25em;
padding-bottom: 10px;
	}

div.sku_container div.sku_pricing  ul.parent_sku li.add_to_cart a,
div.sku_container div.sku_pricing  ul.single_child_sku li.add_to_cart a {
	display: block;	
	padding:0 45px 0 0 ;
	margin:0;
	height: 40px;
	background: url(/images/store/add_to_cart_40px.png) no-repeat right;
	}

div.sku_container div.sku_pricing  ul.parent_sku li.add_to_cart a span,
div.sku_container div.sku_pricing  ul.single_child_sku li.add_to_cart a span {
	display: block;	
	padding-top:7px;
	font-weight: bold;
	font-size: 1.65em;
	color:#dc000e;
	}

div.sku_container div.sku_pricing ul.parent_sku li.add_to_cart a:hover,
div.sku_container div.sku_pricing ul.single_child_sku li.add_to_cart a:hover {
	background-image: url(/images/store/add_to_cart_40px_on.png);
	}

div.sku_container div.sku_pricing ul.parent_sku li.add_to_cart a:hover,
div.sku_container div.sku_pricing ul.child_skus li.add_to_cart a:hover,
div.sku_container div.sku_pricing ul.single_child_sku li.add_to_cart a:hover {
	color:blue;
	}




div.sku_container div.sku_pricing li.web_display{
	text-decoration: line-through;
	white-space:nowrap;
	}

div.sku_container div.sku_pricing li.selling_price{
	font-weight: bolder;
	color:948004;
	white-space:nowrap;
	font-size: 1.25em;
	}


      /* -- show_descriptions.html products display -- */

div.product_description div.name_price {
	display: block;
	clear: both;
	}

div.product_description div.name_price {
	font:normal 22px/23px Georgia, "Times New Roman", Times, serif;
	color:#dc000e;
	text-align:left;
	border-bottom:#808080 dotted 1px;
	line-height: 1.25em;
	margin: 0 0 15px 0;
	}


div.product_description div.name_price span.product_name {
	font:normal 22px/23px Georgia, "Times New Roman", Times, serif;
	}



div.product_description div.description div.product_image,
div.sku_description div.product_image {
	float: left;
	padding: 10px 10px 10px 0;
	}

div.sku_description div.marketing_copy  {
	margin-left: 180px;
	}


#sku_details div.sku_description div.marketing_copy {
	margin-left: 10px;
}

div.sku_description div.marketing_copy h2:first-child {
	font-size: 1.15em;
	}

#sku_details div.sku_description div.marketing_copy h2:first-child,
#sku_details div.product_description div.marketing_copy h2:first-child  {
	font-size: 1.5em;
	text-align: center;
	}

#sku_details div.learn_more {
	clear: both;
	width: 900px;
	}

#sku_details div.learn_more div.benefits_box {
	border: double #dc000e 3px;
	padding: 10px;
	background-color: #EEEEBB;
	width: 600px;
	margin-left: 150px;
	margin-top: 20px;
	}

#sku_details div.learn_more div.benefits_box h3{
	color: #dc000e;
	margin:0;
	padding-left: 10px;
	font-size: 1.5em;
	}

#sku_details div.learn_more div.benefits_box ul {
	color: #333;
	font-size: 1.2em;
	margin:10px 0 0 0;
	padding-left:30px;
	}

#sku_details div.learn_more div.benefits_box ul li{
	padding-bottom: 15px;
	}
#sku_details div.learn_more div.benefits_box div.sample_box h3{
	font-size: 1.5em;
	padding: 5px 0 0 40px;
	line-height: 1em
	}

#sku_details div.learn_more div.benefits_box div.sample_box{
	width: 150px;
	border: solid #333 2px;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	background-color: white;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	color: black;
	font-weight: bold;
	}

#sku_details div.learn_more div.benefits_box div.video{
	background-image: url(/images/store/video_sample_icon.png);
	}

#sku_details div.learn_more div.benefits_box div.audio{
	background-image: url(/images/store/audio_sample_icon.png);
	}

#sku_details div.learn_more div.benefits_box div.sample_box p{
	line-height: 1.25em;
	margin: 5px;
	}

#sku_details div.learn_more div.benefits_box div.sample_box a{
	display: block;
	padding: 5px;
	font-size: 1.3em;
	color: blue;
	}

#sku_details div.learn_more div.benefits_box div.sample_box a:hover {
	color:#cc0000;
	}

	
/* --------- /Product Catalog ----------------- */




/* --------- Offer Display ----------------- */

div.offer {
	font-weight: normal;
	margin: 20px 0;
	clear: both;
	}

.offer table.offer_container {
	width: 100%;
	border: double 5px #660000;
	padding: 10px;
	}
	 
.offer table.offer {
	border: 2px solid #660000;
	border-collapse: collapse;
	width: 770px;
	margin: 10px 0 10px 15px;
	}

.offer h2.offer_heading {
	text-align:center;
	font:normal 22px/23px Georgia, "Times New Roman", Times, serif;
	color:#660000;
	margin-top: 0px;
	}

.offer h3.offer_heading {
	margin-bottom:0;
	margin-left:15px;
	padding:0;
	font:normal 18px/20px Georgia, "Times New Roman", Times, serif;
	color:#660000;
	clear:both;
	}

.offer span.offer_price {
	display: inline;
	color:#660000;
	font-weight:bold;
	padding-left: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	}

.offer div.offer_description {
	margin: 0 20px;
	font-size: 1em;
	font-weight: normal;
	}

.offer th {
	border-bottom: thin solid black;
	color:#660000;
	background-color:#DDC87E;
	font-size: 16px;
	font-weight: bolder;
	}
	
.offer tr {
	border-top: 1px solid #660000;
	font-weight: normal;
	}
	
.offer td {
	font-weight: bold;
	color:#333; 
	}
	
.offer tr.offeritems {
	border-top: none;
	font-size: 12px;
	font-weight: normal;
	}
	
.offer td.title {
	border: none;
	font-size: 12px;
	font-weight: normal;
	}
	
.offer tr.total {
	border-top: double #660000 5px;
	font-weight: bold;
	}

.offer tr.total td{
	color:#dc000e;
	}

.offer tr.total td:first-child + td{
	text-align: right;
	padding-right: 20px;
	color:#660000;
	}
	
.offer li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000
	list-style-position: outside;
	list-style-type: lower-roman;
	}

.offer div.offer_pitch {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	margin-top:10px;
	}

.offer div.offer_pitch p:first-child {

	}

#guts .offer div.offer_pitch p:first-child {
	margin-top: 3px;
	padding-top: 10px;
	margin-bottom: 0px;	
	float: left;
	padding-right: 20px;
	margin-left: 40px;
	font-size: 1.25em;
	color: #660000;
	}

.offer div.offer_pitch p.offer_price span:first-child{
	color:#660000;
	font-weight:bold;
	font-size: 1.25em;
	float: left;
	padding-left: 140px;
	}

.offer div.offer_pitch a {
	background: url(/images/store/add_offer_btn_35_off.png) no-repeat right top;
	width: 150px;
	height: 49px;
	display: block;
	float: left;
	margin-left: 30px;
	}

.offer div.offer_pitch a:hover {
	background: url(/images/store/add_offer_btn_35_on.png) no-repeat right top;
	}

.offer div.offer_pitch a span{
	display: none;
	}

.offer div.offer_pitch a:hover {
	color:blue;
	font-weight:bold;
	}
	
.smalltext {
	font-size: 10px;
	color: #333;
	 }
	 
/* --------- /Offer Display ----------------- */



/* --------- Specific Offer ID Styling ----------------- */




/* --------- /Specific Offer ID Styling ----------------- */


#guts .offer_106 div.offer_pitch p:first-child {
	display: none;
	}