@import url('http://fonts.googleapis.com/css?family=Open+Sans');

body{
     font-family: 'Open Sans', sans-serif !important;
     background-color:#f1efe7;
     margin: 0px auto;
     color:#333333;
     font-size:100%;
     margin:0 auto;    
}

*,html{
    margin:0 auto;
}

a{
    text-decoration: none;
}

.container{
    width:480px;        
}


.hide { 
    height:0;    
    visibility: hidden;
}

.page-header{ 
    margin:0 auto;
    text-align:center;
    padding-top:29px;
    padding-bottom:25px;
    /*border:1px solid red;*/
}
.page-header a {  
    display:block;
    margin:0;
    padding:0;
    /*border:1px solid green;*/
}

.item-remove{  
    height :0px;
    padding:0;
    margin:0;
    display: none !important; 

}

.row_container{    
    position:relative;
    zoom:1;
    width:480px;        
    display: inline-block !important; 
    margin-top:5px;    
    margin-bottom:5px;
    padding:0px;    
    color:#333;    
    background-color: white;
    border-radius: 6px;
    border:1px solid #ccc;
}
    
.list_row{
 
}

a.cover{
    position:relative;
    display:inline-block !important;;    
    margin: 0px;    
    padding: 0px;    
    text-decoration: none  !important;
    color: #333;
    
}

a.cover:hover{
    color:#333;   
}

a.badgertop{ 
    z-index:100;  
    margin:0px;   
    padding:0px;
    background-image:url('/static/images/close.png');    
    height:21px;
    width:21px;
    top:2px;
    right: 3px;    
    float:right;
    position:absolute;
    border:0;    
    
}

.page-box{
    
    padding:0;
    margin:10px;
}


.page_body{
    margin:0px;
    padding:0px;
    margin-top:15px;    
}



.page-box a:hover {
    text-decoration: none;
    color: #ed5f00;
}

.page-box a{   
    text-decoration: none;
    color: #333;
    font-size:12px;
}


.page-box h2{
   font-size: 16px;   
   font-width:900 !important;      
   text-align: left;
   padding-top: 4px;
   padding-bottom: 15px;
   float:left;
  width:100%;
  border-bottom:1px solid #888;
}


.page-box h3{
   font-size: 14px;   
   font-width:600 !important;      
   text-align: left;
   padding-top:15px;
   padding-bottom: 5px;
   float:left;
}

.page-box p {
    width:100%;clear:left;
    font-size: 12px;      
    float:left;

}

.page-box p:last-child {
    font-size: 12px;      
    float:left;
    padding-bottom: 15px;   
}

.section-box{
    
}

.section-box img {      
   float:left;
   padding:0px;      
   margin:5px;   
   width:100px;
   height:100px;
}


.section-box h2 {    
   font-size: 16px;   
   font-width:900 !important;
   max-height:42px !important;
   overflow: hidden;
   text-align: left;
   line-height:18px; 
   padding-top: 4px;
   padding-bottom: 4px;
   float:left;
   
}

.no_more {
    margin:0 auto;
    text-align: center !important;
    font-size: 16px;      
}

.section-box p {
    font-size: 12px;      
    width:300px;    
    max-height:60px !important;
    overflow: hidden;
    float:left;
}


.pull-bottom-right{     
    position:  absolute; 
    bottom:0;
    right:0;
}

.discount_price{ 
    
    color:#333;
    background-color:#ccc;
    border-top-left-radius:6px;  
    margin:0 auto !important;
    text-align: center !important;
    font-size:12px;
    bottom:0;
    right:0;
    width:80px;

}

.discount_percent{     
        
    color:#fff;
    background-color:#ed5f00;
    border-bottom-right-radius:6px;  
    margin:0 auto !important;
    text-align: center !important;
    font-size:16px;
    font-width:bold;        
    float:right !important;
    right:0 !important; 
    bottom:0 !important;
    width:80px;
}



.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

/*
 * Footer
 */

.footer {
  /*margin-top:10px;*/
  margin: 20px 0;
  color: #333333;
  text-align: center;
  background-color:#f1efe7;
  /*background-color: #e6e2cf; */
}

.footer .footer_first_row {
    font-size: 16px;
    font-weight: bold;
    padding-bottom:15px;        
}



.footer a {
    text-decoration: none;
    color: #333;
    font-size:12px;
        
}

.footer a:hover {
    text-decoration: none;
    color: #ed5f00;
}

a.big{
    font-size: 16px;
    font-weight: bold;
    padding:0;        
    margin:0;    
}

@media screen and (min-width: 481px) {    
    .section-box h2 {        
       width:320px;
    }

    .page-header  img{
        width : 240px;
    }    
}

@media screen and (max-width: 480px) {    
    .container{
        width:460px;                
    }

    .page-header  img{
        width : 240px;
    }    
    .row_container{
        width:460px;                
    }

    .section-box h2 {    
        width: 320px;    
        padding-top:5px;
        font-size: 16px;
        line-height:18px;       
        max-height:42px !important;
        overflow: hidden;
    }

    .section-box p {
        font-size: 12px;      
        width:300px;    
        max-height:60px !important;
        overflow: hidden;
    }



    .discount_price{    
        font-size: 12px;          
        width:65px;
    }

    .discount_percent{             
        font-size: 16px;          
        font-weight: bold;
        width:65px;
    }
    

    .footer {
      padding:24px 0;
      color: #333333;
     
     
    }

    .footer .footer_first_row{
        font-size: 16px;
        font-weight: bold;
        
            
    }

    .footer a {
        font-size: 12px;
        text-decoration: none;
        color: #333;
        
    }

    .footer a:hover {
        text-decoration: none;
        color: #ed5f00;
    }
    a.big{
        font-size: 16px;
        font-weight: bold;
        padding:0;        
        margin:0;    
    }

}



@media screen and (max-width: 420px) {    
    .page-header  img{
        width : 210px;
    }    
    .container{
        width:400px;                
    }

    .row_container{
        width:400px;                
    }

    .section-box h2 {        
        padding-top:5px;
        font-size: 12px;
        line-height:14px;       
        max-height:38px !important;
        overflow: hidden;
    }

    .section-box p {
        font-size: 10px;      
        width:260px;    
        max-height:60px !important;
        overflow: hidden;
    }



    .discount_price{    
        font-size: 10px;          
        width:65px;
    }

    .discount_percent{             
        font-size: 13px;          
        font-weight: bold;
        width:65px;
    }
    

    .footer {
      padding: 24px 0;
      color: #333333;
      text-align: center;
     
    }

    .footer .footer_first_row{
        font-size:12px;
        font-weight: bold;
            
    }

    .footer a {
        font-size: 10px;
        text-decoration: none;
        color: #333;
        ;
    }

    .footer a:hover {
        text-decoration: none;
        color: #ed5f00;
    }

    a.big{
    font-size: 12px;
    font-weight: bold;
    padding:0;        
    margin:0;    
}

}


@media screen and (max-width: 400px) {    
    .container{
        width:380px;                
    }

    .page-header  img{
        width : 200px;
    }    
    .row_container{
        width:380px;                
    }

    .section-box h2 {        
        padding-top:5px;
        font-size: 12px;      
        max-height:38px !important;
        overflow: hidden;
    }

    .section-box p {
        font-size: 10px;      
       
        max-height:60px !important;
        overflow: hidden;
    }



    .discount_price{    
        font-size: 10px;          
        width:65px;
    }

    .discount_percent{             
        font-size: 13px;          
        font-weight: bold;
        width:65px;
    }
    

    .footer {
      padding: 24px 0;
      color: #333333;
      text-align: center;
      
    }

    .footer .footer_first_row {
        font-size: 12px;
        font-weight: bold;
            
    }

    .footer a {
        font-size: 10px;
        text-decoration: none;
        color: #333;
        ;
    }

    .footer a:hover {
        text-decoration: none;
        color: #ed5f00;
    }

    a.big{
        font-size: 12px;
        font-weight: bold;
        padding:0;        
        margin:0;    
    }

}

@media screen and (max-width: 360px) {    
    .container{
        width:340px;                
    }

    .page-header  img{
        width : 180px;
    }    

    .row_container{
        width:340px;                
    }

    .section-box h2 {       
        margin:0;
        
        width:200px; 
        text-align: left;
        padding-top:5px;
        font-size: 12px;      
        max-height:38px !important;
        overflow: hidden;
    }

    .section-box p {
        font-size: 10px;      
        width:200px;    
        max-height:60px !important;
        overflow: hidden;
    }



    .discount_price{    
        font-size: 10px;          
        width:60px;
    }

    .discount_percent{             
        font-size: 13px;          
        font-weight: bold;
        width:60px;
    }
    

    .footer {
      padding: 24px 0;
      color: #333333;
      text-align: center;
   
    }

    .footer .footer_first_row {
        font-size: 12px;
        font-weight: bold;
            
    }

    .footer a {
        font-size: 10px;
        text-decoration: none;
        color: #333;
        ;
    }

    .footer a:hover {
        text-decoration: none;
        color: #ed5f00;
    }

    a.big{
        font-size: 12px;
        font-weight: bold;
        padding:0;        
        margin:0;    
    }

}

@media screen and (max-width: 320px) {    
    .container{
        width:300px;                
    }

    .page-header  img{
        width : 160px;
    }    

    .row_container{
        width:300px;                
        float:left 
    }



    .section-box h2 {   
        margin:0;
        width:150px !important;;       
        padding-top:5px;
        font-size: 12px;      
        max-height:38px !important;
        overflow: hidden;
    }

    .section-box p {
        font-size: 10px;      
        width:155px;    
        max-height:60px !important;
        overflow: hidden;
    }



    .discount_price{    
        font-size: 10px;          
        width:55px;
    }

    .discount_percent{             
        font-size: 13px;          
        font-weight: bold;
        width:55px;
    }
    

    .footer {      
      padding :20px 0;
      color: #333333;
      text-align: center;
    
    }

    .footer .footer_first_row {
        font-size: 12px;
        font-weight: bold;
            
    }

    .footer a {
        font-size: 10px;
        text-decoration: none;
        color: #333;
        ;
    }

    .footer a:hover {
        text-decoration: none;
        color: #ed5f00;
    }
    a.big{
    font-size: 12px;
    font-weight: bold;
    padding:0;        
    margin:0;    
}

}