                              /*reset*/
*{border:0;margin:0;padding:0;}
body{line-height:1.2}
ol,ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}

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

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
    display: block;
}
/*css*/
html {
    height:100%;
    background: url(/_images/bg.jpg);
    
}
body {
    font-family: Arial;
    font-size: 16px;
    height:100%;
}
.width{
    max-width:1000px;
    margin: 0px auto;
}
#langs{
    background-color: #262626;
    padding: 5px 20px;
    text-align: right;
}
#langs a{
    color: #fff;
    padding: 0px 5px;
}
.phone{
    float: left;
    color: #f0df87;
}
.phone img{
    vertical-align: middle;
}
.langs{
    float: right;
    color: #f0df87;
} 
#header{
    background-color: #eaf1f9;
    padding: 20px;
    text-align: center;
}
#header h1{
    float: left;
    padding-left: 50px;
}
#header .bans{
    float: right;
    text-align: right;
    padding: 50px 50px 0px 0px;
}
#header .bans a{ 
    margin-left:10px;
    z-index:1;
    position: relative; 
}
#header .bans img{
    height: 70px;
    border: 0px;
} 
#header .bans .win2{
    display: inline-block; 
    position: relative;
}
#header .bans .win{
    padding:10px;
    background-color: #fff; 
    position: absolute; 
    width:300px;
    font-size:11px;
    right:-50px;
    top:60px;
    text-align: justify; 
    z-index:5;
}
#header .win2:nth-child(1) .win{ 
    right:-230px;
}
#header .win2:nth-child(2) .win{
    right:-135px;
}
#header .bans .win h2{ 
    margin:0px 0px 5px 0px;
    font-size:12px;
}
area{
    border:1px solid red;
}
#search{
    float: right;
    padding-top: 10px;
}
#menu{
    background-color: #262626;
}
#menu ul{
    max-width: 820px;
    margin: 0px auto;
}
#menu li{
    float: left;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
}
#menu a{
    color: #f0df87;
}
#menu a:hover,
#menu a.current{
    color: #fff;
    text-decoration: none;
}
#content{
    padding: 10px 20px;
    background-color: #fff;
}
h2{
    color: #a07e24;
    margin: 20px 0px;
}
#footer{
    padding: 10px 20px;
    background-color: #262626;
    color: #fff;
    text-align: center;
}
#footer a{ 
    color: #fff;
}
/*all*/
.super_select{
    position: relative;
    background: black;
}
.super_select select{
    color:#000;
    font-size: 12px;
    font-family: Arial;
    width: 100px;
    height: 17px;
    background-color: transparent;
    position: absolute; 
    opacity: 0;
    filter: alpha(opacity=0);
    left:0px;
    
}
span.super_select_tag{
    color:#000;
    font-size: 11px;
    font-family: Arial;
    width: 90px;
    height: 14px;
    display: inline-block;
    padding: 3px 6px 0px 4px;
    text-align: left;
    border: 1px solid red;
    background-color: #fff;  
}
.none{
    display: none;
}
.table{
    display: table;
    width: 100%;
}
.tr{
    display: table-row;
}
.td{
    display: table-cell;
}
.text{
    line-height: 20px;
}
.text a{
   color:#717074;
   text-decoration: underline;
}
.home a, .price a, a.order{
    background-color: #a07e24;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
}
.home a:hover, .price a:hover, a:hover.order{
    text-decoration: none;
    background-color: #262626;
}
.text a:hover{
   text-decoration: none;
} 
.text p, .text h3{
    margin: 10px 0px;
}
.text li{
    list-style-type:disc;
    margin-left:15px;
}
label{
    display: block;
    font-weight: bold;
    color:#000;
}
input, textarea, select{
    border-top: 1px solid #a1a1a1;
    border-left: 1px solid #a1a1a1;
    border-right : 1px solid #dddddd;
    border-bottom : 1px solid #dddddd;
    margin: 5px 0px;
    padding: 2px 5px;
    width: 250px;
    height: 20px;
}
textarea{
    height: 115px;                         
}
select{
    width: 262px;
    height: 25px;    
}
button{
    background-color: #a07e24;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}
.radio{
    border: 0px;
    width: auto;
    height: auto;
}
.ok{
    font-weight: bold;
    color: #80FF80;
}
.error{
    font-weight: bold;
    color: #FF0000;
}
.error a{
    color: #000;
}
.root_error{
    padding: 10px;
}
.order_view{
    width:70%;
}
.order_view .td{
    padding:5px;
    border:1px solid #F0F0F0;
}  
#order{
    width: 800px;
    margin:10px auto;
    font: 13px verdana, helvetica, sans-serif;
    line-height: 18px;
    text-align:center;
}
#order .top{
    border-bottom:1px solid #000;
}
#order .bottom{
    padding-top:10px;
    border-top:1px solid #000;
}
#order .left{
    float:left;
    text-align:left; 
}
#order .right{
    float: right;
    text-align:left;
}
#order .top .right{ 
    width:190px;
    font-size:11px;
    padding-top:30px;      
}
#order .info{
    margin:10px auto;
    border: 1px solid #ccc;
    padding:10px;
    text-align:left; 
}
#order .info2{
    background-color: #ccc; 
}
#order .info img{
    vertical-align:middle;
} 
#order a{
    color: #a07e24;
}
#order table{
    width:100%;
}
#order td{
    padding:5px;
    border:1px solid #ccc;
}
#order .title{
    font-weight:bold;
}
#order .left2{
    text-align:left;
}
#order .right2{
    text-align:right;
}
#order .table2 td{
    padding:20px 10px;    
}
/*pages*/
