﻿html{
    width: 100%;
}
html *{
    margin: 0;
    padding: 0;
}
body{
    width:100%;
    font-family: Tahoma;
    font-size: 12px;
    background: black;
    color: #ddcebd;
    margin-left: 50%;   
    background: white;
}
html a{
    color: #225a82;
}
a:hover{
    text-decoration: none;
    color: #900100;
}
ul{
    list-style: none;
}
img{
    border: none;
}
table{
    clear: both;
    padding: 0;
    margin: 0;
    border-spacing: 0px;
}
td, th{
    font-size: 12px;
    vertical-align: top;
    color: #9f814a;
}
#central{
    position: absolute;
    width:1000px;
    margin-left: -500px;
    padding-top: 0px;
}
#bottomPage{
    clear: both;
    overflow: hidden;
    background: #0d3f5d;
    width:950px;   
    height: auto;
    padding: 10px 20px 10px 20px;
}
#jscontrol{
    position: absolute;
    width:1010px;
    margin-left: -500px;
    padding-top: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

#header{
    position: relative;
    width: 995px;
    height: 100px;
    background: url('../img/main_bg.jpg');
}
#icons{
    margin-top:15px;
    width: 20px;
    float: left;
    text-align: center;
}
#icons ul{
    list-style: none;
}
#icons ul li{
    height: 20px;
}
#logo{
    float: left;
    width: 250px;
    padding-top: 11px;
    padding-left: 5px;
    text-align: left;
}
#elogo{
    height: 44px;
    width: 250px;
}
#logo a{
    text-decoration: none;
}
#logo div{
    margin-top: -16px;
    margin-left: 56px;
    font-size: 11px;
    font-weight: bold;
    font-family: Tahoma;
    color: #9F814A;
}
#logo p{
    position: absolute;
    width: 240px;
    bottom: 7px;
    margin-left: -10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: #9F814A;
}
.first_br{
    margin-left: 0px;
}
.top_br {
    margin-top: 5px;
    background: url('/@@/img/top_br.png') 15px 0% repeat-y;
    width: 30px;
    height: 60px;
    float: left;
}

.top_advert{
    padding-top: 10px;
    width: 200px;
    float: left;
    color: #6d6851;
}

.adv2{
    margin-top: 5px;
    padding: 0px;
    width: 468px;
    height: 50px;
    text-align: center;
}

#h_menu{
    position: absolute;
    left: 255px;
    top: 80px;
    width: 760px;
}
#h_menu ul, #v_menu ul{
    list-style: none;
}
#h_menu ul li{
    float: left;
    width: auto;
    height: 15px;
    text-align: center;
    border-right: 1px solid #2e668a;
}
#h_menu a{
    display: block;
    font-size: 11px;
    color: #225a82;
    padding-left: 12px;
    padding-right: 12px;
}
#h_menu a:hover{
    text-decoration: none;
    color: #900100;
}
#h_menu li.last_li{
    border-right: none;
}
#h_menu li.last_li a{
    font-weight: bold;
    text-decoration: none;
    color: #900100;
}
#h_menu li.last_li a:hover{
    text-decoration: underline;
    color: #225a82;
}
#container{
    position: absolute;
    margin-top: 15px;
    width: 1000px;
}
#left{
    width: 180px;
    float: left;
    margin-left: 5px;
}
#v_menu, #v_menu .sb-inner { 
    background:url('/@@/img/v_menu_bg.png') repeat-x #ffffff;
}
#v_menu .sb-border { 
    background:#e6dcc9;
}
#v_menu{
    padding-bottom: 1px;
    padding-top: 5px;
}
.main_ul{
    margin: 10px;
    margin-left: 25px;
    margin-top: 10px;
    color: #225a82;
}   
.main_ul a{
    color: #225a82;
}
.main_ul a:hover{
    color: #900100;
}
.main_ul .fli, .lli{
    width: 90%;
    background: url('/@@/img/left_br.png') repeat-x;
}
.main_ul li ul{
    margin-left: 8px;
}
.main_ul li ul li{
    background: url('/@@/img/v_menu_deco.png') 0 6px no-repeat;
    padding-left: 8px;
    padding-bottom: 3px;    
}
.main_ul a{
    text-decoration: none;
}
.main_ul li{
    padding: 2px;
}
.main_ul a:hover{
    text-decoration: none;
}
.folder, .lli a{
    padding-left: 5px;
    padding-top: 3px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    padding-bottom: 2px;
    text-decoration: none;
}
.folder{
    padding-right: 15px;
    background: url('/@@/img/v_menu_deco_d.png') 100% 6px no-repeat;
}
a .folder{
    padding-right: 0px;
    background: none;
}
.lli a{
    font-weight: normal;
}
a.inParents{
    color: #900100;
}

#v_menu_bot{
    background: url("/@@/img/left_br.png") repeat-x;
    height: 12px;
    margin-bottom: -12px;
    width: 90%;
}
.boxHead{
    display: block;
    padding: 8px;
    padding-top: 6px;
    padding-bottom: 15px;
    padding-left: 20px;
    margin-bottom: -5px;
}
.sponsorName{
    display: block;
    text-align: center;    
    font-weight: bold;
    color: #79745e;
}
.boxContent{
    color: #444440;
    padding: 15px;
    padding-left: 20px;
    text-align: left;
    /*min-height: 50px;*/
}
.boxContent img{
    padding: 5px;
}
.boxContent p{
    padding-bottom: 15px;
}
.styleOne, .styleTwo{
    margin-top: 10px; 
    color: #5a563e;
    padding-bottom: 1px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.styleOne, .styleOne .sb-inner { 
    background: url('/@@/img/box_bg.png') repeat-x #ffffff;
}
.styleOne .sb-border, .styleTwo .sb-border  { 
    background:#e6dcc9;
}
.styleTwo, .styleTwo .sb-inner {
    background: url('/@@/img/box2_bg.png') repeat-x #ffffff;
}

.ours ul{
    list-style: none;
}
.ours ul li{
    width: 100%;
    height: 22px;
}
.ours ul li img{
    float: left;
    width: 20px;
}
.ours ul li span{
    float: left;
    margin-top: 2px;
}
#main{
    margin-left: 195px;
    width: 795px;
}

#exclusive{
    float: left;
    width: 537px;
    height: 151px;
    margin-left: 33px;
    background: url('/@@/img/exclusive_bg.png') no-repeat;
    display:inline;
}
#exclusive .boxContent{
    padding: 10px 0px;
}
#exclAndBas{
    width: 100%;
    height: 150px;
}

#middleBox{
    float: right;
    width: 795px;
}
#middleBox, #newsBox{
    top: -10px;
    margin-bottom: -10px;
}
.boxHead, .tabsHere h1{
    font-weight: normal;
    font-size: 14px;
    color: #9F814A;
}
.tabsHere {
    height: 55px;
/*    padding-top: 2px;*/
}
.tabsHere div{
    top: 0px; /*-10*/
    position: relative;
    z-index: 20;
    text-decoration: none;
    font-weight: bold;
}
.tabsHere div{
    float: left;
}
.tabsHere h1 {
    float: left;
    height: 40px;
    display: block;
    padding-top: 10px;
    cursor: pointer;
}
.tabsHere span{
    float: left;
    width: 40px;
    height: 45px;
}
.tab_left_on{
    padding-left: 20px;
    background: url('/@@/img/tab_left_on_left.png') no-repeat;
}
.tab_left_off{
    padding-left: 20px;
    background: url('/@@/img/tab_left_off_left.png') no-repeat;
}
.tab_left_on h1, .tab_mid_on h1, .tab_right_on h1{
    height: 37px;
    cursor: default;
    background: url('/@@/img/tab_on_mid.png') repeat-x;
    
}
.tab_left_on span, .tab_mid_on span{
    background: url('/@@/img/tab_on_right.png') no-repeat;
}
.tab_left_off h1, .tab_mid_off h1, .tab_right_off h1{
    background: url('/@@/img/tab_off_mid.png') repeat-x;
    color: #900100;
}
.tab_left_off span, .tab_mid_off span{
    background: url('/@@/img/tab_off_right.png') no-repeat;
}
.tab_right_off span{
    background: url('/@@/img/tab_right_off_right.png') no-repeat;
}
.tab_right_on span{
    background: url('/@@/img/tab_right_on_right.png') no-repeat;
}
.tab_left_on span.standAlone{
    background: url('/@@/img/tab_right_on_right.png') no-repeat;
}

span.next_on{
    background: url('/@@/img/tab_next_on.png') no-repeat;
}

#loader {
    position: absolute;
    margin-left: 370px;
    top: 170px;
    display: none;
}
#catalog, #newsContent, #optiContent{
    position: relative;
    top: -20px;
    z-index: 10;
    bottom: 0;
}
#catalog, #catalog .sb-inner, #newsContent, #newsContent .sb-inner, #optiContent, #optiContent .sb-inner{ 
    background: #ffffff;
}

#catalog .sb-border, #newsContent .sb-border, #optiContent .sb-border{ 
    background:#e6dcc9;
}
#optiContent .docsList{
    height: 320px;
    padding: 20px;
    color: #444440;
}
#optitext{
    height: 310px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}
#adv3{
    width: 600px;
    height: 60px;
    margin-bottom: 20px;
}
#adv3 .boxContent{
    text-align: center;
    color: white;    
    padding: 0;
}

#adv3 .banner img{
    margin: 0;
    padding: 0;
}
.adv4{
    text-align: center; 
    width: auto;
    /*margin-top: 20px;
    margin-bottom: 20px;*/
}
.adv4 .boxContent{
    text-align: center;
    padding: 0px;
    margin: 0;
    color: white;    
}
.adv4 img{
    display: inline;
}
#newsBox{
    width: 600px;
    float: left;
}

#rightBox, #rBox{
    width: 180px;
    float: right;
}
#product p{
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
}
#product{
    clear: both;
    width: 560px;
    margin-top: 5px;
    height: auto;
    min-height: 235px;
    overflow: hidden;
}
#product .buttonType{
    margin-bottom: 0;
    margin-top: -2px;
}
#photo{
    float: left;
    width: 200px;
    height: 200px;
    margin-right: 10px;
}
#photo a{
    display: block;
    text-align: center;
}
.viewproduct #photo2{
    clear: both;
    display: block;
    width: 560px;
    text-align: center;
    height: 520px;
    margin-bottom: 10px;
}
#photos{
    clear: both;
    text-align: center;
    width: 560px;
    overflow: hidden;
}
#photos a{
    width: 80px;
}
#product_descr{
    float: right;
    width: 340px;
    height: auto;
    margin-top: -10px;
    margin-bottom: 10px;
}
.viewProduct #product_descr{
    float: left;
    width: 100%;
}
#product_descr form{
    clear: both;
    right: 0;
    margin: 0px;
    margin-top: 5px;
}

.viewproduct #product_descr{
    clear: both;
    width: 560px;
    height: auto;
    text-align: left;
}
#product_descr form span{
    float: right;
    width: 80px;
    text-align: right;
}
#product_descr form input{
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}
#product_descr form select{
    float: right;
    font-size: 11px;
    width: 50px;
}

#getSize{
    clear: both;
    float: right;
    width: 170px;
    text-align: right;
    padding-top: 5px;
}

#product_descr a.addToBasket{
    float: right;
    background: url('/@@/img/to_bas.png') no-repeat;
    height: 16px;
    padding-left: 25px;
    bottom: 0px;
    font-weight: bold;
}

#descr{
    clear: both;
    color: #444440;
}
#descr .cena{
    color: #900100;
    font-weight: bold;
    margin: 0;
    margin-left: -7px;
}
#descr h3{
    font-size: 12px;
}
#descr p{
    padding: 0;
    margin: 0;
}
#gallery{
    clear: both;
    width: 98%;
    height: 200px;
    margin-top: 20px;
    padding: 1px;
}


#basket{
    position: absolute;
    right: 10px;
    width: 180px;
    height: auto;
    margin-left: 33px;
}
#basket .boxContent{
    padding: 0px 0px 0px 0px;
}
#basketTop{
    position: relative;
    height: auto;
    background: url('/@@/img/basket_bg.png') no-repeat;
}
#basketBottom{
    width: 100%;
    height: 7px;
    background: url('/@@/img/basket_bg_bot2.png') no-repeat;
}
.userName{
    height: 42px;
    padding-bottom: 0px;
    padding-left: 50px;
}
#auth form{
    padding-left: 15px;
}
#auth ul{
    width: 100%;
    list-style: none;
    text-decoration: none;
}
#auth ul li{
    clear: both;
    display: block;
    width: 100%;
    padding-top: 3px;
}
#auth span.key{
    float: left;
    width: 60px;
    text-align: right;
    padding-top: 1px;
    padding-right: 10px;
    font-size: 11px;
}
#auth .val input{
    float: right;
    margin-right: 10px;
    width: 80px;
    height: 15px;
    font-size: 11px;
}
form span{
    color: #9f814a;
}

.registration div{
    clear: both;
    width: 100%;
}
.textType, .passwordType, .textareaType{
    border: 1px solid #9f814a;
}
.registration span{
    float: left;
    width: 180px;
    font-weight: bold;
}
#fieldName input{
    width: 330px;
}
#exampleName b{
    font-size: 10px;
    font-weight: lighter;
    color: #AAAAAA;
}

#fieldLogin{
    padding-bottom: 15px;
}

#fieldName, #fieldPassword, #fieldEmail, #fieldPhone, #fieldWord, #fieldWord_, #fieldBD, #fieldAccess, #fieldStatus, #fieldDiskont, #fieldDate_reg, #fieldIP{
    padding-bottom: 5px;
}
#captchaimg{
    margin-right: 0px;
}

#fieldWord a{
    display: block;
    padding-top: 10px;
    font-weight: bold;
    border: none;
}
#fieldWord_{
    padding-top: 10px;
}

#fieldEmail.dottedBot, .dottedBot{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dotted;
}
#exampleName {
    padding-bottom: 5px;
}
#fieldNote textarea, #fieldAddress textarea{
    width: 330px;
    height: 100px;
    margin-bottom: 5px;
}

.registration img{
    float: left;
    padding: 0;
    margin: 0;
}
#buttonSave{
    margin-top: 20px;
}

.fieldSex *{
    float: left;
}
.fieldSex input{
    padding: 0;
    margin-top: 0px;
    border: 1px solid;
    display: block;    
}
span.sexText{
    padding-left: 10px;
    font-weight: normal;
    color: #000000;
}
#fieldBD.dottedBot{
    padding-top: 10px;
}
#fieldBD select option{
    padding-right: 5px;
    padding-left: 5px;
}
#auth .textLink{
    position: relative;
    float: left;
    width: 80px;
    padding-top: 5px;
    font-size: 11px;
    z-index: 0;
}   

#auth .textLink a{
    color: #225a82;
    font-weight: bold;
}
#auth a:hover{
    color: #900100;
    text-decoration: none;
}
.buttonType{
    margin: 5px;
    margin-left:0;
    margin-top: 10px;
    border: none;
    width: 75px;
    height: 21px;
    background: url('/@@/img/button.png') no-repeat;
    color: #483613;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

/*input.buttonType:hover{
    cursor: pointer;
}*/
#bask *{
    text-align: right;
    color: #225a82;
    font-size: 11px;
}
#bask div{
    background: url('/@@/img/basket.png') 12px 7px no-repeat;
    color: #024772;
    margin-right: 15px;
    padding-top: 5px;
}
#bask{
    padding-bottom: 10px;
}
#requisites{
    float: left;
    width: 300px;
    padding: 0px 0px 10px 0px;
    color: white;
}

#counters{
    padding: 0px 0px 0px 0px;
    width: 500px;
    position: relative;
    float: right;
}
#counters img{
    float: right;
    margin-left: 10px;
}
#avatar{
    margin-left: 10px;
    width: 30px;
    height: 70px;
}
#avatar img{
    width: 30px;
    height: 50px;
    margin-left: -5px;
    margin-top: 10px;
}
#private ul{
    margin-left: 10px;
    width: 160px;
    font-size: 11px;
}
#private li{
    color: #9f814a;
    width: 100%;
}
#private li span{
    display: block;
    text-align: right;    
}
#private a{
    color: #024772;
}

#excl_img{
    position: relative;
    float: left;
    z-index: 0;
    width: 160px;
    height: 160px;
    margin-top: -20px;
}
#eimg{
    width: 160px;
    height: 160px;
    border: 0px;
    margin-top: -10px;
}
#excl_descr{
    float: left;
    width: 350px;   
    margin-left: 15px;
    text-align: justify;
}
#excl_descr span{
    float: left;
    width: 100%;
}
#exclusive a{
    text-decoration: none;
    border: 0px;
    color: #444440;
    font-weight: bold;
}

.search{
    background: transparent;
    border: none;
    color: #6d6851;
    padding-top: 10px;
}

#searchform{
    text-align: center;
}

#searchStr{
    width: 140px;
    margin-right: 5px;
    margin-top: 4px;
    border: 1px solid #9F814A;
}
#cBox{
    width: 600px;
    float: left;
    margin-top: 0;
}

.catItem{
    float:left;
    width: 110px;
    height: 145px;
    padding-bottom: 5px;
    margin-top: 25px;
    margin-bottom: 5px;
    text-align: center;
    overflow: hidden;
}
.catItem .imgD{
    width: 80px;
    height: 80px;
    padding: 0;
}
.catItem img{
    padding: 0;
}
.catItem a{
    text-decoration: none;
    border: none;
}
.catItem span{
    display: block;
    width: 100px;
    text-align: left;
}
.catItem .price{
    color: #900100;
}

#filterDown{
    position: absolute;
    top: 25px;
    width: auto;
    height: 20px;
}
.filterList{
    position: relative;
    float: left;
    width: auto;
    cursor: pointer;
}
.filterList span{
    display: block;
    text-align: left;
    width: 92px;
    background: url('/@@/img/v_menu_deco_d.png') 0px 6px no-repeat;
}
.filterList span b{
    color: #225a82;
    margin-left: 8px;
}
.filterList div{
    text-align:left;
	position: absolute;
    visibility: hidden;
    top: 14px;
    left: 0px;
    width: 150px;
    margin-right: -10px;
    background: url('/@@/img/filter_list_r.png') 100% 0% repeat-y #f8f5ef;
    padding-top: 5px;
}
.filterList div a{
    display: block;
	margin-left: 15px;
    padding-top: 5px;
    margin-right: 10px;
}
.filterList div a:hover{
    text-decoration: none;
    color: #900100;
}
span.filterListDown{
    clear: both;
    width: 100%;
    height: 15px;
    padding: 0;
    margin: 0;
    background: url('/@@/img/filter_list_d.png') 100% 100% no-repeat;
}
#vstavka_list{
    width: 240px;
}
#vstavka .aColumn{
    float: left;
    display: inline;
    width: 90px;
}
.filterList a.sublist{
    margin-left: 23px;
    padding-left: 5px;
}
option.sublist{
    padding-left: 13px;
}
#catItems{
    clear: both;
    /*overflow: hidden;*/
}
div.naviUp{
    clear: left;
    padding-top: 40px;
}
div.naviDown{
    clear: both;
    padding-top: 0px;
    padding-bottom: 10px;
}
#catalog_items .naviDown{
  padding-top: 10px;
}

#naviUP {
  padding-top: 40px;
  padding-bottom: 0px;
}
#naviUP .naviDown{
  padding-top: 0px;
  padding-bottom: 0px;
}

#showPage{
    clear: both;
    margin-top: 10px;
}
.orderView, #shoping table{
    clear: both;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    border-spacing: 0px;
}
.orderView table{
    margin: 0;
}
.orderView table tr td{
    padding-bottom: 5px;
}
.orderView td, .orderView th{
    font-size: 12px;
    vertical-align: top;
}
.orderView th{
    font-weight: bold;
    color: #9f814a;
    padding-bottom: 20px;     
}
.orderView .listIzd td span{
    padding-bottom: 15px;     
    color: #444440;
}
.orderView img{
    border: none;
}
.cenaIzd, .sizeIzd, .qtyIzd, .sumIzd, .delIzd{
    text-align: center;
}
.Izd{
    width: 70px;
    padding-left: 0;
    text-align: left;
}
.nameIzd{
    text-align: left;
    width: 120px;
}
th.cenaIzd, td.cenaIzd, .sumIzd{
    width: 100px;
    font-weight: bold;
}   
.cenaIzd input{
    width: 90%;
}
.sizeIzd, .qtyIzd{
    padding-left: 5px;
    padding-right: 5px;
}
.sizeIzd, .sizeIzd select{
    width: 50px;
    font-size: 11px;
    text-align: left;
}
.qtyIzd, .qtyIzd input{
    height: 18px;
    width: 40px;
}
.orderView td.cenaIzd span, .orderView td.sumIzd span, .commonitog span{
    color: #900100;
}
#orders .artIzd{
    clear: both;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
}
#orders .nameIzd .artIzd, #orders .nameIzd .artIzd span{
    color: #9f814a;
    font-size: 10px;
    font-weight: bold;
}
#orders .topbordertr td{
    border-top: 1px dotted #9f814a;
    padding-top: 20px;
    padding-bottom: 20px;
}
#orders .buttonType2, form.registration .buttonType{
    width: 150px;
    height: 21px;
    border: none;
    background: url('/@@/img/button2.png') no-repeat;
    color: #483613;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}
form.registration{
    padding-left: 0;
}
.itogtr td{
    padding-bottom: 5px;
}
.itogtr span, .commonitog span{
    font-weight: bold;
    margin-left: 15px;
}
.commonitog td{
    padding-top: 5px;
}
.commonitog span{
    font-size: 14px;
}


#textComment span{
    clear: both;
    width: 90%;
}

div.noregistr{
    text-align: center;
    padding-bottom: 20px;
}

.basketView{
    padding-left: 20px;
}


#userdata{
    margin-top: 20px;
}
#jewelFilter{
    position: absolute;
    width: 190px;
    right: 1px;
    margin-top: -14px;
    overflow: hidden;
}
#jewelFilter .boxContent{
    padding: 0;
}
#jfooter, #jupper{
    clear: both;
    width: 190px;
    height: 20px;
}
#jfooter{
    background: url('/@@/img/filter.png') left bottom no-repeat;
}
#jupper{
    background: url('/@@/img/filter.png') left top no-repeat;
}
#miniCat{
    background: #efefef;
    width: 100%;
}
#miniCat div{
    clear: both;
    height: 20px;
    width: 190px;
    padding-left: 30px;
}
#miniCat a{
    display: block;
    padding-left: 30px;
    padding-bottom: 5px;
}
#nameMiniCat{
    padding-bottom: 5px;
    color: #6d6851;
}
#ring a{
    background: url('/@@/img/ring.png') 0 -2px no-repeat;
}
#earling a{
    background: url('/@@/img/earling.png') 0 -2px no-repeat;
}
#bracket a{
    background: url('/@@/img/bracket.png') 0 -2px no-repeat;
}
#bracelet a{
    background: url('/@@/img/bracelet.png') 0 -2px no-repeat;
}
#necklace a{
    background: url('/@@/img/necklace.png') 0 -2px no-repeat;
}
#brooch a{
    background: url('/@@/img/brooch.png') 0 -2px no-repeat;
}
#pirsing a{
    background: url('/@@/img/pirsing.png') 0 -2px no-repeat;
}
#others a{
    background: url('/@@/img/others.png') 0 -2px no-repeat;
}
#stone a{
    background: url('/@@/img/stone.png') 0 -2px no-repeat;
}
#watch a{
    background: url('/@@/img/watch.png') 0 -2px no-repeat;
}

#rBox #basket{
    position: static;
    clear: both;
    margin: 0;
    padding: 0;
}

.forDocs{
    min-height: 130px;
}
.forDocs p{
    text-indent: 0px;
    color: black;
    line-height: 18px;
}
.forDocs h2{
    margin-bottom: 10px;
}
div.documents{
    float: right;
    width: 190px;
    top: -14px;
    right: -14px;
}
div.textDoc{
    position: relative;
    z-index: -1;
    margin-top: 0px;
}
.documents h3{
    font-size: 13px;
}
.documents #miniCat div{
    padding:0;
    height: auto;
}
.documents #miniCat a{
   padding:0px 0px 0px 20px;
}
.documents #miniCat b{
    padding:0px 0px 0px 20px;
    color: #900100;
}
.documents span{
    padding-left: 20px;
}
.documents div#nameMiniCat span{
   /* font-weight: bold; */
}
.newsBlock{
    clear: left;
    padding-bottom: 10px;
}
.newsBlock *{
    display: block;
}
.docsList p {
    padding: 0;
}
.newsBlock a{
    margin-top: 5px;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
}
.newsHead{
    font-size: 14px;
    padding-bottom: 5px;
}
p.newsDate{
    clear: both;
    font-size: 11px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 20px;
}
#quickFilter a{
    color: #225a82;
}
#quickFilter a:hover{
    text-decoration: none;
    color: #900100;
}

#searchProd .buttonType{
    margin: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    
}
#searchProd form{
    padding: 0;
    margin: 0;
    text-align: center;
}
#searchProd .boxContent{
    padding-bottom: 0;
    text-align: center;
}
#searchProd .jSelect{
    width: 135px;
    margin-bottom: 7px;
    margin-left: 0;
}
#searchProd .jParagraf{
    text-align: left;
    margin-left: 0px;
    padding: 0;
}
#searchProd .jParagraf input{
    clear: left;
    width: 130px;
    margin-bottom: 7px;
}
#searchProd .minmax input{
    color: #cccccc;
}
.map{
    margin-left: 5px;
}
.map ul{
    margin-left: 15px;
}

.error{
    margin-top: 15px;
    margin-bottom: 15px;
    color: red;
}   

.cabinet div{
    overflow: hidden;
}
.cabinet, .registration{
    color: #9F814A;
}
.cabinet span{
    margin-left: 0;
}
.cabinet .secondField{
    width: 330px;
    margin: 0;
    padding-bottom: 5px;
    color: #AAAAAA;
}
#dataOrders{
    padding-bottom: 15px;
}
#shoping span{
    color: #9F814A;
}
#shoping table{
    color: #9F814A;
    font-weight: bold;
}
#shoping table th, #shoping table td{
    padding: 0px 0px 10px 1px;
}
.fieldOrder{
   width: 50px;
}
.fieldStatus{
    width: 100px;
}
#shoping .fieldDate{
    width: 130px;
}
#shoping .fieldName{
    width: 180px;
}

#shoping .fieldIzd{
    width: 70px;
    text-align: center;
}

#shoping .fieldSum{
    width: 100px;
    text-align: center;
}
#shoping td.fieldSum, #fieldSum .secondField{
    color: #900100;
}

#collection{
    clear: both;
    overflow: hidden;
}
#collection h2{
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 14px;
    color: #9f814a;
}

#collection .catItem{
    margin-top: -20px;
}
#editVstavka, #image_include{
    width: 100%;
    margin-bottom: 20px;
}
.editList{
    float: left;
    width: 140px;
    padding-bottom: 5px;
}
#image_include .editList{
    width: 180px;
}
#collect_include .editList{
    width: 80px;
}
#collect_include input, #image_include input, #collect_include span, #image_include span{
    float: left;
}
#editVstavka span{
    margin-left: 2px;
}
#editComplekt, .editPages{
    clear: both;
    padding-top: 20px;
    margin-bottom: 20px;
}


#shopinfo{
    clear: both;
    overflow: hidden;
    padding: 0;
}

#shopinfo h2{
    padding-top: 20px;
    margin-left: 0px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #9f814a;
}
#shopinfo h3{
    font-size: 14px;
}
.info{
    font-size: 10px;
}
.info hr{ 
    margin-top: 5px;
    margin-bottom: 5px;
}

.productList h3{
    clear: both;
}
#editData{
    position: relative;   
    top: 0px;
    right: 0px;
}
._sel-1, ._sel-2 a{
    color: #218ad0;
}
.shops div{
    padding-bottom: 10px;
}   

#rndproduct{
    width: 180px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: -30px;
}
#rndproduct a{
    text-decoration: none;
    color: #9F814A;
}
#rndproduct img{
    border: 1px solid #9F814A;
    padding:0;
}
#rndproduct .boxContent{
    text-align: center;
    padding: 0px;
    margin: 0;
    width: 120px;
    height: 197px;
    background: url('/@@/img/gift.png') 0px 1px no-repeat;
    padding-top: 40px;
}
#rndproduct .imgD{
    padding-top: 7px;
    display: block;
    height: 80px;
}
#rndproduct span{
    display: block;
    text-align: center;
    width: auto;
    font-weight: bold;
    height: 20px;
}
#rndproduct .cena{
    background: none;
    margin-top: 3px;
    color: #900100;
    font-size: 11px;
}

.selectE, .selectM{
    float:left;
    border: 1px solid;
    padding: 10px;
    margin: 10px;
    width: 240px;
    display: inline;
    text-align: left;
}
.selectE{
    margin-right: 5px;
}
.selectM{
    margin-left: 10px;
}

#cities{
    padding-top: 10px;
    text-align: left;
}
#cities select{
    margin-top: 5px;
    border: 1px solid #9F814A;
    width: 180px;
}
#cities b{
    color: #9F814A;
}
#sortbyprice{
    float: right;
    display: inline;
    margin-top: -12pt;
    margin-right: 10px;
}
#sortbyprice a{
    margin-left: 10px;
}

#size_include{
    overflow: hidden;
}

#callfree .boxContent{
    text-align: center;
    color: #900100;
}
#callfree input{
    margin-top: 15px;
}
#prev_next{
    width: 560px;
    overflow: hidden;
}
#prev_next a{
    text-decoration: none;
}
#prev_next img{
    padding: 0;
}
#product #prev{
    float: left;
    width: 40px;
    text-align: center;
}
#product #next{
    float: right;
    width: 40px;
    text-align: center;
}
.firms ul{
    list-style: none;
    padding: 0;
}
.firms li{
    margin-bottom: 10px;
}
.firms li, .firms img{
    width: 130px;
    height: auto;
}
.firms span{
    padding-top: 10px;
    display: block;
    text-align: center;
}
#descr p.forOrderText{
    padding-top: 10px;
    color: #900100;
    font-weight: bold;
    float: right;
}
#photoimg{
    margin-bottom: 20px;
}
#slide{
    position: absolute;
    z-index: 10000;
    width: 820px;
    height: 820px;
    top: -100px;
    left: 85px;
    overflow:hidden;
    background-color: #9F814A;
    cursor: pointer;
    display: none;
}
#slide div{
    position: absolute;
    background-color: white;
    width: 800px;
    height: 800px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
}
#slide iframe{
  display:none;/*sorry for IE5*/
  display/**/:block;/*sorry for IE5*/
  position:absolute;/*must have*/
  top:0px;/*must have*/
  left:0px;/*must have*/
  z-index:-1;/*must have*/
  filter:mask();/*must have*/
  width:3000px;/*must have for any big value*/
  height:3000px/*must have for any big value*/;
}

#imgvideo img, #photoimg{
    cursor: pointer;
}
p#mainlink{
    clear: both;
    padding-bottom: 15px;
}
p.addfavour{
    clear: both;
    color: #aaaaaa;
    font-size: 10px;
    padding-bottom: 15px;
}
.addfavour span{
    float:left;
}
strong{
    font-weight: normal;
}

/* for tagscloud flash */
#block3 .boxContent{
    padding: 0;
}
span.shopprice{
    text-align: left;
    color: #900100;
    font-size: 8pt;
    font-weight: normal;
    float: left;
    padding-left: 5px;
}
#direct_link{
    clear: both;
}
h1, h2{
  font-size: 18px;
  color: #900100;
}
.imgview{
    cursor: pointer;
}
.bankprice{
    color:#00AA00;
    font-weight: bold;
}