@charset "utf-8";
body {
    font: bold 11px Tahoma;
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    color: #404040;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin:0;
    padding:0;
}

ul, ol, dl {
    padding: 0;
    margin: 0;
}

li{
    list-style-type: none;
}

p {
    margin-top: 0;
    padding: 0;
}

a{
    outline: none;
    color: #404040;
    text-decoration: none;
}

a img {
    border: none;
}

a:hover, a:active, a:focus {
    color: #C50105;
}

a.current, a.active{
    color: #C50105 !important;
    font-weight: bold;
}

.container {
    width: 80%;
    /*max-width: 1265px;*/
    /*min-width: 1150px;*/
    width: 1150px;
    background: #FFF;
    margin: 0 auto;
}

.header {
    background: #FFFFFF;
    padding-left: 45px;
    position: relative;
    height: 58px;
}

.header div.logo{
    position: absolute;
    top: -3px;
    width: 155px;
}

.header div.cart{
    position: absolute;
    top: 0;
    right: 0px;
    width: 195px;
    padding-left: 55px;
    background: white url(/images/cart-logo.png) no-repeat bottom left;
    height: 50px;
    padding-top: 12px;
}

.header div.cart a{
    margin-top: 4px;
    display: block;
    color: #445c68;
    text-decoration: underline;
}

.header .menu{
    padding-left: 155px;
    padding-right: 260px;
}

.header .menu ul li{
    list-style-type: none;
    display: inline;
    margin-left: 10px;
}

.header .menu .langs{
    height: 25px;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
}

.header .menu .langs li a{
    text-decoration: underline;
    color: #999999;
}

.header .menu .langs li a:hover, .header .menu .langs li a:active, .header .menu .langs li a:focus {
    color: #C50105;
}

.header .menu .pages{
    height: 25px;
    text-align: center;
}

.header .menu .pages li{
    margin-left: 10px;
}

.header .menu .pages li a{
    font: normal 14px Tahoma;
}

.left-side {
    float: left;
    width: 185px;
    padding: 0px 0px 0px 50px;
    background: white url(/images/bg-left.png) no-repeat top left;
}

.left-side .inner{
    background: #E9EBEA url(/images/left-menu-top.png) no-repeat top left;
    width: 185px;
}

.left-side .bottom{
    background: #E9EBEA url(/images/left-menu-bottom.png) no-repeat top left;
    height: 14px;
}

.left-side .inner ul{
    padding: 40px 0px 0px 0px;
}

.left-side .inner li{
    list-style-type: none;
    padding-top: 0px;
    padding-left: 0px;
    position: relative;
}

.left-side .inner li:hover{
    background-color: white;
}

.left-side .inner li a{
    display: block;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 99999;
}

.left-side .inner ul.dropdown{
    position: absolute;
    top: -1px;
    left: 190px;
    display: none;
    z-index: 99998;
    background-color: white;
    padding: 5px 10px 10px 10px;
    width: 634px;
    border: 1px solid #ABABAB;
}

.left-side .inner div.dropdown-border{
    position: absolute;
    top: -1px;
    left: 0;
    width: 190px;
    height: 100%;
    border-top: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;
    background-color: white;
    display: none;
    z-index: 99999;
}

.left-side .inner ul.dropdown li a{
    padding: 0;
    font: normal 11px Tahoma;
}

.left-side .inner ul.dropdown li.sublevel{
    padding: 5px 0px 10px 0px;
    background: white url("/images/dot-grey-bg.gif") repeat-x bottom center;
}

.left-side .inner ul.dropdown li.sublevel a{
    font: bold 12px Tahoma;
}

.left-side .inner ul.dropdown li.sublevel .rest{
    display: inline;
    font: normal 11px Tahoma;
    text-decoration: underline;
}

.left-side .inner ul.dropdown li.last{
    padding: 5px 0px 0px 0px;
    background: none;
}

.left-side .inner ul li a.current{
    font-weight: bold;
}

.left-side .inner ul ul.sublist{
    padding: 0px;
    background-color: #e2e4e3;
}

.left-side .inner ul ul.sublist a{
    padding-left: 25px;
}

.left-side .inner ul ul.sublist ul.sublist{
    background-color: #dbdddc;
}

.left-side .inner ul ul.sublist ul.sublist a{
    padding-left: 40px;
}

.left-side .inner ul ul.sublist ul.sublist ul.sublist{
    background-color: #cecece;
}

.left-side .inner ul ul.sublist ul.sublist ul.sublist a{
    padding-left: 50px;
}

.content {
    padding: 0;
    width: auto;
    margin: 0 250px 0 235px;
}

.content .banner{
    background: #C50105 url(/images/center-top.png) repeat-x top left;
    height: 178px;
    padding-top: 4px;
}

.content .shops{
    border-bottom: 1px solid #A9A9A9;
    height: 41px;
}

.content .shops table{
    margin: 0 auto;
    height: 41px;
}

.content .shops table td.shop-label{
    background-repeat: no-repeat;
    background-position: top right;
}

.content .shops table td.shop-label a{
    display: block;
    width: 56px;
    color: black;
    font: normal 14px Tahoma;
    line-height: 41px;
}



.content .shops table td{
    padding-left: 5px;
}

.content .main{
    background: white url(/images/content-bg.png) repeat-x top left;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.top .block-label{
    background: white url(/images/top-label.png) no-repeat top left;
}

.sale .block-label{
    background: white url(/images/sale-label.png) no-repeat top left;
}

.info .block-label{
    background: white url(/images/info-label.png) no-repeat top left;
}

.new .block-label{
    background: white url(/images/new-label.png) no-repeat top left;
}

.top .block-content, .sale .block-content, .new .block-content{
    padding-left: 0px !important;
}

.content .block{
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    /*padding-left: 90px;*/
}

.content .catalog{
    padding-left: 0px;
}

.content .news{
    padding-left: 0px;
}

.content .news .block-header{
    padding-left: 20px !important;
}

.content .news .block-content a{
    color: #0a79d3;
    font: normal 12px Tahoma;
}

.content .news .block-content{
    padding-bottom: 10px;
}

.content .news dd span{
    margin-right: 10px;
    font: bold 12px Tahoma;
    color: #C50105;
}

.content .news dt{
    margin-bottom: 10px;
}

.content .block .block-label{
    height:95px;
    left:10px;
    position:absolute;
    top:0;
    width:72px;
    display: none;
}

.content .block .block-label a{
    display: block;
    height:95px;
    width:72px;
}

.content .block .block-header{
    height:34px;
    padding-top:12px;
    font: normal 18px Tahoma;
    padding-left: 10px;
}

.content .block .block-filter{
    padding-bottom: 5px;
}

.content .block .block-content{
    padding-left: 10px;
}

.content .block .block-content .item{
    float: left;
    width: 205px;
    min-width: 150px;
    margin-right: 10px;
    margin-bottom: 5px;
    height: 215px;
}

.content .block .block-content .item .photo{
    width: auto;
    height: 120px;
    margin-bottom: 5px;
    text-align: center;
}

.content .block .block-content .item .title{
    text-align: center;
    height: 16px;
    overflow: hidden;
}

.content .block .block-content .item .title a{
    font: normal 13px Tahoma;
    display: block;
    overflow: hidden;
    height: 16px;
}

.content .block .block-content .item .page{
    text-align: center;
    height: 15px;
    overflow: hidden;
    margin-top: 8px;
}

.content .block .block-content .item .page a{
    font: normal 13px Tahoma;
    display: block;
    overflow: hidden;
    height: 15px;
    color: #C50105;
    font-weight: bold;
}

.content .block .block-content .item .price{
    font: bold 13px Tahoma;
    text-align: center;
    margin-top: 8px;
}

.content .block .block-content .options{
    height: 19px;
    width: 150px;
    margin: 10px auto;
}

.content .block .block-content .options .into-cart{
    width: 49px;
    height: 17px;
    background: white url(/images/cart.png) no-repeat top right;
    float: left;
    padding-left: 22px;
    padding-top: 2px;
}

.content .block .block-content .options a{
    font: normal 10px Tahoma;
    color: white;
}

.content .block .block-content .options .more{
    width: 78px;
    height: 17px;
    background: white url(/images/more.png) no-repeat top left;
    float: left;
    padding-top: 2px;
    padding-left: 0px;
    text-align: center;
}

.content .block .block-filter table{
    margin: 0 auto;
}

.content .block .block-filter table th {
    color: #666666;
    font: normal 13px Tahoma;
    /*padding-left: 20px;
    padding-right: 5px;*/
    padding: 0px;
    text-transform: lowercase;
    /*height: 30px;*/
    height: 25px;
}

.content .block .block-filter table td{
    height: 25px;
    padding: 0px;
    font-size: 13px;
    color: #666666;
}

.content .block .block-filter table td img{
    margin-bottom: -2px;
}

.content .block .block-filter table td a{
    margin-right: 5px;
    color: #005CC3;
    text-transform: lowercase;
    font-size: 13px;
}

.content .block .block-filter table td a:hover{
    color: #C50105;
}

.content .block .block-nav{
    margin: 5px 0px;
}

.content .block .block-nav table{
    margin: 0 auto;
}

.content .block .block-nav table th, .content .block .block-nav table td{
    padding-left: 10px;
    vertical-align: middle;
    height: 30px;
}

.content .block .block-nav table a{
    font-size: 15px;
    font-family: Tahoma;
    text-transform: lowercase;
}

.content .block .block-nav table th a{
    color: #666666;
    font-weight: normal;
}

.content .block .block-nav table td a{
    color: #005CC3;
    margin-right: 3px;
}

.content .block .block-nav table a:hover{
    color: #C50105;
}

.content .block .details{
    padding-right: 10px;
}

.content .block .details table{
    width: 100%;
}

.content .block .details table tr.main{
    background: transparent url("/images/dot-grey-bg.gif") repeat-x bottom center;
}

.content .block .details table td{
    /*border-bottom: 1px dashed #335271;*/
    vertical-align: top;
}

.content .block .details table td table td{
    border-bottom: 0px none transparent;
}

.content .block .details table td a.title {
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 100%;
    color: #005CC3;
}

.content .block .list table td a.title {
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 100%;
    color: #005CC3;
}

.content .block .details div.price{
    font: bold 12px Tahoma;
    color: #C50105;
    text-align: center;
}

.content .block .details .options{
    margin: 10px 0px 10px 0px;
}

.content .block .list .options{
    margin: 0;
}

.content .info{
    padding-left: 0px;
}

.content .info .block-header{
    /*padding-left: 90px;*/
    height: 25px;
    margin-bottom: 10px;
    overflow: hidden;
}

.content .info .block-content{
    padding-left: 0px;
}

.content .info .block-content .images{
    height: 400px;
    margin-bottom: 5px;
    /*padding-left: 90px;*/
}

.content .info .block-content .images .image{
    /*width: 335px;*/
    margin-right: 225px;
    height: 335px;
    /*float: left;*/
}

.content .info .block-content .images .image table{
    margin: 0 auto;
    width: 335px;
    height: 335px;
}

.content .info .block-content .images .gallery{
    width: 182px;
    float: right;    
    border: 1px solid #D9D9D9;
    margin-right: 10px;
    height: 349px;
    position: relative;
}

.content .info .block-content .images .gallery .inner{
    width: 167px;
    height: 334px;
    padding: 15px 0px 0px 15px;
    overflow: hidden;
    position: relative;
}


.content .info .block-content .images .gallery .list{
    position: absolute;
    top: 15px;
}

.content .info .block-content .images .gallery li{
    border: 1px solid #D9D9D9;
    margin: 0px 15px 15px 0px;
}

.content .info .block-content .images .gallery .control{
    position: absolute;
    left: -26px;
    display: block;
    width: 25px;
    height: 57px;
}

.content .info .block-content .images .gallery .control a{
    display: block;
    width: 25px;
    height: 57px;
}

.content .info .block-content .images .gallery #prevBtn{
    top: -1px;
    background: transparent url(/images/mini-badge-up.png) no-repeat top right;
}

.content .info .block-content .images .gallery #nextBtn{
    bottom: -1px;
    background: transparent url(/images/mini-badge-down.png) no-repeat top right;
}

.content .info .block-content .price-info{
    height: 40px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #D9D9D9;
}

.content .info .block-content .price-info table{
    height: 40px;
    width: 100%;
}

.content .info .block-content .price-info table th{
    font: bold 15px Tahoma;
}

.content .info .block-content .price-info table td{
    text-align: center;
}

.content .info .block-content .price-info table a.ajax, a.buy{
    display: block;
    width: 70px;
    height: 19px;
    background: transparent url(/images/buy.png) no-repeat top left;
    text-align: center;
    padding-left: 21px;
    color: white;
    font: normal 12px Tahoma;
    padding-top: 4px;
    margin: 0 auto;
}

a.buy{
    margin: 10px auto;
}

.content .info .block-content .params{
    padding-bottom: 15px;
}

.content .info .block-content .params table{
    width: 100%;
}

.content .info .block-content .params table td{
    padding-left: 0px;
}

.content .info .block-content .params table td td{
    padding-left: 5px;
}

.content .info .block-content .params table tr.odd td, .content .info .block-content .params table tr.even td{
    padding: 5px;
    line-height: 16px;
    width: 50%;
}

.content .info .block-content .params table tr.odd{

}

.content .info .block-content .params table tr.even{
    background-color: #EAEAEA;
}

.content .info .block-content .params table th{
    font: bold 14px Tahoma;
    color: #b90807;
    padding: 15px 0px 5px 5px;
    text-align: left;
}

.content .info .block-content .params table th.first{
    padding-top: 5px;
}

.content .associated{
    padding-left: 0px;
    padding-bottom: 20px;
}

.content .associated h1{
    font: bold 18px Tahoma;
    text-align: center;
}

.content .comment{
    padding-left: 0px;
    padding-bottom: 20px;
}

.content .comment h1{
    font: bold 18px Tahoma;
    text-align: center;
}

.content .comment table{
    border-top: 1px solid #D9D9D9;
    width: 625px;
    margin-top: 10px;
}

.content .comment table td{
    padding-top: 5px;
}

.content .comment input[type=text]{
    width: 100%;
    border: 1px solid #D9D9D9;
}

.content .comment textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #D9D9D9;
}

.content .comment .error{
    border: 1px dotted red;
}

.content .comment label.error{
    border: none;
    background-color: white;
    color: red;
}

.content .comment .message{
    margin-bottom: 10px;
}

.content .comment .sender i{
    color: #B9B9B9;
    margin-left: 10px;
}

.right-side {
    float: right;
    width: 200px;
    padding: 0 50px 0 0;
    background: white url(/images/bg-right.png) no-repeat top right;
}

.right-side .login-zone .top{
    background: white url(/images/login-top.png) no-repeat top left;
    height: 15px;
}

.right-side .login-zone .inner{
    background: white url(/images/login-bg.png) repeat-y top left;
    height: 225px;
}

.right-side .login-zone .bottom{
    background: white url(/images/login-bottom.png) no-repeat bottom left;
    height: 20px;
}

.right-side div.login table{
    margin: 0;
    width: 100%;
}

.right-side div.login table th{
    color: white;
    font: normal 18px Tahoma;
    text-align: left;
    padding: 10px 0 5px 20px;
}

.right-side div.login table td{
    padding-left: 15px;
    padding-bottom: 10px;
    color: white;
}

.right-side div.login div.login-input{
    width: 163px;
    height: 27px;
    background: transparent url(/images/login-input.png) no-repeat top left;
}

.right-side div.login div.login-input div.input{
    padding-left: 5px;
}

.right-side div.login div.login-input div.input input{
    font: normal 12px Tahoma;
    color: black;
    border: none;
    width: 150px;
    height: 25px;
    margin-top: 1px;
}

.right-side div.login div.password-input{
    width: 163px;
    height: 27px;
    background: transparent url(/images/password-input.png) no-repeat top left;
}

.right-side div.login div.password-input div.input{
    padding-left: 5px;
}

.right-side div.login div.password-input div.input input[type=password]{
    font: normal 12px Tahoma;
    color: black;
    border: none;
    width: 130px;
    height: 25px;
    float: left;
    margin-top: 1px;
}

.right-side div.login div.password-input div.input input[type=submit]{
    font-size: 0px;
    width: 25px;
    height: 25px;
    background: transparent none;
    border: none;
    float: left;
    margin-left: 2px;
    margin-top: 1px;
}

.right-side div.login input[type=checkbox]{
    float: left;
    margin-left: 5px;
}

.right-side div.login label{
    font: normal 11px Tahoma;
    /*float: left;*/
    margin-left: 5px;
    color: white;
}

.right-side div.login a{
    color: white;
    text-decoration: underline;
}

.right-side div.login a.forgot{
    margin-left: 5px;
}


.right-side div.login span{
    margin: 0 5px;
}

.right-side .filter{
    padding-left: 15px;
}

.right-side .filter ul li{
    margin-bottom: 10px;
}

.right-side .filter ul li select{
    width: 170px;
    border: 1px solid #D9D9D9;
    color: #005CC3;
    font: normal 13px Tahoma;
}

.right-side .filter ul li.title{
    margin-bottom: 5px;
}

.right-side .filter ul li li{
    margin-bottom: 0px;
    padding-left: 5px;
}

.right-side .filter li a{
    color: #005CC3;
    font: normal 13px Tahoma;
}

.right-side .filter li span{
    color: #666666;
    font: normal 13px Tahoma;
    margin-bottom: 5px;
}


ul.nav {
    list-style: none;
    border-top: 1px solid #666;
    margin-bottom: 15px;
}
ul.nav li {
    border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
    padding: 5px 5px 5px 15px;
    display: block;
    text-decoration: none;
    background: #8090AB;
    color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
    background: #6F7D94;
    color: #FFF;
}


.footer {    
    background: #6F7D94 url(/images/footer.png) repeat-x top left;
    position: relative;
    clear: both;
    height: 125px;
    margin-top: 15px;
}

.footer .inner{
    width: 80%;
    max-width: 1300px;
    min-width: 1150px;
    margin: 0 auto;
    font: normal 12px Tahoma;
    color: white;
    line-height: 125px;
}

.footer .inner .counter{
    float: right;
    width: 88px;
    height: 120px;
    margin-top: 3px;
}

.fltrt {
    float: right;
    margin-left: 8px;
}
.fltlft {
    float: left;
    margin-right: 8px;
}
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


div.item-count p{
    font: bold 14px Tahoma;
    color: #248EC2;
    margin-bottom: 10px;
}

div.item-count p span{
    font: bold 14px Tahoma;
    color: #585858;
}

div.item-count p.submit{
    font: bold 14px Tahoma;
    color: #585858;
    margin-bottom: 0px;
    text-align: center;
}

div.item-count p input[type=text]{
    font: normal 14px Tahoma;
    color: #585858;
    text-align: center;
    margin: 0 auto;
}

p#item-count-error, p#item-count-error-null{
    color: #f20a2b;
}

p.item-count-ok{
    color: green;
    font: bold 16px Tahoma;
}

div#slider ul{
    width: 150px;
}

div#slider ul li{
    width: 150px;
    height: 150px;
    overflow: hidden;
    text-align: center;
}

div.cart-items{
    border: 1px solid #F2F2F2;
    padding: 10px;
}

div.cart-items table{
    width: 100%;
    border-collapse: collapse;
}

div.cart-items table th{
    padding: 5px 0px 5px 0px;
    font: bold 11px Tahoma;
    color: #585858;
    vertical-align: bottom;
    border: 1px solid #F2F2F2;
    text-align: center;
}

div.cart-items table tbody tr{
    background-color: #f4f6f7;
}

div.cart-items table tbody tr td{
    padding: 7px 0px 7px 0px;
    font: normal 12px Tahoma;
    color: #585858;
    vertical-align: middle;
    border: 1px solid #F2F2F2;
    text-align: center;
}

div.cart-items table tbody tr td input{
    border: 1px solid #abadb3;
    padding: 3px;
    width: 75px;
    text-align: center;
    font: normal 12px Tahoma
}

div.cart-items table .center{
    text-align: center;
}

div.cart-items table tbody tr.margin{
    background-color: white;
}

div.cart-items table tbody tr.margin td{
    background-color: white;
    font-size: 8px;
    padding: 0px;
}

div.cart-items a{
    font: bold 10px Tahoma;
    color: #585858;
}

div.cart div.cart-contact table{
    border-collapse: collapse;
}

div.cart div.cart-contact table tbody tr td{
    padding: 7px 7px 7px 10px;
    font: normal 14px Tahoma;
    color: #585858;
    vertical-align: middle;
}

div.cart div.cart-contact table tbody tr td i{
    font: italic 12px Tahoma;
    color: #585858;
}

div.cart div.cart-contact table tbody tr td input[type="text"]{
    border: 1px solid #abadb3;
    padding: 3px;
    width: 200px;
}

div.cart div.cart-contact table tbody tr.margin td {
    background-color: white;
    font-size: 8px;
    padding: 0;
}

div.cart div.cart-contact table tbody tr {
    background-color: #F4F6F7;
}

a.view-orders {
    color:#335271;
    font:bold 14px Tahoma;
}

td.captcha a {
    display:block;
    float:left;
    height:25px;
    width:100px;
}

td.captcha input {
    float:left;
    width:153px !important;
}

div.cities label{
    color:white;
    font:normal 11px Tahoma;
    margin-left:5px;
}

 div.search{
    height: 26px;
    width: 180px;
    border: 1px solid #c3c3c3;
    background-color: #FFFFFF;
    font-size: 0px;
    padding: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
}

 div.search form{
    padding: 0px;
    margin: 0px;
    font-size: 0px;
}

 div.search input[type=text]{
    border: 0px solid black;
    font: normal 14px Tahoma;
    color: #878787;
    width: 135px;
    height: 15px;
    padding: 5px 0px 5px 10px;
}
 div.search input[type=submit]{
    border: 0px solid black;
    background: white url(/images/search-icon.png) no-repeat top left;
    width: 30px;
    height: 26px;
    padding: 0;
    float: right;
}

div.vacancy dl{
    padding-left: 10px;
}

div.vacancy dl dt{
    font: bold 12px Tahoma;
    color: #C50105;
}

div.vacancy dl dd{
    font: normal 11px Tahoma;
    margin-bottom: 10px;
    margin-top: 2px;
}

div.vacancy dl dd img{
    margin-right: 10px;
}

div.work-time{
    /*background: transparent url(/images/worktime-bg.png) no-repeat top left;*/
    padding-left: 25px;
    border-top: 1px solid #D9D9D9;
    margin-top: 15px;
    padding-top: 10px;
}

div.work-time p{
    font: normal 18px Tahoma;
}

div.work-time p.time{
    font: bold 18px Tahoma;
}

div.work-time p.graph{
    margin-top: 5px;
}

div.pricelist{
    /*background: transparent url(/images/worktime-bg.png) no-repeat top left;*/
    padding-left: 25px;
    border-top: 1px solid #D9D9D9;
    margin-top: 15px;
    padding-top: 10px;
}

div.pricelist p{
    font: normal 18px Tahoma;
}

div.pricelist p a{
    text-decoration: underline;
    font: normal 12px Tahoma;
}

div.consultant{
    /*background: transparent url(/images/info.png) no-repeat top left;*/
    padding-left: 25px;
    border-top: 1px solid #D9D9D9;
    margin-top: 15px;
    padding-top: 10px;
}

div.consultant p{
    font: normal 18px Tahoma;
}

div.consultant p.icq{
    font: normal 12px Tahoma;
    margin: 5px 0px;
}


div.contact{
    background: transparent url(/images/contact.png) no-repeat top left;
    padding-left: 25px;
    border-top: 1px solid #D9D9D9;
    margin-top: 15px;
    padding-top: 5px;
    height: 30px;
}

div.contact p{
    font: normal 18px Tahoma;
}

div.contact p a{
    text-decoration: underline;
}

div.articles{
    margin: 0px 0px 10px 10px;
}

div.articles dt a{
    font: bold 13px Tahoma;
    color: #005CC3;
}

div.articles dd{
    font: normal 13px Tahoma;
    color: #666666;
}

div.articles dd{
    margin: 0px 0px 10px 0px;
}

div.left-banner{
    padding-top: 20px;
    text-align: center;
}

div.banner-top-right{
    text-align: center;
    margin-bottom: 10px;
}

div.banner-bottom-right{
    text-align: center;
    margin-top: 10px;
}

div.item{
    position: relative;
}

div.item .item-label{
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    background: none;
}

div.top-item .item-label{
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background: transparent url(/images/top-logo.png) no-repeat top right;
}

div.sale-item .item-label{
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background: transparent url(/images/sale-logo.png) no-repeat top right;
}

div.new-item .item-label{
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background: transparent url(/images/new-logo.png) no-repeat top right;
}

ul.shop-list li{
    font: bold 13px Tahoma;
    color: black;
}

ul.shop-list li li{
    padding-left: 15px;
}

ul.shop-list li a{
    font: bold 13px Tahoma;
    color: #C50105;
}

.clear{
    clear: both;
    font-size: 0;
    line-height: 0;
}

table.action-table th{
    font: bold 13px Tahoma;
    color: #C50105;
    text-transform: uppercase;
    padding-bottom: 5px;
}

table.action-table td b{
    color: #C50105;
    margin-right: 5px;
}

table.action-table td span{
    font-weight: bold;
}

#orpho{
    display: none;
}

.orpho{    
    background: none repeat scroll 0 0 #D4D0C8;
    width: 550px;
    z-index: 10001;
    border: 1px solid #555555;
    padding: 1em;
    font-family: Tahoma;
    font-size: 90%;
    color: black;
}

#orpho-little-text, #orpho-big-text{
    display: none;
}

.scrollable{
    position: relative;
    height: 220px;
    overflow: hidden;
    /*width: 573px;*/
    width: 663px;
}

.scrollable .items{
    position: absolute;
    width: 20000em;
    height: 220px;
}

.scrollable .item{
    /*width: 190px !important;*/
    width: 220px !important;
    height: 220px !important;
    margin: 0px !important;
    float: left !important;
}

.scrollable .item-container{
    /*width: 573px;*/
    width: 663px;
    height: 280px;
    margin: 0px;
    float: left;
}

/* position and dimensions of the navigator */
.navi {
	/*margin-left:230px;
	width:200px;*/
	height:20px;
        position: absolute;
        top: 15px;
        right: 15px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;
}

div.stars-wrapper{
   height: 14px;
   margin-bottom: 5px;
}

div.stars{
    width: 70px;
    height: 14px;
    background: white url("/images/star_.png") repeat-x left top;
    float: left;
    margin-right: 10px;
}

div.stars div.stars-value{
    height: 14px;
    background: white url("/images/star_.png") repeat-x left center;
}

div.product{
    background: transparent url("/images/dot-grey-bg.gif") repeat-x bottom center;
    margin-bottom: 5px;
}

div.product div.title{
    padding-bottom: 5px;
}

div.product div.title a{
    font: normal 163.7% Tahoma;
    text-decoration: underline;
}

div.product div.description .picture{
    text-align: center;
}

div.product div.description .picture span{
    font: normal 10px Tahoma;
    color: #999999;
    margin-bottom: 5px;
    display: block;
}

div.product div.description .picture a{
    display: block;
    position: relative;
    width: 120px;
    height: 120px;
}

div.product div.description table{
    margin-bottom: 10px;
}
div.product div.description table td{
    padding-right: 5px;
}

div.product div.description td.parameters span{
    font: normal 10px Tahoma;
    color: black;
}

div.product div.description td.prices div{
    margin-bottom: 5px;
}

div.product div.description td.prices span{
    font: normal 10px Tahoma;
    color: black;
}

div.product div.description td.prices strong{
    font: bold 17px Tahoma;
    color: #676767;
}


span#price-start, span#price-end{
    color: #C50105;
    font-weight: bold;
}

p.nothing-found{
    font: bold 16px Tahoma;
    padding: 10px;
    text-align: center;
}

.photo a{
    display:block;
    /*width:120px;*/
    width: 150px;
    height: 120px;
    margin: 0 auto;
    position: relative;
}

img.pic{
    position: absolute;
    top: 0px;
    right: -5px;
}

a.mini{
    display: block;
    width: 150px;
    height: 150px;
    text-align: center;
}

.error{
    color: #C50105;
}
