/* -------------------------------- default -------------------------------- */
/*******************************************************************/
/*                                                                 */
/*  			CCS Module		                   */
/* 			Type: Main CSS Layout	                   */
/*                      Client: BlueQ		                   */
/*       	    	Coder: Belov Alexey                        */
/* 			alexey@1stomni.com                         */
/*       		1stOmni Corp. 2006                         */          
/*                                                                 */
/*                                                                 */ 
/*******************************************************************/                             


/* See css 2.1 content-box recommendation */

* { 
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* Switching box models by CSS is possible in Mozilla, Explorer 5 on Mac and Opera 7. */
		   	  /* box-sizing cannot be mixed with min- or max-width or -height. */
}                         /* http://www.quirksmode.org/css/box.html */

.ie {
 	display: none;
}
a:focus {
	outline:none; 	
}
html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	height: 100%;
	width: 100%;	
}

form {
	padding: 0px;
	margin: 0px;

}
body#cart .ecsCartExt {

}
.left-part {
	position: absolute;
	width:170px;
	z-index: 100;
	left: 0px;
	top:0px;
}

.left-part-home {
	position: absolute;
	width:170px;
	z-index: 100;
	left: 0px;
	top:20px;
}

.right-part {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	_height: 100%;
	z-index: 0;
}
		
#search-area {
	position: absolute;
	left: 7px;
	top: 5px;
	height: 17px;
	overflow:hidden;
}		
.mSearchSubmit { /* Deafult input */
	display: none; 
}
#search-button {
	position: absolute;
	right: 7px;
	top: 5px;
}
a.submitGo {
	display: block;
	width: 24px;
	height: 18px;
	background-repeat: no-repeat;
}
a.submitGo span {
	display: none;

}

#search-go-button {
	background-color: transparent;	
	background-position: -13px -12px;
	width: 24px;
	height: 24px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	margin-left: 3px;
}

#category-logo {
	width: 170px;
	height: 56px;

}	
#home-flash {
	position: absolute;	
	top: 0px;	
	left: 170px;
}

#home-logo {
	width: 170px;
	height: 80px;

}	

#search-box {
	height:32px;
	margin-top:3px;
	padding-top:6px;
	padding-left: 6px;
	background-repeat:no-repeat;
	background-position: 5px 4px;

	position: relative;

}	



#left-navigation-home {
	position: absolute;
	width:170px;
	z-index: 100;
	left: 0px;
	top:115px;
} 
.top-home{

	position: absolute;
	z-index: 100;
	left: 246px;
	top:0px;

}  

#ecsNav-home{
	position:absolute;
	z-index: 100;
	left: 600px;
	top:0px;

}
.nav {
	position:relative;
	background-repeat: no-repeat;
	width: 730px;
	height: 42px;

}
.nav div {
 	position:absolute;
	top: 0px;
}
.nav div a {
 	display: block;
	height: 34px;
}
.nav div a:hover {
	background-image:url(../data/images/topHover.gif);

}
.nav div a span {
 	display: none;
}
#aboutUs {
	left: 14px;
}
#aboutUs a {
 	width: 83px;
}
#aboutUs a:hover {
	background-position: -14px 0px;
}
#whereToBuy {
	left: 96px;
}
#whereToBuy a {
 	width: 105px;
}
#whereToBuy a:hover {
	background-position: -96px 0px;
}

#ordering {
	left: 200px;
}
#ordering a {
 	width: 92px;
}
#ordering a:hover {
	background-position: -200px 0px;
}

#blastMe {
	left: 291px;
}
#blastMe a {
 	width: 80px;
}
#blastMe a:hover {
 	background-position: -291px 0px;
}

#wholesale {
	left: 370px;
}
#wholesale a {
 	width: 83px;
}
#wholesale a:hover {
 	background-position: -370px 0px;
}

#myAccount {
	left: 453px;
}
#myAccount a {
 	width: 99px;
}
#myAccount a:hover {
 	background-position: -453px 0px;
}

#viewCart {
	left: 552px;
}
#viewCart a {
 	width: 85px;
}
#viewCart a:hover {
 	background-position: -552px 0px;
}

#checkout {
	left: 636px;

}
#checkout a {
 	width: 81px;
}
#checkout a:hover {
 	background-position: -636px 0px;
}

/* ******************************** */
#noLogout {
	width: 436px;
	overflow:hidden;
}
.navw {
	position:relative;
	/*background-image:url(../data/default/topNavW.gif); */
	background-repeat: no-repeat;
	width: 730px;
	height: 42px;
 	
}
.navw div {
 	position:absolute;
	top: 0px;
}
.navw div a {
 	display: block;
	height: 34px;
}
.navw div a:hover {
	background-image:url(../data/images/topHoverW.gif);

}
.navw div a span {
 	display: none;
}

.navw #wholeSaleHome { 
	left: 14px;
}
.navw #wholeSaleHome a {
 	width: 131px;
}
.navw #wholeSaleHome a:hover {
	background-position: -14px 0px;
}

.navw #blueqHome {
	left: 144px;
}
.navw #blueqHome a {
 	width: 101px;
}
.navw #blueqHome a:hover {
	background-position: -144px 0px;
}

.navw #aboutUs {
	left: 245px;
}
.navw #aboutUs a {
 	width: 83px;
}
.navw #aboutUs a:hover {
	background-position: -245px 0px;
}
.navw #whereToBuy {
	left: 325px;
}
.navw #whereToBuy a {
 	width: 115px;
}
.navw #whereToBuy a:hover {
	background-position: -325px 0px;
}

.navw #logoutWhole {
	left: 441px;

}
.navw #logoutWhole a {
 	width: 183px;
}

.navw #logoutWhole a:hover {
	background-position: -441px 0px;
}


/* ********************************** */


.top-navigation {
	margin-left: 170px;

	height: 42px;
}
div.top-navigation#item-page{
	margin-left: 170px;
	zpadding-left: 15px;
	height: 42px;
}
.cmsTopMenu {
        position: absolute;
	top: 12px;
	left: 175px;
	width: 360px;
	height: 57px;
	background-image:url(../data/images/newTopBg.gif);
	background-repeat: no-repeat;
	z-index: 1000;

}

.menuTopA {
	padding-top: 30px;
	padding-lefT: 14px;

}
#topNavAdd, #topNavAdd-active {
	float: left;
	text-align: center;
	padding-right: 12px;
	white-space: nowrap;

	}
#topNavAdd-active a  {
 	font-weight: bold !important;
	color: white !important;

}
#topNavAdd a, #topNavAdd-active a {

	font-family: Tahoma, Verdana, serif;
	font-size: 8pt;
	_font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	letter-spacing: 0.05em;
	padding:0px;
	margin: 0px;
	color: #ffefbc;

}

#topNav {
	float: left;
	text-align: center;
	padding-left: 9px;
	padding-right: 9px;
	margin-right: -1px;

	}

#topNav a {

	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding:0px;
	margin: 0px;

}
#ecsNav{
	width: 240px;
	position: absolute;
	left: 555px;
	top: 20px;




}
.ecsNavCat1act2, .ecsNavCat1  {
	background: none !important;	
	border-bottom: 0px none !important;
}

.search-title {
	display: none;
/*
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 10px;
	letter-spacing: 0.1em;
*/	

}

#folder2 {
	background-repeat: no-repeat;
}
div#folder2 {
	padding-right: 0px !important;
	background-repeat: no-repeat;

}
div#folder2.ecsNavCat2act2 a {
 	border-bottom: 0px none !important;
}
.ecsNavCat2act2#folder2 a:hover {
	color: #e31a19; 	
}

div.ecsNavCat2#folder2 {
	background-repeat: no-repeat;


}


#item, .ecsNavCat2, .ecsNavCat2act, .ecsNavCat2act2 {
	height: 16px;
	letter-spacing: 0.05em;
	line-height: 16px;

}

#item a, .ecsNavCat2 a, .ecsNavCat2act a, .ecsNavCat2act2 a {
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	letter-spacing:0.01em;
	display: block;
}
#item2 a:hover, .ecsNavCat3 a:hover, .ecsNavCat3act a:hover, .ecsNavCat3act2 a:hover {
 	color: red;

}
#item a:hover, .ecsNavCat2 a:hover, .ecsNavCat2act a:hover, .ecsNavCat2act2 a:hover {
	background-color:#4e6169 /*01004c*/ !important;
	color: #fff;
}


#item2, .ecsNavCat3, .ecsNavCat3act, .ecsNavCat3act2 {
	height: 16px;
	letter-spacing: 0.05em;
	line-height: 16px;
}

#item2 a, .ecsNavCat3 a, .ecsNavCat3act a, .ecsNavCat3act2 a {
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 24px;
	display: block;

}

#categories, #brands, .ecsNavCat1, .ecsNavCat1act, .ecsNavCat1act2 {
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 13px;
	padding-top: 0px;
	padding-bottom: 3px;
	font-style:italic;
	text-transform:uppercase;

}
#item-active, .ecsNavCat2act {
	background-color:#01004c !important;
	padding-left: 0px !important;

}
.ecsNavCat1 a ,.ecsNavCat1act2 a { 
	background: none !important;
}
#item-active a{
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}


.ecs-products-list {
	margin-left: 230px;
	padding-top: 20px;
	width: 350px;

}
#ecs-product {
	text-align: center;
	float: left;
	padding-top: 0px;
	width: 170px;
	height: 180px;
	position: relative;

}
.productPromotion {
 	position:absolute;
	top: 100px;
	left: 229px;
	width: 351px;
	height: 180px;
}
#itemPromoImage {
	width: 150px;
	height: 150px;
	position:absolute;
	top: -24px;
	left: 183px;
	z-index: 120;

}
.itemPromoText {
 	font-size: 17px;
	font-weight: bold;
	color: #fff;
	position:absolute;
	top: 29px;
	left: 1px;
	width: 214px;
	background-color: red;
	padding: 5px;
	
}
#transparent span, #itemPromoImage span { display: none;}
#transparent {
	height: 80px;
	width: 76px;

}
.ecs-promotion {
 	position: absolute;
	height: 80px;
	width: 76px;
	overflow: hidden;

	right:-2px;
	top:-22px;

	z-index:100;

}
#ecs-product-photo {

}

div#ecs-product-photo img{
	border: 0px;

}
.content {
	margin: 0px 0px 0px 170px;
	padding: 0px;
	max-width:700px;
	min-width:600px;
	width: expression(document.body.clientWidth > 950 ? "770px" : "580px" );
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
 	font-size: 12px;


}

#passsend {

	padding-top: 10px;	
	padding-left: 15px;

}


#passsended {

	padding-top: 20px;	
	padding-left: 15px;
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 15px;
	font-weight: bold;
	color: #e21e25;

}
#ecs-product-price {
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;	
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ecs-product-item {
	float: left;
	width: 380px;
	display: block;


}
.ecs-product-desc {

	padding-top: 20px;
	padding-left: 20px;
	margin-left: 360px;
}

#ecs-product-brand {
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;	
	text-align: center;
	white-space:nowrap;
	display: block;
	padding-top: 4px;
	text-transform: uppercase;
}
#nobrand, #nobrandItem {

	display:none;

}
#ecs-product-brand-item {
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
	text-align: left;
	white-space:nowrap;
	text-transform: uppercase;
	padding-bottom: 5px;
/*	display: inline; */
	
}

#ecs-product-name {
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline !important;	
	text-align: center;
	display: inline;
	line-height: 15px;

}

body#item-page #ecs-product-name {

	font-size: 18px;
	font-weight: normal;
	text-decoration: none !important;
}

#ecs-product-bigphoto {

	margin-top: 87px;
	padding-left: 56px;
	overflow: hidden;
	height: 300px;
		
}
#ecs-photo-control {
	padding-left: 80px;
}

#ecs-quantity {
	padding-top: 8px;
	padding-bottom: 35px;
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 12px;
	letter-spacing: 0.1em;
}
#ecs-button-enlarge {
	float: left;
	background-repeat:no-repeat;
}
#ecs-button-flip {
	background-repeat:no-repeat;
	float: left;
	height: 21px;
}
#ecs-button-detail {
	float: left;
	height: 21px;
	background-image:url(../data/images/button-detail.gif);
	background-repeat:no-repeat;

}

#printPage {
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 11px;
	font-weight: bold;
        background: transparent;
	background-repeat:no-repeat;
	border: none;
	height: 21px;	
	width: 120px;
	margin-left: 4px;
	vertical-align: middle;
	background-image:url(../data/images/button-print.gif);
	background-position: 2px 1px;
	color:#ffffff;
}

#add-cart-button {
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 11px;
	font-weight: bold;
	background-repeat:no-repeat;
	border: none;
	border: 0;
	height: 21px;	
	width: 90px;
	margin-left: 4px;
	vertical-align: middle;

	
}
#wtbSearch {
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 11px;
	font-weight: bold;
	background-repeat:no-repeat;
	border: none;
	height: 21px;	
	width: 90px;
	margin-left: 4px;
	vertical-align: middle;
}

#add-display-options {
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 11px;
	font-weight: bold;
	height: 21px;	
	width: 106px;
	border: none;
	background-repeat:no-repeat;
	vertical-align: middle;
	}

#ecs-product-sku {
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	z-index: 1000 !important;

}

#desc-ecs-product {
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 14px;
	margin-right: 15px;
	padding-top: 10px;
	line-height: 170%;
	
}
body#cart #related-products {
 	position: relative;
	height: 176px;
	top: 0px;
}
#related-products {
	position: absolute;
	top: 470px;
	height: 120px;
	max-width:700px;
	min-width:600px;
	width: expression(document.body.clientWidth > 950 ? "770px" : "675px" );
	clear: both;
}

#related-product div {
	width: 100px;
}


#related-product {
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}

#related-product2 {
	padding-top: 18px;
	float: right;
	padding-right: 15px;
}
#related-brand {

	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
	text-align: center;
	/* white-space:nowrap; */
	}
#related-name {
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;	
	text-align: center;

	
}
#related-text {
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 13px;
	font-weight: lighter;
	text-align: right;

	
}

div#ecs-quantity input {
	text-align: center;
	font-size: 11px;

}

select {
	font-family: Verdana, serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#search, .mSearchInput {
	width: 115px;
	font-family: "Trebuchet MS", Tahoma, Verdana, serif;

	color:red;
	font-size:11px;
	font-weight:bold;

	text-align: left;
	padding: 0px;
	margin: 0px;
	border:0px none;
}


#display-options {
	text-align:right;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;

}
.ftsRow #relevance,
.ftsRow #date,
.ftsRow #rowNum {display:none;}
.ftsRow #title {
	font-size:15px;

}
.ftsRow #url a {
	color:#4F4531;
}
.ftsRow {
 	padding-bottom:20px;
}

.searchName {
 	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
 	color: #72674a;
	font-weight: normal;
	font-size: 32px;

}

#searchLink a {
 	color: #e21e25;

}

.slides .pages {
 	padding-right: 20px;
 	border:1px solid #ccc;
	padding: 4px;
	background-color: #f6f5f5;

}
.current {
 	border:1px solid #ccc;
	background-color:#BE1E2D;
	color: #fff;
	padding: 4px;
}
.slides a {
 	border:1px solid #ccc;
	padding: 4px;
	text-decoration:none;
	background-color: #f6f5f5;
}

.slides {
 	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
}



/* Wholesale */


body.wholesale div#ecs-quantity, body.wholesale div#ecs-color-chooser, body.wholesale div#ecs-product-price,body.wholesale #desc-short-ecs-product, body.retail #desc-long-ecs-product {

 	display: none;
}
.generic-info, #Login-Box_minimize, #Login-Box_maximize {
	display: none;
}
.qA {
	position: relative;
	top: 1px; 
	_top: 4px;
}

.price0 {

  	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;

}
cd.enterZip input {

	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-weight:bold;
	font-size: 12px;
	text-align: center;
}
.enterZip {
	font-weight:bold;
	font-size: 11px;
	width: 280px;
	padding: 5px;
}

#whereBuy {
 	width: 550px;
 	border: 1px solid #e1ce91;

}
#td1 {
 	width: 250px;
	background: #f6e6b2;

}
#where {
 	padding-left: 15px;
	padding-top: 15px;

}
.companyTable a {
 	color: red;
}
.companyTable {

 	border: 1px solid #e1ce91;
	width: 100%;
}
#info {
 	width: 250px;
	background: #f6e6b2;
	padding: 5px;

}
#products ul {
 	padding: 5px;	
	margin-left: 10px;	
}
.drivingDir {
 	padding-top:10px;
}
.company {	
 	width: 550px;

 	padding-top: 10px;
 	padding-bottom: 10px;
/*	border-bottom: 1px solid #ee5223; Richard Junger 777 864 931*/
}
.companyName {
 	font-weight: bold;
	font-size: 15px;

}

.zips {
 	position: absolute;
	top: 110px;
	left: 450px;

}
.enterPLine {
	color: black;
	font-weight:bold;
	font-size: 12px;
	

}

#tradeS strong{
	border-bottom: 1px solid red;
}
#printLogo {
 	display:none;
}


#i62 .blueQMenumenu64, #i63 .blueQMenumenu64 {
 	display: none;
}
.optOutInner {
 	padding: 10px;
	border:1px solid #ad9c6b;
	width: 350px;
	background: #ded3b2;
	margin-top: -40px;

}
.optOutMessage, .optOutMessage-error {
 	font-size: 13px;
	display: block;
	font-weight: bold;
	padding-bottom: 10px;

}
.optOutSubmit {
	padding-left: 10px;
}
.optOutMessage-error {
 	color: red !important;
}
.stf {
 	padding-left: 10px;
	_padding-left: 2px;
	margin-top: -8px !important;
	_margin:8px !important;
	width: 400px;
}
.stf h1 {
	font-family:"Trebuchet MS", Tahoma, Verdana, serif !important;
	border-bottom: 1px solid #ee5223 !important;
	font-size: 24px !important;
	color: #866d25 !important;
	text-decoration: none !important;
	font-weight: normal !important;

}
.emailF {
	margin-top: 30px;
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;	
	line-height: 13px;
	color: #e21e25;
}
body#item-page .webmaster {
 	position: absolute;
	top: 800px;
	left: 190px;

}
.webmaster {
	text-align: left;
	white-space: nowrap;
	text-indent: 20px;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 10px;
}
.content a {	
	color: #e21e25;
}
.webmaster a{	
	color: #e21e25;
	

}
 .cms-page {
 	width: 600px;
	margin: 20px;
}
.descText {

 	position: absolute;
	top: 339px;
	left: 191px;
	width: 224px;
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 13px;
	font-weight: normal;
	color: #393939;
}
.descNameNew {
	display:inline;
	padding-left: 5px;
	padding-right:5px;
	color: #000;
	font-family:"Trebuchet MS", Tahoma, Verdana, serif;
	font-size: 28px;
	font-weight: normal;
	background-color: #fec983;
	white-space:nowrap;
	margin-bottom:4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
.promoCode {
	background-image:url(../data/promoBox.png);
	background-repeat:no-repeat;
	height:67px;
	left:433px;
	position:relative;
	width:267px;
}

.promoCode .messages {
	background-color:#01004C;
	color:#FF2A00;
	font-size:15px;
	font-weight:bold;
	height:28px;
	left:9px;
	position:absolute;
	top:6px;
	width:235px;
}
.promotion-code-input {
	position:absolute;
	top: 35px;
	left: 18px;
	width: 223px;

}
.promotion-code-input input{
	border: 0px none;
	width: 137px;
	height: 18px;
	font-size: 13px;
	font-weight: bold;
	color: #01004c;
	text-align: center;
	
}
.promotion-code-button {
	left:176px;
	position:absolute;
	top:33px;
}
.promotion-code-button input {
 	width: 83px;
	height: 24px;


}
.checkoutForm .oldPrice {
	background-image: url(../data/images/oldPrice.gif);
	background-repeat: no-repeat;
	background-position: -7px -1px;
	font-size: 11px;
	padding-right: 5px;

}
.checkoutForm .newPrice {
 	color: #e15c32;
	font-weight: bold;
}
.printThisPage {
	left:437px;
	position:absolute;
	top:108px;
}

.Borders td, .Borders th {
 	border-bottom:1px dashed #ccc;
}
.Borders td table td{
 	border-bottom:0px dashed #fff;
}
.cmsNav .pageId149  {
 	display:none;
}

/* =OTHER */
.robot {
	font-size: 9px;
	color: #AD9C6B;
}
#ecsCat117440639 {
 	font-size:12px;
}
.ecsCatNav #ecsNavSubBlock117440718, .specsNavBlock117440730 {
 	display:none;
}

#ecs-product-nonpromo-price {
 	font-weight: bold;
	text-decoration: line-through;
	font-family:"Trebuchet MS",Tahoma,Verdana,serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	text-align:left;
	filter: alpha(opacity=80);
	opacity: .8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	

}
#checkoutEnterPromoBlock {
	width:260px;
	background-color:#dff5f8;
 	padding:10px;
	border:1px solid #37456E;
	
}
.checkoutText { 
padding-top:10px;
}



/* -------------------------------- default -------------------------------- */
.cmsNav {
 	height: auto !important;
}
.cmsNav ul {
 	padding: 0px;
	margin: 0px;
	list-style-type: none;           	

}
.menu1 {
	display:none;
}
.menu1-active  {
	background-color: #cabc8f;
}
.ecsPath3 {
	margin-top:15px;
	margin-bottom: 15px;
}
/* -------------------------------- MEDIA FILES -------------------------------- */
@media print {
/* File: print.css */

}
@media handheld {
/* File: handheld.css */

}
@media projection {
/* File: projector.css */

}
@media tv {
/* File: tv.css */

}
/* -------------------------------- MEDIA FILES -------------------------------- */
@media print {
/* File: print.css */

}
@media handheld {
/* File: handheld.css */

}
@media projection {
/* File: projector.css */

}
@media tv {
/* File: tv.css */

}
/* BROWSER FLAGS: default */