* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana;
  font-size: 9pt;
  color: #212121;		
}

img {
  border: none;
}

A:link, A:visited {
  color: #140002;
  /* text-decoration: none; */
  outline: none;	
}

A:hover {
  color: #000;
}

p{
  margin: 0;
  padding: 10px 0 0;
  line-height: 150%;	
}

.clear {
  clear: both;
}

.ma{
  margin-left: auto;
  margin-right: auto;		
}

.container{
  width: auto;
  max-width: 1920px;
  _width: 1920px;			
}

.header{	
  padding: 25px 0;	
  background-color: #FFF;
  text-align: center;
  position: relative;
  z-index: 2;				
}

.main-web:link, .main-web:visited{
  position: absolute;
  right: 10px;
  top: 5px;
  display: block;	
  width: 150px;
  padding: 15px 0;	
  text-align: center;
  background-color: #99232C;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;			
  color: #FFF;
  text-decoration: none;
  font-size: 8pt;				  				
}

.mw-only:link, .mw-only:visited{
  top: 35px;	
}

.header-cart:link, .header-cart:visited{
  position: absolute;
  right: 80px;
  top: 55px;
  display: block;	
  width: 57px;
  height: 22px;	
  padding-top: 25px;						
  text-decoration: none;			  				
}

.header-cart span{
  display: inline-block;
  zoom: 1;
  *display: inline;	
  width: 30px;
  height: 22px;
  padding-top: 8px;	
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  right: 10px;
  top: -25px;
  background-color: #DE3B1F;
  text-align: center;					
  color: #000;
  font-size: 8pt;	
}

.logout:link, .logout:visited{
  display: block;
  position: absolute;
  right: 30px;
  top: 63px;
  z-index: 1;				
  padding: 5px;
  border: 3px solid #1F1E1A;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;						
}

.logout:hover{
  background-color: #FDF6E7;	
  border: 3px solid #99232C;
}

.search{
  display: inline-block;
  zoom: 1;
  *display: inline;	
  width: 200px;	
  padding-left: 80px;
  position: relative;
  z-index: 1;					
}

.search-input input{
  width: 90%;
  padding: 5px 5%;
  border: 1px solid #DFE3E9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 9pt;
  color: #354052;		
}

.search-btn{
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -9px;				
}

.search-btn input{
  width: 19px;
  height: 19px;		
}

.search-btn span{
  display: block;
  width: 19px;
  height: 19px;	
  background: url(../images/search-loading.gif) no-repeat;				
}

.subheader{
  width: 100%;
  background: url(../images/header.jpg) center center no-repeat;
  background-size: cover; 	
  position: relative;
  z-index: 1;				
}

.cnt-login .subheader{
  height: 360px;	
}

.cnt-welcome .subheader, .cnt-common .subheader{
  display: table;		
  height: 310px;	
}

.subheader h1{
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 60px 15px 0;
  text-align: center;	
  font-size: 30pt;
  color: #FFF;
  font-weight: lighter;							
}

.cnt-login .content, .cnt-welcome .content{
  background-color: #FDF6E7;	
}

.cnt-common .content{
  background-color: #FBFBFC;	
}

.content{
  width: 100%;
  height: auto;
  min-height: 300px;
  _height: 300px;				
}

.designed{
    float:right;
}

.designed, .designed a:link, .designed a:visited{
    text-decoration: none;
    background-color: #99232C;
    color:#fff;
    width: 100%;
    text-align: right;
    padding-right: 25px;
}

.footer{
  width: 100%;
  padding: 80px 0;
  text-align: center;
  background-color: #99232C;				
}

.footer div{
  display: inline-block;
  zoom: 1;
  *display: inline;		
  width: auto;
  max-width: 300px;
  _width: 300px;
  padding-left: 15px;
  padding-right: 15px;	
}

.logo:link, .logo:visited{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: auto;
  max-width: 400px;
  _width: 400px;
}

.logo img, .footer img{
  width: 100%;	
}

.login{
  width: auto;
  max-width: 400px;
  _width: 400px;
  padding: 70px 15px 0;				
}

.login-header{ 
  height: 110px;
  background-color: #F8FAFC;
  border: 1px solid #E7E9ED;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;							
}

.login-icon{
  position: absolute;
  top: 0;
  left: 50%;
  margin: -35px 0 0 -35px;				
}

.login-lbl{
  padding-top: 70px;	
  text-align: center;
  font-size: 14pt;
  color: #354052;			
}

.login-content{
  padding: 40px 30px;	
  background-color: #FFF;
  border-left: 1px solid #E7E9ED;
  border-right: 1px solid #E7E9ED;
  border-bottom: 1px solid #E7E9ED;		
  position: relative;
  z-index: 1;				
}

.login-row{
  padding-top: 20px;	
}

.login-row label{
  display: block;
  padding-bottom: 3px;	
  font-size: 8pt;		
  color: #000	
}

.login-row input{
  width: 90%;
  padding: 5px 5%;
  border: 1px solid #DFE3E9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 9pt;
  color: #354052;						
}

.login-btn{
  padding-top: 35px;	
}

.login-btn input{
  display: block;	
  width: 100%;
  height: 30px;	
  padding: 8px 0;
  text-align: center;
  background-color: #36AF46;
  border: 1px solid #249533;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  outline: none;			
  color: #000;
  font-size: 8pt;	
  text-decoration: none;							
}

.login-btn span{
  display: block;	
  width: 100%;
  height: 28px;	
  background-color: #36AF46;
  border: 1px solid #249533;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;		
  background: url(../images/loading-login.gif) center center no-repeat #36AF46;	
}

.login-btn input:hover{
  background-color: #99232C;
  border: 1px solid #99232C;		
}

.login-footer{
  float: right;
  padding-top: 15px;		
}

.login-footer A:link, .login-footer A:visited{
  color: #7F8EA3;	
  text-decoration: none;		
}

.login-footer A:hover{
  text-decoration: underline;	
}

.login-err{
  position: absolute;
  top: 10px;
  left: 0;	
  width: 100%;							
}

.login-err div{
  width: 90%;	
  padding: 5px 5%;
  color: #FFF;
  text-align: center;	
  font-size: 8pt;		
}

.login-err div.nok{
  background-color: #FF0000;	
}

.login-err div.ok{
  background-color: #494DFA;	
}

.center-txt{
  width: auto;
  max-width: 1000px;
  _width: 1000px;
  padding: 20px 15px 10px;	
  margin: 0 auto;	
  text-align: center;				
}

.welcome{
  width: auto;
  max-width: 1200px;
  _width: 1200px;
  margin: 0 auto;	
  padding-bottom: 50px;		
}

A.w-thumb:link, A.w-thumb:visited, div.w-thumb{
  display: inline-block;
  zoom: 1;
  *display: inline;	
  vertical-align: top;
  width: 30%;
  padding: 25px 1% 0;	
  color: #5F5D58;
  text-decoration: none;				
}

.w-thumb span{
  display: block;	
}

A.w-thumb span{
  cursor: pointer;	
}

.wth-img img{
  width: 100%;   	
}

.wth-ttl{
  padding: 15px 0 0 5%;
  text-transform: uppercase;
  font-weight: bold;			
}

.wth-txt{
  width: 90%;
  padding: 15px 0 0 5%;		
  line-height: 150%;		
}

A.w-thumb:hover{
  color: #99232C;	
}

.top-menu{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;	
  text-align: center;	
  background-color: #100F0F;				
}

.top-menu A:link, .top-menu A:visited{
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 30px 40px 30px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 10pt;
  font-weight: bold;						
}

.tm-item:hover, .tm-itemS:link, .tm-itemS:visited{
  background: url(../images/tm-item.png) center center no-repeat;	
}

.category-loading{
  display: block;	
  width: 100%;
  height: 35px;	
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/category-loading.gif) center center no-repeat #99232C;	
  cursor: default;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;							
}

.left-menu-options{
  display: none;	
  padding: 10px 0 10px 45px;
  text-transform: uppercase;		
}

.left-menu-options option{
  padding: 1px 3px;	
}

#left-menu{
  width: 250px;
  padding: 5px 3px;		
  border: 1px solid #E6EAEE;
  background-color: #FFF;
  font-size: 8pt;			
}

#left-menu{
  width: 200px;	
}

.quote{
  width: 100%;
  background-color: #FBFBFC;
  display: table;	
  padding-bottom: 50px;		
  table-layout: fixed;		
}

.left-menu{
  display: table-cell;
  width: 20%;
  vertical-align: top;	
  background-color: #F5F8FA;
  border-right: 1px solid #E3E5E8;
  border-bottom: 1px solid #E3E5E8;	
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;							
}

.left-wp{
  display: table-cell;	
  width: 80%;
  vertical-align: top;				
}

.left-menu label{
  display: block;
  padding: 45px 30px 30px;
  font-size: 14pt;
  color: #354052;
  text-transform: uppercase;				
}

.left-menu A:link, .left-menu A:visited{
  display: block;
  padding: 20px 30px;
  border-bottom: 1px solid #E3E5E8;		
  color: #383838;		
  text-decoration: none;	
  text-transform: uppercase;	
}

.left-menu div:last-child A:link, .left-menu div:last-child A:visited{
  border-bottom: 0;		
}

.left-menu A:hover, .left-menu A.selected:link, .left-menu A.selected:visited{
  color: #99232C;			
}

.not-found, .custom-txt{
  padding: 50px 0 0 30px;	
}

.quotes{
  margin: 0 45px;	
}

.tbl{
  width: 100%;
  font-size: 8pt;			
}

.tbl-row{
  width: 100%;
  display: table;
  border-left: 1px solid #E6EAEE;
  border-right: 1px solid #E6EAEE;
  border-bottom: 1px solid #E6EAEE;					
}

.tbl-row-bottom{
  background-color: #FFF;
  border-bottom: 0;		
}

.tbl-notes{
  background-color: #FFF;
  border-bottom: 0;			
}

.tbl-cart-footer{
  width: 100%;	
  padding-top: 20px; 
  border-left: 1px solid #E6EAEE;
  border-right: 1px solid #E6EAEE;
  background-color: #FFF;
}

.cart-notes{	
  float: left;
  width: 40%;		
}

.cart-add{		
  float: right;
  width: 50%;	
}

.cart-add-block{
  display: table;
  width: 100%;		
}

.tbl-notes div, .cart-notes div{
  padding: 10px 0 0 15px;
  font-size: 8pt;	
}

.tbl-notes font, .cart-notes font{
  color: #a70000;	
}

.tbl-row-cart{
  background-color: #FFF;	
}

.row-even{
  background-color: #FFF;	
}

.row-odd{
  background-color: #FBFBFC;	
}

.tbl-col{
  display: table-cell;
  vertical-align: middle;	
  padding: 5px 0 5px 15px;
  font-size: 8pt;			
}

.tbl-quote .tbl-id{
  width: 90px;	
  position: relative;
  z-index: 1;		
}

.tbl-sku span{
  display: none;
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 14pt;
  color: #A9ABB8;						
}

.tbl-quote .tbl-unit{
  width: 120px;	
}

.tbl-unit span{
  color: #99232C;
  font-size: 7pt;
  text-transform: uppercase;			
}

.tbl-price font{
  color: #FF0000;	
}

.tbl-quote .tbl-price, .tbl-quote .tbl-price-kg, .tbl-quote .tbl-subtotal, .tbl-totalweight {
  width: 60px;	
}

.tbl-price-sub{
  width: 60px;	
}

.tbl-quote .tbl-qty{
  width: 135px;	
}

.tbl-quote .tbl-add, .tbl-quote .tbl-add-all, .tbl-quote .tbl-remove, .tbl-view, .tbl-today-prices{
  width: 130px;			
}

.tbl-quote .tbl-ordernum{
  width: 150px;	
  position: relative;
  z-index: 1;		
}

.tbl-quote .tbl-date{
  width: 150px;	
}

.tbl-quote .view-cart{
  width: 230px;	
  padding-top: 30px;
  padding-bottom: 30px;		
}

.tbl-header{	
  background-color: #F5F8FA;
  color: #000;		
}

.qty-input{
  width: 55px;
  text-align: center;
  border: 1px solid #DFE3E9;	
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 0;	
  color: #333C48;
  font-size: 8pt;						
}

.cart-msg{
  padding: 0 12px 20px 0;	
  text-align: right;	
}

.cart-msg textarea{
  width: 600px;
  height: 50px;	
  border: 1px solid #DFE3E9;	
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;	
  resize: none;	
  color: #333C48;
  font-size: 8pt;	
}

div.qty-input{
  display: inline-block;
  zoom: 1;
  *display: inline;	
  vertical-align: top;		
}

.qty-lbl{
  display: inline-block;
  zoom: 1;
  *display: inline;	
  vertical-align: top;	
  padding-top: 5px;	
}

.tbl-add A:link, .tbl-add A:visited, .tbl-add-all A:link, .tbl-add-all A:visited, .view-more:link, .view-more:visited, .tbl-remove A:link, .tbl-remove A:visited, .tbl-view A:link, .tbl-view A:visited, .tbl-today-prices A:link, .tbl-today-prices A:visited{
  display: block;
  width: 120px;
  padding: 5px 0;	
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1;		
  color: #000;
  font-size: 7pt;
  text-transform: uppercase;
  font-family: Arial;							  	
}

.tbl-add A:link, .tbl-add A:visited{
  background-color: #1BB934;
}

.tbl-add-all A:link, .tbl-add-all A:visited{
  background-color: #FF7800;
}

.tbl-today-prices A:link, .tbl-today-prices A:visited{
  background-color: #CDB343;
}

.tbl-remove A:link, .tbl-remove A:visited{
  background-color: #C86E5D;	
}

.tbl-view A:link, .tbl-view A:visited{
  background-color: #1BB934;	
}

.view-more:link, .view-more:visited{
  height: 24px;	
  padding: 11px 0 0;	
  background-color: #99232C;	
  position: relative;
  z-index: 1;		
}

.view-cart A:link, .view-cart A:visited{
  display: block;
  width: 200px;
  height: 25px;	
  padding: 16px 0 5px 15px;	
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #DFE3E9;
  background: url(../images/cart-icon.png) 150px 20px no-repeat #FBFBFC;
  position: relative;
  z-index: 1;				
  color: #7F8FA4;
  font-size: 8pt;
  text-decoration: none;		
} 

.view-cart span{
  display: block;
  width: 30px;
  height: 22px;
  padding-top: 8px;	
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 3px;
  background-color: #DE3B1F;
  text-align: center;					
  color: #FFF;
  font-size: 8pt;		  				
}

.tbl-add A:hover, .tbl-add-all A:hover, .view-more:hover, .tbl-remove A:hover, .view-view:hover, .tbl-view A:hover, .tbl-today-prices A:hover{
  background-color: #77736E;		
}

.view-cart A:hover{
  color: #FFF;
  background-color: #ff7800;		
}

.tabs{
  width: 100%;	
  position: absolute;
  left: 0;
  bottom: 0;	
  text-align: center;	
}

.tabs-inner{
  display: inline-block;
  zoom: 1;
  *display: inline;						
  background-color: #FFF;
  border-bottom: 1px solid #E6EAEE;	
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;		
}

.tabs-inner A:link, .tabs-inner A:visited{
  display: inline-block;
  zoom: 1;
  *display: inline;	
  border-bottom: 3px solid #FFF;
  padding: 15px 30px;		
  font-size: 9pt;
  color: #354052;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;					
}

.tabs-inner A.selected:link, .tabs-inner A.selected:visited{
  border-bottom: 3px solid #D65B4A;	
}

.tabs-inner A:hover{
  color: #D65B4A;	
}

.cart-loading{
  display: block;	
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;	
  cursor: default;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;							
}

.add-cart{
  background: url(../images/add-cart-loading.gif) center center no-repeat #1BB934;	
}

.add-all{
  background: url(../images/add-all-loading.gif) center center no-repeat #FF7800;	
}

.view-prices{
  background: url(../images/view-prices-loading.gif) center center no-repeat #CDB343;	
}

.remove{
  background: url(../images/remove-loading.gif) center center no-repeat #C86E5D;	
}

.page-loading{
  background: url(../images/page-loading.gif) center center no-repeat #99232C;	
}

.cart-err{
  background-color: #DE3B1F;	 	
}

.cart-err span{
  display: block;
  width: 100%;
  padding-top: 5px;
  text-align: center;	
  color: #FFF;	
  font-size: 8pt;
  text-transform: lowercase;
  font-weight: bold;						
}

.tbl-cart-bottom{
  padding-top: 30px;	
}

.tbl-total{
  text-align: right;
  padding-right: 50px;		
}

.tbl-total label{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;			
  padding: 5px 10px 0 0;
  font-size: 9pt;		
}

.tbl-total span{
  display: inline-block;
  zoom: 1;
  *display: inline;	
  vertical-align: middle;			
  font-size: 14pt;	
  font-weight: normal;	
}

.tbl-po-lbl{
  text-align: right;	
}

.cart-po{
  width: 180px;	
}

.cart-po input{
  width: 160px;
  text-align: center;
  border: 1px solid #DFE3E9;	
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 0;	
  color: #333C48;
  font-size: 8pt;	
}

.cart-shipping{
  width: 180px;	
}

.cart-order{
  width: 130px;	
}

.cart-order A:link, .cart-order A:visited{
  display: block;
  width: 120px;
  padding: 15px 0;	
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1;		
  background-color: #FF7800;	
  color: #000;
  font-size: 7pt;
  text-transform: uppercase;
  font-family: Arial;	
}

.cart-order A:hover{
  background-color: #99232C;	
}

.order-loading{
  display: block;	
  width: 100%;
  height: 42px;
  position: absolute;
  left: 0;
  top: 0;	
  cursor: default;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
  background: url(../images/order-loading.gif) center center no-repeat #99232C;								
}

.history-wp{
  width: auto;
  max-width: 824px;
  _width: 824px;			
}

.history-wp .tbl-row-header{
  border-top: 1px solid #E6EAEE;	
}

.tbl-shipping-lbl{
  text-align: right;
  width: 100px;		
}

#shipping{
  width: 94%;
  padding: 3px 3%;
  border: 1px solid #DFE3E9;
  font-size: 8pt;
  background-color: #FFF;		
}

.tbl-hidden{
  display: none;	
}

.tbl-mobile{
  cursor: pointer;		
}

.tbl-active{
  background-color: #F0F0F1;		
}

.account{
  width: auto;
  max-width: 460px;
  _width: 460px;
  padding: 30px 45px 45px;
  background-color: #FFF;
  border: 1px solid #E7E9ED;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;							
}

.account label{
  display: block;
  padding: 15px 0 5px;
  color: #000;			
}

.acc-disabled{
  padding-right: 20px;
}

.acc-disabled div{
  border: 1px solid #DFE3E9;
  padding: 5px 10px;
  background-color: #F6F6F6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;		
  font-size: 8pt;				
}

.acc-msg{
  display: none;
  padding-top: 10px;
  font-size: 8pt;			
}

.msg-ok{
  color: #1515CD;	
}

.msg-nok{
  color: #FF0000;	
}

.acc-wp{
  display: table;
  width: 100%;		
}

.acc-input{
  display: table-cell;	
  vertical-align: top;
  padding-right: 20px;		
}

.acc-btn{
  display: table-cell;
  width: 90px;	
  vertical-align: top;			
}

.acc-input input{
  width: 90%;	
  padding: 5px 5%;
  border: 1px solid #DFE3E9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 9pt;
  color: #354052;			
}

.acc-btn A:link, .acc-btn A:visited{
  display: block;	
  width: 100%;	
  padding: 8px 0;
  position: relative;
  z-index: 1;	
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
  background-color: #38B248;	
  text-transform: uppercase;
  font-family: Arial;
  color: #000;
  font-size: 7pt;		
}

.history-lbl{
  display: block;
  padding: 20px 0 10px;
  font-size: 14pt;
  color: #99232C;				
}

.tbl-row-bottom-history{
  background-color: #FFF;
  padding: 30px 0 5px;		
}

.tbl-pager-wp{
  padding: 10px 35px 0;	
  height: 30px;		
}

.tbl-pager-p0{
  padding-left: 0;
  padding-right: 0;	
}

.tbl-pager A:link, .tbl-pager A:visited{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 50px;
  height: 23px;		
  padding-top: 5px;
  text-align: center;	
  margin: 0 5px;	
  border: 1px solid #99232C;
  background-color: #FFF;	
  color: #99232C;
  text-decoration: none;					
}

.tbl-pager A:hover{
  background-color: #F5F8FA;	
  border: 1px solid #E3E5E8;	
}

.tbl-pager A.active:link, .tbl-pager A.active:visited{
  background-color: #99232C;
  color: #FFF;					
}

.wrn-fade{
  display: none;
  background: #000; 
  position: fixed; 
  left: 0; 
  top: 0; 
  z-index: 10;
  width: 100%; 
  height: 100%;
  opacity: .80;
  z-index: 9999;
}

.wrn-popup{
  display: none;
  width: 100%;	
  position: absolute;
  top: 50%; 
  left: 0;
  z-index: 99999;
}

.wrn-popup-wp{
  width: auto;	
  max-width: 300px;	
  _width: 300px; 
  margin: 0 auto;
  position: relative;
  z-index: 1;	
  border: 2px solid #4C4C4C;
  background-color: #FFF;
  padding: 20px;
  font-size: 8pt;			 	
}

.wrn-lbl{
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #8D2429;
  margin-bottom: 20px;	
  color: #8D2429;
  font-size: 16pt;						
}

.cart-wrn{
  padding-bottom: 3px;	
}

.wrn-close{
  padding-top: 30px;
  text-align: center;		
}

.wrn-close A:link, .wrn-close A:visited{
  display: inline-block;
  zoom: 1;
  *display: inline;	
  vertical-align: top;
  padding: 10px 30px;
  background-color: #8D2429;
  border: 1px solid #8D2429;		
  color: #FFF;	
  text-transform: uppercase;
  text-decoration: none;
  font-size: 8pt;				
}

.wrn-close A:hover{
  background-color: #FFF;
  color: #8D2429;	
}

@media screen and (max-width: 1710px) {
	.cart-add{
		width: 55%;
	}
	.cart-msg textarea{
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
	}
}

@media screen and (max-width: 1570px) {
	.cart-add{
		width: 65%;
	}
	.cart-notes{
		width: 30%;		
	}	
}

@media screen and (max-width: 1350px) {
	.cart-add{
		width: 100%;
		padding-top: 15px;		
	}
	.cart-notes{
		width: 100%;		
	}	
	.cart-msg{
		padding-left: 15px;
	}
}

@media screen and (max-width: 1200px) {
	.left-menu{
		display: none;	
	}
	.left-menu-options{
		display: block;
	}	
	.left-wp{
		display: block;
		width: 100%;
	}
	.tbl-quote{
		border-top: 1px solid #E6EAEE;
	}
}

@media screen and (max-width: 1110px) {
	.header{
		padding-left: 15px;
		text-align: left;
	}
	.cnt-login .content{
		height: auto;
		min-height: 200px;
		_height: 200px;
	}	
}

@media screen and (max-width: 1050px) {
	.wth-txt{
		font-size: 8pt;
	}	
}

@media screen and (max-width: 950px) {
	.quotes{
		margin-left: 15px;
		margin-right: 15px;
	}
	.left-menu-options{
		padding-left: 15px;
	}
}

@media screen and (max-width: 900px) {
	.quotes{
		margin-left: 15px;
		margin-right: 15px;
	}	
	.tbl-row-header{
		display: none;
	}
	.tbl-col{
		display: none;
	}	
	.tbl-row-bottom .tbl-col, .tbl-row-cart .tbl-col, .cart-add-block .tbl-col{
		display: block;
	}
	.tbl-po-lbl{
		text-align: left;
	}
	.tbl-sku{
		display: block;
		font-size: 14pt;
	}
	.tbl-quote .tbl-id, .tbl-quote .tbl-ordernum, .tbl-quote .tbl-title, .tbl-quote .tbl-unit, .tbl-quote .tbl-price, .tbl-quote .tbl-qty, .tbl-quote .tbl-subtotal, .tbl-quote .tbl-add, .tbl-quote .tbl-subtotal, .tbl-quote .tbl-remove, .tbl-quote .tbl-date, .tbl-view{
		width: auto;
	}
	.tbl-hidden{
  		display: inline-block;
  		zoom: 1;
  		*display: inline;
  		vertical-align: top;
		width: 100px;
		padding-right: 20px;
		color: #7F8FA4;
	}		
	.tbl-field{
  		display: inline-block;
  		zoom: 1;
  		*display: inline;
  		vertical-align: top;								
	}
	.tbl-title .tbl-field{
		display: block;
		width: 100%;	
		padding-top: 5px;
	}
	.tbl-sku span{
		display: block;
	}
	.tbl-title, .tbl-unit, .tbl-price, .tbl-price-sub, .tbl-qty, .tbl-add, .tbl-subtotal, .tbl-date, .tbl-amount, .tbl-remove, .tbl-view{
		border-top: 1px solid #E6EAEE;
	}
	.tbl-shipping-lbl, .tbl-total{
		text-align: left;
	}
	.subheader h1{
		font-size: 20pt;
	}
	.tbl-price-sub{
		width: 100%;
	}
}

@media screen and (max-width: 885px) {
	.top-menu A:link, .top-menu A:visited{
		padding-left: 30px;
		padding-right: 30px;
	}
	.search{
		padding-left: 30px;
	}
}

@media screen and (max-width: 740px) {
	A.w-thumb:link, A.w-thumb:visited, div.w-thumb{
		width: 47%;
	}	
	.logo:link, .logo:visited{
		max-width: 60%;
		_width: 60%;
	}
	.top-menu A span{
		display: none;
	}	
	.top-menu A:link, .top-menu A:visited{
		padding-left: 20px;
		padding-right: 20px;
	}
	.search{
		padding-left: 20px;
	}
}

@media screen and (max-width: 630px) {
	.main-web:link, .main-web:visited{
		display: none;		
	}
	.logout:link, .logout:visited{
		top: 32px;
		right: 10px;
	}	
	.header-cart:link, .header-cart:visited{
		top: 20px;
		right: 47px;
	}
}

@media screen and (max-width: 600px) {	
	.tabs-inner A:link, .tabs-inner A:visited{
		padding: 5px 10px;
		font-size: 8pt;
	}
	.tabs-inner span{
		display: block;
		padding-top: 3px;
		font-weight: normal;
	}
	.top-menu A:link, .top-menu A:visited{
		padding-left: 10px;
		padding-right: 10px;
	}	
	.search{
		padding-left: 15px;
	}	
}

@media screen and (max-width: 545px) {	
	.search{
		position: absolute;
		top: 90px;
		right: 10px;
	}	
}

@media screen and (max-width: 480px) {	
	.account{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 430px) {
	.header-cart:link, .header-cart:visited{
		top: 10px;
		right: 38px;
	}	
	.logout:link, .logout:visited{
		top: 21px;
		right: 5px;
	}
}

@media screen and (max-width: 410px) {
	A.w-thumb:link, A.w-thumb:visited, div.w-thumb{
		width: 97%;
	}
	.subheader h1{
		font-size: 16pt;
	}	
}

@media screen and (max-width: 385px) {
	.login-lbl{
		font-size: 12pt;
	}				
}





