@font-face {
 font-family: SkodaPro-Bold; /* имя шрифта для CSS правил */
 src: local("SkodaPro"), /* проверяем наличие шрифта в ОС пользователя */
 url(/font/SkodaPro-Bold.ttf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
}
@font-face {
 font-family: SkodaPro-Regular; /* имя шрифта для CSS правил */
 src: local("SkodaPro-Regular"), /* проверяем наличие шрифта в ОС пользователя */
 url(/font/SkodaPro-Regular.ttf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
}
body{
    margin:0;
    padding:0;
    font-family: OpenSans;
    background-image: url('/img/fon.jpg');
}
img{
    border:0;
}
a:hover{
    text-decoration: none;
}
.clr{
    clear:both;
    height:0;
}
ul, ol{
    padding:0;
    margin:0;
    list-style-type: none;
}
input, textarea{
    outline:none;
}

::-moz-focus-inner { padding:0; border:0; }

.wrap{
    margin:0 auto;
    width:1000px;
}
.hcol1, .hcol2{
    float:left;
}
.hcol3{
    float:left;
    margin-left:10px;
    position: relative;
}
.hcol1{
    width:18%;
    padding-top:5px;
}
.hcol2{
    width:35%;
    margin-left:4%;
    padding-top:20px;
}
.hcol3{
    width:42%;
    padding-top:20px;
}
.hcol3 a{
    color:#fff;
}
.main_menu ul li{
    float:left;
    margin-left:4px;
}
.main_menu ul li:first-child{
    margin-left:0;
}
.main_menu{
    background-color: #008ed8;
    padding:6px 15px;
    color:#fff;
    height:26px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.account{
    background-color: #008ed8;
    padding:6px 15px;
    color:#fff;
    padding-left:20px;
    height:26px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    width:165px;
    display:inline-block;
    vertical-align: top;
    margin-right:7px;
    position:relative;
    text-align: center;
}
#header_cart{
    width:165px;
    display:inline-block;
    vertical-align: top;
}
.cart{
    background: url(/images/cart.png) no-repeat 152px 5px;
    background-color: #06ad49;
    padding:8px 15px;
    color:#fff;
    padding-left:20px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    text-align: left;
    font-size:13px;
    position: relative;
    width:165px;
    height:22px;
}
.main_menu a{
    color:#fff;
    text-decoration: none;
    font-size:13px;
}
.account a{
    color:#fff;
    text-decoration: underline;
    font-size:14px;
    font-weight:bold;
}
.main_menu a:hover{
    text-decoration: underline;
}
.account a:hover{
    text-decoration: none;
}
.search{
    color:#aeaeae;
    margin-top:40px;
    margin-left:-15px;
}
.search input[type="text"]{
    width:201px;
    height:29px;
    background: url(/images/search.png) no-repeat;
    background-position: 0 3px;
    border:0;
    padding-left:10px;
    color:#000;
    font-style: italic;
    font-size:11px;
}
.search input[type="submit"]{
    width:61px;
    background: url(/images/search_button.png) no-repeat;
    border:0;
    color:#fff;
    position:relative;
    right:20px;
    padding-top:3px;
    padding-bottom:6px;
}


input::-webkit-input-placeholder {color:#000;}
input::-moz-placeholder {color:#000;}


.search input[type="submit"]:hover{
    cursor:pointer;
    opacity:0.8;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
.cart_number{
    position:absolute;
    text-align: center;width:15px;
    right:14px;
    top:4px;
    display: inline-block;
    vertical-align: top;
    width:25px;
    font-size:14px;
    font-weight:bold;
}
.cart a{
    color:#fff;
}
.main_content_wrap{
    padding-top:20px;
}
.catalog_nav{
    width:18%;
    margin-right:1.3%;
    float:left;
    position:relative;
    bottom:5px;
}
.catalog_item{
    float:right;
    width:80%;
    min-height:500px;
    background-color: #fff;
    padding-bottom: 20px;
}
.catalog_nav_title{
    font:20px OpenSans-Light;
    padding-bottom:2px;
    text-align: center;
}
.content_line{
    height: 3px;
    background: #dcdcdc;
}
.last_product{
    padding: 13px 10px;
    margin-top:10px;
    background-color: #f0faff;
    border: 2px solid #dcdcdc;
}
.last_product a{
    color:black;
    font:16px OpenSans-Semibold;
    text-decoration: none;
}

.filter_box{
    border:2px solid #dcdcdc;
    padding:7px 10px;
    background-color: #f0faff;
    margin-top:10px;
}
.filter_box2{
    border:2px solid #dcdcdc;
    padding:7px 10px;
    background-color: #f0faff;
    margin-top:10px;
}
.filter_box3{
    border:2px solid #dcdcdc;
    border-top: 0;
    padding:7px 10px;
    background-color: #f0faff;
}
.check_txt{
    color:black;
    font-size:14px;
    position:relative;
    left:5px;
    bottom:3px;
}
.Check input {
    display: none;
}
.Check {
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    background: url(/images/check.png) no-repeat;
}
.check_season{
    margin-bottom:5px;
}
.left_sidebar_zag{
    color:#000;
}
.left_sidebar_zag:hover{
    cursor:pointer;
}
.toogle {
    width:100%;
    display: block;
    background: url(/images/icon_toogle_a.png) no-repeat;
    background-position: right 9px;
    height:20px;
}
.hidemenu{
    width:100%;
    display: block;
    background: url(/images/icon_toogle.png) no-repeat;
    height:20px;
    background-position: right 8px;
}
.podmenu{
    margin-top:10px;
}
.podmenu li:before{
    content:'> ';
    font-size:10px;
    color:#bf5a5a;
    position:relative;
    bottom:1px;
}
.podmenu a{
    color:#4d4a47;
    text-decoration: none;
    font-size:13px;
}
.podmenu li{
    padding-left:15px;
    padding-bottom:4px;
    margin-bottom:2px;
}
.podmenu li:hover{
    background: #d9d9d9;
}
.breadcrumps a{
    font-size:16px;
    font-weight:bold;
    text-decoration: none;
    color:#06ad49;
}
.breadcrumps{
    padding-bottom:2px;
    font-size:16px;
    font-weight:bold;
    text-decoration: none;
    color:#06ad49;
    min-height: 22px;
}
.breadcrumps h1{
    font-size:16px;
    font-weight:bold;
    margin:0;
    padding:0;
}
.breadarr{
    padding:0 20px;
}
.catalog_head{
    position:relative;
    background-color: #fff;
    padding-left:15px;
}
.catalog_head_right{
    position:absolute;
    right:0;
    top:0;
    font-size:12px;
}
.items{
    color:#5e5c59;
    display: inline-block;
    width:24.6%;
    vertical-align: top;
    text-align: center;
    position: relative;
    margin-bottom:10px;
}
.catalog{
    padding-top:10px;
}
.item_article{
    font-size:13px;
    text-align: left;
}
.item_image{
    padding:7px 0;
    position:relative;
}
.descs{
    text-align: left;
    font-size:12px;
    line-height: 1.4;
}

.pricenum{
    font-size:19px;
    font-weight:bold;
    color:#06ad49;
    position:relative;
    top:3px;
}
.pricecurr{
    color:#06ad49;
    position:relative;
    top:3px;
}
.price{
    line-height: 1;
    padding-bottom:6px;
}
.numinboxbox{
    border:1px solid #d3d3d3;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    
    bottom: 4px;
    display: inline-block;
    height: 24px;
    margin-left: 15px;
    position: relative;
    vertical-align: top;
    width: 50px;
}
.numinboxbox input{
    width:20px;
    text-align: center;
    margin-left:2px;
    margin-top:2px;
    border:0;
}
.minus:hover, .plus:hover{
    cursor:pointer;
}
.plus{
    display: inline-block;
    height: 14px;
    left: -30px;
    position: relative;
    top: -20px;
    width: 21px;
    background: url(/images/plus.png) no-repeat;
}
.plus:hover{
    background-position: 0 -15px;
}
.minus:hover{
    background-position: 0 -16px;
}
.minus{
    background: url(/images/minus.png) no-repeat;
    display: inline-block;
    height: 14px;
    left: -21px;
    position: relative;
    top: 9px;
    width: 21px;
}
.sth{text-align: left;}
.plus2{
    left:29px;
}
.plus3{
    left:15px;
    top:-25px;
}
.minus2{
    left:5px;
}
.minus3{
    left:3px;
}
.buy_item{
    margin-top:10px;
}
.buy_item input{
    color:#fff;
    font-size:16px;
    border:0;
    background: none;
    width:85px;
    height:27px;
    background: url(/images/btn_gradient.png) repeat-x;
    padding-bottom: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.54);
    -moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.54);
    box-shadow:         1px 2px 2px 0px rgba(50, 50, 50, 0.54);
}
.buy_item input:hover{
    cursor:pointer;
    background: url(/images/btn_gradient_hover.png) repeat-x;
}
/*Форма*/
#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    display:none;
    background-color: transparent;
}
.window {
    min-height:20px;
    width:325px;
    display:none;
    z-index:9100;
    text-align: left !important;
    text-transform: none;
    position: absolute !important;
    top:117px;
    right:0;
    padding:15px 15px;
    background-color:#fff;
    box-shadow: 0 0 10px #777;
    border:1px solid #dedede;
     border-radius: 1px;
     -webkit-border-radius: 1px; /* для Safari и Google Chrome */
    -moz-border-radius:1px; /*для Mozilla Firefox */
    color:#878787;
    float:right;
} 
.window2 {
    min-height:20px;
    width:250px;
    height:180px;
    display:none;
    z-index:9100;
    text-align: left !important;
    text-transform: none;
    position: absolute !important;
    top:62px;
    right:0;
    padding:15px 15px;
    background-color:#fff;
    box-shadow: 0 0 10px #777;
    border:1px solid #dedede;
     border-radius: 1px;
     -webkit-border-radius: 1px; /* для Safari и Google Chrome */
    -moz-border-radius:1px; /*для Mozilla Firefox */
    color:#878787;
    float:right;
} 

.cart_item{
    position:relative;
    margin-bottom:20px;
}
.cart_photo{
    padding-left:25px;
    float:left;
}
.cart_desc{
    float:right;
    font-size: 14px;
    color:#4d4a47;
    line-height: 1.7;
    padding-right: 5px;
}
.delete_item{
    position:absolute;
    left:0;
    bottom:38%;
    color:#ff6363 !important;
    font-size:16px;
}
.mini_cart_catalog, .create_zakaz{
    display: inline-block;
    width:49%;
}
.mini_cart_catalog{
    padding-left: 36px;
    width: 34%;
}
.create_zakaz{
    width:53%;
}
#mini_cart{
    margin-bottom:20px;
    overflow-y: scroll;
    max-height:235px;
}
.mini_cart_catalog a{
    color:#06ad49;
}
::-webkit-scrollbar{
    width:8px;
}
::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: #404040;
    background-color: #aaa;
}
::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #777;
}
::-webkit-scrollbar-track{
    border-width:0;
    background: #d1d1d1;
}
::-webkit-scrollbar-track:hover{
    border-left: solid 1px #aaa;
    background-color: #eee;
}
#okno_vxod{
    width:165px;
    height:20px;
}
.create_zakaz input{
    border: 0;
    background: url(/images/sendtocart.png) no-repeat;
    width:169px;
    height:37px;
    color:#fff;
    padding-bottom:5px;
}
.create_zakaz input:hover{
    cursor:pointer;
    background: url(/images/sendtocart_hover.png) no-repeat;
}
.create_zakaz2{
    border: 0;
    background: url(/images/sendtocart.png) no-repeat;
    width:169px;
    height:37px;
    color:#fff;
    padding-top:2px;
    font-size: 17px;
    text-align: center;
}
.create_zakaz2:hover{
    cursor:pointer;
    background: url(/images/sendtocart_hover.png) no-repeat;
}
.product_image{
    text-align: center;
    
}
.product_desc{
    font-size:12px;
    
    padding-top:20px;
}
.product_image:hover{
    cursor:pointer;
}
.delwindow{
    width:34px;
    height:34px;
    background: url(/images/delwindow.png) no-repeat;
    position:relative;
    z-index:9999;
    top:0;
    left:495px;
    top:-25px;
}
.delwindow:hover{
    cursor:pointer;
}
.footer_wrap{
    height:188px;
    background: #d7ecf7;
    margin-top:140px;
}
.footer{
    margin:0 auto;
    width:1000px;
    padding-top:20px;
}
.footer a{
    color:#3ab669;
    text-decoration: underline;
    font-size:13px;
}
.footer a:hover{
    text-decoration: none;
}
.footetcol{
    display: inline-block;
    vertical-align: top;
    width:24.5%;
}
.footetcol ul li{
    margin-bottom: 5px;
}
.fcol4{
    font-size: 13px;
    color:#5a5a5a;
    line-height: 2;
}
.wrfields{
    color:#7d7d7d;
    font-size:14px;
    font-weight:bold;
    width:210px;
    display: inline-block;
    vertical-align: top;
    height:37px;
    background: url(/images/wrfield.png) no-repeat 160px 0px;
    padding-top:10px;
}
.register{
    margin-top:20px;
}
.box_form{
    height:200px;
    width:480px;
    display: inline-block;
    vertical-align: top;
    background: #eeeeee;
    margin-top:8px;
    padding:25px 10px 25px 30px;
}
.box_form input[type="text"]{
    width:201px;
    height:29px;
    background: url(/images/search.png) no-repeat;
    background-position: 0 3px;
    border:0;
    padding-left:10px;
    color:#aeaeae;
    font-style: italic;
    font-size:11px;
}
.box_form_enter{
    margin-left:10px;
    Margin-bottom:25px;
}
.box_form_enter span{
    font-size:14px;
}
.box_form_enter div{
    margin-bottom:10px;
}
.box_form_enter input[type="text"], .box_form_enter input[type="password"]{
    width:201px;
    height:29px;
    background: url(/images/search.png) no-repeat;
    background-position: 0 3px;
    border:0;
    padding-left:10px;
    color:#aeaeae;
    font-size:11px;
}
.box_form_left div, .box_form_right div{
    margin-bottom:10px;
}
.box_form_left, .box_form_right{
    display: inline-block;
    vertical-align: top;
    width:43%;
}
.box_form_left{
    margin-right: 5%;
    width: 47%;
}
.box_form input[type="submit"]{
    width:100%;
    border:0;
    background: url(/images/reg.png) no-repeat;
    height:39px;
    color:#fff;
    padding-bottom:2px;
    text-transform: uppercase;
    font-size:15px;
    margin-top:8px;
}
.box_form input[type="submit"]:hover{
    background: url(/images/reg_hover.png) no-repeat;
    cursor:pointer;
}
/*Tooltip*/
.nr1 a{
text-decoration:none;
text-align:center;
}


.tooltip{
position:absolute;
left:-2000px;
background-color:#fff;
padding:5px;
width:680px;
color:#4d4a47;
padding:15px 15px;
box-shadow: 0 0 10px #777;
border:1px solid #dedede;
border-radius: 5px;
-webkit-border-radius: 5px; /* для Safari и Google Chrome */
-moz-border-radius:5px; /*для Mozilla Firefox */
color:#878787;
display: none;
}

.tooltip p{
margin:0;
padding:0;
color: black;
background-color:#f5f180;
}
/***************/
.wrus{
    font-size:14px;
    color:#7d7d7d;
    font-weight:bold;
    margin-top:33px;
}
.contacts_left, .contacts_right{
    display: inline-block;
    vertical-align: top;
}
.contacts_left{
    width:545px;
    margin-right:20px;
}
.contacts_right{
    width:203px;
}
.box_form2{
    margin-top:20px;
}
.box_form2 input[type="text"], .box_form2 input[type="email"]{
    width:201px;
    height:29px;
    background: url(/images/search.png) no-repeat;
    background-position: 0 3px;
    border:0;
    padding-left:10px;
    color:#aeaeae;
    font-style: italic;
    font-size:11px;
}
.box_form2 textarea{
    resize:none;
    width:201px;
    height:126px;
    border:0;
    color:#aeaeae;
    background: url(/images/textarea.png) no-repeat;
    padding-top:10px;
    padding-left:10px;
    font-style: italic;
    font-family: OpenSans;
    font-size:11px;
}
.contacts_left div, .contacts_left div{
    margin-bottom:10px;
}
.box_form2 input[type="submit"]{
    width:172px;
    height:44px;
    border:0;
    background: url(/images/contacts_otpravit.png) no-repeat;
    color:#fff;
    padding-bottom:2px;
    text-transform: uppercase;
    font-size:15px;
    margin-top:8px;
}
.box_form2 input[type="submit"]:hover{
    background: url(/images/contacts_otpravit_hover.png) no-repeat;
    cursor:pointer;
}
.winf{
    margin-top:15px;
    font-size:13px;
    color:#7d7d7d;
}
.page_content{
    padding-top:20px;
    font-size:13px;
    line-height: 1.7;
    padding-right:10px;
}
.forgetpass, .enter{
    display: inline-block;
    vertical-align: top;
}
.forgetpass{
    width:50%;
     color: #06ad49;
     margin-left:10px;
}
.forgetpass a{
    color: #06ad49;
}
.enter{
    width:37%;
    float:right;
}
.enter input {
    background: url("/images/btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff;
    height: 33px;
    padding-bottom: 3px;
    width: 90px;
    font-size:16px;
}
.enter input:hover{
    background-position: 0 -33px;
    cursor:pointer;
}
.cart_table{
    width:100%;
    margin-bottom:10px;
    font-size:13px !important;
    color:#727272;
    margin-bottom:5px;
}
.cart_table a{
    color:#727272 !important;
    text-decoration: none;
}
.cart_table tr{
    border-collapse: collapse;
    
    border-bottom:1px solid #dcdcdc;
}
.cart_table tr th{
    height:20px;
    padding-bottom:20px;
    font-weight: normal;
    font-size:13px;
    color:#000;
    border-bottom:1px solid #dcdcdc;
}
.cart_table tr td{
    text-align: center;
    border:none !important;
}
.summ{
    color:#06ad49;
    font-size:20px;
    font-weight:bold;
    text-shadow: 1px 1px 1px rgba(200, 200, 200, 1);
    position:relative;
    bottom:3px;
}
.fullprice_wrap{
    float:right;
    width:300px;
    font-size:13px;
    line-height: 1.5;
    margin-top:5px;
}
.fullprice_left{
    display: inline-block;
    width:43%;
    vertical-align: top;
    padding-right:20px;
    border-right:1px solid #dcdcdc;
}
.fullprice_right{
    display: inline-block;
    width:41%;
    vertical-align: top;
    float:right;
}
#result3{
    color: #06ad49;
    font-size: 21px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(200, 200, 200, 1);
}
.result3{
    position:relative;
    bottom:5px;
}
.result4{
    font-size: 14px;
    font-weight: bold;
    color: #06ad49;
}
.itogo{
    font-size:16px;
}
.onzakaz{
    margin-bottom:70px;
    border-top:1px solid #dcdcdc;
    padding-top:30px;
}
.onzakaz div{
    float:right;
}
.delivery_wrap{
    background: #eeeeee;
    padding:30px 15px;
}
.adress_cart, .dostavka, .oplata{
    display: inline-block;
    vertical-align: top;
}
.adress_cart{
    width:52%;
}
.dostavka{
    width:22%;
}
.oplata{
    width:24%;
}
.delivery_title{
    font-size:16px;
    margin-bottom: 15px;
    padding-left:5px;
}
.adress_cart input{
    height:25px;
    width:170px;
    border:1px solid #4e4e4e;
    padding-left:5px;
    color:#727171;
    margin-bottom:5px;
}
.tdmargin{
    padding-left:10px;
}
.dostavka input{
    position:relative;
    top:2px;
}
.oplata input{
    position:relative;
    top:2px;
}
.oplata span{
    padding-left:5px;
}
.mycart_del{
    width:24px;
    height:24px;
    background: url(/images/del.png) no-repeat;
    display: inline-block;
}
.mycart_del:hover{
    cursor:pointer;
    opacity:0.7;
}
#platej img{
    
    position:relative;
    top:4px;
    left:5px;
}
#easyTooltip2{
	padding:10px 10px 10px 10px;
	border:1px solid #5e5e5e;
	background:#5e5e5e url(bg2.gif) repeat-x;
	color:#fff;
	width:250px;
    font-size:13px;
	}
#easyTooltip2 p{
    margin:0;
    padding:0;
}
#easyTooltip2 h4{
    margin:0;
    padding-bottom:5px;
}
.cart_bottom{
    margin-top:40px;
    margin-bottom:10px;
    float:right;
}
.cart_bottom input:hover{
    cursor:pointer;
}
.mycart_print{
    border:0;
    color:#fff;
    font-size:18px;
    background: url(/images/print.png) no-repeat;
    height:37px;
    width:109px;
    padding-bottom:4px;
    margin-right:40px;
    display:none;
}
.mycart_print:hover{
    background-position: 0 -36px;
}
.mycart_send{
    border:0;
    color:#fff;
    font-size:17px;
    background: url(/images/order.png) no-repeat;
    height:55px;
    width:202px;
    padding-bottom:4px;
    text-transform: uppercase;
}
.mycart_send:hover{
    background-position: 0 -58px;
}
.create_zakaz2 a{
    color:#fff;
    text-decoration:none;
}
.paginator{
    text-align: center;
    font-size:14px;
    color:#4d4a47;
    margin-top:20px;
}
.paginator a{
    color:#4d4a47;
    text-decoration: none;
}
.paginator span{
    margin-left:15px;
}
.paginator>span:first-child{
    margin-left:0;
}
.pagerNext{
    padding-right:20px;
    background: url(/images/pgnext.png) no-repeat right 3px;
    height:16px;
}
.pagerPrev{
    padding-left:20px;
    background: url(/images/pgprev.png) no-repeat left 3px;
    height:16px;
}
.pagerCurNum{
    color:#06ad49;
    font-weight:bold;
    font-size:14px;
}
.users{
    padding:25px 30px;
    display: inline-block;
    width:390px;
    vertical-align: top;
    background-color: #eeeeee;
    color:#474747;
}
.users input{
    width:200px;
    height:27px;
    padding-left:10px;
    margin-bottom:15px;
    border:0;
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(174, 174, 174, 1);
    -moz-box-shadow:    inset 2px 2px 2px 0px rgba(174, 174, 174, 1);
    box-shadow:         inset 2px 2px 2px 0px rgba(174, 174, 174, 1);
    margin-right:40px;
}
.edit_users input[type="submit"]{
    margin-top:20px;
    background: url(/images/btn_users.png) repeat-x;
    height:35px;
    width:200px;
    border:0;
    color:#fff;
    font-size:16px;
    padding-bottom:2px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.54);
    -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.54);
    box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.54);
}
.edit_users input[type="submit"]:hover{
    cursor:pointer;
    background: url(/images/btn_users_hover.png) repeat-x;
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    inset 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         inset 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}

.filter_box3 div a{
text-decoration:none;
color:#000;
}

.logged_logoff
{
    position:absolute;
    right:10px;
    top:9px;
    
}
.logged_email
{
    position:absolute;
    right:75px;
    top:9px;
}
.order_sended_left{
    float:left;
    width:60%;
}
.order_sended_right{
    float:right;
    width:38%;
    text-align: right;
}
