/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~

    BODY LAYOUT AND MAIN CONTAINERS
	
	The main div hierarchy is:
	
	body (with a page specific id and/or class)
	  div#outer_wrap
	    -div#header_wrap
	    -div#content_wrap
	      -div#breadcrumb_wrap (just a shim to hold space, the breadcrumb is abs positioned over this)
	      -div#leftnav_wrap (if necessary)
	      -div#body_wrap
	    -div#footer_wrap
	  div#sub_footer

-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */
.fl { float: left; }
.fr { float: right; }
.std { font-weight:normal; }
.italic { font-style: italic; }
.hide { display:none; }
div#outer_wrap
	{
	/* outer container used to center the page */
	width:980px;
	position:relative;
	margin-left: auto; /* center the page */
	margin-right: auto; /* center the page */
	text-align: left; /* reset the default */
	}

div#header_wrap
	{
	height:130px;
	position:relative;
	padding-top: 0;
	padding-right: 11px;
	padding-bottom: 0;
	padding-left: 11px;
	}

/*div#checkout_header_wrap*/
	/*{*/
	/*height:110px;*/
	/*position:relative;*/
	/*padding:0 11px;*/
	/*}*/

div#breadcrumb_wrap
	{
	height:34px;
	/* this is basically a shim, the breadcrumb gets absolutely positioned over this space */
	}

/* add pages to this rule to hide the breadcrumb but still keep the 25px space between the header and the body */
body#AcctLogin div#breadcrumb_wrap,
body#MyAcct div#breadcrumb_wrap,
body#orderStatus div#breadcrumb_wrap,
body.searchBody div#breadcrumb_wrap,
body.checkout div#breadcrumb_wrap
	{
	height:17px;
	}

/* we need to override the receipt behavior (from body.checkout) when it's called from order history in my account */
body.orderDetail div#breadcrumb_wrap
	{
	height:34px;
	}

/* add pages to this rule to hide the breadcrumb and remove all extra space from the top (retains just the minimum 8px space) */
body#home div#breadcrumb_wrap
	{
	display:none;
	}

div#breadcrumb
	{
	position:absolute;
	top:170px;
	left:27px;
	font-size:10px;
	width:720px;
	}

div#breadcrumb_right
	{
	position:absolute;
	top:170px;
	right:27px;
	text-align:right;
	}

div#breadcrumb_right_bot
	{
	text-align:right;
	}

div#breadcrumb li
	{
	color:#545454;
	margin-right:5px;
	padding-right:9px;
	}

div#breadcrumb li.currentPage
	{
	font-weight:bold;
	margin-right:0;
	padding-right:0;
	background-image:none;
	}

div#breadcrumb li a
	{
	color:#0F7A42;
	}

ul#pagination
	{
	position:absolute;
	top:170px;
	right:27px;
	}

ul#pagination li.prevPage
	{
	background-position:top right;
	background-repeat:repeat-y;
	padding-right:5px;
	margin-right:6px;
	font-weight:bold;
	}

ul#pagination li.nextPage
	{
	background-position:top left;
	background-repeat:repeat-y;
	padding-left:5px;
	margin-left:6px;
	font-weight:bold;
	}

ul#pagination li.browseSub h2
	{
	display:inline;
	font-size:100%;
	}

ul#pagination li.browseSub a
	{
	color:#389160;
	font-weight:bold;
	text-decoration:none;
	}

div#content_wrap
	{
	min-height:400px; /*not needed but fixes hasLayout issue in ie7 */
	padding:8px 11px 33px 11px;
	}

body#home div#content_wrap
	{
	padding-bottom:8px;
	}

div#footer_wrap
	{
	height:45px;
	font-size:.9em;
	font-weight:bold;
	text-align:center;
	}

div#footer_inner
	{
	padding-top:11px;
	}

div#footer_wrap a
	{
	color:#545454;
	text-decoration:none;
	padding:0 10px;
	border-left:1px solid #bbb;
	}

div#footer_wrap a.first
	{
	padding-left:0;
	border-left:0 none;
	}

div#footer_wrap a
	{
	}

div#sub_footer
	{
	width:980px;
	margin:0 auto;
	padding:15px 0 10px 0;
	font-size:.9em;
	font-weight:bold;
	text-align: center;
    position: relative;

	}

div#BMLAlignRight
{
    position:absolute;
    right:0;
    top:13px;
    width:220px;
}

div#BMLAlignLeft
{
    position:absolute;
    left:0;
    top:13px;
    width:220px;
}

div#BMLAlignRight a#billmefooterLink
{
    border-left: none;
}

div#BMLAlignLeft a#billmefooterLink
{
    border-left: none;
}

div#sub_footer a
	{
	padding:0 10px;
	border-left:1px solid #bbb;
	color:#707070;
	text-decoration:none;
	}

div#sub_footer a.first
	{
	padding-left:0;
	border-left:0 none;
	}

div#sub_footer a#scanalert_foot, div#sub_footer a#BML
	{
	border-width:0;
	}

div#sub_footer a#scanalert_foot img,
#billmefooterLink img
   {
	vertical-align:middle;
	}

div#header_top
	{
	height:82px;
	position:relative;
	}

div#header_top #headLogo
	{
	position:absolute;
	top:7px;
	left:1px;
	}
div#header_top #end_session
{
    position:relative;
    top:28px;
    left:350px;
    width:95px;
}
div#header_top #global_header
{
    margin-left:300px;
    position:relative;
    top:17px;
    width:260px;
}

#header_top #custserv
{
	position:absolute;
	top:60px;
	right:1px;
	width:600px;
	text-align:right;
	font-weight:bold;
}

#header_top #custserv .blue a
{
    color:#336DC1;
}

#header_top #custserv .blue
{
	color:#7CCE16;
}

#header_top #custserv .grey
{
    color:#505050;
}

#header_top #links_row1
	{
	position:absolute;
	top:27px;
	right:0px;
	width:600px;
	text-align:right;
	}

#header_top #links_row2
	{
	position:absolute;
	top:47px;
	right:0px;
	padding:0 0 0 22px;
	font-size:1.1em;
	color:#117A3F;
	}
div#checkout_header_top #headLogo
	{
	position:absolute;
	top:7px;
	left:1px;
	}
div#checkout_header_top
	{
	height:110px; /* 82 std header */
	position:relative
	}

#checkout_header_top #header_checkout_steps
{
    position:absolute;
    top:60px;
    right:0px;
    width:569px;
}

#checkout_header_top #header_checkout_steps li {
	margin-left:-4px;
}

#checkout_header_top #links_row2
	{
	position:absolute;
	top:20px;
	right:0px;
	padding:0 0 0 22px;
	font-size:1.1em;
	color:#117A3F;
	}

#checkout_header_top #links_row2 a
	{
	font-weight:bold;
	text-transform:uppercase;
	color:#117A3F;
	text-decoration:none;
	}

#checkout_header_top  #links_row2 #shopping_cart {
	padding:0 0 0 30px;
}
#header_top  #shopping_cart
{
   padding:0px 0 0 30px;
}

#header_top #links_row2 #shopping_cart_price
{
    padding-left:0;
	margin-left:0;
	border-left:0 none;
    font-size: 1em;
    font-weight: normal;
    color:#109a4a;
}

#header_top #links_row2 #shopping_cart_price a
{
    padding-left:0;
	margin-left:0;
	border-left:0 none;
    font-size: 1em;
    font-weight: bold;
    color:#109a4a;
}

#header_top #links_row2 #espanol
{
    padding-left:0;
	margin-left:0;
	border-left:0 none;
    font-size: 1em;
    font-weight: normal;
    color:#FF0000;
}

#header_top #links_row2 #email_signup
{
    /*padding-left:0;
	margin-left:0;*/
	border-left:1px solid #bbb;
    font-size: 1em;
    font-weight: normal;
    color:#109a4a;
}

#header_top #links_row2 #email_signup a
{
    padding-left:0;
	margin-left:0;
	border-left:0 none;
    font-size: 1em;
    font-weight: bold;
    color:#109a4a;
}


#header_top li
	{
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid #bbb;
	}

#header_top li.first
	{
	padding-left:0;
	margin-left:0;
	border-left:0 none;
    font-size: 1.1em;
    font-weight: normal;
    color: #6689bd
	}

#header_top li a
	{
	color:#505050;
	text-decoration:none;
	}

#header_top #links_row2 a
	{
	font-weight:bold;
	text-transform:uppercase;
	color:#117A3F;
	text-decoration:none;
	}

div#header_mid
	{
	height:44px;
	border-bottom:1px solid #B5C0AE;
	}

div#header_mid table
	{
	width:958px;
	}

div#header_mid td
	{
	border-left:1px solid #fff;
	vertical-align:middle;
	text-align:center;
	width:84px; /*default value - overriden by dynamic width set in header_main */
	height:44px;
	overflow:hidden;
	}

div#header_mid td.first
	{
	width:108px; /*default value - overriden by dynamic width set in header_main */
	border-left:0 none;
	}



div#header_mid td a
	{
	font-size:.9em;
	color:#2D4136;
	padding:0 2px;
	text-decoration:none;
	text-transform:uppercase;
	}

div#header_mid td a.christmascorner
{
        padding: 0 ;
}

div#header_mid td.on a
	{
	color:#fff;
	}

div#header_bot
	{
	height:33px;
	}

div#header_bot a#dtDirectLink
	{
	float:left;
	margin:10px 0 0 16px;
	}

div#header_bot form
	{
	float:right;
	margin:8px 12px 0 0;
	}

div#header_bot form input
	{
	float:left;
	margin-left:5px;
	}

div#body_wrap
	{
	float:right;
	width:958px; /* 980 - 11 - 11 */
	}

body.hasLeftNav div#body_wrap
	{
	width:762px;
	}

body.hasLeftNav div#leftnav_wrap
	{
	float:left;
	width:189px;
	}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+LEFT NAV
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

#lnav_section
	{
	font-size:1.7em;
	font-weight:bold;
	color:#fff;
	padding:7px 16px 4px 16px;
	}

#lnav_section a
	{
	color:#fff;
	text-decoration:none;
	}

ul#left_nav_data li
	{
	line-height:0; /* seems to fix ie6 vertical space, need to reset to 1.2 in the child a (below) */
	}

ul#left_nav_data li a
	{
	line-height:1.2; /* reset from 0 (above) to fix ie6 problem */
	display:block;
	font-size:1.3em;
	font-weight:normal;
	padding: 7px 16px;
	color:#427f52;
	background-color:#cee2cb;
	border-top:1px solid #e7f1e6;
	text-decoration:none;
	}

ul#left_nav_data li a.active
	{
	font-weight:bold;
	color:#fff;
	background-color:#459B5E;
	}

ul#left_nav_data li ul
	{
	padding: 10px 16px;
	background-color:#E4F0E2;
	}

ul#left_nav_data li.on ul li a
	{
	display:block;
	padding: 4px 0 4px 8px;
	font-size:1.1em;
	font-weight:normal;
	color:#295d37;
	border-top:0 none;
	text-decoration:none;
	}

ul#left_nav_data li.on ul li a.active
	{
	font-weight:bold;
	}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+LEFT NAV body.contentPage
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

body.contentPage div#leftnav_wrap
	{
	width:182px;
	}

body.contentPage ul#left_nav_data
	{
	background-color:#e0f0dd;
	padding-bottom:70px;
	}

body.contentPage #lnav_section
	{
	font-size:1.5em;
	color:#218752;
	padding:16px 13px 12px 13px;
	}

body.contentPage #lnav_section a
	{
	color:#218752;
	}

body.contentPage ul#left_nav_data li.on
	{
	background-color:#eefaeb;
	}

body.contentPage ul#left_nav_data li a
	{
	font-size:1.2em;
	padding: 7px 15px;
	margin-right:15px;
	color:#4D4D4F;
	background-color:#e0f0dd;
	border-top:1px solid #bcbec0;
	}

body.contentPage ul#left_nav_data li a.active
	{
	font-weight:bold;
	background-color:#eefaeb;
	}

body.contentPage ul#left_nav_data li.first a
	{
	border-top-width:0;
	}

body.contentPage ul#left_nav_data li ul
	{
	display:none;
	padding: 0px 20px 7px 24px;
	background-color:#eefaeb;
	}

body.contentPage ul#left_nav_data li.on ul
	{
	display:block;
	}

body.contentPage ul#left_nav_data li.on ul li a
	{
	color:#4D4D4F;
	}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+RECENTLY VIEWED
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

div#viewed-products
	{
	padding:30px 10px;
	}

div#viewed-products h6
	{
	font-size:1.6em;
	font-weight:normal;
	color: #606060;
	text-align:center;
	margin-bottom:15px;
	}

div#viewed-products table
	{
	width:100%;
	}

div#viewed-products td
	{
	vertical-align:middle;
	padding-bottom:15px;
	}

div#viewed-products td.col1
	{
	width:60px;
	}

div#viewed-products td a
	{
	color:#0F7B41;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	}

div#viewed-products-review
{
    padding:0px 10px 30px 10px;
}

div#viewed-products-review h6
{
	font-size:1.6em;
	font-weight:normal;
	color: #606060;
	text-align:center;
	margin-bottom:15px;
}

div#viewed-products-review table
{
	width:100%;
}

div#viewed-products-review td
{
	vertical-align:middle;
	padding-bottom:15px;
}

div#viewed-products-review td.col1
{
	width:60px;
}

div#viewed-products-review td a
{
	color:#0F7B41;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+UTILITY CLASSES (GLOBAL)
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

a.minusLeft
	{
	font-size:10px;
	font-weight:bold;
	padding-left:16px;
	color:#389160;
	text-decoration:none;
	}

a.qMark_l
	{
	padding:1px 0 1px 16px;	
	color:#0A9A49;
	text-decoration:none;
	}

a.print_l
	{
	padding-left:16px;
	color:#389160;
	text-decoration:none;
	}

.linkInHead
 	{
	 font-size:11px;
	font-weight:normal;
	margin-left:10px;
 }

a.qMark_l_head
	{
	padding-left:16px;
	color:#fff;
	text-decoration:none;
	font-size:10px;
	margin-left:10px;
	}

a.line_l
	{
	border-left:1px solid #c0c0c0;
	margin-left:7px;
	padding-left:9px;
	color:#389160;
	text-decoration:none;
	}

a.greenArrow_l
	{
	color:#389160;
	padding-left:10px;
	text-decoration:none;
	}

a.greenArrow_r
	{
	color:#389160;
	padding-right:10px;
	text-decoration:none;
	}

a.greenArrow_d
	{
	color:#389160;
	padding-right:12px;
	text-decoration:none;
	}

a.qMark_l.small,
a.greenArrow_r.small
	{
	font-size:11px;
	font-weight:normal;
	}

div.greenHead h1,
div.greenHead h2,
div.greenHead h3
	{
	padding:14px 20px 12px 20px;
	font-size:1.6em;
	font-weight:bold;
	color:#fff;
	}
div.greenHead a{
	color:#FFFFFF;
	text-decoration:none;
}
div.greenHead a:hover{ text-decoration:underline;}

div.grayHead h1,
div.grayHead h2,
div.grayHead h3
	{
	padding:14px 20px 12px 20px;
	font-size:1.6em;
	font-weight:bold;
	color:#398F60;
	}
#category div.grayHead h2 a {
	color:#398F60
}
div.grayHead h3
	{
	font-size:1.5em;
	}

div.grayULine /* underline condition for the grayHead and greenHead treatment */
	{
	border-bottom:1px solid #c0c0c0;
	}

div.grayHead form
	{
	/* used on thumb for sort by form */
	display:inline;
	}

div.grayHead label
	{
	font-size:11px;
	font-weight:bold;	
	}

/* h2.segmented is used in checkout to style h2 heads that have dl's for children */
div.grayHead h2.segmented dl
	{
	padding:0 20px;
	border-left:1px solid #c0c0c0;
	float:left;
	}

div.grayHead h2.segmented dl.first
	{
	padding-left:0;
	border-left:0 none;
	}

div.grayHead h2.segmented dt
	{
	display:inline;
	}

div.grayHead h2.segmented dd
	{
	display:inline;
	color:#4a4a4a;
	}

div.graySubhead
	{
	background-color:#F2F4F0;
	font-size:1.1em;
	padding:7px 20px;
	}

div.grayFoot div.inner
	{
	padding:14px 20px 12px 20px;
	text-align:right;
	}

div.hiliteBox
	{
	background-color:#E6F0E5;
	background-position:top left;
	background-repeat:no-repeat;
	}

div.hiliteBox div.inner_bl
	{
	background-position:bottom left;
	background-repeat:no-repeat;
	}

div.hiliteBox div.inner_tr
	{
	background-position:top right;
	background-repeat:no-repeat;
	}

div.hiliteBox div.inner_br
	{
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:13px 0; /* the height of the background tiles used to make the rounded corners */
	}

div.hiliteBox div.content_wrap
	{
	background-position:top left;
	background-repeat:repeat-y;
	}

div.hiliteBox div.inner
	{
	background-position:top right;
	background-repeat:repeat-y;
	padding:2px 15px; /* considers 13px already used in top and bottom background tiles */
	}

.thumbIcon span
	{
	padding-left:13px;
	}
.icon {
	margin-right:2px;
}

.new_icon_container{
	
	position:relative;
	
	}

.icon_new {
	
	position:absolute;
	margin-top:-40px;
	left:4px;
	
	
	}
	
.icon_ltc {
	
	position:absolute;
	margin-top:-40px;
	right:4px;
	
	}
	
.icon_subcgy_new {
	
	position:absolute;
	margin-top:-158px;
	left:4px;
	
	
	}
	
.icon_subcgy_ltc {
	
	position:absolute;
	margin-top:-158px;
	right:4px;
	
	}
	
.icon_cgy_new {
	
	position:absolute;
	margin-top:-160px;
	left:4px;
	
	
	}
	
.icon_cgy_ltc {
	
	position:absolute;
	margin-top:-160px;
	right:4px;
	
	}
	
.icon_ens_new {
	
	position:absolute;
	margin-top:-297px;
	left:4px;
	
	
	}
	
.icon_ens_ltc {
	
	position:absolute;
	/*margin-top:-297px;*/
	right:4px;
	
	}

.ltdQty {  }

.assorted { }

.caseQtyMsg { }


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+CHECKOUT STYLES (body.checkout)
	6col 850px = 120,240,150,120,120,120
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

div#checkout_wrap
	{
	padding: 0;
	}

table.checkoutTable
	{
	width:100%;
	margin-bottom:30px;
	margin-top:10px;
	}

table.checkoutTable thead th
	{
	padding:8px 0;
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
	background-color:#0a9a49;
	border-bottom:1px solid #c0c0c0;
	}

table.checkoutTable thead th a {
	color:#fff;
	text-decoration:none;
}

table.checkoutTable thead th.col1
	{
	background-position:top left;
	background-repeat:no-repeat;
	}

table.checkoutTable thead th.col1and2
	{
	background-position:top left;
	background-repeat:no-repeat;
	}
table.checkoutTable thead th.colLast
	{
	background-position:top right;
	background-repeat:no-repeat;
	}

table.checkoutTable tr.itemRow td
	{
	padding:10px 0;
	font-size:1.2em;
	background-color:#fff;
	}

table.checkoutTable tr.shaded td
	{
	background-color:#f5f5f5;
	}

table.checkoutTable .col1 { width:100px; text-align:center; }
table.checkoutTable .col2 { width:335px;padding-left:10px; }
table.checkoutTable .col3 { width:200px; }
table.checkoutTable .col4 { width:140px; }
table.checkoutTable .col5 { width:90px; }
table.checkoutTable .colLast { width:85px; }

table.checkoutTable h6
	{
	/* typically the product name */
	font-size:1.2em;
	font-weight:bold;
	color:#3A9260;
	margin-bottom:2px;
	}

table.checkoutTable #itemDescriptionHeader {
	margin-left:50px;
}
table.checkoutTable #returnDescriptionHeader {
	margin-left:50px;
}

table.checkoutTable span.itemsPurchasedHeader
{
    margin-left:50px;
}

table.checkoutTable th.itemsPurchasedRow
{
    padding-left:20px;
    text-align:left;
}

table.checkoutTable td.returnsInner
{
                padding-left:10px;
    padding-right:10px;
}

#shopping-cart-items td {
	border: 1px solid #d5d5d5;		
}
#shopping-cart-items td.col1 {
	border-right: none;
}
#shopping-cart-items td.col2 {
	border-left: none;
}
#shopping-cart-items td.col3 .field_wrap {
	margin-left:5px;
}

div#widget-ucart table.checkoutTable h6 {
	font-size:1.1em;
}

table.checkoutTable h6 a
	{
	/* typically the product name */
	color:#3A9260;
	text-decoration:none;
	}

table.checkoutTable div.shipOptions {
	padding: 0 5px;	
}

table.checkoutTable ul.shipOptions li	{
	margin-bottom:8px;
	}
div.order_summary_wrap               	{
	width:200px;
	}

div.order_summary_wrap .inner_wrap	{
	padding-bottom:20px;
	padding-left:10px;
	}

div.order_summary_wrap h2         	{
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:10px;
	}

dl.orderReturns     	{
	font-size:1.2em;
	border-bottom: 1px solid #000;
}
dl.orderReturns dt 	{
	float:left;
	width:115px;
	margin-bottom:7px;
	text-align:right;
	}

dl.orderReturns dd 	{
	margin-left:115px;
	margin-bottom:7px;
	text-align:right;
	padding-right:10px;
	}

dl.orderSummary     	{
	font-size:1.2em;
	padding-top: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}

dl.orderSummary dt 	{
	float:left;
	width:115px;
	margin-bottom:7px;
	text-align:right;
	}

dl.orderSummary dd 	{
	margin-left:115px;
	margin-bottom:7px;
	text-align:right;
	padding-right:10px;
	}
dl.orderSummary dd.upsdelivery	{

	}

dl.orderSummary dt.disc, dl.orderSummary dd.disc {
	color:red;
} 	

dl.subtotal dt.disc, dl.subtotal dd.disc {
	font-weight:normal;
	color:red;
}

dl.orderSummary .hilite	{
	font-weight:bold;
	}

dl.subtotal        	{
	font-size:1.3em;
	font-weight:bold;
	text-align:right;
	}

dl.subtotal dt {
	float:left;
	width:115px;
	margin-bottom:7px;
	text-align:right;
}
dl.subtotal dd     	{
	margin-left:115px;
	margin-bottom:7px;
	text-align:right;
	padding-right:10px;
	}

div.order_summary_wrap div.inner
	{
	padding:20px 5px;
	font-size:1.3em;
	}

div.button_wrap
	{
	text-align:right;
	}

body.checkout div.button_wrap
	{
	padding-top:10px;
	}

body.checkout div.button_wrap *
	{
	vertical-align:middle;
	}

.form_wrap 	{
	border:1px solid #c0c0c0;
	margin-bottom:10px;
	}

.checkout_form_wrap 	{
	width:560px;
	border:1px solid #c0c0c0;
	margin-bottom:10px;
	}

body#billing .checkout_form_wrap
{
	border:none;
}

body#billing div#memberBilling.checkout_form_wrap
{
	width:620px;
}

.form_wrap div.inner
{
    padding:20px;
}

.form_wrap div.inner .paymentInfo
{
    font-size:1.3em;
}

.form_wrap .paymentModule
{
    padding: 20px 10px 10px 20px;
    border-top:1px solid #C0C0C0;
    border-bottom:1px solid #C0C0C0;
    clear:both;
}

.form_wrap .paymentModule .payPalCheckoutImg
{
    position:relative;
    top:-2px;
    vertical-align:middle;
}

.form_wrap .paymentModule .ccModule
{
    position:relative;
    top:-5px;
    vertical-align:middle;
}

.form_wrap h3
	{
	font-size:1.4em;
	font-weight:bold;
	color:#389160;
	margin-bottom:10px;
	}

.field_wrap
	{
	margin-bottom:10px;
	}
#shopping-cart-items .col3 .remove {
	float:right;
	margin-right:10px;	
}
#shopping-cart-items .col3 .remove a {
	font-weight: normal;
	text-decoration: underline;
}
#shopping-cart-items .col3 .upgradeToCase {
	font-weight: normal;
	text-decoration: underline;
	font-size:11px;
}
#shopping-cart-items .numericAlign {
	margin-right:30px;
	text-align:right;
}
.shaded
	{
	background-color:#e5f0e3;
	}

.shadedLite
	{
	background-color:#f8f8f1;
	}

.form_wrap.shaded
	{
	border-left:0 none;
	border-right:0 none;
	}

body.checkout div.content_top_left
	{
	float:left;
	width:49%;
	padding-bottom:20px;
	}

body.checkout div.content_top_right
	{
	float:right;
	width:44%;
	padding-bottom:20px;
	}

body.checkout div#continueOptions {
	margin-bottom:20px;
}
dl.atrDisplay
	{
	font-size:1.1em;
	margin-bottom:3px;
	}

dl.atrDisplay dt
	{
	display:inline;
	margin-right:3px;
	}

dl.atrDisplay dd
	{
	display:inline;
	}

dl.deliverySelect
	{
	font-size:1.1em;
	margin-bottom:3px;
	clear:both;
	}

dl.deliverySelect dt
	{
	display:inline;
	float:left;
	margin-right:3px;
	}

dl.deliverySelect dd
	{
	display:inline;
	float:left;
	padding-top:1px;
	}

dl.checkoutOptions dt
	{
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:8px;
	}

dl.checkoutOptions dd
	{
	font-size:1.1em;
	margin-bottom:10px;
	}

dl.deliverySelect dt
	{
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:5px;
	}

dl.deliverySelect select
	{
	margin-bottom:5px;
	}

dl.deliverySelect dd ul li
	{
	margin-bottom:3px;
	}


#checkout_head {
	border:1px solid #c0c0c0;
	background-color:#F8F8F1;
	background-position:left bottom;
	background-repeat:repeat-x;
	margin-bottom:25px;
	position:relative;
}

#checkoutTrail {
	border-bottom:1px solid #c0c0c0;
}

#checkout_head_right {
	float:right;
	width:300px;
}

#checkout_head_left {
	float:left;
	width:546px;
	font-size:1.3em;
}

#checkout_head_left div.inner {
	padding:7px 15px 40px 15px;
}

#checkout_head div.order_summary_wrap {
	border:0px solid #C0C0C0;
	padding-bottom:5px;
}

#checkout_head div.order_summary_wrap .inner_wrap {
	border-bottom:0px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	padding:0 18px 0 18px;
	margin:15px 0 18px 0;
}

#checkout_head dl.subtotal {
	background-color:transparent;
	font-size:1.4em;
	font-weight:bold;
	padding:7px 18px;
	text-align:right;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+CART (body#cart)
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

body#cart div.hiliteBox
	{
	margin:15px 0;
	}

body#cart div.content_top_left
	{
	float:left;
	width:66%;
	}

body#cart div.content_top_left div.inner
	{
	padding:20px 20px 0;
	}

body#cart div.content_top_left p
	{
	font-size:1.2em;
	margin-bottom:10px;
	}

body#cart div.content_top_right
	{
	float:right;
	width:32%;
	padding:20px 0;
	}

body#cart div#cart_mid
	{
	border:1px solid #c0c0c0;
	background-color:#E6F0E5;
	padding:3px 10px;
	margin-bottom:30px;
	}

body#cart div#promo_entry
	{
	float:left;
	width:54%;
	}

body#cart div#cart_mid div.button_wrap
	{
	float:right;
	width:45%;
	padding:5px 0;
	}

body#cart div#cart_mid div.button_wrap p
	{
	float:left;
	width:180px;
	font-size:1.2em;
	text-align:left;
	margin-bottom:0;
	}

body#cart div#cart_mid div.button_wrap #updateBtn
	{
	clear:right;
	margin-top:2px;
	}

body#cart div#content_bot_left
	{
	float:left;
	width:58%;
	}

body#cart div#content_bot_right
	{
	float:right;
	width:41%;
	}

body#cart div#content_bot_right div.inner
	{
	font-size:1.3em;
	color:#398F60;
	padding:20px 0;
	}

body#cart div#body_wrap
	{
	padding-bottom:30px;
	}

body#cart .itemCell p {
	margin-bottom:0;
}
body#cart #keepShopping {
	margin-right:5px;
}
body#cart #needAssistance {
	font-size:1.2em;
	padding:5px;
	margin-bottom:20px;
}
body#cart .hiliteBox h3
	{
	font-size:1.8em;
	color:#398F60;
	}

body#cart .hiliteBox p
	{
	font-size:1.2em;
	}

body#cart .hiliteBox div.contentLeft
	{
	float:left;
	width:49%;
	}

body#cart .hiliteBox div.contentRight
	{
	float:right;
	width:49%;
	}

body#cart .hiliteBox dl.yourStore dt
	{
	font-size:1.2em;
	font-weight:bold;
	color:#398F60;
	text-transform:uppercase;
	}

body#cart .hiliteBox dl.yourStore dd
	{
	font-weight:bold;
	font-size:1.2em;
	color:#4a4a4a;
	}

body#cart .hiliteBox dl.yourStore span
	{
	color:#4a4a4a;
	}

body#cart .hiliteBox dl.yourStore a
	{
	color:#398F60;
	text-transform:none;
	}
body#cart #feeMessage {
	float:left;
	color:red;
	font-size:1.2em;
	width:170px;
	padding:10px;
	margin-top:40px;
	text-align:center;
}
div.truck img.truckImg
	{
	float:left;
	}

div.truck .truckText
	{
	margin-left:62px;
	clear:right;
	}

body#cart td.col4,
body#cart td.colLast
	{
	font-size:1.2em;
	}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+BILLING (body#billing)
	+ADD ADDRESS (body#addAddress)
	+EDIT ADDRESS (body#editAddress)
	+ENTER ZIP CODE (body#pickupZip)
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */
body#billing .inner_left, body#puDelivery .inner_left, body#payment .inner_left, #receipt .inner_left {
	width: 745px;
	float:left;
}
body#billing .inner_right, body#puDelivery .inner_right, body#payment .inner_right, #receipt .inner_right {
	width: 200px;
	margin-left:10px;
	float:right;
}
body#billing .form_wrap div.inner{
	padding:20px;
	min-height: 245px;
	/* jquery on pg adjusts height of two divs to match*/
}
body#billing .checkout_form_wrap div.inner{
	padding:20px;
	border:1px solid #c0c0c0;
	position:relative;
}
body#puDelivery .checkout_form_wrap div.inner{
	padding:20px;
}
body#billing #needAssistance {
	font-size:1.2em;
	padding:5px;
	margin-top:10px;
	width:550px;
	background-color:#EBEEE7;
}
body#billing .cmdMessages {
	margin: 20px 5px;	
}
body#billing .continue {
	margin-top:10px;
}
body#billing .stepContinue {
	margin:10px 0 20px 10px;
}
body#billing div#content_left {
	float:left;
	width: 365px;
}
body#billing div#content_right {
	float:right;
	width: 365px;
}
body#billing .selectMethod .textInput {
	width:200px;
}
body#billing #billing-address .textInput,#billing-address select,body#billing .tax_exempt_wrap .textInput {
	width:240px;
	margin-right:5px;
}
body#billing #createAccount .textInput {
	width:240px;
	margin-right:5px;
}
body#billing #billing-address p.formNote, body#billing div.formNote {
	width:240px;
	font-size:11px;
}
body#billing #lblTaxExempt{
	width:330px;
}
body#billing #billing-address #zipCode {
	width:80px;	
}
body#billing #billing-address #state {
	width:140px;
}
body#billing #memberBilling a {	
	text-decoration:underline;
}

body#billing .cmsRight, body#puDelivery .cmsRight, body#payment .cmsRight, body#receipt .cmsRight {
	width:190px;
	overflow:hidden;
	margin-left:10px;
}

body#addAddress div#content_left,
body#editAddress div#content_left
	{
	float:left;
	width:49%;
}

body#billing div#checkout_content_mid,
body#addAddress div#checkout_content_mid,
body#editAddress div#checkout_content_mid
	{
	float:left;
	width:6.9%;
	padding-top:20px;
	text-align:center;
	font-size:2.0em;
	font-weight:bold;
}

body#addAddress div#content_right,
body#editAddress div#content_right
	{
	float:right;
	width:44%;
}

.tax_exempt_wrap {
	padding:20px;
	width:520px;
}

.tax_exempt_wrap .qMark_l
	{
	font-size:1.1em;
}

.taxExemptList
	{
	font-size:1.2em;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+ENTER ZIP CODE (body#pickupZip)
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

body#pickupZip div.content_top_left
	{
	float:left;
	width:63%;
	}

body#pickupZip div.content_top_right
	{
	float:right;
	width:35%;
	}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+PICK-UP AND DELIVERY (body#puDelivery)
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */
body#puDelivery table#shippingTable1.checkoutTable .col1 {
	text-align:left;
	width:300px;
	padding-left:10px;
}
body#puDelivery table#shippingTable1.checkoutTable .col2 {
	width:110px;
	padding-left:5px;
	text-align:left;
}
body#puDelivery table#shippingTable1.checkoutTable .colLast {
	width:285px;
	padding-left:5px;
	text-align:left;
}
body#puDelivery table#shippingTable1 p#seeEstimated {
	margin-top:3px;	
	text-transform: uppercase;
}
body#puDelivery table#shippingTable1.checkoutTable td {
	border: 1px solid #d5d5d5;
}
body#puDelivery table#shippingTable1.checkoutTable tr.thickTop td {
	border-top: 3px solid #d5d5d5;
}
body#puDelivery table#shippingTable2.checkoutTable .col1 {
	width:315px;
	padding-left:10px;
	text-align:left;
}
body#puDelivery table#shippingTable2.checkoutTable .colLast {
	width:400px;
	padding-left:5px;
	text-align:left;
}
body#puDelivery table#shippingTable2.checkoutTable td {
	border: 1px solid #d5d5d5;
	background-color:transparent;
}
body#puDelivery div.cell_left dl.checkoutOptions dt 	{
	color:#3A9260;
	}

body#puDelivery div.cell_left dl.checkoutOptions dd 	{
	text-transform:uppercase;
	}

body#puDelivery .cmdMessages {
	margin: 20px 5px;
}
body#puDelivery h2 {
	font-weight:bold;
	font-size:1.6em;
	margin-bottom:5px;
}
body#puDelivery .inner_left .inner {
	padding:15px 5px;
}
body#puDelivery #upsSelect {
	margin-bottom:10px;
}
body#puDelivery .estArrival,body#payment .estArrival {
	font-weight:bold;
	color:#3A9260;
}
body#puDelivery table#shippingTable2.checkoutTable a {
	text-decoration:underline;
}
body#puDelivery .stepContinue {
	margin:0px 0 20px 10px;
}
body#puDelivery #needAssistance,
body#payment #needAssistance {
	font-size:1.2em;
	padding:5px;
	margin-top:10px;
	width:550px;
	background-color:#EBEEE7;
}
body#puDelivery .changeAddress .checkout_form_wrap {
	border: none;
}
body#puDelivery .changeAddress .checkout_form_wrap .inner {
	border: 1px solid #d5d5d5;
	border-top: none;
	position:relative;
}
body#puDelivery .changeAddress .inputText {
	width:240px;
	margin-right:5px;
}
body#puDelivery .changeAddress #zipCode {
	width:80px;
}
body#puDelivery .changeAddress #state {
	width:140px;
	margin-right:5px;
}
body#puDelivery #addressBookWrap {
	padding:20px 0;
	border: 1px solid #d5d5d5;
	border-top: none;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
body#puDelivery #memberChangeAddress .checkout_form_wrap {
	width:739px;
}

body#puDelivery #memberChangeAddress .addressItem
{
    float:left;
    width:234px;
    height:90px;
    padding-left:10px;
    padding-bottom:55px; /*space for abs pos btns */
    position:relative;
    display:inline;
    overflow:hidden;
    border-right:1px solid #d5d5d5;
}

body#puDelivery #memberChangeAddress .addressItem.colLast{
	border-right:none;
}
body#puDelivery #memberChangeAddress .addressItem.nextRow{
    border-top:1px solid #d5d5d5;
    padding-top:15px;
}
body#puDelivery #memberChangeAddress .addressItem .btnAddressSelect {
	position: absolute;
	left:10px;
	bottom:20px;
}
body#puDelivery #memberChangeAddress .addressItem .btnShipTo {
	vertical-align:middle;
}
body#puDelivery #memberChangeAddress .addressItem .btnEdit {
	vertical-align:middle;
	margin-left:7px;
}

body#puDelivery #address_button_wrap {
	margin: 0px 0 20px 10px;
}
/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+SHIPPING METHOD (body#shipMethod)
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

body#shipMethod div.order_wrap
	{
	margin-bottom:40px;
	}

body#shipMethod div.order_wrap div.inner_left
	{
	float:left;
	width:34%;
	}

body#shipMethod div.order_wrap div.inner_left div.inner
	{
	padding:15px;
	}

body#shipMethod div.order_wrap div.inner_right
	{
	float:right;
	width:64.5%;
	padding-top:10px;
	}

body#shipMethod div.gift_card_wrap div.inner_left
	{
	border-top:1px solid #c0c0c0;
	}

body#shipMethod div.gift_card_wrap div.inner_right
	{
	padding-top:0;
	}

body#shipMethod div.gift_card_wrap table.checkoutTable thead
	{
	display:none;
	}

body#shipMethod div#content_wrap table.checkoutTable
	{
	margin-bottom:0;
	}

body#shipMethod div#content_wrap table.checkoutTable h6
	{
	margin-bottom:10px;
	}

body#shipMethod div.order_wrap .col1 { width:22%; }
body#shipMethod div.order_wrap .colLast { width:77.99%; }

body#shipMethod div.inner_left dl.checkoutOptions
	{
	margin-bottom:50px;
	}

body#shipMethod div.inner_left dl.checkoutOptions p.moreinfo
{
    line-height:1.4em;
    padding: 8px;
}

body#shipMethod div.inner_left p.changeShipTo
	{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
	}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+ORDER REVIEW AND PAYMENT (body#payment)
	+RECEIPT (body#receipt)
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */
body#payment .inner_left .inner {
	padding:15px 5px;
}
body#payment a {
	text-decoration:underline;
}
body#payment .cmdMessages {
	margin: 20px 5px;
}
body#payment #billingAddress {
	float:left;
	line-height:1.3;
}
body#payment #billingAddress dt, body#payment #taxExempt dt{
	float:left;
	width:115px;
}
body#payment #billingAddress dd{
	float:left;
	width:235px;
}
body#payment #taxExempt dd{
	float:left;
}
body#payment #exemptNotice {
	clear:both;
	margin-left:350px;
}
body#payment #giftCard p {
	font-size:12px;
}
body#payment #giftCard {
	padding:15px 10px;
	margin-top:15px;
}
body#payment #gcRedemptionCode {
	width:200px;
}
body#payment .payWith {
	margin-left:0;
	margin-right: 5px;
	font-size:1.2em;
}
body#payment .bmlBox {
	float:left;
	margin-left:3px;
	margin-bottom:10px;
}
body#payment .creditPayment {
	padding:15px 20px;
}
body#payment .orderWrap {
	margin-bottom:20px;
}
body#payment #needAssistance {
	font-size:1.2em;
	padding:5px;
	margin-top:10px;
	width:550px;
	background-color:#EBEEE7;
	margin-bottom:160px;
}
body#payment #pickupNotice {
	margin-top:20px;	
}
body#payment #pickupNotice .inner {
	border: 1px solid #C0C0C0;
	padding:7px;
	font-size:1.2em;
}
body#payment #pickupNotice li {
	padding: 5px 0;
}
.cc_left
	{
	float:left;
	}
.cc_right
	{
	float:left;
	padding:12px 0 0 15px;
	}

.cc_right img, .ccLogos_right img {
	vertical-align:top;
}

#cvv-err-div{padding-bottom: 20px;}

.cc_right .veriSignLogo, .ccLogos_right .veriSignLogo
{
	position:relative;
	top:-30px;
    padding-left: 5px;
    display: inline-block;
}
body#payment #ccName,body#payment #ccNumber {
	width:250px;
	margin-right:20px;
}
body#payment #ccYear {
	margin-left:10px;
	margin-right:20px;	
}
body#payment #ccSecurityCode {
	margin-right:10px;
}
body#payment div.order_wrap div.inner_left div.inner,
body#receipt div.order_wrap div.inner_left div.inner
	{
	padding:15px;
	border-color:#c0c0c0;
	border-style:solid;
	border-width:0 1px 1px 1px;
	}

#receipt #header_checkout_steps li {
	margin-left: -4px;	
}
#receipt #receiptHeader {
	margin-bottom:40px;
}
#receipt #receiptHeader h1 {
	font-size:1.8em;
}
#receipt .formIntro {
	width:560px;
	margin-bottom:20px;
}
#receipt dl#orderNumber {
	font-size:1.2em;
}
#receipt dl#orderNumber dt, #receipt dl#orderNumber dd {
	float:left;
	margin-right:5px;
}
#receipt dl#orderNumber .print_l {
	margin-left:10px;
}
#receipt #socialLinks {
	clear:both;
	margin-top:25px;
	margin-bottom:10px;
}

body#payment div#promo_entry	{
	padding:0 15px;
	background:url("../../staging.dollartree.com/assets/images/body/gray_curve_topright.gif") no-repeat scroll right top transparent;
}
body#payment table.checkoutTable .col1,body#receipt table.checkoutTable .col1 {
	text-align:center;
	width:100px;
}
body#payment table.checkoutTable .col2,body#receipt table.checkoutTable .col2 {
	width:335px;
	padding-left:10px;
	text-align:left;
}
body#payment table.checkoutTable .col3,body#receipt table.checkoutTable .col3 {
	width:70px;
	padding-left:5px;
	text-align:left;
}
body#payment table.checkoutTable .col4,body#receipt table.checkoutTable .col4 {
	width:285px;
	padding-left:5px;
	text-align:left;
}

body#payment table.checkoutTable .colLast,body#receipt table.checkoutTable .colLast {
	width:85px;
	padding-right:20px;
	text-align:right;
}

body#payment table.checkoutTable td,body#receipt table.checkoutTable td {
	border: 1px solid #d5d5d5;
}
body#payment table.checkoutTable .col2,body#receipt table.checkoutTable .col2 {
	border-left: medium none;
}
body#payment table.checkoutTable .col1,body#receipt table.checkoutTable .col1 {
	border-right: medium none;
}
body#payment table.checkoutTable dl.atrDisplay dt,body#receipt table.checkoutTable dl.atrDisplay dt {
	margin:0;
}
body#payment table.checkoutTable .col4 a,body#receipt table.checkoutTable .col4 a {
	font-weight:normal;
}

/* ENH00133 */
table.returnsTable
	{
	width:100%;
	margin-bottom:30px;
	margin-top:10px;
	}

body#receipt table.returnsTable .col4 { padding-left:5px;width:75px; }
body#receipt table.returnsTable .col5 { padding-left:5px;width:65px; }
body#receipt table.returnsTable .col6 { padding-left:5px;width:45px; }
body#receipt table.returnsTable .col7 { padding-left:5px;width:75px; }
body#receipt table.returnsTable .col8 { padding-left:5px;width:75px; }
body#receipt table.returnsTable .col9 { padding-left:5px;width:85px; }
/* ENH00133 */

body#receipt div#promo_entry
	{
	position:absolute;
	bottom:0;
	left:0;
	padding:0 15px;
}

div#promo_entry table.labelFieldButton label
	{
	font-size:13px;
	color:#389161;
	margin:0;
	text-align:right;
	}

div#promo_entry p.confirmation
	{
	font-size:13px;
	color:#389161;
	margin:10px 0;
	}

div#promo_entry p a
	{
	font-size:11px;
	}

div#promo_entry table.labelFieldButton label span
	{
	font-weight:normal;
	}

.reviewText
{
    font-size:1.2em;
    line-height:1.8em;
}

.addressText
{
    font-size:1.2em;
    line-height:1.2em;
    margin-bottom:5px;
}

body#receipt #needAssistance {
	font-size:1.2em;
	padding:5px;
	margin-top:10px;
	width:550px;
	background-color:#f5f5f5;
	margin-bottom:20px;
}
body#receipt .top_left_wrap {
	width: 720px;
}
body#receipt div.button_row {
	padding:10px;
}
body#receipt #btnReceipt {
	float:right;
}
body#receipt #pickupNotice {
	margin-bottom:20px;
}
body#receipt #pickupNotice .inner {
	border: 1px solid #C0C0C0;
	padding:10px;
	font-size:1.2em;
}
body#receipt #pickupNotice li {
	padding: 5px 0;
}
body#receipt #billing_payment_wrap .inner {
	border: 1px solid #c0c0c0;
	padding:15px 8px;
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:20px;
}
body#receipt dl#billingAddress {
	margin-bottom:20px;
	float:left;
}
body#receipt dl#billingAddress dt, body#receipt dl#taxExempt dt {
	width:115px;
	float:left;
}
body#receipt dl#billingAddress dd, body#receipt dl#taxExempt dd {
	width:235px;
	float:left;
}
body#receipt dl#paymentInfo dt  {
	width:80px;
	float:left;
}
body#receipt dl#paymentInfo dd {
	float:left;
}
body#receipt #exemptNotice {
	margin-top:20px;
	clear:both;
	width:350px;
}
body#shipMethod div#content_wrap table.checkoutTable thead th,
	{
	padding:5px 0;
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	background-color:#969696;
	border-bottom:0px none;
	}

body#shipMethod div#content_wrap table.checkoutTable thead th.col1,
body#shipMethod div#content_wrap table.checkoutTable thead th.colLast
	{
	background-image:none;
	}

body#receipt div#content_wrap table.checkoutTable
	{
	margin-bottom:30px;
	}

body#receipt div#content_wrap table.checkoutTable h6
	{
	margin-bottom:2px;
	}

body#payment div.inner_left dl.checkoutOptions,
body#receipt div.inner_left dl.checkoutOptions
	{
	margin-bottom:20px;
	}

body#payment #billingPaymentHead {
	position:relative;
}

body#payment div.inner_left p.changeShipTo
	{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
	}
body#payment .reviewText {
	padding:15px 8px 0;
}

dl.checkoutOptions a.change
	{
	font-size:11px;
	font-weight:normal;
}

div.button_row
	{
	font-size:1.3em;
	padding:20px;
	border:1px solid #c0c0c0;
	margin-bottom:20px;
	}

div.button_row div.inner
	{
	float:left;
	width:80%;
	}

div.button_row h5,
div.button_space h5
	{
	font-size:1.1em;
	color:#3A9260;
	margin-bottom:3px;
	font-weight:bold;
	}

div.button_row input
	{
	float:right;
	}

div.button_space
	{
	font-size:1.3em;
	margin-bottom:25px;
	}

div.button_space div.inner
	{
	float:left;
	width:500px;
	text-align:center;
	margin-left:45px;
	}

div.button_space input
	{
	float:right;
	margin-right:15px;
	}

div.order_part_summary_wrap .inner_wrap
	{
	padding:15px 20px 9px 20px;
	}

.formIntro
	{
	font-size:1.2em;
}

.introText
	{
	padding:20px;
}

.introText p,
.introText h6
	{
	font-size:1.3em;
	line-height:1.7em;
	margin-bottom:15px;
}

.introText p.p16
{
    font-size:1.3em;
}

.introText p.orange
{
    color: rgb(255, 102, 0);
    line-height: 20px;
}

.introText .searchList
{
    padding-bottom: 6px;
}

ul.indent
{
    font-size: 1.2em;
    list-style: disc outside none;
    margin-bottom: 22px;
}

body#receipt div.pickupNote
	{
	font-size:1.2em;
	padding:20px;
}

body#receipt div.pickupNote h6,
body#receipt div.pickupNote ul
	{
	margin-bottom:10px;
}

span#payment_scanalert {
	padding-left:15px;
	vertical-align:top;
}

span#payment_scanalert img {
	vertical-align:top;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+PRODUCT DETAIL body#product
	+ENSEMBLE DETAIL body#ensemble
	+QUICKVIEW DETAIL div#widget-quickview
	use .prod-ens to share rules between all pages
	use body.prod-ens to share only between product and ensemble pages (excludes quickview since it's div.prod-ens)
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

body.prod-ens #center_content
	{
	width:750px;
	/*margin-bottom:10px;*/
	float:left;
	}

body.prod-ens #right_rail
	{
	width:170px;
	float:right;
	}

body.callCenter #right_rail
	{
	margin-left:15px;
	float:left;
	}

body.prod-ens #content_top
	{
	border-top:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
	position:relative;
	/*margin-bottom:15px;*/
	}

body.prod-ens #content_mid
	{
	border-top:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
	margin-bottom:15px;
	}

body.prod-ens #content_mid div.inner
	{
	padding:20px 15px 20px 30px;
	}

div#widget-quickview #content_mid
	{
	background-color:#eef0eb;
	}

div#widget-quickview #content_mid div.inner
	{
	padding:20px 15px;
	}

.prod-ens #content_mid dl.formInputs
	{
	float:left;
	width:410px;
	margin-bottom:0;
	}

.prod-ens #content_mid dl.formInputs dt
	{
	font-size:1.3em;
	color:#777;
	}

.prod-ens #content_mid div.button_wrap
	{
	float:right;
	width:170px;
	text-align:left;
	}

body.prod-ens #inner_left
	{
	float:left;
	width:325px;
	padding-bottom:25px;
	}

body.prod-ens #inner_right
	{
	float:right;
	width:425px;
	min-height:305px;
	padding-bottom:60px;
	}

div#widget-quickview #inner_left
	{
	float:left;
	width:275px;
	}

div#widget-quickview #inner_right
	{
	float:right;
	width:295px;
	position:relative; 
	}

div#widget-quickview #buyItem div#storeZip {
    padding: 12px 6px;
}

div#widget-quickview #buyItem dt label {
    font-size: 1.2em;
    color: #4B4B4B;
}

div#widget-quickview #buyItem dl.formInputs{
    margin: 0;
}

div#widget-quickview #buyItem dl.formInputs dt {
    width:100px;
    /*font-size: 1.3em;*/
}
div#widget-quickview #buyItem dl.formInputs dd {
    margin:0 0 6px 0;
    clear: none;
    float: left;
    width: 168px;
}
/*div#widget-quickview #buyItem dl.formInputs dt.error {*/
   /*width:168px;*/
	/*text-align:left;*/
	/*font-size:1em;*/
	/*margin-bottom:5px;*/
	/*margin-left:104px;*/
/*}*/
div#widget-quickview #buyItem a.qMark_l
{
   float: left;
   margin-left: 4px;
	font-size:  10px;
	width:70px
}
div#widget-quickview #buyItem div#storeZip dt label {
    font-size: 1.2em;
    color: #4B4B4B;
}
div#widget-quickview #numOfUnits {
	float:left;
}
div#widget-quickview #buyItem #handlingFee {
	margin-left:4px;
	font-size:10px;
	width:75px;
	float:left;
}
div#widget-quickview #buyItem .button_wrap
{
   float: left;
	margin-top: -10px;
}
#widget-quickview #buyItem .storeZip {
    padding: 12px 3px;
}

.prod-ens .productDesc
	{
	font-size:1.2em;
	line-height:1.5;
    margin: 0 0 10px ;
    }

.prod-ens .productDesc.quickView
{

}

body#ensemble div.ensProdRight .productDesc
{
   padding:12px 5px 10px 0px;
}

.prod-ens .productDescContainer .additionalInfo .title
{
    font-size: 1.3em;
    font-weight: bold;
}

.prod-ens .productDescContainer .additionalInfo .inner p
{
    font-size: 1.2em;
}

.prod-ens #inner_right h1,
body#giftcard #inner_right h1
	{
	font-size:1.9em;
	font-weight:bold;
	color:#3B9162;
	margin-bottom:10px;
	}

#BVSVPLinkContainer
{
    font-size: 1.3em;
    padding: 7px;
}

.prod-ens #inner_right h1
{
    margin-bottom: 5px;
}
body.prod-ens #buyItem div#storeZip {
    padding: 12px 6px;
}

body.prod-ens #buyItem div#storeZip dt label {
    font-size: 1.2em;
    color: #4B4B4B;
}

body.prod-ens #buyItem dl.formInputs{
    margin: 0;
    width: 385px;
}

body.prod-ens #buyItem dl.formInputs dt {
    width:110px;
    /*font-size: 1.3em;*/
}
body.prod-ens #buyItem dl.formInputs dd {
    margin:0 0 6px 0;
    clear: none;
    float: left;
    width: 255px;
}
.prod-ens .new_icon_wrap {
	position: absolute;
	margin-top: -40px;
	margin-left: 10px;
}
body.prod-ens #BVCustomerRatings {
	float:right;
	margin-top:0;
	margin-bottom: 5px;
	margin-right: 25px;
}
.prod-ens .inner dl {
	clear:left;
	float:left;
	font-size:1.2em;
	margin-bottom:3px;
}
.prod-ens .inner dt {
	clear:both;
	float:left;
	margin-right:5px;
}
body.prod-ens .shippingOptions dt {
	clear:left;
	float:left;
	margin-right:5px;
}

.prod-ens .inner dd {
	float:left;	
}
.prod-ens .sku {
	margin-top:3px;
	margin-bottom:10px;
}
body.prod-ens .product-details {
	clear:left;
	float:left;
	margin-bottom: 15px;
}
.prod-ens #casePrice {
	margin-bottom:10px;
	width:100%;
}
.prod-ens #buyItem dl.formInputs.bottom dd
{
    margin-bottom: 0;
}

.prod-ens #buyItem dl.formInputs dd input
{
   float: left;
	margin-bottom:6px;
}

body.prod-ens #buyItem .button_wrap
{
    float: left;
    /*margin-left: 114px;*/
	margin-top: 6px;
}

body.prod-ens #buyItem a.qMark_l
{
   float: left;
   margin-left: 4px;
   line-height: 13px;
	margin-top:2px;
	font-size:  10px;
}
.prod-ens #buyItem #bestValue {
	float:left;
	margin-left:4px;
	font-size:10px;
}
body.prod-ens #buyItem #handlingFee {
	margin-left:4px;
	font-size:10px;
}
.prod-ens #buyItem dl.formInputs dd input#zipcode {
    width: 40px;
    color: #4B4B4B;
}

#inStorePickupZipCode
{
    color: #4B4B4B;
}

.prod-ens #buyItem dl.formInputs dd input#quantity
{
    color: #4B4B4B;
    width: 25px;
}

body.prod-ens #emailAFriend {
	width:105px;
	float:left;
	clear:none;
	margin-left:5px;
}
body.prod-ens #socialAddThis {
	float:right;
	margin-right:10px;
}

body.prod-ens #pmtOptions {
	width:420px;
	position:absolute;
	bottom:7px;
	right:9px;
}
body.prod-ens #shareContent {
	width:325px;
	/*margin-top:17px;*/
	position:absolute;
	bottom:4px;
	left:4px;
}
body#product #thresholdPopup {
   width:360px;
   margin: 200px auto;
   background: #fff;
   border:2px solid #459B5E;
   padding:20px 15px 25px;
   text-align:center;
   display:none;
   position:absolute;
   top:275px;
	left:500px;
	font-size:1.2em;
}
#widget-quickview #thresholdPopup {
   width:360px;
   margin: 200px auto;
   background: #fff;
   border:2px solid #459B5E;
   padding:20px 15px 25px;
   text-align:center;
   display:none;
   position:absolute;
   top:90px;
	left:240px;
	font-size:1.2em;
}
body#ensemble #thresholdPopup {
   width:360px;
   margin-top:25px;
	margin-left:-220px;
   background: #fff;
   border:2px solid #459B5E;
   padding:20px 15px 25px;
   text-align:center;
   display:none;
   position:absolute;
	font-size:1.2em;
}
body.callCenter #body_wrap #thresholdPopup {
    top:40px; left:300px;	
}
.prod-ens #thresholdPopup p {
	margin-bottom:20px;	
}
.prod-ens #center_content .BMLproduct
{
	float:right;
}
.prod-ens #center_content div.PPaccepted {
	padding:8px 0 0 6px;
	float:right;
}

.prod-ens #inner_right h1 a
	{
	color:#3B9162;
	text-decoration:none;
	}

div#combo_products_wrap
	{
	background-color:#fff;
	}

div#widget-quickview div#combo_products_wrap
	{
	padding-top:10px;
	border-top:2px solid #c0c0c0;
	border-bottom:2px solid #c0c0c0;
	}

div.qv_combo_cell
	{
	float:left;
	width:50%;
	}

div#combo_products_wrap h3
	{
	font-size:1.7em;
	font-weight:bold;
	color:#3B9162;
	margin-bottom:5px;
	}

div#combo_products_wrap h3 a
	{
	color:#3B9162;
	text-decoration:none;
	}

.prod-ens div.image_wrap
	{
	padding-bottom:15px;
	text-align:center;
	}

.prod-ens .productDescContainer
{
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0 0 10px 0;
}

.prod-ens .fl
{
    float: left;
}

.prod-ens .fr
{
    float: right;
}

.prod-ens .prodDetailsLnk
{
   text-decoration: underline;
    font-size: 1.2em;
    color: #4B4B4B;
    font-weight: normal;
}

.prod-ens .prodDetailsLnk:hover
{
   text-decoration: none;
}

.prod-ens .titleTxt
{
   border: 1px solid #ccc;
   border-bottom: none;
   padding: 5px;
   background-color: #EEEEEE;
   font-size: 1.3em;
   zoom: 1;
}


.prod-ens ul.messages li
{
    font-weight: bold;
    margin: 10px 0 5px 0;
    font-size: 1.1em;
    color: #000;
    line-height: 1.4;
    font-style: italic;
}

.prod-ens .productDescContainer ul.messages li
{
    margin-left: 20px;
}

.prod-ens .shippingOptions
{
    margin: 0 0 10px 0;
}

.prod-ens .shippingOptions p
{
   color: #0A9A49;
}

.prod-ens .shippingOptions li
{
    color: #6698bd;
    font-size: 1.3em;
    margin: 0 0 0 25px;
    list-style-type: disc;
}

.prod-ens .titleTxt p
{
    margin: 0;
    font-weight: bold;
}

.prod-ens a.writeReview
{
    margin: 0 0 0 15px;
}

div#widget-quickview div.image_wrap
	{
	padding:0 5px;
	}

body#product div.pricing_group
	{
	padding:15px 0;
	}


body#ensemble div.pricing_group
	{
	padding:5px 0;
	}

body#ensemble div.pricing_group .productDesc
{
    margin-bottom: 0;
}

body#ensemble div.pricing_group .messages
{
    padding-top: 5px;
    zoom: 1;
}

div#widget-quickview div.pricing_group
	{
	padding:0px 20px 15px 0;
	}

.prod-ens div.pricing_group dt,
.prod-ens div.pricing_group dd
	{
	display:inline;
	margin-right:3px;
	}

.prod-ens div.pricing_group dl
	{
	font-size:1.2em;
	margin-bottom: 5px;
	}

.prod-ens div.pricing_group dl.price
	{
	font-size:1.2em;
	color:#3B9162;
	text-transform:uppercase;
	}

body.prod-ens div.pricing_group ul
	{
	padding:5px 0;
	}

div#widget-quickview div.pricing_group ul
	{
	padding:10px 0;
	}

.prod-ens div.pricing_group ul li
	{
	font-weight:bold;
	font-style:italic;
	font-size:1.1em;
	line-height:1.5em;
	color:#000;
	margin-bottom:7px;
	padding-left:18px;
    list-style: none;
    list-style-image: none;
    }

body.prod-ens #inner_left .inner
	{
	padding:40px 5px 0px; /* set side padding to 5 here to accomodate worst case of 5 alt images */
	}

body.prod-ens #inner_right .inner
	{
	padding:40px 5px 5px 10px;
	/*_padding: 40px 10px 20px 10px;*/
	}
div#widget-quickview #inner_left .inner
	{
	padding:40px 10px 10px 10px;
	}

div#widget-quickview #inner_right .inner
	{
	padding:40px 0px 10px;
	margin-left: 10px;
	}
dl.availabilityMessage
	{
	padding:0; /* need to compensate for reduced padding from alt images (noted above) */
	}

body.prod-ens .more_images table
	{
	width:100%;
	text-align:center;
	margin-bottom:20px;
	}

body.prod-ens .more_images td a
	{
	margin-left:8px;
	}

body.prod-ens .more_images td a.first
	{
	margin-left:0px;
	}

body.prod-ens .more_images img
	{
	border:1px solid #c0c0c0;
	}

body#product .add_info_body
	{
	border-top:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
	}

body#product .add_info_body div.inner
	{
	padding:20px 20px 40px 20px;
	}
body#product #csrAvail {
	border-left:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	padding:10px;
}
body#product .csrCol1,body#product .csrCol2  {
	width:200px;
}
body#product #csrAvail dl,body#product #csrAvail ul {
	clear:left;
	font-size:12px;
}
body#product #csrAvail dd {
}
body#product #csrAvail dt {
	float:left;
	margin-right:3px;
}
body#product #csrAvail .hilite {
	font-weight:bold;
	color:#0A9A49;
	margin-bottom:2px;
	width: 200px;
}

body#product .grayBG { background-color:#EBEEE7; }

div.prodImageWrap
	{
	text-align:center;
	padding:20px 10px;
	}

dl.availabilityMessage dt
	{
	/*font-size:1.3em;*/
	color:#0F7B41;
	margin-bottom:7px;
	}

#widget-ucart dl.availabilityMessage
	{
	padding:0;
	}

#widget-ucart dl.availabilityMessage dt
	{
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:1px;
	}

dl.availabilityMessage dd
	{
	/*font-weight:bold;*/
	margin-bottom:7px;
    }

#cat-quickview-content dl.availabilityMessage dd
{
    font-size: 1.1em;
}

body#ensemble div#combo_products_wrap table
	{
	width:100%;
	margin-bottom:15px;
	}

body#ensemble.prod-ens #content_mid div.inner
{       
	padding:0px 10px 20px;
}

body#ensemble div#combo_products_wrap table td
	{
	border-top:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	}
body#ensemble div#combo_wrap {
	margin-top:30px;	
}

body#ensemble div#combo_products_wrap td.col1
	{
	width:170px;	
	}
body#ensemble div#combo_products_wrap div.item_icon_wrap
	{
	position:absolute;	
	margin-left:12px;
	z-index:100;
	text-align:left;
}

body#ensemble .shippingOptions {
	float:left;
	margin:20px 5px;
}
body#ensemble .larger_image {
	text-align:center;
}
body#ensemble .shippingOptions ul {
	text-align:left;
}

body#ensemble div#combo_products_wrap td.col2 div.ensProdRight
	{
	position:relative; 
	padding-top:20px;
	}

body#ensemble div#combo_products_wrap td.col2 div.inner
	{
	padding:0 15px;
	}
body#ensemble tr.comboQty {
	background-color: #EBEEE7;
}

body#ensemble #content_mid dl
{
	float:right;
	margin-bottom:10px;
	width:309px;
}

body#ensemble #content_mid dt
{
	color:#777777;
	font-size:1.2em;
	text-align:right;
}

body#ensemble #content_mid dd
{
	float:left;
	margin:0;
	width:169px;
}

body#ensemble #content_mid .qMark_l
{
	margin-left:4px;
	font-size:10px;
	width:64px;
}

body#ensemble div.combo_qty_wrap
{
    background-color:#ebeee7;
    padding:15px 15px 0;
    margin-right:1px; /* don't cover up the 1px border on the parent*/
    text-align:right;
    zoom: 1; /* IE hack for bug ENH00044 */
}

body#ensemble .detailLeft {
	float:left;
	width:265px;
	margin-right:10px;
}
body#ensemble .detailRight {
	float:left;
	width:265px;
}
body#ensemble .detailRight ul {
	margin-top:-10px;
	margin-left: 10px;
}
body#ensemble .sku {
	margin-bottom:10px;	
}

body#ensemble div.combo_qty_wrap label
	{
	font-size:1.3em;
	font-weight:bold;
	color:#3B9162;
	margin-right:5px;
	}
body#ensemble div.combo_qty_wrap dl.formInputs {
	float:right;
	margin:0;
}
body#ensemble div.combo_qty_wrap dl.formInputs dd {
	text-align:left;	
}
body#ensemble div.combo_qty_wrap #handlingFee, body#ensemble div.combo_qty_wrap #bestValue {
	margin-left:4px;
	padding-bottom:10px;
}
a#shareLink
{
	color:#3B9162;
}

.shareLink
	{
	font-size:1.3em;
	text-align:left;
    white-space:nowrap;
    margin-bottom:6px;
}
.prod-ens #inner_right .inner .shareLink{
    margin:0 10px 5px 0;
}
.prod-ens #inner_right .inner .addthis_toolbox{
   margin:0 0 40px 0;
   float:right;width:155px;
}
*html .prod-ens #inner_right .inner .addthis_toolbox{
    width:165px;
}

.shareLink.quickView
{
    text-align: left;
}

.clr
{
   clear: both;
}
.clrl
{
    clear: left;
}
body.prod-ens div#learn_more_wrap
	{
	display:none;
	position:absolute;
	width:220px;
	border:2px solid #c0c0c0;
	background-color:#fff;
	z-index:600;
	}

body#product div#learn_more_wrap {
	left: auto !important;
	right: 0;
/*
	margin-left:-207px;
*/
	margin-top:-200px;	
}
div#widget-quickview div#learn_more_wrap
	{
	display:none;
	position:absolute;
	width:220px;
	border:2px solid #c0c0c0;
	background-color:#fff;
	z-index:600;
	margin-left:-285px;	
	}
body#cart .basket-managed-content {
	margin-left:5px;
}
body#cart div#learn_more_wrap
	{
	display:none;
	position:absolute;
	width:220px;
	border:2px solid #c0c0c0;
	background-color:#fff;
	z-index:600;
	margin-left:-50px;
	margin-top:2px;
	}
body#puDelivery div#learn_more_wrap
	{
	display:none;
	position:absolute;
	width:220px;
	border:2px solid #c0c0c0;
	background-color:#fff;
	z-index:600;	
	margin-top:2px;
	}

body#cart #learn_inner, body#puDelivery #learn_inner {
	color:#4B4B4B;
	font-size:.8em;
}
body#cart #learn_inner a {
	color:#117A3F;
}
body#cart a.greenArrow_d, body#puDelivery a.greenArrow_d  {
	background: none;
}

body#cart div#handling_fee_wrap
	{
	display:none;
	position:absolute;
	width:220px;
	border:2px solid #c0c0c0;
	background-color:#fff;
	z-index:600;
	margin-left:-50px;
	margin-top:2px;
	}
body#cart #handling_fee_inner {
	color:#4B4B4B;
	font-size:.8em;
}
body#cart #handling_fee_inner a {
	color:#117A3F;
}
body#cart #handling_fee_inner h2 {
	font-size:1.2em;
	font-weight:bold;
}
body#cart .order_summary_wrap {
	float:right;
}
a#handlingFeeClose
	{
	float:right;
    font-size: 1.2em;
    margin-bottom:12px;
}
div#handling_fee_inner {
	padding:10px;	
}
div#learn_inner h2 {
	font-size:1.2em;
	font-weight:bold;
}
div#learn_inner
	{
	padding:10px;
	}

a.learnMoreClose
	{
	float:right;
   font-size: 1.3em;
   margin-bottom:12px;
}

div#right_rail div.grayHead h2
	{
	text-align:center;
	}

div#right_rail hr
	{
	margin-left:10%;
	width:80%;
	}

.prod-ens #inner_right div.item_icon_wrap
	{
	position:absolute;
	top:0px;
	left:12px;
	z-index:100;
	text-align:left;
}



/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+GIFT CARD  body#giftcard
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

body#giftcard #content_top
	{
	padding-bottom:40px;
	}

body#giftcard #inner_left
	{
	float:left;
	width:34%;
	}

body#giftcard #inner_right
	{
	float:right;
	width:65%;
	}

body#giftcard p.intro
	{
	font-size:1.3em;
}

#gc_style
	{
	background-color:#eef0eb;
	border:1px solid #c0c0c0;
	padding:15px 10px;
	margin-bottom:20px;
	}

#gc_style dl
	{
	float:left;
	width:38%;
}

#gc_style table
	{
	float:right;
	width:61%;
}

#gc_style table td
	{
	width:33.3%;
	padding-bottom:7px;
	text-align:center;
}

#gc_style table td#styleNameCell
	{
	text-align:left;
}

dl.gcInput dt
	{
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:4px;
}

dl.gcInput dd
	{
	margin-bottom:15px;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+SECTION PAGE
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

#section_landing_main
	{
	float:left;
}

#section_top_right
	{
	float:right;
}

.section_landing_promo h6
	{
	font-size:14px;
	font-weight:bold;
	color: #117A3F;
}

.section_landing_promo a.view_all_promo
	{
	font-size:10px;
	font-weight:bold;
	color:#939393;
}

.section_landing_promo td
	{
	vertical-align:middle;
}

.section_landing_promo td.col1
	{
	padding:0 10px;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+CATEGORY PAGE
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

table.subcatGroup
	{
	width:100%;
	margin-bottom:30px;
	}

table.subcatGroup tr.itemRow td
	{
	border-top:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	text-align:left;
	}

/* thumbnail version of div.itemCell (next 2 rules) */
tr.itemRow div.itemCell
	{
	position:relative; /* quick view support */
	text-align:left; /* apply center to all children (rule below) instead of here to fix new icon positioning issue in ie6 */
	}



tr.itemRow div.itemCell *
	{
	text-align:center;
	}

div.itemCell div.item_icon_wrap
	{
	position:absolute;
	top:0px;
	left:12px;
	z-index:100;
	text-align:left;
}

div.itemCell h6
	{
	font-size:1.1em;
	color:#137B40;
	font-weight:bold;
	margin:10px 0 7px 0;
	}

div.itemCell h6 a
	{
	color:#4B4B4B;
	text-decoration:none;
	}

div.itemCell dl
	{
	font-size:1em;
	color:#4b4b4b;
	margin-bottom:7px;
	}

div.itemCell dt,
div.itemCell dd
	{
	display:inline;
	margin-right:3px;
	}
div.itemCell .unitPrice {
	margin-bottom: 3px;
}
div.itemCell .minQty {
	margin-bottom: 20px;
}
td.subcatHeader div.grayHead
	{
	position:relative;
	}

td.subcatHeader div.grayHead div.subcatDetails
	{
	position:absolute;
	bottom:10px;
	right:15px;
	text-align:right;
	white-space:nowrap;
	}

div.subcatDetails a.viewAll
	{
	font-size:1em;
	text-transform:uppercase;
	}



/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+SEARCH RESULTS
	+NO SEARCH RESULTS
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

table.subcatGroup tr.itemRow td.searchRedirect
	{
	background-color:#ebeee7;
	text-align:left;
	font-size:1.2em;
	}

td.searchRedirect div.inner
	{
	padding:10px;
	}

td.searchRedirect p.moreOn
	{
	font-size:1.2em;
	}

body#noSearchResults div.content_left
	{
	float:left;
	width:66%;
	}

body#noSearchResults div.content_right
	{
	float:right;
	width:32%;
	}

body#noSearchResults div.cms_wrap
	{
	padding-top:20px;
	}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+RELATED ITEMS (also inherits rules written to div.itemCell from Category Page)
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

table.relatedGroup
	{
	width:100%;
	margin-bottom:30px;
	}

table.relatedGroup tr.itemRow td
	{
	border-top:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	text-align:left;
	}

/* non-thumbnail page version of div.itemCell (like on related items) */
div.itemCell
	{
	padding:10px 5px;
	text-align:center;
	}

div.itemCell.finalItem
{
    margin-bottom: 10px;
}
div#cart_rail {	
	width:100%;
	float:left;
	overflow:hidden;
	height:160px;
}
#cart_rail .relatedCell	{
	padding:10px 5px 10px;
	text-align:center;
	float:left;
	width:140px;
	display: inline-block;
	/*margin-bottom:-70px;*/
	position:relative;
}
#cart_rail .relatedCell	.item_icon_wrap {
	position:absolute;
	top:0;
	left:5px;
}
#cart_rail .relatedCell.finalItem {
	border:none;
}
#cart_rail .relatedCell h6 {
	margin-bottom:5px;
}
#cart_rail .relatedCell p {
	margin:0;
}
#cart_rail_head {
	width:100px;
	float:left;
	border:1px solid #C0C0C0;
	text-align:center;
	display: inline-block;
}
#cart_rail_head h2 {
	font-size:1.6em;
	font-weight:bold;
	color:#398F60;
	padding: 60px 0;
}
div#cart_rail .divider {
	height: 160px;
	width: 1px;
	float:left;
}
div#related_rail {
	margin:20px 0;
	width:100%;
	float:left;
	overflow:hidden;
	height:160px;	
}
#ensemble div#related_rail {
	margin:5px 0;
}
div#related_rail .divider {
	height: 160px;
	width: 1px;
	float:left;
}
#related_rail .relatedCell	{
	padding:15px 5px 10px;
	text-align:center;
	float:left;
	width:155px;	
	display: inline-block;
	/*margin-bottom:-70px;*/
	position:relative;
}
#related_rail .relatedCell	.item_icon_wrap {
	position:absolute;
	top:0;
	left:5px;
}
#related_rail .relatedCell.finalItem {
	border:none;	
}
#related_rail_head {
	width:80px;
	float:left;
	border:1px solid #C0C0C0;
	text-align:center;
	display: inline-block;
}
#related_rail_head h2 {
	font-size:1.6em;
	font-weight:bold;
	color:#398F60;
	padding: 59px 0;
}
#related_rail .relatedCell h6 {
	margin-bottom:5px;
}
#related_rail .relatedCell p {
	margin:0;
}
/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+QUICK VIEW
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.widget-ima-loader {
	padding: 45px 0;
	text-align:center;
	background-color:#fff;
}

#widget-quickview-but { height: 21px;}

#widget-quickview {
	position: absolute;
	width: 610px;
	left: 50%;
	margin-left: -305px;
	z-index: 500;
	text-align:left;
}

#cat-quickview-top {
	height: 11px;
}

#cat-quickview-bottom {
	height: 18px;
}

#cat-quickview-content .shippingOptions
{
    margin-left: 0;
}

#cat-quickview-content {
	position: relative;
	border:1px solid #3B9162;
	margin:0 18px 0 12px;
}

a.widget-quickview-but-close
	{
	position: absolute;
	top: 8px;
	right: 8px;
	z-index:999;
	}

#cat-quickview-product-information {display: inline; float: left; width: 335px; margin: 0 0 15px 15px; font-size: 12px; }
#cat-quickview-product-information #cat-quickview-product-price-name { border-bottom: 1px solid #c2c2c2; font-size: 12px; color: #000; text-transform: uppercase; font-weight: bold; line-height: 1.5; margin: 42px 0 10px 0; padding-bottom: 8px;}
#cat-quickview-product-information #cat-quickview-options { display: inline; float: left; width: 175px; font-size: 11px; }
#cat-quickview-product-information #cat-quickview-options-ensemble { width: 310px; margin: 0 auto; line-height: 1.5; }
#cat-quickview-options-ensemble .cat-quickview-ens-ima { display: inline; float: left; width: 86px; height: 100px;}
#cat-quickview-options-ensemble .cat-quickview-ens-right { display: inline; float: left; width: 204px; margin: 10px 0 0 20px;}
.cat-quickview-ens-swatches { width: 100%;}
.cat-quickview-ens-swatches img { display: inline; float: left; margin: 5px 5px 0 0; width: 23px; height: 23px; }
.cat-quickview-ens-price-name a:link, .cat-quickview-ens-price-name a:visited, .cat-quickview-ens-price-name a:hover, .cat-quickview-ens-price-name a:active { color: #000;}
#cat-quickview-product-information #cat-quickview-options dl { margin: 4px 0 0 0; padding: 0;}
#cat-quickview-product-information #cat-quickview-options dl dt { margin: 2px 0 0 0; padding: 0; clear: both; display: inline; float: left; width: 42px;}
#cat-quickview-product-information #cat-quickview-options dl dd { margin: 0; padding: 0 0 4px 0; display: inline; float: left; width: 130px;}
#cat-quickview-product-information #cat-quickview-options dl span.cat-quickview-free-qty { margin:2px 0 0 0; padding: 0 0 4px 0; display: inline; float: left; width: 130px;}
#cat-quickview-product-information #cat-quickview-description { float: right; width: 125px;}
#cat-quickview-product-information #cat-quickview-description li 	{
	padding-left: 8px;
}
.cat-quickview-swatch { display: none; border: 1px solid #a3a3a3; margin: 0 0 6px 6px; }
#cat-quickview-but-add {margin: 10px 0 0;}
#cat-quickview-product-price-name a:link, #cat-quickview-product-price-name a:visited, #cat-quickview-product-price-name a:hover, #cat-quickview-product-price-name a:active { color: #000;}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+UNIVERSAL/LAYER CART
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */
#widget-ucart
	{
	display: none;
	position: absolute;
	width: 534px;
	top: 68px;
	right: 3px;
	z-index: 700;
	}

#glo-ucart-top {
	height: 1px;
}

#glo-ucart-bottom {
	height: 7px;
}

#glo-ucart-slider-container {
	padding: 10px 0 13px 0;
}
#glo-ucart-content {
	position: relative;
	padding: 0 11px;
}

#glo-ucart-slider-viewport {
	position: relative;
	height: 280px;
	overflow: hidden;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
}
#glo-ucart-content #feeAlert {
	padding: 5px 5px 0;
	text-align:center;
}
#glo-ucart-slider-content {position: absolute; top: 0; left: 0;}

#glo-ucart-content .top_inner
	{
	padding:10px 20px 5px 20px;
}

#glo-ucart-content .button_top
	{
	float:right;
	width:19.99%;
	text-align:right;
}

#glo-ucart-content #uc_content_top
	{
	float:left;
	width:80%;
}


.glo-ucart-slider-but {

}

.glo-ucart-slider-but #widget-slider-prev,
.glo-ucart-slider-but #widget-slider-next
	{
	display: block;
	width:21px;
	margin: 0 auto;
	}

#glo-ucart-content table.checkoutTable
	{
	margin:0;
	}

#glo-ucart-content table.checkoutTable tr.itemRow td
	{
	/*font-size:1em;*/
	/*padding-top: 15px;*/
	/*padding-bottom: 15px;*/
	}

#glo-ucart-content table.checkoutTable tr.itemRow td.col1
	{
	width:95px;
	padding:5px 0;
	background-color:#fff;
}

#glo-ucart-content table.checkoutTable tr.itemRow td.col2
	{
	width:170px;
	padding-left:7px;
	padding-right:13px;
}

#glo-ucart-content table.checkoutTable tr.itemRow td.col3
	{
	width:155px;
	font-size:10px;
}

#glo-ucart-content table.checkoutTable tr.itemRow td.col3 dl
	{
	margin-bottom:3px;
	}

#glo-ucart-content table.checkoutTable tr.itemRow td.colLast
	{
	width:110px;
}

#glo-ucart-totals {
	padding:10px;
	text-align:right;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+ACCOUNT LOGIN
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

body#AcctLogin div.login_top_left
	{
	float:left;
	width:33%;
	padding-bottom:20px;
	}

body#AcctLogin div.login_tip_box
	{
	float:left;
	width:23.9%;
	padding-left:20px;
	}

body#AcctLogin div.login_tip_box
	{
	font-size:12px;
	}

body#AcctLogin div.login_tip_box h1
	{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	}

body#AcctLogin div#login_mid
	{
	float:left;
	font-size:2em;
	font-weight:bold;
	padding-top:20px;
	text-align:center;
	width:6.9%;
	}

body#AcctLogin div.grayHead
	{
	margin-bottom:20px;
	}

body#AcctLogin div.login_top_left div.inner,
body#AcctLogin div.login_tip_box div.inner
	{
	padding:11px 20px 20px;
	}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+MY ACCOUNT MAIN   body#orderHistory
	+MY ACCOUNT COMMON
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

div.returnLink
	{
	margin-left:20px;
	margin-top:25px;
	font-size:12px;
	color:#4b4b4b;
	}

div#MenuList
	{
	margin-top:20px;
	margin-left:10px;
	width:47%;
	float:left;
	}
div.acctText, div.user-address-entry
	{
	font-size:12px;
	color:#4b4b4b;
	}

div.acctText
	{
	margin-bottom:30px;
	}

body#MyAcct div.menuItem
	{
	font-size:1.2em;
	margin-bottom:22px;
	}

body#MyAcct div.menuItem a
	{
	font-size:1.4em;
	color:#0a7e3d;
	font-weight:bold;
	text-decoration:none;
	}

body#MyAcct div.columnLeft
	{
	width:32%;
	float:left;
	}

body#MyAcct div.columnRight
	{
	width:32%;
	float:right;
	}

body#MyAcct div.acctRightTop,
body#MyAcct div.acctRightLow
	{
	width:100%;
	margin-bottom:10px;
	}
body#MyAcct div.acctRightTop
	{
	margin-top:20px;
	margin-bottom:10px;
	}

body#MyAcct div.headInner
	{
	padding-right:30px;
	padding-bottom:8px;
	text-align:right
	}

body#MyAcct div.innerGray {background-color:#ecefe8; padding:10px 20px;}
body#MyAcct div.innerGray a:hover, body#MyAcct div.inner a:hover{text-decoration:underline;}
body#MyAcct div.inner { padding:10px 20px;}
body#MyAcct div.inner ul
	{
	list-style: none;
	}
body#MyAcct div.inner li
	{
	font-size:12px;
	color:#4b4b4b;
	margin-top:5px;
	margin-bottom:5px;
	}
body#MyAcct div.inner a
	{
	font-weight:bold;
	color:#389160;
	font-size:11px;
	text-decoration:none;
	}
body#MyAcct div.inner a:hover{ text-decoration:underline;}
body#MyAcct div.info_wrap
	{
	border:1px solid #c0c0c0;
	border-top:0;
	}

div.graySideForm h2
	{
	padding:14px 20px 12px 20px;
	font-size:1.5em;
	font-weight:bold;
	color:#545454;
	}
div.graySideContent
	{
	margin-left:40%;
	clear:right;
	}
div.graySideForm
	{
	margin-top:10px;
	width:61%;
	}
div.graySideHeader
	{
	width:40%;
	float:left;
	}
div.graySideForm
	{
	background-color:#ebeee7;
	border-right:1px solid #ebeee7;
	}
div.graySideForm div.form_wrap
	{
	margin:0;
	border:1px solid #ebeee7;
	background-color:#FFFFFF
	}

div.graySideContent div.button_wrap { text-align: left; }

body#LogOut div.introText { padding:0; }
body#LogOut div#checkout_wrap h1
	{
	font-size:1.5em;
	font-weight:bold;
	color:#398F60;
	margin-bottom:20px;
	}

body#AddEntry div.introText,
body#resetPassword div.introText
	{
	padding-bottom:0;
}

body#resetPassword div.form_wrap
	{
	width:45%;
	border: 0 none;
	padding:0 20px 20px 20px;
}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+ORDER HISTORY   body#orderHistory
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

body#orderHistory div#content_wrap table.checkoutTable .col1 { width:12%; text-align:left; padding-left:10px;}
body#orderHistory div#content_wrap table.checkoutTable .col2 { width:13%; }
body#orderHistory div#content_wrap table.checkoutTable .col3 { width:10%; }
body#orderHistory div#content_wrap table.checkoutTable .col4 { width:12%; }
body#orderHistory div#content_wrap table.checkoutTable .col5 { width:38%; }
body#orderHistory div#content_wrap table.checkoutTable .colLast { width:14%; text-align:center; }

body#orderHistory div#content_wrap table.checkoutTable tbody tr.itemRow td
	{
	font-size:1.2em;
	padding:5px;
	vertical-align:bottom;
	}

body#orderHistory div#content_wrap table.checkoutTable tbody .col5
	{
	font-weight:bold;
	color:#3A9260;
	}

body#orderHistory span.orderCode
	{
	font-size:1.1em;
	}

body#orderHistory span.shipmentNum
	{
	}

body#orderStatus div.form_wrap
	{
	width:33%;
	border: 0 none;
	padding:0 20px 20px 20px;
}

body#orderStatus div.introText
	{
	padding-bottom:0;
}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+ADDRESS BOOK
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

body#AddEntry div.acctText { margin-top:20px; }
div.form-container { margin-left:20px; margin-top:10px; width:35%; }

body#AddEntry div.help-link { float:left;  }
body#AddEntry div.button_wrap { width:92.5%; }

body#AddBook div.button_wrap { text-align:left; }
body#AddBook div.form_wrap
	{
	background-color:#fff;
	border:1px solid #ebeee7;
	padding:10px;
	margin:0 10px 10px 0;
	width:35.2%;
	float:left;
	}

body#AddBook div.returnLink { margin-top:15px; font-size:12px; color:#4b4b4b;}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+EMAIL PREFERENCE   body#EmailPref
	+EMAIL SIGN UP   body#emailSignUp
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

body#emailSignUp div.grayHead
	{
	margin-bottom:10px;
	}

body#emailSignUp div.greenText
	{
	padding:0 0 20px 20px;
	}

div.greenText h2,
div.greenText h2
	{
	font-size:1.5em;
	font-weight:bold;
	color:#398F60;
	}

body#ChgEmailInfo div.graySideForm
	{
	float:left;
	}

body#ChgEmailInfo div.side_note
	{
	width:36%;
	float:left;
	}

body#ChgEmailInfo div.side_note div.shaded
	{
	margin:20px;
	padding:15px;
	font-size:120%;
	line-height:1.2em;
	}

body#EmailPref div.introText
	{
	padding-bottom:0;
	}

body#EmailPref div.radio-container
	{
	margin-top:5px;
	}

body#EmailPref div.leftCol h2
	{
	font-weight:bold;
	font-size:1.5em;
	}
body#EmailPref div.cmdMessages p
	{
	font-size:1.2em;
	padding:20px 20px 0 20px;
	}

body#emailSignUp div.cmdMessages p
	{
	padding:0 20px;
	}

body#PerInfo div.form_wrap,
body#EmailPref div.form_wrap,
body#emailSignUp div.form_wrap,
body#ContactUs div.form_wrap,
body#popContactUs div.form_wrap
	{
	width:64%;
	border: 0 none;
	padding:0 20px 20px 20px;
}

body#emailSignUp div.form_wrap
	{
	width:60%;
}

body#PerInfo p.required-message,
body#EmailPref p.required-message,
body#AddEntry p.required-message,
body#emailSignUp p.required-message
	{
	padding-top:5px;
}

body#PerInfo div.button_wrap,
body#EmailPref div.button_wrap,
body#emailSignUp div.button_wrap,
body#ContactUs div.button_wrap,
body#popContactUs div.button_wrap
	{
	text-align:left;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+SUBSCRIBE/UNSUBSCRIBE
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

div.email_left
	{
	float:left;
	width:38%;
	}

div.email_right
	{
	float:right;
	width:58.9%;
	}

div.email_right div.inner
	{
	padding:7px;
	}

div.email_right h3
	{
	font-size:13px;
	margin-bottom:3px;
	}

div.confirm_msg
	{
	width:93%;
	}
div.confirm_msg h2
	{
	font-size:1.2em;
	font-weight:bold;
	}
div.confirm_msg h2, div.confirm_msg p { margin-bottom:10px; }

body#Unsubscribe div.acctText{	margin:20px 0 10px; }
body#Unsubscribe div.unsub_button_wrap { margin-left:5px; margin-top:27px; }


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+POPUPS   body.popup
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

h1.popTitle
	{
	float:left;
	}

#pop_close
	{
	float:right;
	padding:2px;
	background-color:#459b5f;
	}

#pop_close a
	{
	display:block;
	padding:1px 4px;
	color:#fff;
	text-decoration:none;
	}

div#pop_head_wrap
	{
	background:#eef1eb;
	padding:15px 10px 7px 10px;
}

h1.popTitle
	{
	font-size:1.8em;
	font-weight:bold;
	color:#3B9162;
}

body.popup .introText p,
body.popup .introText h6
	{
	font-size:13px;
}

div#pop_content_wrap
	{
	padding:15px 10px 30px 10px;
	text-align:left;
	font-size:1.2em;
}

div#eml-friend-form
	{
	font-size:10px; /* reduce back down for this page so the global sytles inside of this work correctly */
}

div#eml-friend-form .formTip
	{
	padding-top:5px;
}

div#eml-friend-form .form_wrap div.inner {
	padding:5px 10px;
}

div#eml-friend-form div.button_wrap {
	padding-top:10px;
	text-align:left;
}

body#storeLocator div.content_left
	{
	float:left;
	width:48%;
}

body#storeLocator div.content_right
	{
	float:right;
	width:48%;
	padding-top:20px;
}

.textButtAlign
	{
	float:left;
	margin-right:5px;
	}

body#storeLocator .introText
	{
	padding:20px 0 25px 15px;
}

body#storeLocator .introText h6
	{
	margin-bottom:5px;
}

body#storeLocator div.storeListing
	{
	position:relative;
	padding:10px 20px 25px 20px;
}

div.storeListing p
	{
	font-size:1.2em;
	line-height:1.5em;
}

a.showMe {
	position:absolute;
	font-size:10px;
	top:10px;
	right:20px;
	text-transform:uppercase;
}

body#storeLocator div.grayHead h3
	{
	position:relative;
}

body#storeLocator div.grayHead a
	{
	position:absolute;
	font-size:10px;
	right:20px;
	text-transform:uppercase;
	}

body#storeLocator div.grayHead .linkInHead1
	{
	top:7px;
	}

body#storeLocator div.grayHead .linkInHead2
	{
	top:26px;
	}

body#storeLocator #map_wrap
	{
	position:relative;
	}

body#storeLocator #map
	{
	height:auto; /* adjusted in the JSP */
	}

body#storeLocator #events
	{
	height:400px;
	position:relative;
	display:none;
	z-index:1;
	}

.eventEntry
	{
	visibility:hidden;
	position:absolute;
	}

body#siteMap div.col1
	{
	float:left;
	width:32%;
	margin-left:20px;
	}

body#siteMap div.col2
	{
	float:left;
	width:32%;
	}

body#siteMap div.col3
	{
	float:left;
	width:32%;
	}

body#siteMap div.catWrap
	{
	padding:20px 20px 0 0;
	}

body#siteMap div.catWrap h3
	{
	font-size:1.4em;
	margin-bottom:5px;
	}

body#siteMap div.catWrap li
	{
	font-size:1.1em;
	font-weight:normal;
	margin:0 0 5px 5px;
	}

body#siteMap div.catWrap li a
	{
	font-weight:normal;
	padding-left:10px;
	}

body#siteMap div.catWrap a:hover
	{
	text-decoration:underline;
	}

body#popStoreLocator div.storeListing
	{
	padding:15px 15px 0 15px;
	}

body#popStoreLocator div.storeListing p
	{
	font-size:1.2em;
	line-height:1.4em;
}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+HOME PAGE (body#home)
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

body#home div#content_top, body#home div#content_bot
{
	margin-bottom:8px;
}

#flash_wrapper, #top_promo1, #top_promo2
	{
	float:left;
	text-align:center;
	}

.rounded_promo,
.rounded_promo_alt
	{
	margin-left:8px;
	width:153px;
	height:289px;
	}

.rounded_promo .inner_top,
.rounded_promo_alt .inner_top
	{
	height:100%;
	}

.rounded_promo .inner_bot,
.rounded_promo_alt .inner_bot
	{
	height:100%;
	}

.rounded_promo .inner_content
	{
	padding-top:25px;
	color:#fff;
	margin:0 auto;/* center in div */
	}

.rounded_promo_alt .inner_content
	{
	padding-top:25px;
	color:#787575;
	margin:0 auto;/* center in div */
	}

.rounded_promo hr
	{
	color:#91C99F;
	background-color:#91C99F;
	margin:13px 0;
	}

.rounded_promo_alt hr
	{
	color:#ccc;
	background-color:#ccc;
	margin:13px 0;
	}

#top_promo1 .inner_content
	{
	padding:25px 12px 0 12px;
	}

#top_promo1 h6
	{
	margin-bottom:12px;
	}

#top_promo2 h6
	{
	margin-bottom:25px;
	}

form#homepageStoreLocator input
	{
	float:left;
	margin:0;
	}

form#homepageStoreLocator input#goButt
	{
	margin:1px 0 0 3px;
	}

.sideXsidePromo
	{
	float:left;
	width:318px;
	}

#bot_promo2
	{
	width:320px;
	border-color:#bbb;
	border-style:solid;
	border-width:0 1px;
	position:relative;
	}

.sideXsidePromo .inner_content
	{
	padding:0 135px 0 18px;
	position:relative;
	}

.sideXsidePromo .promoImgHome
	{
	position:absolute;
	top:0;
	right:18px;
	}

.sideXsidePromo .inner_content h6,
.sideXsidePromo .scroller_content h6
	{
	font-size:1.9em;
	color:#117A3F;
	margin-bottom:15px;
	}

.sideXsidePromo .inner_content p,
.sideXsidePromo .scroller_content p
	{
	font-size:1.3em;
	color:#545454;
	margin-bottom:15px;
	}

.sideXsidePromo a.promoAction
	{
	color:#117A3F;
	text-decoration:none;
	}

/* promo scroller support */

.scroller_l {
	position:absolute;
	width:9px;
	top:30px;
	left:10px;
	z-index:20;
	display:none;
}

.scroller_r {
	position:absolute;
	width:9px;
	top:30px;
	right:10px;
	z-index:20;
	display:none;
}

.scroller_content_wrap {
	position:relative;
	z-index:10;
	top:0px;
	left:25px;
	width:270px;
	height:130px;
	overflow:hidden;
}

.scroller_content {
	position:absolute;
	top:0px;
	left:0px;
	width:270px;
}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+CONTENT PAGE RULES
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

body.contentPage div#body_wrap
	{
	font-size:12px;
	}

body.contentPage div#body_wrap p
	{
	margin-bottom:10px;
	line-height:1.4;
	}

body.contentPage div#body_wrap .spaced
	{
	margin-bottom:20px;
	}

body.contentPage div#body_wrap h1
	{
	color:#398F60;
	font-size:17px;
	font-weight:bold;
	margin-bottom:20px;
	}

body.contentPage div#body_wrap h2
	{
	color:#398F60;
	font-size:15px;
	font-weight:bold;
	}

body.contentPage div#body_wrap h2.callout
	{
	color:#2675AC;
	}

body.contentPage div#body_wrap h3
	{
	font-size:13px;
	font-weight:bold;
	}

div.cmsCurve div.col1
	{
	padding-top:80px;
	}

div.iconBox {
	width:248px;
	margin-left:8px;
	float:left;
}

div.blueGradBox {
	width:188px;
}

div.blueGradBox div.inner {
	padding:15px 12px 5px 12px;
}

div.blueGradBox p {
	color:#2485DF;
	margin-bottom:0 !important;
}

div.blueGradBox a {
	color:#2485DF;
	font-weight:normal;
	text-decoration:underline;
}

div.iconBox.first {
	margin-left:0;
}

div.iconBox div.inner {
	padding:20px 2px 20px 17px;
}

div.aboutContent div.col1 {
	float:left;
	width:559px;
}
div.aboutContent div.col2 {
	float:right;
	width:188px;
}

div.careersContent div.col1 {
	float:left;
	width:484px;
}
div.careersContent div.col2 {
	float:right;
	width:263px;
}

div.pickupContent div.col1 {
	float:left;
	width:488px;
}
div.pickupContent div.col2 {
	float:right;
	width:259px;
}

div.dtDirectContent div.col1 {
	float:left;
	width:503px;
}
div.dtDirectContent div.col2 {
	float:right;
	width:244px;
}

div.recallContent div.col1 {
	float:left;
	width:448px;
}
div.recallContent div.col2 {
	float:right;
	width:299px;
}

table.recallItems td
	{
	vertical-align:middle;
	padding:5px 15px 5px 0;
	}

div.careersContent div.col1Desc {
      float:left;
      width:522px;
}

div.careersContent div.col2Desc {
      float:right;
      width:225px;
}

div.jobDescBox {
      float: right;
      width: 162px;
      margin-top: 136px;
      margin-right: 64px;
      display: inline;
}

div.jobDescBox div.inner {
      padding: 8px 10px;
      margin: 0;
}

div.jobDescBox div.inner p {
      margin-bottom:0 !important;
}

body.contentPage div#body_wrap div.careersContent div.col1Desc h2,
body.contentPage div#body_wrap div.careersContent div.col2Desc h2 {
      padding-top: 8px;
      padding-bottom: 6px;
      color: #2675AC;
      font-size: 14px;
      font-weight: normal;
}

body.contentPage div.col1 ul,
body.contentPage div.col1Desc ul {
      list-style: disc;
      margin-left: 24px;
      line-height: 1.4em;
      padding-bottom: 8px;
}

body.contentPage div.col1 li,
body.contentPage div.col1Desc li {
      padding-bottom: 6px;
}

div.jobDescBox div.inner ul,
div.iconBox div.inner ul {
      list-style: disc;
      line-height: 1.4em;
      padding-bottom: 8px;
      margin-left: 20px;
}

div.billMeLaterModule {
   padding: 20px 10px 10px 20px;
   border-top:1px solid #C0C0C0;
   border-bottom:1px solid #C0C0C0;
   clear:both;
}

div.paymentModule div.billMeLaterLeft
{
   float: left;
   width: 48%;
}

div.paymentModule div.billMeLaterRight
{
   float: right;
   width: 52%;
}

div.paymentModule div.topHalf, div.paymentModule div.bottomHalf
{
    padding: 0px 0px 5px 0px;
}

div.paymentModule div.topHalf .BMLlogo
{
   margin-top: -17px;
}

div.paymentModule div.descriptionText
{
    font-size:12px;
    margin-top: 10px;
    clear: both;
    margin-left:76px;
}

div.paymentModule p.tagLine
{
    font-size: 13px;
    font-weight: bold;
    margin-bottom:6px;
	width:210px;
}

div.BMLproduct
{
   margin-left: 25px;
}



ul.christmasMessage{
    float: left;
    margin:1px 0 0 12px;
}

ul.christmasMessage li {
    display:inline;
    float:left;
    padding-top:11px;
}

div#header_mid td.christmas a
{
    padding:0;
}

.christmascorner
{
    font-size:.9em;
	color:#2D4136;
	padding:0 0px;
	text-decoration:none;
	text-transform:uppercase;
}

.christmasticker
{
    color:#FF0000;
	text-decoration:none;
	text-align:center;
    text-transform:uppercase;
}
ul.christmasMessage li.christmasticker_bold a
{
    font-size:1.1em;
    color:#FF0000;
	font-weight:bold;
    text-align:center;
    text-transform:uppercase;
}
ul.christmasMessage li.christmasticker a
{
    font-size:1.1em;
    color:#FF0000;
    font-weight:normal;
	text-align:center;
    text-transform:uppercase;
}

ul.christmasMessage li.daysLeft a
{
    color:#FFFFFF;
    font-size:1.1em;
    font-weight:normal;
    padding-left:1px;

}

ul.christmasMessage li.christmasarrow
{
    margin-top: -3px;

}


ul.springFlingMessage{
    float: left;
    margin:1px 0 0 12px;
}
 .springFlingTicker
{
    color:#93278F;
	text-decoration:none;
	text-align:center;
}
ul.springFlingMessage li {
    display:inline;
    float:left;
    padding-top:11px;
}

ul.springFlingMessage li.springFlingTicker_bold a
{
    font-size:1.1em;
    color:#93278F;
	font-weight:bold;
    text-align:center;
    text-transform:uppercase;
}
ul.springFlingMessage li.springFlingTicker a
{
    font-size:1.1em;
    color:#93278F;
    font-weight:normal;
	text-align:center;
}


ul.springFlingMessage li.springFlingArrow
{
    margin-top: -1px;

}


/**************
  BAZAAR VOICE
**************/
div.BVEnsembleContainer
{
    background: none repeat scroll 0 0 #EBEEE7;
    width: 245px;
    color: #4B4B4B;
    font-family: Arial, Helvetica,Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.2;
}

div.BVEnsembleRatingEntry
{
    clear: both;
    float: left;
    line-height: 23px;
}

div.BVEnsembleRatingImage
{
    float: left;
    width: 107px;
}

div.BVEnsembleRatingText
{
    display: inline;
    float: left;
}

div.BVEnsembleRatingLink
{
    display: inline;
    padding-right: 5px;
}

div.BVEnsembleRatingLink a
{
    font-weight:bold;
    text-decoration:underline;
    color:#4B4B4B;
}

span.BVEnsembleRatingLinkSeparator
{
    padding-right: 5px;
}

span.BVEnsembleRatingNumber
{
    font-weight:bold;
}



/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+Payment Page
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

#payment .ppButton { margin: 0 15px -10px 0; }

#payment #topAcceptedCC {
   /*display: none;*/
   float:left;
   padding:0 0 0 25px;
}

#payment .ccShow { display:block; }
#payment .ccShow .cc_right {
   display:block;
   padding-top:0px;
}
#payment .ccHide { display:none; }
#payment .ccHide .cc_right { display: none; }

#payment #creditcard_method {
   display: none;
   margin-left:6px;
}

#payment #creditcard_method .cc_right {
   padding-top:0px;
   margin-top: -8px;
}
#payment div.form_wrap {
   border-top: none;
}
.DTlayer {
	display:none;
	position:absolute;
	border:2px solid #C0C0C0;
	background-color:#fff;
	width:190px;
	z-index:600;	
}
.DTlayer-inner {
	padding:10px;
	font-size:12px;
}
.DTlayer .DTclose {
	float:right;
	margin-bottom:12px;
}
.DTlayer h2 {
	font-size:12px;
	font-weight:bold;
}
.DTlayer h2 img {
	vertical-align:bottom;
}
.DTlayer.dt-handlingFee {
	margin-top:6px;
}
