BODY{
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
    FONT-SIZE: 12px;
    color: #666666;
    background: url(../images/las-body-background-b.png) repeat-x;
    background-color: #ffffff;
    padding: 0;
    margin: 0 0 0 0;
    text-align: left;
}

DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT {
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
    FONT-SIZE: 11px;
    
    
}

#head {
    left:0px;
    margin: 0px auto;
    width:1006px;
    height:154px;
    min-height:154px;
    top: 0px;
    background: url("../images/Logo-Header.png") no-repeat;
    background-position: center center;
}


#wrapper {
    position:relative; 
    margin: 0px auto;
    padding: 0;
    top: 0px; 
    width:1000px; 
    background-color: #ffffff;
    border: 1px solid #CCC;
        
}

#wrapper-bottom {
    position:relative; 
    width:1000px;
    height: 5px; 
    background-color: #ffffff;
    margin: 0px auto;
    padding: 0;
    
} 
#content {
    width: 960px;
    margin-left: 20px;
    
         
}

#shop_status {
    width: 130px;
    margin-left: 0px;
    height: 50px;
    background-color: rgba(230, 230, 230, 0.46);
    float: right;
    position:  absolute;
    right: 21px;
    top: 54px;
}

#login_box{
    width: 250px;
    margin-left: 0px;
    height: 50px;
    background-color: rgba(230, 230, 230, 0.46);
}

#multi-order-select {
  width: 938px;
  height: 33px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #c0c0c0;
  margin-bottom: 8px;
  padding: 7px 10px 4px 10px;
  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif; 
  
}

#order-select{
    padding: 3px;
}

#section_title{
    width: 960px;
    height: 30px;
}

#section_text{
    float: left;
    width: 880px;
    margin-top: 6px;
   
    
}


#home_image {
    width:40px;
    height:30px;
    background: url("../images/home-inactive.png") no-repeat;
    background-position: center center;
    float: right;
    cursor: pointer;
}

#home_image:hover {
    background: url("../images/home-active.png") no-repeat;
    background-position: center center;
}

#refresh_image {
    width:40px;
    height:30px;
    background: url("../images/refresh-inactive.png") no-repeat;
    background-position: center center;
    float: left;
    cursor: pointer;
}

#refresh_image:hover {
    background: url("../images/refresh-active.png") no-repeat;
    background-position: center center;
}

 

  
  .diagonal-divider{
  background: url("../images/diagonal-light-grey.png") 0 0 repeat-x;
  padding: 16px 0 0 0;
  margin: 0 0 20px 0;
  }
  
input{
 font-size: 14px;   
    
    
}
 
.amazon_listing_header {
     background-color: rgba(0, 0, 254, 0.05);
}