﻿/*
---------------------------------------------------------------------------------------------------------
    SHOPPING CART
---------------------------------------------------------------------------------------------------------
*/

/**
	Action Buttons make up the header and footer of the cart
*/
/*NOTE: The following rules were added after the backup to the app themes for the tool site.  This css file will need updates, mostly just changes to background colors*/
.GetQuoteTop
{
	background-color: #063365;
	padding: 5px 5px 5px 20px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	/*width: 735px;*/
}

div.getQuoteContents
{
	width: 100%;
	float: left;
}

.continueShoppingBtn
{
}

div.buttonContainer
{
}

div.buttonContainerTop
{
}

div.ActionButtons
{
	text-align: right;
	width: 100%;
}

div.ActionButtonsTop
{
	text-align: right;
	margin: 0px 0;
}
div.ActionButtons a.removeCheckedBtn
{
	color: #971c1f !important;
}


/**
	Cart Contents table
*/
div#ShoppingCart
{
	padding: 10px 20px;
}
div#ShoppingCart table
{
	font: 11px Arial, Helvetica, sans-serif;
	background-image: url(../Main/images/cart-header-bk.gif);
}

div#ShoppingCart table tr.Header
{
	height: 37px;
}


div#ShoppingCart table tr th
{
	margin: 0;
	padding: 0 15px;
	color: #333366;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
div#ShoppingCart table tr td
{
	vertical-align: top;
	background-color: #fff;
	padding: 0 0;
}
div#ShoppingCart table tr th.ImgColumn
{
	width: 100px;
	text-align: center;
}
div#ShoppingCart table tr th.QuantityColumn
{
	width: 80px;
}
div#ShoppingCart table tr th.PriceColumn
{
	text-align: center;
	width: 100px;
}

div#ShoppingCart table tr td
{
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	padding: 15px 2px 0px 10px;
}

div#ShoppingCart table tr td img
{
	padding-left: 20px;
}

div#ShoppingCart table tr td.DescriptionCell *
{
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
div#ShoppingCart table tr td.DescriptionCell a
{
	display: block;
	margin-bottom: 5px;
	color: #333366;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}
div#ShoppingCart table tr td.DescriptionCell h1, h2
{
	color: #000;
	font-weight: bold;
}

div#ShoppingCart table tr td.PriceCell
{
	text-align: center;
	color: #3366cc;
	font-weight: bold;
	font-size: 14px;
}
div#ShoppingCart table tr td.PriceCell span
{
	color: #333366;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

div#ShoppingCart table tr td.QuantityCell
{
	height: 50px;
}
div#ShoppingCart table tr td.QuantityCell span
{
	background: transparent url(../Main/images/cart-quantity-bk.jpg) no-repeat scroll 0 0;
	height: 55px;
	overflow: hidden;
	padding: 0px 14px 16px 5px;
	width: 45px;
	margin-top: 0px;
}
div#ShoppingCart table tr td.QuantityCell span input
{
	/*width: 100%;
	background: none;
	border: none;
	color: #333366;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 3px;
	margin: 0;*/
	border-bottom-style: none;
	padding-bottom: 5px;
	border-right-style: none;
	margin: 0px;
	padding-left: 3px;
	width: 100%;
	padding-right: 3px;
	border-top-style: none;
	background: none transparent scroll repeat 0% 0%;
	color: #333366;
	font-size: 14px;
	border-left-style: none;
	font-weight: bold;
	padding-top: 5px;
}
div#ShoppingCart table tr td.LastCell
{
	border-right: solid 1px #ccc;
}
div#ShoppingCart table tr td.RemoveCell
{
	margin: 0 auto;
	border-right: solid 1px #ccc;
	width: 70px;
	background-color: #fff;
}

div#ShoppingCart table tr td.RemoveCell input
{
	display: block;
	margin: 0 auto;
}


/*
	Shipping Options columns (shipping options & subtotal)
*/
a.GoBtn img
{
	position: relative;
	top: 6px;
	margin-left: 5px;
}
/*left column*/
div#OptionSelection
{
	float: left;
}
/*right column*/
dl#SubTotals
{
	float: right;
	margin-top: 60px; /*hack: find a better way to align the bottoms of the two columns*/
}

div#cartContentsFooter
{
	background-color: #606261;
	padding: 10px;
	text-align: right;
}
div#cartContentsFooter a.UpdateCartBtn
{
	float: right;
}
div#cartContentsFooter a.UpdateCartBtn:hover
{
	background: none;
}
div#cartContentsFooter a.removeCheckedBtn
{
	color: #BDF;
}
div#cartContentsFooter a span.noUnderline
{
	text-decoration: none;
}
div#cartContentsFooter a.removeCheckedBtn:hover
{
	color: #111;
}
/**
	Shipping Options
*/
div#ShippingOptions
{
	background: #616264 url(../../Images/MerchTotalBG.gif) repeat-x left bottom;
	background-repeat: repeat-x;
	background-position: bottom; /*border:1px solid #a8a9ad;*/
	padding: 0px 10px 20px 10px; /*TODO: Put this rule into an ie6 specific rule*/
	_padding-top: -10px;
}
div#ShippingOptions div#ShippingMsg
{
	border-bottom: 1px solid #a8a9ad;
	margin: 10px 0;
	padding-bottom: 10px;
	display: inline-block;
	color: #fff;
}
div#ShippingOptions div#OptionSelection label
{
	color: #f3f0bb;
	font-weight: bold;
}
div#ShippingOptions div#OptionSelection input
{
	width: 50px;
}
div#ShippingOptions div#OptionSelection select
{
	display: block;
	margin: 5px 0;
	width: 19em;
}
div#ShippingOptions div#OptionSelection label.instruction
{
	color: #f3f0bb;
	font-weight: normal;
	font-size: .8em;
	display: block;
	width: 20em;
	margin: 10px 0;
}

/*
	Subtotal & Shipping
*/
dl#SubTotals
{
	color: #d1d2d4;
}
dl#SubTotals dt.Subtotal, dl#SubTotals dd.Subtotal
{
	margin: 0;
}
dl#SubTotals dt.Subtotal
{
	float: left;
	width: 7em;
	padding-right: 10px;
	text-align: right;
}
dl#SubTotals dt.FreeShipping
{
	color: #f5f0b9;
	font-weight: bold;
	font-size: 1.2em;
}

/*
	Merch Total (shipping section footer)
*/
dl#MerchTotal
{
	/*height:45px;line-height:45px;*/
	text-align: right;
	margin: 0;
	clear: both;
	position: relative;
	top: 5px;
}
dl#MerchTotal dt, dl#MerchTotal dd
{
	display: inline;
	margin: 0;
	color: #f6ed92;
}
dl#MerchTotal dd
{
	margin-left: 20px;
}
dl#MerchTotal dt em, dl#MerchTotal dd
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
}

/*
	
*/
div#Marketing
{
	margin: 10px 0;
	padding-bottom: 25px; /*background:#fff url(../../Images/ShoppingCartMarketingBG.gif) repeat-x left bottom;*/
}
div#Marketing a
{
	color: #0055a6;
	font-weight: bold;
	width: 200px;
	display: inline-block;
}
div#Marketing img
{
	margin-left: 15px;
}

*.clearBoth
{
	clear: both;
}

html body #CheckoutBottomImagesInfo #Marketing
{
	float: left;
	position: relative;
	width: 350px;
}

html body #CheckoutBottomImagesInfo #ShippingCountryFlagsImages
{
	width: 310px;
	margin: 50px 0px 10px 450px;
	color: #45444A;
	padding: 0px 0px 0px 12px;
	font-size: 12px;
	font-weight: bold;
}

input.textbox
{
	background-image: url('../Main/Images/input_bg.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	border: solid 1px #cbcbcb;
	width: 250px;
}

input.date
{
	width: 130px !important;
}
h2, h3
{
	margin-bottom: 5px;
	color: #063365;
	margin-top: 0;
}
.valWarning
{
	font-size: .8em;
	font-weight: normal;
}
#startEndDates
{
	background-color: #e0dedf;
	padding: 10px 20px 10px 20px;
	float: left;
	width: 911px;
}
label
{
	color: #60605e;
	font-size: 1.1em;
	font-weight: bold;
}
#startDate
{
	float: left;
	margin-right: 100px;
}
#endDate
{
	float: left;
}
#startDate label, #endDate label
{
	float: left;
	display: block;
	margin-right: 10px;
	margin-top: 5px;
}
#FieldsHolder
{
	float: left;
	margin-bottom: 10px;
}

#UserFields .field label, #AddressFields .field label
{
	display: block;
	float: left;
	width: 95px;
	margin-right: 10px;
	margin-top: 4px;
}
#UserFields .field input, #AddressFields .field input
{
	float: left;
}
#UserFields .field, #AddressFields .field
{
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
#UserFields
{
	float: left;
	margin-top: 10px;
}
#AddressFields
{
	margin-top: 10px;
	float: left;
	width: 370px;
}
.field .statedd
{
	margin-left: 3px;
	width: 100px;
}
div.cartBtns
{
	/*float right screws up firefox so this was easier*/
	margin: 0px 0px 10px 620px;
}
.noRightAlign
{
	text-align: left !important;
}
#CartActions_bottom div.cartBtns
{
	padding-top: 50px;
}
div.cartBtns input
{
	margin: 0;
	padding: 0;
}
.ui-datepicker
{
	background: #fff !important;
	padding: 5px;
	margin-left: 50px;
	margin-top: -25px;
	width: 140px;
	border: solid 1px #60605e;
}
.ui-datepicker-prev
{
	display: block;
	float: left;
	margin-right: 5px;
	cursor: pointer;
	text-decoration: underline;
}
.ui-datepicker-next
{
	display: block;
	float: right;
	cursor: pointer;
	text-decoration: underline;
}
.ui-datepicker-month, .ui-datepicker-year
{
	font-weight: bold;
	color: #063365;
}
.ui-helper-hidden-accessible
{
	display: none;
}
div.getQuoteContents table
{
	border-bottom: solid 1px #CCC;
}
