html, body {
    background-color: #F9F4F0;
    font: 11px Tahoma,Arial,Helvetica,Geneva,sans-serif;
    height: 100%;
    width: 100%;
}
h1 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
}
h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
}
h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
}
a {
    color: #A6147E;
}
e[type="button"] {
    cursor: pointer;
}
#top_background {
    float: right;
    min-height: 44px;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 8px;
    text-align: right;
    width: 100%;
}
#top {
    float: right;
    margin: 0 auto;
    width: 200px;
}
#menu {
    float: left;
    margin-left: -10px;
    margin-top: 7px;
    max-width: 700px;
}
#menu li {
    display: block;
    float: left;
    height: 30px;
    list-style: none outside none;
}
#menu li a {
    color: #606060;
    display: block;
    float: left;
    font-size: 12px;
    margin-right: 5px;
    padding: 6px 11px;
}
#menu li.selected a, #menu li:hover a {
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 20px 20px 20px 20px;
    padding: 5px 10px 6px;
    text-decoration: none;
}
#currencies ul {
    margin-top: 10px;
}
#currencies ul li {
    display: inline;
    font-size: 12px;
    list-style: none outside none;
    padding-right: 5px;
}
#currencies ul li a {
    color: #505050;
    white-space: nowrap;
}
#header {
    clear: both;
    height: 155px;
    margin: 0 auto;
    width: 940px;
}
#account {
    color: #505050;
    margin-bottom: 9px;
    margin-top: 0;
    text-align: center;
}
#contact {
    color: #505050;
    float: left;
    font-size: 17px;
    height: 1px;
    margin-left: 30px;
    margin-top: -30px;
    padding: 0 5px 5px;
    text-align: left;
}
#main {
    margin: 0 auto;
    width: 940px;
}
#search #input_search {
    border: 1px solid #B0B0B0;
    border-radius: 5px 5px 5px 5px;
    color: #981E76;
    display: block;
    float: left;
    font-size: 12px;
    height: 20px;
    width: 380px;
}
#search #button_search {
    background: url("../images/search.png") no-repeat scroll 0 0 transparent;
    border-style: none;
    cursor: pointer;
    display: block;
    float: left;
    height: 28px;
    margin-left: 4px;
    width: 32px;
}
#search span {
    border-bottom: 1px dashed #FFFFFF;
    cursor: pointer;
}
#search span:hover {
    border-bottom: medium none;
    cursor: pointer;
}
#back_forward {
    clear: both;
    font-size: 14px;
    margin-bottom: 20px;
}
#back_forward a.prev_page_link {
    margin-right: 20px;
}
.sort {
    color: #505050;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    text-decoration: none;
}
.sort a {
    margin-right: 5px;
}
.sort .selected {
    color: #505050;
    margin-right: 5px;
    text-decoration: none;
}
#browsed_products {
    margin-bottom: 20px;
    overflow: hidden;
}
#browsed_products li {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    display: block;
    float: left;
    height: 50px;
    margin: 0 7px 7px 0;
    overflow: hidden;
    width: 50px;
}
#browsed_products li a {
    display: table-cell;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}
input[type="text"], input[type="password"] {
    font-size: 12px;
    width: 100%;
}
.form {
    margin-bottom: 20px;
    width: 400px;
}
.form textarea {
    font-size: 18px;
    height: 100px;
    width: 100%;
}
.form label {
    display: block;
    font-size: 14px;
}
.form input[type="text"] {
    display: block;
    margin-bottom: 10px;
}
.comment_list {
    list-style: none outside none;
    margin-top: 15px;
}
.comment_list li {
    padding-bottom: 15px;
}
.comment_header i {
    color: #878787;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}
.comment_form h2 {
    margin-bottom: 0;
}
.comment_form .comment_textarea {
    font-size: 12px;
    height: 100px;
    width: 100%;
}
.comment_form label {
    display: block;
    float: left;
    font-size: 18px;
    margin-top: 15px;
    width: 100px;
}
.comment_form .input_name {
    font-size: 16px;
    margin-top: 15px;
    width: 250px;
}
.comment_form .button, .feedback_form .button, .register_form .button, .login_form .button {
    display: block;
    float: right;
    margin-right: 0;
    margin-top: 10px;
}
.feedback_form .button_send {
    float: right;
    font-size: 18px;
    margin-top: 25px;
}
#purchases tr {
    border-top: 1px solid #D5D5D5;
    height: 70px;
}
#purchases th {
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
    vertical-align: top;
}
#purchases .image {
    text-align: center;
    width: 50px;
}
#purchases .image a {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    display: table-cell;
    height: 50px;
    margin: 0 7px 7px 0;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}
#purchases .name {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
#purchases td .download_attachment {
    background-color: #CCFF72;
    color: #3B8500;
    line-height: 30px;
    padding: 5px 10px 7px;
    white-space: nowrap;
}
#purchases .price {
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
    white-space: nowrap;
}
#purchases .remove {
    padding-left: 15px;
    text-align: right;
}
#purchases .amount {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}
#purchases .coupon .name input.coupon_code {
    width: 200px;
}
ul#deliveries {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    float: right;
    list-style: none outside none;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px 20px 0;
    width: 275px;
}
ul#deliveries li {
    margin-bottom: 20px;
}
ul#deliveries li h3, ul#deliveries li .description {
    display: block;
    margin-left: 25px;
}
#orders_history li {
    margin-bottom: 10px;
}
table.order_info {
    background-color: #F9F9F9;
    margin-bottom: 20px;
    margin-right: 20px;
}
table.order_info td {
    border: 1px dotted #E0E0E0;
    font-size: 14px;
    padding: 10px;
}
.checkout_button {
    background-color: #D3FFA9;
    border: 1px solid #51A400;
    color: #2E5E00;
    font-size: 14px;
    padding: 10px 20px;
}
.message_error {
    background-color: #FFCACA;
    border: 1px dotted #FF4545;
    clear: both;
    color: red;
    height: 18px;
    margin-bottom: 15px;
    margin-top: 10px;
    overflow: hidden;
    padding: 10px 20px;
}
#callmeform .txt {
    border: 1px solid #AAAAAA;
    color: #777777;
    font-size: 14px;
    padding: 2px;
    width: 290px;
}
#callmeform table {
    border-collapse: collapse;
    width: 305px;
}
#callmeform table td {
    font-size: 12px;
    padding: 2px 1px;
}
#callmeform .btn {
    font-weight: 700;
    margin-top: 3px;
    padding: 5px 9px;
    text-shadow: 0 1px #EFEFEF;
}
#callmeform h6 {
    color: #0F8F0C;
    font-size: 13px;
    margin: 0;
    padding: 10px 0 8px;
}
.hide-off {
    display: block;
}
.callmebody {
    background: none repeat scroll 0 0 #FFFFFF;
    font-family: Arial;
    font-size: 80%;
    padding: 5px 10px;
}
.callmebody .inf {
    clear: both;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0 5px;
}
#viewform {
    background: url("/callme/callme.png") repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 185px;
    padding: 0;
    width: 22px;
}
.callmeform_hover {
    background-position: 22px 0 !important;
}
#callme_result {
    background: url("loading.gif") no-repeat scroll 10px center #FFFFFF;
    clear: both;
    display: block;
    margin: 5px 11px 10px 0;
}
#callme_result div {
    margin: 4px 0 0;
    padding: 7px;
}
#callme_result .sending {
    clear: both;
    display: block;
    padding: 4px 0 4px 35px;
}
#callme_result .c_success {
    background: none repeat scroll 0 0 #C8ED9C;
}
#callme_result .c_error {
    background: none repeat scroll 0 0 #FFADAD;
    color: #333333;
    text-shadow: none;
}
#cme_cls {
    background: url("close.png") repeat scroll 0 0 transparent;
    box-shadow: 0 1px 0 #FFFFFF;
    cursor: pointer;
    display: inline;
    float: right;
    height: 16px;
    margin: 12px 14px 0 0;
    width: 16px;
}
#cm_crds a {
    color: #888888;
    font-size: 10px;
}
#cm_crds {
    color: #888888;
    display: inline;
    float: right;
    font-size: 10px;
    padding: 10px 15px 0 0;
}
#data, #data2 {
    background-color: #FFFFFF;
    border: 2px solid #CFCFCF;
    border-radius: 5px 5px 5px 5px;
    left: 40%;
    padding: 10px 5px 20px;
    position: fixed;
    text-align: left;
    top: 10%;
    width: 400px;
    z-index: 10000;
}
#product_params .product .image {
    float: none;
    height: 100px;
    margin: 0 auto;
    width: 100px;
}
#product_params .product .image IMG {
    margin: 0 auto;
}
#product_params TD {
    padding: 5px;
    text-align: center;
    width: 20%;
}
#product_params TR.bord {
    border-bottom: 1px solid #AFAFAF;
    border-top: 1px solid #AFAFAF;
}
#product_params TR.bord TD {
    border-left: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
}
#product_params TR.gray {
    background-color: #DFDFDF;
}
#product_params TD.feat {
    text-align: left;
}
#product_params .variants TD {
    width: auto;
}
#compare_informer {
    border: 1px solid silver;
    border-radius: 5px 5px 5px 5px;
    float: right;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
    width: 177px;
}
#cart_informer ul li {
    float: left;
    list-style: none outside none;
}
.cart_1 {
    padding-left: 5px;
    padding-top: 10px;
}
#easyTooltip {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #E1E1E1;
    line-height: 130%;
    margin: 0 10px 1em 0;
    padding: 8px;
    width: 250px;
}
#easyTooltip h3 {
    font: 13px Arial,Helvetica,sans-serif;
    margin: 0 0 0.5em;
    text-transform: uppercase;
}
#easyTooltip p {
    margin: 0 0 0.5em;
}
#easyTooltip img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    float: left;
    margin-right: 10px;
    padding: 1px;
}
#logo a {
    display: block;
    float: left;
    height: 90px;
    width: 270px;
}
#logo p {
    font-size: 13px;
    letter-spacing: 5px;
    margin-bottom: 0;
    margin-top: 90px;
    text-align: center;
}
#logo:hover {
    background: url("../images/logo_hover.png") no-repeat scroll 0 0 transparent;
}
#logo {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 91px;
    width: 270px;
}
#callback_top {
    background-color: #292929;
    border-radius: 0 0 5px 5px;
    float: right;
    margin-right: 35px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
#contact ul {
    font-size: 14px;
    list-style-image: url("../images/li_top.png");
    margin: 0;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-top: 2px;
    width: 271px;
}
#mycarousel2.jcarousel-list li.product form.variants p {
    font-size: 17px;
    margin-bottom: 0;
}
#features strong {
    font-size: 18px;
    padding-left: 15px;
}
#blog_menu_boot {
    float: left;
    width: 290px;
}
#logo_boot {
    float: left;
    text-align: left;
}
#logo_boot a img {
    text-align: left;
    width: 185px;
}
#border_vertical {
    border-left: 1px solid #981E76;
    float: left;
    height: 110px;
    margin: 0 15px;
}
#cart_informer {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DD1A1F;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 3px 2px 2px 3px;
    color: #505050;
    float: right;
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: 174px;
}
#footer {
    clear: both;
    font-weight: 400;
    height: 130px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    width: 940px;
}
#content {
    float: left;
    margin-bottom: 20px;
    margin-left: 10px;
    width: 705px;
}
#left {
    float: left;
    overflow: hidden;
    width: 220px;
}
#search {
    background-color: #981E76;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 14px;
    height: 50px;
    padding: 5px 0 0 5px;
    width: 420px;
}
#catalog_menu {
    margin-bottom: 10px;
    margin-top: 10px;
}
#catalog_menu ul {
    list-style: none outside none;
    padding-bottom: 5px;
    padding-left: 0;
}
#catalog_menu ul ul {
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 0;
}
#catalog_menu ul li {
    font-size: 16px;
    margin-top: 8px;
}
#catalog_menu ul li a.selected {
    background-color: #0095EB;
    color: #FFFFFF;
    padding: 3px;
}
#all_brands {
    margin-bottom: 15px;
    width: 220px;
}
#brands {
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
}
#brands a {
    color: #EC0060;
    font-size: 12px;
    margin-right: 10px;
}
#brands a.selected {
    background-color: #EC0060;
    color: #FFFEFF;
    padding: 2px;
}
#path {
    color: #A0A0A0;
    font-size: 11px;
    margin-bottom: 5px;
}
#path a {
    color: #A0A0A0;
}
.product .image {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    float: left;
    margin-right: 20px;
    padding: 5px;
    text-align: center;
    width: 200px;
}
.product .image img {
    max-width: 300px;
}
.product .images {
    clear: left;
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 195px;
}
.product .images img {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    float: left;
    margin: 4px 10px 10px 0;
    padding: 5px;
    text-align: center;
    width: 50px;
}
.product .description {
    float: right;
    width: 470px;
}
.product .features {
    border-bottom: 1px solid #E0E0E0;
    clear: both;
    display: block;
    list-style: none outside none;
    margin-bottom: 25px;
    margin-top: 15px;
    width: 100%;
}
.product .features li {
    background-color: #F0F0F0;
    border-top: 1px solid #E0E0E0;
    overflow: hidden;
    padding: 10px 5px;
}
.product .features li.even {
    background-color: #E9E9E9;
}
.product .features label {
    display: block;
    float: left;
    font-style: normal;
    width: 30%;
}
.product .features p {
    display: block;
    float: left;
    width: 70%;
}
.product .variants {
    float: left;
    font-size: 12px;
    margin-bottom: 15px;
}
.product .variant td {
    padding-bottom: 6px;
    vertical-align: middle;
}
.product .compare_price {
    color: #707070;
    font-size: 14px;
    text-decoration: line-through;
    white-space: nowrap;
}
.product .price {
    color: #920E6E;
    font-size: 22px;
    margin-bottom: 5px;
    white-space: nowrap;
}
.product .variant_name {
    float: left;
    font-size: 12px;
    margin-right: 10px;
}
.product .variant_radiobutton {
    margin-left: 0;
    margin-right: 5px;
}
#features {
    background-color: #FFFFFF;
    border: 3px solid #981E76;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 0;
    width: 217px;
}
#features a {
    padding-right: 6px;
    white-space: nowrap;
}
#features a.selected {
    color: #505050;
    text-decoration: none;
}
.pagination {
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
}
.pagination a {
    background-color: #FFFEFF;
    border: 1px solid #D7D7D7;
    display: block;
    float: left;
    font-weight: 400;
    margin-bottom: 5px;
    margin-right: 5px;
    min-width: 22px;
    padding: 7px 4px;
    text-align: center;
    text-decoration: none;
}
.pagination a.selected:hover, .pagination a.selected {
    background-color: #A6147E;
    border-color: #920E6E;
    color: #FFFFFF;
}
.pagination a:hover {
    background-color: #F8F8F8;
}
.pagination a.next_page_link, .pagination a.prev_page_link {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}
#container {
    background: none repeat scroll 0 0 #292929;
    float: left;
    width: 940px;
}
#nav {
    background: none repeat scroll 0 0 #292929;
    float: left;
    position: relative;
}
#nav li {
    border-left: 1px solid #000000;
    border-right: 1px solid #4A4A4A;
    float: left;
    list-style: none outside none;
}
#nav li a {
    color: #FFFFFF;
    float: left;
    font-family: helvetica,arial,sans-serif;
    font-size: 15px;
    padding: 8px 20px;
    position: relative;
    text-decoration: none;
    z-index: 2;
}
.telephonetop {
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    margin-left: 60px;
}
.teltop2 {
    cursor: help;
    float: left;
    margin-left: 15px;
    padding-top: 5px;
    text-align: center;
}
#callback_top a.call {
    color: #FFFFFF;
    font-size: 15px;
}
#recomendet_prod {
    
    
    text-align: center;
    width: 217px;
}
#recomendet_prod ul.tiny_products li.product div.image {
    height: 100px;
    line-height: 100px;
    width: 100px;
}
#recomendet_prod ul.tiny_products li.product div.image a img {
    height: 100px;
}
#recomendet_prod div.jcarousel-skin-tango2 div.jcarousel-container div.jcarousel-clip ul#mycarousel2.jcarousel-list li.product form.variants {
    padding-left: 57px;
}
#menu_boot {
    float: right;
    font-size: 14px;
    height: 200px;
    padding-right: 0;
    text-align: center;
    width: 335px;
}
#menu_boot ul li {
    float: left;
    padding-right: 15px;
    padding-top: 10px;
}
.form_products2 {
    float: left;
    height: 75px;
    list-style: none outside none;
    padding: 0;
    width: 220px;
}
.variants_poducts {
    display: table-cell;
    float: left;
    height: 25px;
    padding-top: 8px;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}
.sale {
    float: left;
    height: 35px;
    width: 204px;
}
.podprod2 {
    border-bottom: 5px solid #FFFFFF;
    border-top: 5px solid #FFFFFF;
    float: left;
    list-style: none outside none;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 4px;
    width: 226px;
}
.podprod2:hover {
    border-bottom: 5px solid #DD1A1F;
    border-top: 5px solid #C21318;
}
.products_main {
    display: block;
    float: left;
    list-style: none outside none;
    padding: 0;
}
.products_main .product_main .image {
    background-color: #FFFFFF;
    float: left;
    height: 100px;
    margin: 4px 0 5px;
    min-height: 150px;
    padding: 5px;
    text-align: center;
    width: 208px;
}
.products_main .product_main .product_info {
    float: right;
    margin-bottom: 40px;
    width: 450px;
}
.products_main .product_main h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}
.product_main {
    border: 1px groove #E0E0E0;
    float: left;
    width: 230px;
}
#content ul.products li.product ul.podprod li.form_products form.variants ul.form_products2 li.variants_poducts select {
    width: 150px;
}
input.cost_filter {
    font-size: 8pt;
    text-align: right;
    width: 35px;
}
#price_submit {
    background-color: #6BC000;
    border: 1px solid #2A4C00;
    cursor: pointer;
    left: 60px;
    top: 87px;
}
#slider-price {
    height: 3px !important;
    margin: 15px 28px 10px 7px;
}
.ui-slider {
    margin: 10px 0 20px;
    position: relative;
    text-align: left;
}
.ui-widget-content {
    background-color: #DBDBDB;
    color: #222222;
}
.ui-slider .ui-slider-range {
    background-color: #C3C3C3;
    background-position: 0 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}
.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.3em;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 15px;
    position: absolute;
    top: -6px;
    width: 15px;
    z-index: 2;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #555555;
    font-weight: 400;
}
.ui-state-default:focus, .ui-state-default:active {
    border: medium none;
    outline: medium none;
    padding: 0;
}
.filter {
    border: 2px solid #981E76;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.price span {
    color: #CA272B;
    font-size: 20px;
    font-weight: 700;
    padding-left: 5px;
}
.price strike {
    color: gray;
    font-size: 15px;
}
.price i {
    color: #000000;
    font-size: 14px;
    font-style: inherit;
    font-weight: 400;
}
.variants_poducts select {
     border: 2px solid #E0E0E0;
  height: 22px;
  text-align: center;
  width: 125px;
  vertical-align: 35px;
  margin-left: 5px;
}
.form_products2 li.price {
    padding-bottom: 2px;
}
.opisanie {
    color: gray;
    float: left;
    font-weight: 400;
    height: 50px;
    margin-bottom: 10px;
    overflow: hidden;
}
.name_pod2 {
    float: left;
    font-weight: 700;
    height: 36px;
    text-align: center;
    width: 100%;
}
.sale a.compare {
    font-weight: 400;
}
#form_filter div.block_featur ul li label i {
    color: gray;
    font-style: normal;
}
.tiny_products {
    display: block;
    list-style: none outside none;
    padding-left: 30px;
}
.tiny_products .product {
    border: 1px solid #E0E0E0;
    border-radius: 15px 15px 15px 15px;
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
    vertical-align: top;
    width: 143px;
    word-spacing: normal;
}
.tiny_products .product:hover {
    border: 1px solid #2E1D9F;
}
.tiny_products .product .image {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px 10px 10px 10px;
    height: 125px;
    line-height: 120px;
    margin-bottom: 10px;
    margin-left: 3px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    width: 125px;
}
.tiny_products .product .image img {
    max-width: 170px;
    vertical-align: middle;
    width: 63px;
}
.tiny_products .product h3 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
}
input.qty-input {
    border: 2px solid #E0E0E0;
    width: 35px;
}
#form_filter ul.button_filter {
    list-style: none outside none;
    padding: 0;
    text-align: center;
}
#form_filter ul.button_filter li.primenit {
    height: 38px;
}
.product div.yashare-auto-init {
    margin-bottom: -1px;
    text-align: left;
}
.form_products3 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DD1A1F;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 3px 2px 2px 3px;
    color: #505050;
    float: right;
    list-style: none outside none;
    margin-top: 0;
    padding-bottom: 15px;
    padding-left: 13px;
    padding-right: 13px;
    text-align: left;
    width: 227px;
}
.form_products3 li.kolichestvo {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 8px;
}
.dop_info_div {
    background: url("../images/bg_prod_prod.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #E0E0E0;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-bottom: 10px;
    padding: 5px 5px 5px 12px;
    width: 240px;
}
#fancybox-wrap div#fancybox-outer div#fancybox-content div div#dostreg ul {
    margin-left: 25px;
}
.dop_info li {
    margin-bottom: 5px;
}
.dop_info li a {
    border-bottom: 1px dashed;
    color: #A6147E;
    text-decoration: none;
}
.dop_info li a:hover {
    border-bottom: medium none;
    color: #000000;
}
#dopinfo2 {
    float: right;
    width: 195px;
}
#webim_button2 {
    float: right;
    margin-left: 25px;
    margin-top: 3px;
}
#dopinfo2 ul li ul {
    border: 1px solid #E0E0E0;
    border-radius: 5px 5px 5px 5px;
    list-style: none outside none;
    margin-bottom: 5px;
    padding: 0;
    text-align: center;
}
p, #currencies {
    margin-bottom: 15px;
}
a:hover, #brands a:hover {
    color: #000000;
}
#blog, #orders_history, #blog_menu_boot ul li, #menu_boot ul, .dop_info, #dopinfo2 ul li {
    list-style: none outside none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
#currencies ul li.selected a, #cm_crds a:hover {
    text-decoration: none;
}
#account #login, #account #logout {
    padding-left: 7px;
}
#contact #phone, .comment_header, #recomendet_prod strong {
    font-size: 18px;
}
.comment_form, .feedback_form {
    background-color: #F3F3F3;
    border: 1px solid #E0E0E0;
    margin-top: 20px;
    overflow: hidden;
    padding: 20px;
    width: 90%;
}
.comment_form .input_captcha, .cart_form .input_captcha, .feedback_form .input_captcha, .register_form .input_captcha {
    float: left;
    font-size: 24px;
    font-weight: 700;
    height: 36px;
    margin-top: 15px;
    text-transform: uppercase;
    width: 150px;
}
.comment_form .captcha, .cart_form .captcha, .feedback_form .captcha, .register_form .captcha {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
}
#purchases td.name, #purchases td.price, #purchases .coupon .name, #catalog_menu ul ul li {
    font-size: 14px;
}
#purchases .amount select, #catalog_menu ul ul ul li {
    font-size: 12px;
}
#purchases .coupon .name input, #orders_history li a {
    font-size: 16px;
}
ul#deliveries li div.checkbox, .telephonetop img, #glavnaya, .add_cart_products, .opis2 {
    float: left;
}
.hide-on, #right, #item, #item2, #content div#dostkiev, #content div#dostreg, #content div#zakazsite, #item3 {
    display: none;
}
#catalog_menu ul li img, #brands img {
    vertical-align: middle;
}
#features .feature_name, #features .feature_values {
    padding: 7px;
}
ul#nav, li#nav {
    margin: 0;
    padding: 0;
}
.teltop2 span, #dopinfo2 ul li ul li span.header_prod_dopinfo {
    font-size: 14px;
    font-style: inherit;
}
.products_main .product_main h3.featured, .tiny_products .product h3.featured {
    background: url("../images/star.png") no-repeat scroll 0 0 transparent;
    padding-left: 20px;
}
.array-0, .array-1 {
    background: url("../images/array.png") no-repeat scroll center center transparent;
}
#glavnaya ul.products_main {
    padding-left: 0;
      margin-top: 30px;
}
#cart_informer ul {
    height: 41px;
    margin: 0;
    padding: 0;
}
#blob {
    background: -moz-linear-gradient(center top , #920E6E, #F278D1) repeat scroll 0 0 transparent;
    border-left: 1px solid #0059EC;
    border-right: 1px solid #0059EC;
    position: absolute;
    top: 0;
    z-index: 1;
}
.button {
    background: -moz-linear-gradient(center top , #C21319, #F5676C) repeat scroll 0 0 transparent;
    border-radius: 6px 6px 6px 6px;
    border-top: 1px solid #FAC8C9;
    box-shadow: 0 1px 0 #000000;
    color: white;
    cursor: pointer;
    font-family: Georgia,Serif;
    font-size: 15px;
    padding: 4.5px 9px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    vertical-align: middle;
    
    
    
 
  background-color: red;
    
    
    
}
.button:hover {
    background: -moz-linear-gradient(center top , #F5676C, #C21319) repeat scroll 0 0 transparent;
    color: #F2EDF2;
    background-color: black;
}
.button:active {
    background: none repeat scroll 0 0 #BA5DBA;
    border-top-color: #BA5DBA;
}
.block_featur ul {
    list-style: disc outside none;
    padding: 0;
}
#dopinfo2 ul li ul li.nazvanie_dop {
    background: none repeat scroll 0 0 #981E76;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    padding-bottom: 5px;
    padding-top: 5px;
}
#dopinfo2 ul {
    margin: 0;
    padding: 0;
}
#dopinfo2 ul li ul li {
    color: #959595;
    height: 25px;
}
#dopinfo2 ul li ul li span.tel_prod {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    margin-left: 4px;
}
#main div.form {
    float: left;
    margin-left: 40px;
    width: 300px;
}
.remove_cart {
    background: url("../images/delete.png") no-repeat scroll 0 0 transparent;
    border: 0 none #000000;
    cursor: pointer;
    height: 16px;
    margin-left: 10px;
    text-indent: -9999em;
    width: 16px;
}
#cartscroll {
    border: 1px groove #E0E0E0;
    height: 150px;
    overflow: auto;
}
#data div.content table.total {
    margin-bottom: 5px;
}
.sposobu_dost {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.button_submit {
    background: -moz-linear-gradient(center top , #C21319, #F5676C) repeat scroll 0 0 transparent;
    border-radius: 6px 6px 6px 6px;
    border-top: 1px solid #FAC8C9;
    box-shadow: 0 1px 0 #000000;
    color: white;
    cursor: pointer;
    font-family: Georgia,Serif;
    font-size: 15px;
    padding: 4.5px 9px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    vertical-align: middle;
}
.button_submit:hover {
    background: -moz-linear-gradient(center top , #F5676C, #C21319) repeat scroll 0 0 transparent;
    color: #F2EDF2;
}
.button_submit:active {
    background: none repeat scroll 0 0 #BA5DBA;
    border-top-color: #BA5DBA;
}
#data2 div.content div.checkout {
    margin-top: 15px;
}
#data div.content form div input.input_pod_zakaz {
    display: none;
}
#data div.content form div input {
    width: 200px;
}
#data div.content form div input.button {
    width: 100px;
}
.zkaz_tel {
    border-top: 4px solid;
    margin-top: 10px;
}
