#overlayBackground
{
	display: none;
	background-color: rgb(235,235,235);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: none;
	overflow: visible;
	z-index: 5;
}

#zipOverlayWindow
{
	display: none;
	/*background-color: rgb(253,253,253);*/
	position: absolute;
	top: 125px;
	left: 250px;
	width: 400px;
	z-index: 10;
}

#zipOverlay
{
	/*display: none; 
	position: relative; 
	top: -7px;
	z-index: 50;*/
	background-color: rgb(253,253,253);
	padding: 20px 20px 20px 20px;
	width: 350px;
	color: #000000;
	text-align: left;

}

#zipOverlay h1
{
	color: #2c5aa5;
	text-align: center;
}


div.popUpWindow
{
	display: none; 
	position: absolute; 
	top: 125px;
	left: 250px;
	width: 730px;
	z-index: 10;
}

div.popUpWindow div.popUpWindowWideTopBar
{
	width: 100%;
	height: 16px;
	float: left;
	background-image: url('../../images/curve_top_sorry.gif');
}

div.popUpWindow div.popUpWindowWideBottomBar
{
	width: 100%;
	height: 16px;
	float: left;
	background-image: url('../../images/curve_bottom_sorry.gif');
}

div.popUpWindow div.popUpWindowLeftBar
{
	float: left;
	clear: left;
	width: 10px;
	height: 100px;
	background-image: url('../../images/overlay_border_side.gif');
	background-repeat: repeat;
}

div.popUpWindow div.popUpWindowRightBar
{
	float: right;
	width: 100px;
	height: 100px;
	background-image: url('../../images/overlay_border_side.gif');
	background-repeat: repeat;
}

div.popUpWindow div.popUpContainer
{
	float: left;
	background-color: rgb(253,253,253); 
	padding: 20px 20px 20px 20px;
	width: 680px;
	color: #000000;
	text-align: left;
}

div.popUpWindow div.popUpContainer a.popUpWindowClose
{
	float: right; 
	margin-bottom: 10px;
}

div.popUpWindow div.popUpContainer div.popUpContent h1
{
	color: #2c5aa5;
	text-align: center;
}

div.popUpWindow div.popUpContainer div.popUpContent p
{
	text-indent: 20px;
}

.patch
{
	float: left;
	background-color: rgb(253,253,253); 
	width: 350px;
	height: 5px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 5px;
}

.loginBox
{
    display: none;
    visibility: hidden;
    float: right;
    border: solid 1px rgb(113,150,210);
    height: 100px;
    width: 360px;
    margin-right: 10px;
    text-align: left;
    position: relative;
    left: 0px;
}
.textboxError
{
	font-size: 12px;
	background-color: #ff0000;
	padding: 0;
	margin-right: 2px;
	line-height: 20px;
	border: 1px solid #333;
}

.textbox
{ 
   font-size: 12px;
   background-color: #FBFBFB;
   padding: 0; 
   margin-right: 2px; 
   border: 1px solid #333; 
}

body.page div.outer div.links {
	background-color: #deedbf;
	border-top: 1px solid #d9d9d9;
	color: #999;
	font-size: 10px;
	clear: both;
	padding: 10px;
	margin: 0 5px 0 4px;
	text-align: center;
}

body.page div.outer div.links a {
	margin-right: 5px;
	margin-left: 5px;
	color: #999;
	text-decoration: none;
}

body.page div.outer div.links a:hover, a:visited {
	color: #2c5aa5;
	text-decoration: underline;
}

.ErrorMessageText
{
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    font-family: Arial;
}

#cartDropDown
{
	width: 137px;
	position: absolute;
	top: 250px;
	left: 300px;
	display: none;
}

#cartDropDown div
{
	width: 100%;
}

#cartDropDown a
{
	color: #2c5aa5;
	text-decoration: none;
}

#cartDropDown div.top
{
	background-image: url('../../images/cart_top.gif');
	height: 23px;
	width: 137px;
}

#cartDropDown div.top #cartDropDownClose
{
	width: 12px;
	height: 12px;
	float: right;
	margin: 5px 6px 0px 0px;
}

#cartDropDown div.totalSavings
{
	background-image: url('../../images/cart_bottom.gif');
	background-repeat: no-repeat;
	color: #ffffff;
	height: 31px;
	width: 137px;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0px 0px 0px;
}

#cartDropDown #cartDropDownOffers
{
	background-color: #ffffff;
	width: 135px;
	height: auto;
	border-left: solid 1px rgb(221,221,221);
	border-right: solid 1px rgb(221,221,221);
}

#cartDropDown #cartDropDownOffers div.nooffers
{
	margin: 5px 0px 7px 0px;
}

#cartDropDown #cartDropDownOffers div.nooffers a
{
	color: rgb(153,178,120);
	text-decoration: underline;
	font-weight: bold;
}

#cartDropDown #cartDropDownOffers div.divider
{
	float: left;
	clear: left;
	height: 1px; 
	border-top: solid 1px rgb(221,221,221); 
	width: 137px;
}

#cartDropDown #cartDropDownOffers div.offer
{
	border-top: none 0px #ffffff;
	/*border-left: solid 1px rgb(221,221,221);
	border-right: solid 1px rgb(221,221,221);
	border-bottom: solid 1px rgb(221,221,221);*/
	background-color: #ffffff;
	width: 135px;
	height: auto;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 2px 0px;
	
}

#cartDropDown #cartDropDownOffers div.offer img
{
	float: left;
	clear: left;
	width: 50px;
}

#cartDropDown #cartDropDownOffers div.offer div.productInfo
{
	float: left;
	clear: none;
	width: 70px;
	/*height: 65px;*/
	height: auto;
	text-align: left;
}

#cartDropDown #cartDropDownOffers div.offer div.productInfo div
{
	float: left;
	clear: left;
}

#cartDropDown #cartDropDownOffers div.offer div.productInfo div.brand
{
	font-weight: bold;
}

#cartDropDown #cartDropDownOffers div.offer div.productInfo div.product
{
}

#cartDropDown #cartDropDownOffers div.offer div.productInfo div.discount
{
	color: #2c5aa5;
}

#cartDropDown #cartDropDownOffers div.sendToMobileLink
{
	margin: 5px 0px 5px 0px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: rgb(158,200,134);
}

#cartDropDown #cartDropDownOffers div.sendToMobileLink a
{
	color: rgb(153,178,120);
	text-decoration: underline;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

