/* orange=#009a63; melon=#DDDDDD; light-melon=#f3e4d5'
blue=#003399; grey(table borders)=#333333; light-grey(page background)=#eeeeee;

/*old expressionery style stuff pasted from that css starts here*/
a:link, a:hover, a:visited, a:active {
	color: #0000FF;
	text-decoration: underline;
}
a.nav:link, a.nav:visited, a.nav:active, a.nav:hover {
	color: #69321F;
	text-decoration: none;
}
a.tabnav:link, a.tabnav:visited, a.tabnav:active, a.tabnav:hover {
	color: #EEEEEE;
	text-decoration: none;
}
a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active, a.breadcrumb:hover {
	color: Gray /*color: #EEEEEE;*/
	
}
.MenuLinks
{
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
    
}
a.MenuLinks:link, a.MenuLinks:visited, a.MenuLinks:active
{
  color:#000000;
  text-decoration:none;
}
a.MenuLinks:hover
{
   color:Blue;
}
.topnav {
	margin-top:2px;
	font-size:10px;
}
.personalize-table {
	font-size:11px;
	font-weight:bold;
	background-color:#f3e4d5;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:8px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.pricingheader-table {
	font-size:11px;
	font-weight:bold;
	background-color:#DDDDDD;
	margin-left:4px;
	margin-right:4px;
	padding-left:5px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
}
.pricing-table {
	font-size:11px;
	margin-left:4px;
	margin-right:4px;
	padding-left:5px;
	padding-right:2px;
	vertical-align:top;
}

.myacct-txt{
	font-size:11px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:0px;
	
}
.myacct-field{
	font-size:11px;
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
	margin-bottom:2px;
	
}
.personalize-field {
	font-size:12px;
	margin-bottom:12px;
	float:left;
}
.button-table {
	margin-left:4px;
	padding-left:2px;
	padding-right:2px;
}

.prodtable-white {
	background-color: #FFFFFF;
}
.prodtable-yellow {
	background-color: #FFFfff;
}
.description {
	margin-bottom:5px;
	font-size:11px;
}
.description-small {
	margin-top:5px;
	font-size:10px;
}
.description-small1 {
	margin-top:5px;
	font-size:11px;
}


.quantity-cell {
	width:25%;
	border-right:1px solid #c2c2c2;
	padding: 0px 0px 0px 4px;
	font-size:11px;
}
.price-cell {
	width:100px;
	padding: 0px 4px 0px 4px;
	text-align:center;
	font-size:11px;
}
.pricetotal-cell {
	width:100px;
	padding: 0px 4px 0px 4px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}
.total-cell {
	width:80%;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	padding: 4px 10px 4px 0px;
	text-align:right;
	font-weight:bold;
	font-size:11px;
}
.subtotal-total-cell {
	width:519px;
	border-right:1px solid #333333;
	padding: 4px 1px 4px 8px;
	text-align:right;
	font-weight:bold;
	font-size:11px;
}
.total-pricetotal-cell {
	width:99px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	padding: 0px 0px 0px 2px;
	border-bottom:1px solid #333333;
}
.subtotal-pricetotal-cell {
	width:96px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	padding: 0px 0px 0px 2px;
}
.header-item-cell {
	width:400px;
	border-right:1px solid #333333;
	padding: 0px 0px 0px 4px;
	font-size:11px;
}
.item-cell {
	width:400px;
	border-right:1px solid #333333;
	padding: 0px 0px 0px 4px;
	font-size:11px;
}
.header-quantity-cell {
	width:169px;
	border-right:1px solid #333333;
	padding: 0px 4px 0px 4px;
	font-size:11px;
}

.header-price-cell {
	width:102px;
	padding: 0px 4px 0px 4px;
	text-align:center;
	font-size:11px;
}

.recommend-table {
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	padding:4px;
}
.recommend-cell {
	background-color:#FFFFFF;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	padding-top:3px;
	padding-bottom:6px;
}


.login-table {
	border:1px dotted #333333;
	background-color:#f3e4d5;
	font-size:10px;
}


.width-250 {
	width:250px;
}

.width-275 {
	width:275px;
}

.width-315 {
	width:315px;
}
.width-685 {
	width:685px;
}
.width-600 {
	width:600px;
}
.width-650 {
	width:650px;
}

.width-425 {
	width:425;
}
.blue-table {
	background-color: #DDDDDD;
}
.grey-table {
	background-color: #Eeeeee;
	border-collapse:separate;
}
.white-table {
	background-color: #ffffff;
	border-collapse:separate;
}
.borderbottom {
	border-bottom:1px solid #333333;
}
.borderleft  {
	border-left:1px solid #333333;
}
.borderright  {
	border-right:1px solid #333333;
}
.bordertop  {
	border-top:1px solid #333333;
}
.padding {
	padding:4px;
}
.paddingleft {
	padding-left:10px;
}
.paddingbottom 
{
	padding-bottom:10px;
}
.greypar {
margin-left:7px;
margin-right:7px;
margin-top:3px; 
margin-bottom:3px;
}

.header1 {
	font-size:14px;
	color:#003399;
	padding:1px;
	font-weight:bold;
}
.header2 {
	font-size:18px;
	color:#003399;
	padding:1px;
	margin-bottom: 0px;
	font-weight: bold;
}
.LinePageHeaderText {
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 16px; 
    color:#003399; 
    font-weight:bold; 
    margin-top: 15px; 
    margin-left:5px; 
    margin-bottom: 10px;
}
.titletext {
	font-size:16px;
	font-weight:bold;
	color:#003399;
}
.white {
	color:#FFFFFF;
}
.red {
	color:#990000;
}
.brown {
	color:#003399;
}
.blue {
	color:#003399;
}
.baige {
	color:#eeeeee;
}
.grey {
 	color:#999999;
}

.bold {
	font-weight:bold;
}
.bodytext {
	font-size:12px;
}
.smalltext {
	font-size:10px;
}
.largertext {
	font-size:14px;

}

.breadcrumb 
{
	
	font-size:10px;
	margin-right:10px;
	font-weight:bold;
	font-family: Arial;
}
.nav, .tabnav {
	font-size:10px;
	text-decoration: none;
}
.NewBorderColor { BORDER-COLOR: #333333 } 


.alignleft
{
    text-align:left;
}
.alignright
{
    text-align:right;
}
.aligncenter
{
    text-align:center;
}

.paygrid-table 
{
  
  background-color:White;
  border-top:1px solid #333333;
  border-left:1px solid #333333;
  border:Solid 1px Black;
}
.paygrid-text
{
    font-size:12px;
}
.paygrid-title
{
    font-size:14px;
    line-height:32px;
    color:#333333;
	font-weight:bold;
	background-color:#eeeeee;
}
.paygrid-label
{
   
    color:black;
	font-size:12px;
	font-weight:bold;
	background-color:#FFFFFF;
}
.paygrid-item 
{
    line-height:20px;
	width:325px;
	border-bottom:1px solid #333333;
	padding: 0px 4px 0px 4px;
	
}

.paygrid-qty {
	width:225px;
	border-bottom:1px solid #333333;
	padding: 0px 4px 0px 4px;
	
}
.paygrid-price {
	width:120px;
	border-bottom:1px solid #333333;
	padding: 0px 4px 0px 4px;
	text-align:center;
	
}



.cart-table-white {
	border-collapse:separate;
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
}
.cart-table-grey {
	border-collapse:separate;
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
}

.cartheader-table {
	background-color: #DDDDDD;
	border-collapse:separate;
	border:1px solid #333333;
	font-weight:bold;
	height: 25px;
}
.payconheader-item-cell {
	width:176px;
	border-right:1px solid #c2c2c2;
	padding: 0px 0px 0px 4px;
	font-size:11px;
}
.payconheader-quantity-cell {
	width:132px;
	border-right:1px solid #333333;
	padding: 0px 4px 0px 4px;
	font-size:11px;
}
.payconheader-price-cell {
	width:82px;
	padding: 0px 4px 0px 4px;
	text-align:center;
	font-size:11px;
}
.cartheader-table .payconheader-price-cell, .cartheader-table .checkbox-cell, .cartheader-table .item-cell, .cartheader-table .header-quantity-cell, .cartheader-table .header-price-cell{ font-size:14px; border:1px solid #c2c2c2;}

.payconitem-cell {
	width:176px;
	border-right:1px solid #333333;
	padding: 0px 0px 0px 4px;
	font-size:11px;
}
.payconquantity-cell {
	width:132px;
	border-right:1px solid #333333;
	padding: 0px 4px 0px 3px;
	font-size:11px;
}
.payconprice-cell {
	width:82px;
	padding: 0px 4px 0px 4px;
	text-align:center;
	font-size:11px;
}
.payconcart-table-white {
	border-collapse:separate;
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	width: 411px;
}
.concartheader-table {
	background-color: #BEBEBE;
	border-collapse:separate;
	border:1px solid #333333;
	font-weight:bold;
	width: 411px;
}
.noscroll 
{
	overflow: hidden;
}
.li-button
{
 width: 50px;
 height: 20px;
 font-family: Verdana;
 font-size: 10px;  	
}
/*old expressionery style stuff starts here*/
/*new Super Value Checks stuff starts here*/
body {
  font-family: Arial, helvetica, sans-serif;
  font-size:12px;
}

p {
font-family: Arial, helvetica, sans-serif;
  font-size:12px;
  color: #333333;
  margin:10px;
}
.main {
font-family: Arial, helvetica, sans-serif;
  font-size:12px;
  color: #333333;
  margin:10px;
  line-height:16px;
}
.main-dkgrey {
font-family: Arial, helvetica, sans-serif;
  font-size:12px;
  color: #333333;
  margin:10px;
  
}
.main-sm
{
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
}
.header {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
margin-top:0px;
margin-right:15px;
margin-bottom:0px;
}
.footer {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
margin-top:4px;
margin-bottom:4px;
text-align:center;
}
.footerlinks {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
margin-top:0px;
margin-bottom:0px;
}
.footerlinks a:link, .footerlinks a:hover, .footerlinks a:active, .footerlinks a:visited {
color:#333333;
text-decoration:none;
}
.footerMessage {text-align:center;}
.bucket {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#003399;
margin-top:0px;
margin-right:10px;
margin-bottom:6px;
margin-left:15px;
text-align: left;
}
.bucketholder {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#003399;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
margin-left:0px;
text-align: left;
}
.buckethead {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin-top:10px;
margin-right:10px;
margin-bottom:2px;
margin-left:15px;
font-weight:bold;
text-align: left;
}
.buckethead a:link, .buckethead a:visited {
color:#1b439b;
}
.buckethead a:hover, .buckethead a:active {
color:#0000ff;
}
.navbar {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#ffffff;
margin-top:2px;
margin-right:5px;
margin-bottom:2px;
margin-left:12px;
background-color: #1b429a;
/*background-image:url(../images/1pxor.gif);*/
text-align:left;
}
.thumbnail {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
margin-top:3px;
margin-right:3px;
margin-bottom:6px;
margin-left:0px;
text-align: left;
}
h1 {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:16px;
color:#003399;
margin-top:15px;
margin-bottom:10px;
text-align: left;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
color:#003399;
margin-top:3px;
margin-bottom:8px;
text-align: left;
margin-left:7px;
}
h4 {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#003399;
margin-top:3px;
margin-bottom:2px;
text-align: left;
margin-left:5px;
}
.about {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
margin-top:7px;
margin-right:5px;
margin-bottom:3px;
margin-left:8px;
text-align: left;
}
.main {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
margin-top:7px;
margin-right:8px;
margin-bottom:3px;
margin-left:8px;
text-align: left;
}
.input {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
margin-top:7px;
margin-right:10px;
margin-bottom:3px;
margin-left:5px;
text-align: left;
}
.carthead {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
margin-top:3px;
margin-right:5px;
margin-bottom:3px;
margin-left:5px;
text-align: left;
font-weight: bold;
}
.cartrow {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
margin-top:3px;
margin-right:5px;
margin-bottom:3px;
margin-left:5px;
text-align: left;
}
.cartemp {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
margin-top:3px;
margin-right:5px;
margin-bottom:3px;
margin-left:5px;
text-align: right;
font-weight: bold;
}
.cart {
border-style: solid;
border-color:#cccccc;
border-width:1px;
margin-bottom:7px;
}
.xsell {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
margin-top:7px;
margin-right:5px;
margin-bottom:7px;
margin-left:5px;
text-align: center;
}
.delivery {
background-color:#f3e4d5;
border-style:solid;
border-width:1px;
border-color:#FF9900;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
margin-top: 18px;
margin-left:5px;

}
.shipping-table {
	border:solid 1px Black;
	background-color:#eeeeee;
	font-size:12px;
}
.creditcard-table {
	border:solid 1px Black;
	background-color:#eeeeee;
	font-size:12px;
	width:400px;
		
}
/* the following are copied from the other style sheets on old exp site.*/

/* from QE2 stylesheet*/
.errorsmall
{
	font-family: Arial;
	font-size: 8pt;
	color: #CC0000;
}

.error
{
	font-family: Arial;
	font-size: 10pt;
	color: #CC0000;
}

.boldred
{
	font-family: Arial;
	font-size: 10pt;
	color: #CC0000;
	font-weight: bold;
}
/* from Exp stylesheet*/
.LinePageHeaderText {
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 16px; 
    color:#003399; 
    font-weight:bold; 
    margin-top: 15px; 
    margin-left:5px; 
    margin-bottom: 10px;
}

.thumbnail
{
	font-family: Arial;
	font-size: 8pt;
}
.quantity-cell {
	width:25%;
	border-right:1px solid #c2c2c2;
	padding: 0px 0px 0px 4px;
	font-size:11px;
}
.price-cell {
	width:100px;
	padding: 0px 4px 0px 4px;
	text-align:center;
	font-size:11px;
}
.pricetotal-cell {
	width:100px;
	padding: 0px 4px 0px 4px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}
.total-cell {
	width:80%;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	padding: 4px 10px 4px 0px;
	text-align:right;
	font-weight:bold;
	font-size:11px;
}
.subtotal-total-cell {
	width:519px;
	border-right:1px solid #333333;
	padding: 4px 1px 4px 8px;
	text-align:right;
	font-weight:bold;
	font-size:11px;
}
.total-pricetotal-cell {
	width:99px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	padding: 0px 0px 0px 2px;
	border-bottom:1px solid #333333;
}
.checkbox-cell {
	width:20px; 
	border-right:1px solid #c2c2c2;
	padding: 0px 4px 0px 4px;
	
}
.total-checkbox-cell {
	width:21px;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	padding: 0px 4px 0px 4px;
}
.subtotal-total-checkbox-cell {
	width:20px;
	border-right:1px solid #333333;
	padding: 0px 4px 0px 4px;
}
.header-item-cell {
	width:400px;
	border-right:1px solid #333333;
	padding: 0px 0px 0px 4px;
	font-size:11px;
}
.item-cell {
	width:55%;
	border-right:1px solid #c2c2c2;
	padding: 0px 0px 0px 4px;
	font-size:11px;
}
.header-quantity-cell {
	width:169px;
	border-right:1px solid #333333;
	padding: 0px 4px 0px 4px;
	font-size:11px;
}

.header-price-cell {
	width:102px;
	padding: 0px 4px 0px 4px;
	text-align:center;
	font-size:11px;
}
.cart-table-white {
	border-collapse:separate;
	border-bottom:1px solid #c2c2c2;
	border-left:1px solid #c2c2c2;
	border-right:1px solid #c2c2c2;
}
.titletext {
	margin-top:20px;
	font-size:14px;
	font-weight:bold;
	color:#003399;
	font-family:Arial, Helvetica, Sans-Serif
}
.personalize-table {
	font-size:11px;
	font-weight:bold;
	background-color:#Eeeeee;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:8px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}
/*these next 2 styles come from the style sheet named visualize.css and affect the input fields*/
input[autofillsupport="true"] {
	background-color: #d0eefb;
}
select[autofillsupport="true"] {
	background-color: #d0eefb;
}

.OrderByMailLink
{
  font-weight:bold;
  color:Black;
}

.OrderByMailLink a, a:visited, a:active, a:hover
{
 color:Black;
}

.OrderByMailTable
{
	font-size:12px;
}
.OrderByMailTable td
{
	padding-left:40px;
}

.ReorderExpressLabel
{
	text-decoration:underline;		
	font-family:Arial, Helvetica, Sans-Serif;	
	font-size:12px;
	color:#000000;
}

.ReorderExpressHeader
{		
	font-weight:bold;	
	font-family:Arial, Helvetica, Sans-Serif;	
	font-size:14px;
	color:#000000;
}

.LoginText
{			
	font-family:Arial, Helvetica, Sans-Serif;	
	font-size:12px;
	color:#000000;
}

.MyAccountlink
{
	 font-size:12px;
    font-weight:normal;   
}

.EZShieldText
{
    font-family: Verdana, san-serif;
font-size: 11px;
color: #333;
font-weight: normal;
}
.EZShieldDetailsLink
{
    font-family: Verdana, san-serif;
    font-size: 9px;
    font-weight: normal;
}
.EZShieldDescriptionText
{
    font-family: Verdana, san-serif;
    font-size: 9px;   
    font-weight: normal;
}

.checkbox-cell-EZShieldAdd {
	width:20px; 
	border-right:1px solid #333333;
	padding: 0px 4px 0px 4px;
	border-top: 1px solid #333333;
}

.quantity-cell-EZShieldAdd {
	width:25%;
	border-right:1px solid #333333;
	border-top: 1px solid #333333;
	padding: 0px 0px 0px 4px;
	font-size:11px;
}
.price-cell-EZShieldAdd {
	width:100px;
	padding: 0px 4px 0px 4px;
	border-top: 1px solid #333333;
	text-align:center;
	font-size:11px;
}
.item-cell-EZShieldAdd {
	width:400px;
	border-right:1px solid #333333;
	border-top: 1px solid #333333;
	padding: 0px 0px 0px 4px;
	font-size:11px;
}

.checkbox-cell-EZShieldCart {
	width:20px; 
	border-right:1px solid #333333;
	padding: 0px 4px 0px 4px;
	border-top: 1px solid #333333;
}

.quantity-cell-EZShieldCart {
	width:25%;
	border-right:1px solid #333333;
	border-top: 1px solid #333333;
	padding: 0px 0px 0px 4px;
	font-size:11px;
}
.price-cell-EZShieldCart {
	width:100px;
	padding: 0px 4px 0px 4px;
	border-top: 1px solid #333333;
	text-align:center;
	font-size:11px;
}
.item-cell-EZShieldCart {
	width:400px;
	border-right:1px solid #333333;
	border-top: 1px solid #333333;
	padding: 0px 0px 0px 4px;
	font-size:11px;
}

.InPlantRushText
{
    font-size:9px;
}
.EZShieldTextSmaller
{
    font-size:9px;
}

.SuperSaverChecksOfferText
{
    font-family: Verdana, san-serif;
    font-size: 10px;
    color:#333333;
    font-weight:bold;
}

.SuperSaverChecksOfferRedText
{
    font-family: Verdana, san-serif;
    font-size: 10px;
	line-height: 16px;
    color:#FF0000;
    font-weight: bold;
}

.divSave10OfferAll
{
    line-height:12px;
	text-align:left;
}

.divSave10OfferEveryDayValueandPremier
{
    line-height:12px;
	text-align:left;
}


/* styles for the product page */
div.productContainer {width: 830px; margin: 20px 0 0 10px; padding: 0;}

table.spec_grid {width: 100%; margin-top:10px;}

div.productContainer div.productLeftCol {width: 310px; height: 100%; float: left; overflow: hidden;}
div.productContainer div.productLeftCol a.productPreview {display: block; width: 300px; float:left; /*height: 300px; border: 1px solid #ccc;*/}
div.productContainer div.productLeftCol a.productPreview img {border:none;}
div.productContainer div.productLeftCol span.productPreviewCaption {display: block; width: 300px; font-size: 11px; text-align: center; margin: 5px 0; float:left}
div.productContainer div.productLeftCol div.productThumbContainer {width: 302px; overflow: hidden; float:left}
div.productContainer div.productLeftCol div.productThumbContainer div.productThumbs {width: 312px; overflow: hidden;}
div.productContainer div.productLeftCol div.productThumbContainer div.productThumbs a.productThumbSelect {
	display: block; 
	float: left; 
	width: 66px; 
	/*height: 66px;*/
	text-decoration: none; 
	/*border: 1px solid #ccc; */
	margin: 0 10px 10px 0; 
	padding: 0;
}

div.productContainer div.productLeftCol div.productThumbs a.productThumbSelect img {border: 0;}

div.productContainer div.productRightCol {width: 500px; height: 100%; float: left; overflow: hidden;}
div.productContainer div.productRightCol input#btnAddToCart {clear: both;}
div.productContainer div.productRightCol br.productRightClear {clear: both;}
div.productContainer div.productRightCol a.emailFriend {font-size: 9px; color: #003399; text-align: right; float: right; margin: 0; padding: 0;}
div.productContainer div.productRightCol div.productInfo {clear: both; margin: 0; padding: 0; text-align:left}
div.productContainer div.productRightCol div.productInfo ul li {font-size:12px; line-height:20px;}
div.productContainer div.productRightCol div.productInfo p {width: 100%; margin: 0 0 15px 0; padding: 0; color: #333;}
div.productContainer div.productRightCol div.productQuantity {width: 210px; float: left; margin: 0 0 20px 0;}
div.productContainer div.productRightCol div.productQuantity span.quantityHead {color: #333; font-size: 14px; font-weight: bold; float:left;}
div.productContainer div.productRightCol div.productQuantity select.quantityDropDown {width: 200px; margin-top: 5px;}
div.productContainer div.productRightCol div.productQuantityUpsell {width: 260px; float: right; text-align: left; margin: 20px 0 20px 0;}
div.productContainer div.productRightCol div.productQuantityUpsell p {text-align: right; margin: 0; padding: 0; font-size: 12px;}
div.productContainer div.productRightCol div.productQuantityUpsell p span.redText {color: #be342e;}
div.productContainer div.productRightCol div.productQuantityUpsell p span.upsellHead {font-weight: bold; font-size: 14px;}



/*--- Check Armor Style ----*/
.carTable{width:800px;}
.cartItemRow .checkbox-cell, .cartItemRow .item-cell, .cartItemRow .quantity-cell, .cartItemRow .price-cell	{ border-top: 1px #dbdddc solid;}
.cartTotal{ width:125px;}
#SecurityProduct {margin:10px 0px; overflow:hidden;}
.CheckArmorContainerCheck{	float:left;	clear:both;	overflow:hidden;	padding: 5px 10px 10px 10px;	margin: 0;	background: transparent url(../../images/checkArmBG.gif) repeat-x left -20px;	border: 1px #dbdddc solid;	font-size:11px; margin-bottom: 10px; text-align:left; width:350px;}
.cartCheckArmor{
	background: url("../../images/CheckArmorIcon1.gif") no-repeat scroll 40px top #FFF9EA;
    padding: 5px 33px 10px 0px; 
    width: 764px; border:none;
	border-bottom: 1px #dbdddc solid;
	margin-bottom:0px;
	}
.CheckArmorLabel p{ margin:0px; margin-bottom: 5px; color:#666;text-align:left; }
.cartCheckArmor .CheckArmorTitle{float:left; margin:0px; font-size: 12px;text-align:left;}
.chArmorLeftCon{float:left;  margin-left: 95px;}
.cartCheckArmorLabel{    float: right; padding-top: 0px; padding-left:0px; padding-right:15px;}
.chArmorLeftConInput{ float:left; padding:0px; margin:0px; width:30px; display:block; padding-left:5px;}
.chAraddBtn {padding:0px;}
.chAraddBtn input{float:right;}
.cartCheckArmorLabel span.chArprice{
	display: block;
    text-align: right;
}
span.shchArprice{font-size:11px;}
.cheArmText{font-size:11px; color:#666666; display:block; clear:both;}
*html .CheckArmorLabel input{margin:0px; float:left;}
*html .CheckArmorLabel p span{display:block; margin-top:3px;}
*html .chArmorLeftCon{ margin-left:110px;}
*html .cartCheckArmor{ background-position: 50px top; width: 778px;}
*html .cartCheckArmorLabel{padding-right:5px;}
*html .cartSubTotal {width:780px;}
*html .cart-table-white{width:780px;}
*html .cartTotal{ width:120px;}
.cartSubTotal{width:800px;}
.cheArmText a{color:#52A98D;}
.CheckArmorTitle{ color:#5b5b5b; font: bold 15px Arial, Helvetica, sans-serif; margin-bottom:3px;  clear:both; overflow:hidden;}
.CheckArmorTitle span{color:#4C907B; font-size: 13px; }
.CheckArmorLabel{ padding: 0px 5px 0px 105px; background: transparent url(../../images/CheckArmorIcon.gif) no-repeat left 3px; color:#666; height:55px;}
.CheckArmorLabel a{ font-size: 12px; }
.CheckArmorLabel strong{ color:#9f2631;}
.CheckArmorLabel input{ margin:2px 5px 0 0 ; padding:0px 0; float:left;}
.CheckArmorPrice{  float:left; padding-left: 18px; width: 160px;}
span.CheckArmorDetailsLink a{font-size: 11px;}
span.cartChArDetailsLink{float:left; clear:both; display:block;}
span.CheckArmorDetailsLink {   }
span.cartChArDetailsLink a{font-size: 11px;}



/* ----------------------Nivo Slider-------------------------------*/
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivoSliderWrapper .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
}
.nivoSliderWrapper .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSliderWrapper .nivoSlider a {
	border:0;
	display:block;
}

.nivoSliderWrapper .nivo-controlNav {
	position:absolute;
	left:1%;
	bottom:0px;
	z-index:200;
}
.nivoSliderWrapper .nivo-controlNav a {
	display:block;
	width:18px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:2px;
	float:left;
}
.nivoSliderWrapper .nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivoSliderWrapper .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.nivoSliderWrapper a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.nivoSliderWrapper a.nivo-prevNav {
	left:15px;
}

.nivoSliderWrapper .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivoSliderWrapper .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivoSliderWrapper .nivo-caption a:hover {
    color:#fff;
}

/*New Shopping Cart Layout*/

#shoppingCartHeader{
	margin:0 auto;
	width:798px;
	height:22px;
	display:block;
	border:1px solid #c2c2c2;
	background-color: #eeeeee;	
}

#shoppingCartHeader p{
	margin-top:4px;
	margin-bottom:0;
	font-size:12px;
	font-weight:bold;
}


#shoppingCartItemsWrapper{
	width:798px;
	height:22px;
	display:block;
	border-bottom:1px solid #c2c2c2;
	border-left:1px solid #c2c2c2;
	border-right:1px solid #c2c2c2;
	margin-bottom:0;
}

#shoppingCartItemsWrapper p{
	margin-top:4px;
	margin-bottom:0;
	font-size:11px;
	font-weight:normal;
}

.checkboxCell{
	width:25px;
	height:22px;
	border-right:1px solid #c2c2c2;
	padding-left:4px;
	padding-right:4px;
	float:left;
}

.itemDescriptionCell{
	width:429px;
	height:22px;
	border-right:1px solid #c2c2c2;
	padding-left:4px;
	padding-right:4px;
	float:left;
	text-align:left;
}

.quantityCell{
	width:190px;
	height:22px;
	border-right:1px solid #c2c2c2;
	padding-left:4px;
	padding-right:4px;
	float:left;
	text-align:left;
}

.priceCell{
	width:118px;
	height:22px;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
	float:left;
}

#shoppingCartSubtotalWrapper{
	width:798px;
	height:34px;
	display:block;
	border-bottom:1px solid #c2c2c2;
	border-left:1px solid #c2c2c2;
	border-right:1px solid #c2c2c2;
	border-top:0;
	margin-top:0;
}

#shoppingCartSubtotalWrapper p{
	margin-top:8px;
	margin-bottom:0;
	font-size:11px;
	font-weight:normal;
}

#shoppingCartSubtotalWrapper .checkboxCell{
	width:26px;
	height:34px;
	border-right: none;
	padding-left:4px;
	padding-right:4px;
	float:left;
}

.promoCodeEnterCell{
	width:430px;
	height:34px;
	padding-left:4px;
	padding-right:4px;
	float:left;
	text-align:left;
}

.subtotalCell{	
	width:190px;
	height:34px;
	border-right:1px solid #c2c2c2;
	padding-left:4px;
	padding-right:4px;
	float:left;
	text-align:right;
}


.subtotalNumberCell{
	width:118px;
	height:34px;
	padding-left:5px;
	padding-right:4px;
	text-align:center;
	float:left;
}

.hideHandling{
	display:none;
}

#cartCheckoutBtns{
	clear:both;
	width:800px;
	height:40px;
	margin:0 auto;
	margin-top:20px;
}

.btnRemoveItem{
	float:left;
	width:100px;
	text-align:left;
}

.btnContinueShopping{
	float:right;

	text-align:right;
}


.btnCheckout{
	float:right;
	margin-left:20px;
	text-align:right;
}


