@import url('styles.base.css');
/*.nowrap.stars {
float: right;
margin-top: -33px;
}
.mainbox-title>span {
margin: 0px;
float: none;
display: block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}*/



.like_box{
    width: 310px; 
    float: left;
    margin-bottom: 10px;
    margin-top: -10px;
}
.spoiler {
    float: left;
    margin: -5px 0px 3px 3px;
    min-height: 0px;
    min-width: 240px;
}
.spoiler_close, .spoiler_open {
    font-weight: 600;
    color: #014ead!important;
    cursor: pointer;
    border-bottom: 1px dotted;
    /*float: right;*/
    margin-left: -32px;
}
.spoiler_close{
    display: none;
    /*margin-right: 55px;*/
}
.spoiler_box{
    display: none;
}
#otgruz {
    color: #990000;
    padding-left: 5px;
}
.nalichie {
    color: #990000;
    padding-left: 0px;
}
/* стили для Таблица Крупная*/
.pdf-button {
    border: none;  
    position:absolute;
}
.new-book {
    border: none;  
    position: absolute;
    margin-left: 61px;
    margin-top: 31px;
}
.product-title-hide{
    display: none;
}
#cat_image_pair {
    margin: 0 auto;
    /*display	: table-cell;
    vertical-align	: middle;*/
}
#cat_image_pair > a{
    display: table-cell;
    vertical-align: middle;
    width: 150px;
}
.big_grid {
    width: 100%;
    display: inline-block;
}
.big_grid .pagination_dis{
    width: 820px;
    position: fixed;
}
#load{
    width: 100%;
    margin: 0 auto;
    color: #FF9C00;
    float: left;
    text-align: center;
    font-size: 30px;
    text-shadow: silver 0px -8px 8px;
    display: none;
}
.big_grid .list-price,.discount-label{
    display: none;
}
.big_grid_box a:hover{
    text-decoration: none;
}
.cat-slide{
    background: url('images/photo-blue-32.png') repeat-y center top;
    width: 29px; 
    height: 20px;
    color: #014EAD;
    padding: 2px;
    cursor: pointer;
    position: absolute;    
}
.bg_rate p{
    padding: 0px;
    width: 50%;
    float: left;
    text-align: right;
}
.bg_rate{
    display: none;
}
.bg_rate span{
    float: left;
    text-align: left;
}
.product_option_box:hover .bg_rate, .price_button{
    visibility: visible;
    display: inline-block;
    width: auto;
    margin: 0 auto;
}
.product_option_box:hover .text-button {
    display: block;
}
.product_option_box .text-button {
    display: none;
    margin-left: 5px;
}
.product_option_box .hidden.text-button{
    position: relative;
    margin-top: -16px;
    visibility: hidden;
}
.product_option_box .container2{
    display: none;
}
.product_option_box p{
    margin:0px;
}
.product_option_box > div {
    margin: 0px;
    float: none;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product_option_box > div:first-child {
    height: 16px;
    padding-top: 16px;
}
.product_option_box{
    margin: 0px;
}


#commentsonitem{
    min-height: 16px;
    color:rgb(153, 153, 153);
}
.product_option_box:hover{
    margin: 0px;
    padding: 15px;
    margin-left: -50px;
    margin-top: -15px;
    width: 220px !important;
    background:white;
    position: absolute;
    z-index: 10;
    display: block;
    /*border: 1px solid black;*/
    transition: box-shadow .25s,min-height .35s;
    box-shadow: 0 0 20px rgba(0,0,0,0.5); /* Параметры тени */
    border-radius: 8px;
}
.product_option_box:hover > div {
    white-space: normal;
}
.product_option_box:hover > div:first-child {
    height: 32px;
    padding-top: 0px;
    overflow: visible;
}
#big_grid_box > .product-description {
    display: block;
}
#li_big_grid {
    width: 150px;
    float: left;
    height: 305px;
    overflow: hidden;
    margin: 5px;
    text-align: center;
    min-height: 280px;
}

/* стили для Таблица Крупная*/
/* bottom width style*/
#h-line-left{

    width: 100%;
    height: 5px;
    /*float:left;*/

    background: ;
}
.subheader-h{
    margin: -14px 100px 10px 5px;
    padding: 0px 10px 0px 10px;
    color: #2d2e2e;
    background: white;
    font: bold 18px Arial, Helvetica, sans-serif;
}

/* bottom width style*/

/* Previewer styles */

.previewer-container {
    width: 820px;
    float: left;
    height:700px;
    margin-left:3px;
    z-index:100;
}
/* /Previewer styles */

/* ========== ZOOM ========== */

.carousel {
    margin: 0;
    padding: 20px 0px;
    list-style: none;						
}

.carousel li {
    float: left;
    width: 40px;
    height: 40px;				
}

.jqzoom { /* правило для блока, куда выводится маленькое изображение */
    position:relative;
    padding:0px;
    cursor:crosshair;
    margin-bottom:5px;

}

div.zoomdiv { /* правило для элемента div в котором отображается увеличеное изображение */
    z-index:300;
    position:absolute;
    top:0;
    left:0;
    width:200px;
    height:200px;
    background:#fff;
    border:1px solid #CCC;
    display:none;
    text-align:center;
    overflow: hidden;
}
div.jqZoomPup  { /* правило для лупы */
    z-index:10;
    visibility:hidden;
    position:absolute;
    top:0;
    left:0;
    border:1px solid #aaa;
    /*background: #fff url('zoom_files/zoom0000.gif') 50% top no-repeat;*/
    opacity:0.3;
    -moz-opacity:0.3;
    -khtml-opacity:0.3;
    filter:alpha(Opacity=30);
}
/* ========== ZOOM ========== */

body {
    background: #f1f6f9 url('images/body_bg.gif') repeat-y center top;
}
.input-text, .input-text-auto, .input-text-large, .input-text-medium, .input-text-short, .input-text-100, .input-textarea, .input-textarea-long {
    color: #2d2d2d;
    border: 1px solid #dfe6ed;
    padding: 2px;
}
select {
    border: 1px solid #dfe6ed;
    padding: 1px;
}
a, a:visited, a:hover, a:active {
    color: #014ead;
}
hr {
    border: 0px solid #eaf0f5;
    border-top-width: 1px;
}
.dark-hr {
    border-color: #e3e3e3;
}
.error-text {
    color: #f27a00;
}
.view-large-image-link, .view-large-image-link:visited, .view-large-image-link:hover, .view-large-image-link:active {
    background: url('images/icons/view_larger.gif') no-repeat left 2px;
    padding: 1px 0px 1px 15px;
}
.sidebox-body .input-text, .updates-wrapper .input-text {
    color: #2d2d2d;
    background-color: #ffffff;
    border: #c5d1d8 1px solid;
    padding: 2px 1px 0px 1px;
}

/* Ajax */
.ajax-loading-box {
    background: url('images/ajax_left.gif') no-repeat left bottom;
    padding: 0px 0px 0px 5px;
    z-index: 99999;
}

.right-inner-loading-box {
    background: url('images/ajax_right.gif') no-repeat right bottom;
    padding: 0px 5px 0px 0px;
}

.ajax-inner-loading-box {
    background: #fff1a8 url('images/icons/ajax.gif') no-repeat 5px center;
    padding: 6px 6px 6px 26px;
    font-size: 12px;
    font-weight: bold;
    color: #3f0000;
}

.ajax-message {
    border: 1px solid #000000;
    background-color: #f4fbff;
}
/* /Ajax*/

/* Notification box */
.notification-w, .notification-n, .notification-e {
    background-color: #d72323;
}
.notification-header-w, .notification-header-n, .notification-header-e {
    color: #ffffff;
    background: #b50000 url('images/icons/notification_icon_e.gif') no-repeat left center;
}
.notification-body {
    color: #ffffff;
}
.notification-body a, .notification-body a:visited, .notification-body a:hover, .notification-body a:active {
    color: #ffffff;
}
.notification-n {
    background-color: #88ba00;
    border:3px solid #A8DA20;
}	
.notification-header-n {
    background: #5ca400 url('images/icons/notification_icon_n.gif') no-repeat left center;
}
.notification-w {
    background-color: #ff9600;
}
.notification-header-w {
    background: #f66e00 url('images/icons/notification_icon_w.gif') no-repeat left center;
}
/* /Notification box */

/* Section in main box */
.section-border {
    border: 1px solid #d0cebe;
    margin-top: 0px;
}
.section-title {
    background: #f3f1da url('images/section_title_bg.gif') repeat-x bottom;
}
.section-title a {
    color: #5c5d3e;
    padding-left: 14px;
    text-decoration: none;
}
.section-title a:hover {
    text-decoration: underline;
}
.section-body, .section-body-details {
    border-top: 1px solid #d0cebe;
    background-color: #f6f5e4;
    padding: 9px 16px;
}
.section-body-details {
    padding: 18px 16px;
}
/* Section in main box */

/* Buttons */
.button a, .button-action a, .button-submit-action input, .button-submit input, .button-submit-big input {
    color: #ffffff;
    background-color: #13b3e7;
    font: bold 12px Tahoma;
    padding: 2px 8px 3px 8px;
}
/* input buttons */
.button-submit-action, .button-submit, .button-submit-big, .button, .button-action {
    background: #ff5f2e url('images/but_right_action.gif') no-repeat right top;
    height: 21px;
}
.button-submit-action, .button-action {
    padding-right: 17px;
}
.button-submit-action, .button-action, x:-moz-any-link {
    padding-right: 15px;
}
.button-submit, .button {
    height: 19px;
}
.button-submit-action input, .button-submit input, .button-submit-big input, .button-action a {
    background: transparent url('images/but_left_action.gif') no-repeat left top;
    padding: 3px 0px 4px 9px;
    height: 21px;
    line-height: 14px;
}
.button-submit-action input, .button-submit input, .button-submit-big input, .button-action a {
    border: 0px none;
    margin: 0px;
}
.button-submit-action input, .button-submit input, .button-submit-big input, .button-action a, x:-moz-any-link {
    padding: 1px 0px 4px 6px;
}
.button-submit, .button {
    background-color: #13b3e7;
    background-image: none;
    border: 1px solid #0e94c0;
}
.button-submit input, .button a {
    background-image: none;
    font: bold 12px Tahoma;
    padding: 1px 6px 2px 5px;
}
.button-submit input {
    padding-bottom: 6px;
    line-height: 16px;
}
.button-submit-big {
    background: #ff4f01 url('images/big_but_left.png') no-repeat left top;
    padding-left: 3px;
    height: 29px;
}
.button-submit-big input {
    font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: url('images/big_but_right.png') no-repeat right top;
    padding: 7px 19px 8px 7px;
    height: 29px;
    line-height: 16px;
}
.button-submit-big input, x:-moz-any-link {
    padding: 5px 16px 8px 4px;
}
/* /input buttons */
.button a {
    padding: 2px 10px 2px 10px;
}
.button-action a {
    padding: 3px 0px 0px 10px;
}
.text-button, .text-button:visited, .text-button:hover, .text-button:active, .text-button-act, .text-button-act:visited, .text-button-act:hover, .text-button-act:active {
    margin-right: 1px;
    padding-right: 8px;
    background: url('images/icons/text_but_arrow.gif') no-repeat right 6px;
}

.text-button-act, .text-button-act:visited, .text-button-act:active, .text-button-act:hover {
    color: #ff5400;
    background-image: url('images/icons/action_text_but_arrow.gif');
}
.go-button {
    padding-left: 3px;
}
.top-tools-container .go-button {
    padding-left: 4px;
}
.button-tool a, .button-tool a:visited, .button-tool a:hover, .button-tool a:active, a.tool-link, a.tool-link:hover {
    font: normal 12px Arial;
    color: #b20101;
    text-transform: lowercase;
}

/* /Buttons */

/* Category page */
.product-title, .product-title:visited, .product-title:hover, .product-title:active {
    color: #014ead;
}
.list-price {
    color: #757575;
}
.price, .sub-price {
    color: #990000;
}
.sub-price {
    color: #333333;
}
.discount {
    color: #666666;
}
.qty-in-stock {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}
/* Product picker box */
.cm-picker-data-container {
    border: 1px solid #d1d1d1;
}
/* /Product picker box */

/* Tabs */
.tabs {
    background: #f1f9ff url('images/tabs_bg.gif') 0px 0px;
}
.tabs ul li, .tabs ul li.cm-active {
    padding: 4px 11px 6px 11px;
    margin: 2px 0px 0px 0px;
    height: 16px;
}
.tabs ul li.cm-active {
    background-color: #ffffff;
    border: 1px solid #d1d3d6;
    border-bottom-width: 0px;
    padding: 2px 11px 4px 11px;
    margin: 3px 0px 2px 0px;
}
.tab-list-title {
    margin: 20px 0 8px -2px;
    font-size: 16px;
    border-bottom: 1px solid #696969;
    padding-bottom: 1px;
}
/* /Tabs */
.affiliate-code {
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
    color: #999999;
    font-size: 9px;
    text-align: center;
}
.compare-table .left-border {
    border-left: solid #ced6da 1px;
}
.compare-table .bottom-border {
    border-bottom: solid #ced6da 1px;
}
.compare-table .first-cell {
    border-bottom: 1px solid #ced6da;
    background-color: #f1f4f6;
}
/* jCarusel */
.jcarousel-skin {
    border: 1px solid #dadada;
    background-color: #ffffff;
}
/* /jCarusel */

/* Listmania */
.lm-top {
    border-top: 1px solid #b7b7b7;
}
.lm-left {
    border-left: 1px solid #b7b7b7;
}
.lm-right {
    border-right: 1px solid #b7b7b7;
}
.lm-bottom {
    border-bottom: 1px solid #b7b7b7;
}
.lm-scroller {
    border: 1px solid #d6d6ff;
    background-color: #ffffff;
}
/* /Listmania */

/* common styles */

.no-items {
    background-color: #f1f4f6;
}
/* /common styles */

/* main styles */
#footer {
    /* padding: 8px;*/
}
/* Styles for the fixed width layout */
/* #container {*/
/*	border: 1px solid #e3ebf0;*/
/*	border-width: 0px 1px;*/
/*	background-color: #ffffff;*/
/*}*/
/* /Styles for the fixed width layout */

/* Styles for the 100% width layout */
/* Uncomment this set of styles for the 100% width layout.*/
body {
    background-image: none;
    background-color: #ffffff;
}

/* Styles for the 100% width layout */
/* /main styles */

/* top styles */
#top_menu {
    padding: 30px 8px 0px 0px;
    text-align: right;
    clear: right;
}
#top_menu ul li.first-level, #top_menu ul li.first-level.cm-active {
    background: #f7f7e3 url('images/top_tab_right.gif') no-repeat right top;
    padding: 0 2px 0 0;
    margin: 0 0 0 3px;
    text-align: left;
}
#top_menu ul li.first-level.cm-active {
    background: #caf0f9 url('images/top_tab_right_active.gif') no-repeat right top;
    margin: -3px 0 -1px 3px;
}
#top_menu ul li.first-level span {
    background: url('images/top_tab_left.gif') no-repeat left top;
    padding: 6px 12px 4px 16px;
}
#top_menu ul li.first-level.cm-active span {
    background: url('images/top_tab_left_active.gif') no-repeat left top;
    padding: 9px 15px 6px 19px;
}
#top_menu ul ul {
    margin-top: 0px;
    padding-top: 3px;
    padding-bottom: 4px;
}
/* /top styles */

/* top tools styles */
.top-tools-container {
    background: #caf0f9 url('images/top_tools_bg.gif') repeat-x;
}
.top-tools-container span.float-left {
    background: url('images/top_tools_left.gif') no-repeat top left;
}
.top-tools-container span.float-right {
    background: url('images/top_tools_right.gif') no-repeat top right;
}
.search-selectbox {
    border: 1px solid #83bdcb;
}
.search-input {
    /*border: 1px solid #83bdcb;*/
}
.search-advanced, .search-advanced:visited, .search-advanced:hover, .search-advanced:active {
    padding: 0px 8px 0px 4px;
    background: url('images/icons/search_advanced_arrow.gif') no-repeat right 5px;
}

/* pavel's search-box */
.category {
    margin-top: -1px;
    float: left;
    cursor: pointer;
}
.left-category {
    width: 14px;
    height: 23px;
    background: url(images/left-category.png) no-repeat;
    float: left;
}
.middle-category {
    height: 23px;
    background: url(images/middle-category.png) repeat-x;
    padding-top: 3px;
    float: left;

}
.right-category {
    width: 29px;
    height: 23px;
    background: url(images/right-category.png) no-repeat;
    float: left;
}

.category-list {
    display: none;
}
.category-list ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 100;
    background: white;
    margin-top: 20px;
    border: 1px solid #009FE0;
    border-top: none;
}
.category-list li {
    padding: 4px 6px;
}
.category-list li:hover {
    background-color: grey;
}

/* /pavel's search-box */


/* /top tools styles */

.quick-links {
    text-align: right;
    float: none;
    padding-bottom: 0px;
}

/* content-tools */
.content-tools {
    background: #f1f1f1 url('images/content_tools_bg.gif') repeat-x;
}
.content-tools span.float-left, .content-tools span.float-right {
    background: url('images/content_tools_left.gif') no-repeat top left;
    width: 5px;
    height: 36px;
    margin: -5px 0px 0px -7px;
}
.content-tools span.float-right {
    background: url('images/content_tools_right.gif') no-repeat top right;
    margin: -5px -5px 0px 0px;
}
/* /content-tools */

/* cart box styles */
#cart_status {
    /*	width: 80px; */
}

#cart_status .float-left {
    /*	background: url('images/top_tools_delim.gif') no-repeat 100% 2px; */
    /*	padding: 0px 14px 0px 0px; */
    /*	margin-right: 11px; */
    padding: 0px 0px 0px 0px;
    margin-right: 0px;
    /*	width: 250px; */
}
#cart_status .checkout-link a, #cart_status .checkout-link a:visited, #cart_status .checkout-link a:hover, #cart_status .checkout-link a:active {
    background: url('images/icons/cart_arrow.gif') no-repeat 95% 6px;
}
.full-cart a, .full-cart a:visited, .full-cart a:hover, .full-cart a:active {
    background-color: #f2fbb5 !important;
}
.full-cart a.view-cart, .full-cart a.view-cart:visited, .full-cart a.view-cart:hover, .full-cart a.view-cart:active {
    background-color: #f2f2f2 !important;
}
.cart-list {
    /*    background: url('images/cart_list_bg.gif') no-repeat 0px 24px;*/
}
.list-container {
    border: 2px solid #1d408b;
    /*    border-top-width: 0px;*/
    padding-top: 4px;
    margin-right: 1px;
    /* position: absolute;*/
    z-index: 120;
}

.cart-list .list {
    border: 1px solid #bababa;
}
#cart_status .cart-list .float-left {
    background-image: none;
    padding: 0px;
    margin: 0px;
}
.cart-list ul {
    margin: 0px 4px;
}
#cart_status .cart-list ul a {
    padding-left: 0px;
    padding-right: 2px;
}
.cart-list ul li {
    padding: 5px 0px;
}
.cart-list ul li.delim {
    background-color: #ebebeb;
    background-image: none;
}
.list p.center {
    font-weight: bold;
}
#cart_status .buttons-container a, #cart_status .buttons-container a:visited, #cart_status .buttons-container a:hover, #cart_status .buttons-container a:active {
    background: url('images/icons/cart_arrow.gif') no-repeat 95% 6px;
}
/* /cart box styles */

/* common sidebox style */
.sidebox-title {
    /*background: #cfdfe7 url('images/sb_title_left.png') no-repeat left top;*/
    background: url(images/footer-bg-small-3.png) 0 50% repeat-x;
}

.sidebox-title a {
    background: #fff;
    color: #014ead;
    display: inline-block;
}

.sidebox-title span {
    background: #fff;
    color: #2d2e2e;
    display: inline-block;
    padding: 3px 3px 5px 3px;

    /*background: url('images/sb_title_right.png') no-repeat right top;*/
    /*	background: none; */
    /*	color: #000000; /*
    }
    .sidebox-body {
    /*	border-left: 1px solid #cfdfe7;
            border-right: 1px solid #cfdfe7; */
}
.sidebox-bottom {
    background: #cfdfe7 url('images/sb_btm_right.gif') no-repeat right top;
}
.sidebox-bottom span {
    background: url('images/sb_btm_left.gif') no-repeat left top;
}
/* /common sidebox style */

/* categories sidebox style */
.sidebox-categories-wrapper .sidebox-title {
    background: #cbf1f7 url('images/sb_categ_title_left.png') no-repeat left top;
}
.sidebox-categories-wrapper .sidebox-title span {
    background: url('images/sb_categ_title_right.png') no-repeat right top;
}
/* /categories sidebox style */

/***** Tables *****/
/* Common table */
.table {
    background-color: #dee1e5;
    padding: 1px 0px 1px 1px;
}
.table th {
    background-color: #e8eff8;
    border-right: 1px solid #dee1e5;
    border-bottom: 1px solid #dee1e5;
}
.table th a, .table th a:visited, .table th a:hover, .table th a:active {
    color: #2c2b2b;
    font-weight: bold;
}
.table td, .table .table td {
    border-right: 1px solid #dee1e5;
}
.table .table-footer td {
    background-color: #e8eff8;
    border-right: 1px solid #dee1e5;
}
.table-row, tr.table-row, td.table-row {
    background-color: #f1f4f6;
}
/* /Common table */
/***** /Tables *****/

/* mainbox2 */
.mainbox2-title {
    background: url('images/subheader_bg.gif') repeat-x left bottom;
}
/* /mainbox2 */

.subheader, .subheader-first-item {
    color: #2d2e2e;
    background: url('images/subheader_bg.gif') repeat-x bottom;
    padding: 13px 0px 5px 0px;
    margin-bottom: 10px;
    font: bold 14px Arial, Helvetica, sans-serif;
}
.subheader-first-item {
    padding: 0px 0px 5px 0px;
}
.subheader2 {
    font: bold 11px tahoma, arial, verdana, sans-serif;
    padding-bottom: 3px;
    margin: 10px 0 2px 0;
}

/* color mainbox */
.mainbox-cart-title {
    background: #ecf6f8 url('images/mainbox_cart_title_bg.gif') repeat-x;
    font-size: 14px;
}
.mainbox-cart-title span.float-left, .mainbox-cart-title span.float-right {
    background: url('images/mainbox_cart_title_left.gif') no-repeat left top;
    width: 8px;
    height: 32px;
    margin: -8px 0px 0px -13px;
}
.mainbox-cart-title span.float-right {
    background: url('images/mainbox_cart_title_right.gif') no-repeat right top;
    margin: -8px -8px 0px 0px;
}
.mainbox-cart-body, .mainbox-cart-body-flex {
    border: 1px solid #dddddd;
    border-width: 0px 1px;
}
.cart-buttons {
    background-color: #f1f1f1;
    border: 1px solid #dddddd;
}
.cart-buttons .float-left {
    padding-top: 3px;
}
/* /color mainbox */

.updates-wrapper {
    background-color: #e9eff3;
    border: 1px solid #d2e1e8;
}

/* Bottom styles */
.bottom-copyright {
    color: #313131;
    font: 11px Arial, Helvetica, sans-serif;
}
.bottom-copyright a, .bottom-copyright a:visited, .bottom-copyright a:hover, .bottom-copyright a:active {
    font-size: 11px;
}
.bottom-search span.float-left, .bottom-search span.float-right {
    display: none;
}
/* /Bottom styles */

/* recently viewed */
.recent-prod-link-bg {
    background-color: #f4f4f4;
    text-align: right;
}
.extra-link, .extra-link:visited, .extra-link:hover, .extra-link:active {
    color: #ff5400;
    text-transform: lowercase;
    font: normal 11px Tahoma;
}
/* /recently viewed */

/* product LIST view styles */
.discount-label {
    background: url('images/discount_label_left.png') no-repeat left top;
    padding: 0px 0px 0px 10px;
}
.discount-label em {
    background: #37aae8 url('images/discount_label_right.png') no-repeat right top;
    padding: 4px 4px 4px 1px;
    color: #ffffff;
    font: normal bold 13px Arial, Helvetica, sans-serif;
    min-width: 28px;
    text-align: center;
    height: 16px;
}
.discount-label em strong {
    font-weight: normal;
}
.product-config-header {
    font-size: 13px;
    text-align: center;
    padding-top: 20px;
    clear: both;
}
/* /product LIST view styles */

/* pagination styles */
.pagination {
    background-color: white;
    font-size: 16px;
    font-weight: 600;
}
/*.pagination a, .pagination a:visited, .pagination a:hover, .pagination a:active, .pagination-selected-page {
    border: 1px solid #edf8fe;
}*/
.pagination a:hover, .pagination-selected-page {
    border: 1px solid #014ead !important;;
    background-color: #ffffff;
    border-radius: 5px;
}
.ontop_pagination{
    width:820px;
    position:fixed;
    top:28px;
    z-index: 200;
    margin-left: -14px;
    box-shadow: 0px 0px 15px silver;
    border-radius: 0px 0px 10px 10px;
}
.pagination-selected-page {
    font-weight: bold;
    cursor: default !important;
    color: black;
    text-decoration: inherit;
}

.discus-butt {
    margin-top: 20px;
}

.pagination_dis {
    background-color: white;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}

.blue-button-link a {
    border: 1px solid #014ead;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}

.blue-button-link a:hover {
    border: 1px solid #009FE0;
    background-color: #009FE0;
    color: #fff;
}

.ontop_pagination_dis{
    width:820px;
    position:fixed;
    top:28px;
    z-index: 200;
    margin-left: -14px;
    box-shadow: 0px 0px 15px silver;
    border-radius: 0px 0px 10px 10px;
}
.pagination_dis-selected-page {
    font-weight: bold;
    cursor: default !important;
    color: black;
    text-decoration: inherit;
}



.info-field-title {
    background-color: #edf8fe;
}

/* product details styles */
.product-details-options {
    background-color: #ffffbf;
    margin-bottom: 10px;
}
/* /product details styles */

/* List with circle bullets */
.cm-tabs-content ul li, .wysiwyg-content ul li, .category-description ul li, .bullets-list li {
    background: url('images/icons/dot_dark.gif') no-repeat 1px 7px;
    padding: 1px 0px 6px 11px;
}
.bullets-list li {
    background: url('images/icons/bullet.gif') no-repeat 1px 7px;
}
/* /List with circle bullets */

/* List with 2 arrows as bullet */
.arrows-list li {
    background: url('images/icons/cart_arrow.gif') no-repeat 1px 7px;
    padding-left: 13px;
}

.arrows-list li.delim {
    background: url('images/sidebox_delim.gif') repeat-x center 2px;
}
/* /List with 2 arrows as bullet */

/* Tree list */
.tree-list .cm-expanded {
    background: url('images/icons/links_expanded.gif') no-repeat scroll right 5px;
}

.tree-list .cm-collapsed {
    background: url('images/icons/links_collapsed.gif') no-repeat scroll right 5px;
}
/* /Tree list */

/* Arrow list */
.arrow-list li {
    padding-left: 10px;
    background: url('images/icons/list_arrow.gif') no-repeat 1px 6px;
}
.sidebox-body .arrow-list {
    margin: 0 0 5px 0;
}
.inside-list li {
    list-style: none none;
    background-image: none;
    padding: 2px 0px 3px 0px;
    line-height: 12px;
}
/* /Arrow list*/

/* Action bullets */
.action-bullets {
    margin-bottom: 10px;
}
.action-bullets li {
    display: inline;
    background: url('images/icons/dot_dark.gif') no-repeat 2px 6px;
    padding: 0px 10px 0px 13px;
}
/* /Action bullets*/

/* No bullets */
ul.no-markers li, .wysiwyg-content ul.no-markers li {
    background-image: none;
    list-style-type: none;
    padding-left: 0px;
}
/* /No bullets */

.delim {
    background: url('images/sidebox_delim.gif') repeat-x center center;
}

/* One page checkout styles */
.step-container, .step-container-active {
    background-color: #f8fdff;
    border: 1px solid #dddddd;
}
.step-container-active {
    background-color: #ffffff;
    border: 1px solid #c6d8dd;
}
.checkout-steps {
    background-color: #c8eef6;
}
.step-title-active {
    background: #fdfec5 url('images/op_checkout_title_active_bg.gif') repeat-x bottom;
    border-bottom: 1px solid #c6d8dd;
}
.step-title span.float-left, .step-title-active span.float-left {
    color: #a2acae;
}
.step-title-active span.float-left {
    color: #ff7800;
}
.step-body .shipping-rates label {
    font: italic bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #8ca1a1;
}
.step-title a.title, .step-title a.title:hover, .step-title-active a.title, .step-title-active a.title:hover {
    font: bold 17px Tahoma;
    color: #8ca1a1;
    background: url('images/icons/step_arrow.gif') no-repeat 3px 7px;
}
.step-title-active a.title, .step-title-active a.title:hover {
    color: #242424;
    background: url('images/icons/step_arrow_active.gif') no-repeat 0px 7px;
}
.step-complete-wrapper, .step-complete-wrapper strong {
    color: #8ca1a1;
    font: italic 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.step-complete-wrapper strong {
    font-weight: bold;
}
.step-complete-wrapper span {
    font-style: normal;
}
p.step-complete-wrapper {
    padding-top: 11px;
}
.step-complete-text {
    color: #858585;
}
.step-complete-wrapper .form-field label {
    color: #8ca1a1;
    font: bold 11px Tahoma;
    padding-top: 2px;
    padding-right: 3px;
}
#list_payment_methods {
    margin-left: -8px;
}
#summary {
    padding: 10px 0 5px 0;
}
.multiple-profiles, .multiple-profiles strong {
    font-style: normal;
}
.multiple-profiles .form-field {
    margin-bottom: 13px;
    padding-bottom: 6px;
    border-bottom: 1px solid #dadada;
}
.step-body-active .select-profile label {
    display: none;
}
.step-body-active .select-profile {
    padding-left: 0px;
}
.step-complete-wrapper ul.bullets-list li {
    background-image: url('images/icons/step_bullet.gif');
}
/* /One page checkout styles */

/* Estimation form */
.estimation-popup-box, .box {
    border: 1px solid #dadada;
    background-color: #f8f8f8;
}
/* /Estimation form */

.required-question, .required {
    color: #ff0000;
}

/* Previewer styles */
#previewer_overlay {
    background-color: #000;
    -moz-opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=10)";
    opacity: 0.6;
}
#previewer_window {
    color: #000000;
    border: 7px solid #3399FF;
    border-radius: 12px;
}
#previewer_hide_select {
    background-color: #ffffff;
    border: none;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    opacity: 0;
}
#thumbs_frame img {
    border: 1px solid #c1d4eb;
    cursor: pointer;
}
#thumbs_frame img.cm-current-thumb {
    border: 1px solid #0551ae;
}
#preview_window {
    border: 2px solid #FF8000;
}
.drag-window {
    background-color: #ffffff;
    cursor: move;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    opacity: 0;
}
a.cm-thumbnails-mini, .product-variant-image-unselected {
    /*border: 1px solid #c1d4eb;*/
}
a.cm-cur-item, .product-variant-image-selected {
    /*border: 1px solid #0551ae;*/
}

.cm-thumbnails-opener {
    visibility: hidden;
}
/* /Previewer styles */

/* Calendar box */
.calendar-but {
    cursor: pointer;
}
.calendar-box {
    border-top: 1px solid #cecece;
    border-right: 1px solid #797979;
    border-bottom: 1px solid #797979;
    border-left: 1px solid #cecece;
    -moz-user-select: none;
}
.calendar-navig a.cm-previous-month {
    background: url('images/icons/calendar_previous.gif') no-repeat 2px 4px;
    text-decoration: none;
}
.calendar-navig a.cm-next-month {
    background: url('images/icons/calendar_next.gif') no-repeat 2px 4px;
    text-decoration: none;
}
.calendar-box div.float-left {
    background-color: #f4f7f8;
}
.calendar {
    background-color: #ffffff;
}
.calendar th {
    background-color: #edeedb;
    font-weight: normal;
}
.calendar th.weekend {
    color: #f15513;
}
.search-advanced .calendar td, .calendar td {
    cursor: pointer;
    border: 1px solid #ffffff;
    color: #0033cc;
}
.calendar td a.strong {
    text-decoration: none;
}
.calendar td a.strong:hover {
    text-decoration: underline;
}
.calendar td a:hover {
    background-color: #f0f0f0;
}
.calendar td.weekend a, .calendar td.weekend a:hover {
    color: #000000;
}
.calendar td.selected a, .calendar td.selected a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #ff4317;
    font-weight: bold;
}
.calendar td.previous-month-days a, .calendar td.previous-month-days a:hover, .calendar td.next-month-days a, .calendar td.next-month-days a:hover {
    color: #bfbfbf;
    text-decoration: none;
}
/* /Calendar box */

/* block "Product filters" */
.product-filters .details {
    color: #959595;
    font-weight: normal;
}
.reset-filters, .reset-filters:visited, .reset-filters:hover, .reset-filters:active {
    color: #b20101;
    background: url('images/icons/delete_icon.gif') no-repeat 0px 3px;
    text-transform: lowercase;
}
/* /block "Product filters" */

/* captcha */.image-captcha {
    border: 2px solid #d0e25a;
    cursor: pointer;
}
.captcha-input-text {
    border: 1px solid #d2d9e1;
    font: bold 16px Tahoma;
    padding: 4px 2px;
}
/* /captcha */

/* Select languages */
.select-link, .select-link:hover {
    background: url('images/icons/select_icon.gif') no-repeat 100% 3px;
}
.select-wrap .select-link, .select-wrap .select-link:hover {
    background: url('images/icons/select_icon.gif') no-repeat 100% 2px;
}
.cm-select-list a.active {
    font: bold 12px Arial;
}
.select-popup {
    border: 1px solid #cecece;
}
ul.cm-select-list li a:hover, #top_quick_links .cm-select-list a:hover {
    background-color: #01b1dc;
    color: #ffffff;
}
.cm-select-list a, .cm-select-list a:visited, .cm-select-list a:hover, .cm-select-list a:active {
    color: #282828;
}
.localization {
    background: url('images/top_tools_delim.gif') no-repeat 0px 2px;
}

#select_lang_wrap ul.cm-select-list li {
     text-align: left;
     padding-left:10px;
}

#sw_select_lang_wrap{
    margin-right: 2px;
    padding-right: 16px;
}
/* /Select languages */

/* checkout totals */
.promotion-coupon {
    background: #f2f2f2 url('images/coupon_code_bg.gif') repeat-x left top;
    border: 1px solid #dddddd;
}
.promotion-coupon .input-text {
    border: 1px solid #d0d0d0;
}
/* /checkout totals */

/* Statistic list */
ul.statistic-list {
    background-color: #f2f9db;
}
/* /Statistic list */

/* plain/dynamic menu */
.subcategories-link, .subcategories-link:visited, .subcategories-link:hover, .subcategories-link:active {
    color: #2d2d2d;
    text-decoration:none;
    line-height:11px;
    font-size:11px;
}
.subcategories-link:hover {
    color: #2d2d2d;
    text-decoration:underline;
    line-height:11px;
    font-size:11px;
}
.subcategories-link-active, .subcategories-link-active:visited, .subcategories-link-active:hover, .subcategories-link-active:active {
    color: #2d2d2d;
    font-weight: bold;
    text-decoration:none;
    border-bottom:1px dotted;
    line-height:11px;
    font-size:12px;
}
.sitemap-list {
    padding-top: 10px;
}
ul.sitemap-list li {
    padding-left: 10px;
    background: #ffffff url(images/icons/left_menu_arrow.gif) no-repeat 0px 6px;
}
/* /plain/dynamic menu */

/* File uploader */
.attach-images-alt label {
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    color: #555555;
}
/* /File uploader */

/* Cart items */
#cart_items .sku {
    font: 10px Tahoma;
    color: #858585;
}
.quantity, .quantity label, .quantity .input-text, .quantity .sub-price, .quantity .price {
    font: bold 11px Tahoma;
}
.quantity label {
    color: #858585;
}
.product-description a.cm-combo-on, .product-description a.cm-combo-off {
    background: url('images/icons/prod_details_collapsed.gif') no-repeat 1px 2px;
}
.product-description a.cm-combo-off {
    background-image: url('images/icons/prod_details_expanded.gif');
}
/* /Cart items */

/* classic checkout */
/** progress bar styles **/
.pb-container em {
    background: #d1d1d1 url('images/pb_step.gif') no-repeat 0px 0px;
    color: #ffffff;
    text-decoration: none;
}
.pb-container .complete em {
    background-color: #9eca03;
    background-image: url('images/pb_step_complete.gif');
}
.pb-container .active em {
    background-color: #202020;
    background-image: url('images/pb_step_active.gif');
}
.pb-container a, .pb-container span {
    color: #a1a1a1;
}
.pb-container span.active {
    color: #222020;
}
/** /progress bar styles **/
/* /classic checkout */

/* Log in/out styles */
#sign_io {
    color: #014ead;
}
.login-popup .error-text {
    color: #fd0000;
}
.login-popup .form-field label, .login .form-field label {
    color: #757474;
}
.login-popup .form-field .input-text {
    border: 1px solid #d2d9e1;
    background: #ffffff url('images/icons/icon_username.gif') no-repeat 6px 4px;
}
.login-popup .form-field .password {
    background-image: url('images/icons/icon_password.gif');
}
/* /Log in/out styles */

/* breadcrumbs */
.breadcrumbs, .breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
    color: #a5a5a5;
    font-size: 11px;
}
/* /breadcrumbs */

.manage-post {
    background-color: #f2fafc;
}
.posts em {
    font-size: 11px;
}

/* checkout login */
.login-table td.login {
    background: url('images/sidebox_vert_delim.gif') repeat-y right;
}
.order-status {
    background: #eff8fc url('images/icons/ajax_loader.gif') no-repeat 5px center;
    border: 1px solid #c1d1d5;
}
body.clear-body {
    background-color: #ffffff;
    background-image: none;
    padding: 13px 12px;
    min-width: 0;
}
/* /checkout login */

/* Page 404 */
.exception-body h1 {
    background-color: #dbdee2;
    color: #ffffff;
    font: bold 32px Arial, Helvetica, sans-serif;
    padding: 6px 16px 2px 16px;
    margin: 0px;
}
.exception-body h2 {
    color: #373737;
    font: bold 42px Arial, Helvetica, sans-serif;
    padding: 32px 0px 2px 0px;
    margin: 0px;
}
.exception-body h3 {
    margin: 0px 0px 28px 0px;
    font: bold 17px Arial, Helvetica, sans-serif;
    padding: 0px;
}
.exception-menu li {
    background: url('images/icons/list_arrow.gif') no-repeat 0px 5px;
    padding: 0px 0px 14px 10px;
    color: #898989;
    font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    height: 1%;
}
.exception-menu li a, .exception-menu li a:visited, .exception-menu li a:hover, .exception-menu li a:active {
    font: normal 14px Arial, Helvetica, sans-serif;
}
.exception-content p {
    font-size: 14px;
}
.exception-logo {
    margin-left: -12px;
}
/* /Page 404 */

/* Picker */
.object-container {
    background-color: #ffffff;
    border: 1px solid #ededed;
}
/* /Picker */

/* Graph bar */
.graph-border {
    border: 1px solid #ababab;
}
.graph-bg {
    background-color: #ccf2ff;
}
/* /Graph bar */

/* form styles */
.cm-failed-field, .updates-wrapper .cm-failed-field, .sidebox-body .cm-failed-field {
    border: 1px dashed #cc0000;
    background-color: #ffdddd;
}
/** for checkboxes in FF **/
input[type=checkbox].cm-failed-field {
    outline: 1px dashed #cc0000;
    background-color: #ffdddd;
}
/** /for checkboxes in FF **/
.error-message .message {
    background-color: #f5f5ea;
}
.error-message .arrow {
    border: 5px solid transparent;
    border-bottom-color: #f5f5ea;
    border-top-width: 0px;
}
.form-field label {
    font: normal 12px verdana, geneva, arial, helvetica, sans-serif;
}
.form-field label.cm-required {
    background: url('images/icons/required_mark.gif') no-repeat right 6px;
}
.select-field label, .form-field .select-field label {
    font: normal 11px Tahoma;
}
.search-field textarea {
    border: 1px solid #83bdcb;
}
/* /form styles */

/* mandatory fields */
.mandatory-fields {
    font-size: 11px;
    text-decoration: underline;
}
/* /mandatory fields */

.border-bottom {
    border-bottom: 1px solid #d5d5d5;
}
#content_discussion p.stars {
    padding: 3px 0 15px 0;
    text-align: right;
    margin: 0px;
}
.post-author {
    text-align: right;
    padding: 3px 0 0 0;
    font-size: 11px;
}
.left-column .post-author, .right-column .post-author {
    padding: 3px 0 15px 0;
}
.post-message {
    padding: 0;
    font-style: italic;
}
.tags-group {
    font: italic normal 13px Arial, Helvetica, sans-serif;
}
.tags-list-container {
    padding: 0 0 10px 7px;
}
.cm-hint {
    color: #A5A5A5 !important;
}

/* Product notification */
.product-notification {
    background-color: #e8f8f8;
}
.product-notification .notification-body {
    background-color: #ffffff;
}
/* /Product notification */

/* azfix: my custom style */

a.az_news_font
{color: #000000; Text-decoration: none;}

a.az_map_cat1
{
    font-family: Verdana;
    font-size: 20px;
}

.az_button_liqpay
{
    color: #ffffff;
    background-color: #FF9900;
    font: bold 12px Tahoma;
    padding: 6px 15px 6px 15px;
}

.az_liqpay_message_success {color: #009900; font-size: 20px;}
.az_liqpay_message_failure {color: #FF0000; font-size: 20px;}
.az_liqpay_message_wait_secure {color: #FF00FF; font-size: 20px;}

#az-social-facebook
{
    float: left;
    width: 140px;
}

#az-social-vkontakte
{
    float:left;
    width: 94px;
}

#az-social-google
{
    float:left;
    width: 65px;
}

.opensub {
    cursor:pointer;
    color:#009FE0;
    border-bottom: 1px dotted;
    font-size:10px;
}

.subs {
    display:none;
}

/*****************************************************************************************************************\
***************************************************WO-STYLE-AREA***************************************************
\*****************************************************************************************************************/
.wo_dropdown, .wo_dropdown li, .wo_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wo_dropdown {
    position: relative;
    z-index: 999;
}

.wo_dropdown li {
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.wo_dropdown li.hover, .wo_dropdown li:hover {
    position: relative;
    z-index: 3;
    cursor: default;
}

.wo_dropdown ul {
    /*
    display: none;
    position: absolute;
    top: 100%;
    left: 5px;
    z-index: 2;
    width: 100%;
    */
}
.wo_dropdown .wo_under_wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 5px;
    z-index: 2;
    width: 100%;
    box-shadow: 2px 0 10px 0 rgba(0,0,0,.4);
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.wo_dropdown ul li {
    float: none;
}

.wo_dropdown .wo_under_wrap .wo_under_wrap {
    top: 0;
    left: 100%;
}
/*
.wo_dropdown li:hover > .wo_under_wrap {
    display: block;
}
*/

/* For vertical menu */
.wo_dropdown {
    width: 160px;
}

.wo_dropdown .wo_under_wrap {
    top: 0;
    left: 100%;
}

.wo_dropdown li {
    float: none;
}
/* /For vertical menu */

/* For RTL orientation*/
.wo_dropdown {
    /*float: right;*/
}
.wo_dropdown, .wo_dropdown .wo_dropdown, #top_menu ul ul .wo_dropdown, #top_menu .wo_dropdown .wo_dropdown {
    /*left: auto !important;*/
    /*right: 100%;*/
}
#top_menu .wo_dropdown {
    left: auto !important;
    right: 0px;
}
/* For RTL orientation*/

/* /Logic */


/* Decoration */
.wo_dropdown {
    font-weight: bold;
}

.wo_dropdown li {
    padding: 0px;
    background-color: #ffffff;
}

.wo_dropdown li.hover, .wo_dropdown li:hover {
}

.wo_dropdown a, .wo_dropdown a:visited {
    color: #2a2a2a;
    text-decoration: none;
}
/*
.wo_dropdown a:hover {
    color: #2a2a2a;
    text-decoration: underline; 
}
*/
.wo_dropdown a:active {
    color: #2a2a2a; 
}

.wo_dropdown ul {
    width: 240px;
    padding: 0px 5px;
    margin-top: 0;
    background-color: #ffffff;
    /*border: 1px solid #009FE0;*/
}

.wo_dropdown a {
    padding: 5px 20px 4px 2px;
    display: block;
}

.wo_dropdown *.dir {
    /*background: url('images/icons/category_collapsed.gif') no-repeat right 8px;*/
}

.wo_dropdown *.dir:hover {
    /*background: url('images/icons/category_expanded.gif') no-repeat right 8px;*/
}

/** Separator **/
.wo_dropdown li.h-sep {
    /*background: transparent url('images/categories_delim.gif') repeat-x scroll center center;*/
    font-size:1px;
    height:1px;
    line-height:1px;
    padding: 0;
    margin: 0;
}
/** /Separator **/

.wo_one_button_block {
    position: relative;
    width: 200px;
}
.wo_one_btn {
    width: 200px;
    text-align: center;
    background: #3399ff;
    padding: 10px 0;
}
.wo_one_btn A {
    color: #fff;
    font-weight: bold;
    font-size: 9pt;
}
.wo_wrap {
    display: none;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 0;
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.5);
}
.wo_one_button_block:hover .wo_wrap {
    display: block;
}
.wo_dropdown li {
    text-align: left;
}
.wo_dropdown li:hover > a {
    color: #3399ff;
    padding: 5px 20px 3px 2px;
    border-bottom: 1px #3399ff dashed;
}
.wo_dropdown {
    position: relative;
    font-family: "Tahoma";
    font-size: 10pt;
    padding: 0px 20px;
    background: #fff;
}
ul.wo_dropdown ul {
    padding: 10px 20px;
    height: 100%;
}


/*****************************************************************************************************************\
***************************************************WO-STYLE-AREA***************************************************
\*****************************************************************************************************************/


/*popup*/


/* popup */
#callback-form label{color:black}
.callback_content{width:372px;text-align:justify;margin:23px auto 10px auto;font-size:14px}
.callback_title{font:bold 24px arial;padding:17px 0 0 0;text-align:center}
#callback-form{margin:20px auto;width:100%;text-align:center}
#callback-form #inside{margin:0;width:420px}
#callback-form .call-text{font:bold 14px arial;color:black;width:164px;text-align:right;float:left;padding:5px 0 20px 0}
#callback-form .call-inputs{text-align:left;padding-left:5px;float:right;width:240px;padding:0 0 18px 0}
#callback-form .call-inputs input{margin:2px 0 0 0}
#callback-form .call-inputs input:focus{outline:rgb(183, 231,255) solid 1px;border:rgb(172, 209,228) solid 1px}
/*#callback-form .call-sub{width:144px;height:30px;background:url('../img/popup/enter.png') transparent repeat-x;vertical-align:middle;line-height:30px;text-align:center;margin:0px 0 0 0;display:block}*/
/*#callback-form .call-sub:hover{width:144px;height:30px;background:url('../img/popup/enter-hover.png') transparent repeat-x;cursor:pointer}*/
#callback-form .call-sub span{font:bold 14px arial;color:white}
#callback-form .dlgftext{font:normal 14px arial}
#callback-form input{height:22px;width:208px}
#callback-form #dlgf_phone{width:144px}
#callback-form .errors{padding:0;margin:0;color:rgb(255,0,0);font:normal 12px arial;overflow:hidden;text-align:left;padding-left:170px}
#callback-form .dlgline1{clear:both}
.feedback_title{font:bold 24px arial;padding:17px 0 0 0;text-align:center}
.feedback_content{width:375px;text-align:justify;padding:32px 0 0 24px;font:normal 14px arial}
#feedback-form{margin:0 auto}
#feedback-form .call-text{float:left;text-align:right;font:bold 14px arial;color:black;width:160px;padding:5px 0 20px}
#feedback-form .call-text label{color:black}
#feedback-form .call-inputs{float:right;text-align:left;width:250px;padding:0 0 0 4px}
#feedback-form #inside{padding:22px 0 0}
#feedback-form .dlgline1{padding:0 0 5px;width:100%;clear:both}
#feedback-form .call-inputs input{height:22px;width:220px}
#feedback-form .call-inputs select{padding-top:2px;height:22px;width:235px}
#feedback-form .call-inputs select:focus{outline:rgb(183, 231,255) solid 1px;border:rgb(172, 209,228) solid 1px}
#feedback-form  textarea{margin:0 auto;resize:none;padding:6px;margin-left:27px}
#feedback-form  textarea:focus{outline:rgb(183, 231,255) solid 1px;border:rgb(172, 209,228) solid 1px}
.call-inputs input{margin:2px 0 0}
.call-inputs input:focus{outline:rgb(183, 231,255) solid 1px;border:rgb(172, 209,228) solid 1px}
#message-mi{text-align:center;font:bold 14px arial;margin-bottom:5px;padding:0}
#feedback-form .call-sub{width:144px;height:30px;background:url('../img/popup/enter.png') transparent repeat-x;vertical-align:middle;line-height:30px;text-align:center;margin:10px auto 0;display:block}
#feedback-form .call-sub:hover{background:url('../img/popup/enter-hover.png') transparent repeat-x;cursor:pointer}
#feedback-form  .call-sub span{font:bold 14px arial;color:white}
.submitbtn{width:144px;height:30px;background:url('../img/popup/enter.png') transparent repeat-x;vertical-align:middle;line-height:30px;text-align:center;margin:10px auto 0;border:none;font:bold 14px arial;color:white}
.submitbtn:hover{width:144px;height:30px;background:url('../img/popup/enter-hover.png') transparent repeat-x;cursor:pointer}
.entr-cpch-text{font:bold 14px arial;text-align:right;float:left;width:133px;margin-left:27px}
.capcha{width:114px;float:left;text-align:center}
.entr-cpch-fld{float:left;height:22px;width:110px;padding:3px}
.entr-cpch-fld:focus{outline:rgb(183, 231,255) solid 1px;border:rgb(172, 209,228) solid 1px;height:22px;width:110px}
#feedback-form  .errors{clear:both;padding:0;margin:0;color:rgb(255,0,0);font:normal 12px arial;overflow:hidden;text-align:left;padding-left:169px}
.thform form > p{margin-top:-9px}
.mctcontent{margin-top:-40px}
.gstopic, .sraction, .srspecial{zoom:1}
.slfbitem p{padding-top:4px}
.slfbitem input{margin-right:3px}
.gsticon .ths_callback{margin:0;padding-bottom:10px}
#popupbg{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50)}
p.titleP{font:bold 24px arial;margin:0;padding:0;text-align:center}
#dialog_wrapper{position:absolute;z-index:101;top:0;display:none;left:50%}
#dialog_outer{position:relative}
#dialog_inner{padding:0px; border:0px solid #888888}
#dialog_content{border:0px solid #b6b6b6;background:#fff;padding:0px 30px 30px;font:12px Arial, Helvetica, sans-serif}
/*a#dialog_close{text-indent:-9999px;display:block;width:16px;height:16px;background:url('../img/btn-pclose2.png') no-repeat;position:absolute;right:13px;top:13px}*/
div#dialog_title{font:24px Arial, Helvetica, sans-serif;border-color:#fff;border-style:solid;border-width:0px;background:#fff;padding:20px 60px 6px 30px}
.ths_login{background:none;padding:0px;text-decoration:underline;border:0px solid white}


/* popup */
#fastbuy-form label{color:black}
.callback_content{width:372px;text-align:justify;margin:23px auto 10px auto;font-size:14px}
.callback_title{font:bold 24px arial;padding:17px 0 0 0;text-align:center}
#fastbuy-form{margin:20px auto;width:100%;text-align:center}
#fastbuy-form #inside{margin:0;width:420px}
#fastbuy-form .call-text{font:bold 14px arial;color:black;width:164px;text-align:right;float:left;padding:5px 0 20px 0}
#fastbuy-form .call-inputs{text-align:left;padding-left:5px;float:right;width:240px;padding:0 0 18px 0}
#fastbuy-form .call-inputs input{margin:2px 0 0 0}
#fastbuy-form .call-inputs input:focus{outline:rgb(183, 231,255) solid 1px;border:rgb(172, 209,228) solid 1px}
/*#fastbuy-form .call-sub{width:144px;height:30px;background:url('../img/popup/enter.png') transparent repeat-x;vertical-align:middle;line-height:30px;text-align:center;margin:0px 0 0 0;display:block}*/
/*#fastbuy-form .call-sub:hover{width:144px;height:30px;background:url('../img/popup/enter-hover.png') transparent repeat-x;cursor:pointer}*/
#fastbuy-form .call-sub span{font:bold 14px arial;color:white}
#fastbuy-form .dlgftext{font:normal 14px arial}
#fastbuy-form input{height:22px;width:208px}
#fastbuy-form #dlgf_phone{width:144px}
#fastbuy-form .errors{padding:0;margin:0;color:rgb(255,0,0);font:normal 12px arial;overflow:hidden;text-align:left;padding-left:170px}
#fastbuy-form .dlgline1{clear:both}
.feedback_title{font:bold 24px arial;padding:17px 0 0 0;text-align:center}
.feedback_content{width:375px;text-align:justify;padding:32px 0 0 24px;font:normal 14px arial}
#feedback-form{margin:0 auto}
#feedback-form .call-text{float:left;text-align:right;font:bold 14px arial;color:black;width:160px;padding:5px 0 20px}
#feedback-form .call-text label{color:black}
#feedback-form .call-inputs{float:right;text-align:left;width:250px;padding:0 0 0 4px}
#feedback-form #inside{padding:22px 0 0}
#feedback-form .dlgline1{padding:0 0 5px;width:100%;clear:both}
#feedback-form .call-inputs input{height:22px;width:220px}
#feedback-form .call-inputs select{padding-top:2px;height:22px;width:235px}
#feedback-form .call-inputs select:focus{outline:rgb(183, 231,255) solid 1px;border:rgb(172, 209,228) solid 1px}
#feedback-form  textarea{margin:0 auto;resize:none;padding:6px;margin-left:27px}
#feedback-form  textarea:focus{outline:rgb(183, 231,255) solid 1px;border:rgb(172, 209,228) solid 1px}
.call-inputs input{margin:2px 0 0}
.call-inputs input:focus{outline:rgb(183, 231,255) solid 1px;border:rgb(172, 209,228) solid 1px}
#message-mi{text-align:center;font:bold 14px arial;margin-bottom:5px;padding:0}
#feedback-form .call-sub{width:144px;height:30px;background:url('../img/popup/enter.png') transparent repeat-x;vertical-align:middle;line-height:30px;text-align:center;margin:10px auto 0;display:block}
#feedback-form .call-sub:hover{background:url('../img/popup/enter-hover.png') transparent repeat-x;cursor:pointer}
#feedback-form  .call-sub span{font:bold 14px arial;color:white}
.submitbtn{width:144px;height:30px;background:url('../img/popup/enter.png') transparent repeat-x;vertical-align:middle;line-height:30px;text-align:center;margin:10px auto 0;border:none;font:bold 14px arial;color:white}
.submitbtn:hover{width:144px;height:30px;background:url('../img/popup/enter-hover.png') transparent repeat-x;cursor:pointer}
.entr-cpch-text{font:bold 14px arial;text-align:right;float:left;width:133px;margin-left:27px}
.capcha{width:114px;float:left;text-align:center}
.entr-cpch-fld{float:left;height:22px;width:110px;padding:3px}
.entr-cpch-fld:focus{outline:rgb(183, 231,255) solid 1px;border:rgb(172, 209,228) solid 1px;height:22px;width:110px}
#feedback-form  .errors{clear:both;padding:0;margin:0;color:rgb(255,0,0);font:normal 12px arial;overflow:hidden;text-align:left;padding-left:169px}
.thform form > p{margin-top:-9px}
.mctcontent{margin-top:-40px}
.gstopic, .sraction, .srspecial{zoom:1}
.slfbitem p{padding-top:4px}
.slfbitem input{margin-right:3px}
.gsticon .ths_callback{margin:0;padding-bottom:10px}
#popupbg{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50)}
p.titleP{font:bold 24px arial;margin:0;padding:0;text-align:center}
#dialog_wrapper{position:absolute;z-index:101;top:0;display:none;left:50%}
#dialog_outer{position:relative}
#dialog_inner{padding:0px; border:0px solid #888888}
#dialog_content{border:0px solid #b6b6b6;background:#fff;padding:0px 30px 30px;font:12px Arial, Helvetica, sans-serif}
/*a#dialog_close{text-indent:-9999px;display:block;width:16px;height:16px;background:url('../img/btn-pclose2.png') no-repeat;position:absolute;right:13px;top:13px}*/
div#dialog_title{font:24px Arial, Helvetica, sans-serif;border-color:#fff;border-style:solid;border-width:0px;background:#fff;padding:20px 60px 6px 30px}
.ths_login{background:none;padding:0px;text-decoration:underline;border:0px solid white}
.popup-action {
    display: none;
    border-radius: 5px;
}

/*#jquery-live-search {*/
/*background: #fff;*/

/*padding: 5px 10px;*/
/*width: 500px;*/
/*max-height: 400px;*/
/*overflow: auto;*/

/*position: absolute;*/
/*z-index: 99;*/

/*border: 1px solid #A9A9A9;*/
/*border-width: 0 1px 1px 1px;*/

/*-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);*/
/*-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);*/
/*box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);*/
/*}*/

.fast-s{
    padding: 0;
    border-spacing: 0;
}
.fast-s tr:hover{
    background-color:#d6ebd2;
}



/*popup*/







/* Alexandr Bodolyan */
#footer{
    background: url(images/footer-bg.png) repeat-x;
    padding-top: 12px;
}
#footer .footer-helper-container{
    width: 1015px;
    margin: 0px auto;
}
#copy{
    padding-left: 195px;
}
#copy > div{
    float: left;
}
.about-bottom-wrap, .account-bottom-wrap, .contacts-bottom-wrap, .bottom-call-wrapp, .social-bottom-wrap{
    float: left;
    width: auto;
    margin: 20px 39px 20px 0;
}
.about-bottom-wrap span, .account-bottom-wrap span, .phone-bottom-title, .bottom-call-title, .social-bottom-title{
    color: #2d2d2d;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}
.about-bottom-wrap a, .account-bottom-wrap a, .contacts-bottom-wrap span{
    display: block;
}
.social-bottom-vk{
    height: 24px;
    width: 24px;
    background: url(images/social-sprite.png) 0 0 no-repeat;
    display: inline-block;
    margin: 0 5px 0 0;
}
.social-bottom-fb{
    height: 24px;
    width: 24px;
    background: url(images/social-sprite.png) -25px 0 no-repeat;
    display: inline-block;
    margin: 0 5px 0 0;
}
.social-bottom-youtube{
    height: 24px;
    width: 24px;
    background: url(images/social-youtube16.png) no-repeat;
    display: inline-block;
    margin: 0 5px 0 0;
}
.social-bottom-instagram{
    height: 24px;
    width: 24px;
    background: url(images/social-instagram16.png) no-repeat;
    display: inline-block;
    margin: 0 5px 0 0;
}
.before-bottom{
    width: 100%;
}
.hot-deals-list{
    text-align: center;
    overflow:visible;
    margin:0;
}
.hot-deals-item{
    display: inline-block;
    float: none !important;
}


#fastser,#fastser_top_div{
    background: #fff;
    display: none;
    padding: 5px 10px;
    width: 343px;
    /*max-height: 400px;*/
    overflow: auto;

    position: absolute;
    z-index: 199;

    border: 1px solid #A9A9A9;
    border-width: 0 1px 1px 1px;

    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.fast-s{
    padding: 0;
    border-spacing: 0;
}
.fast-s tr:hover{
    background-color:#d6ebd2;
}

#toTop{
    padding:10px;
    padding-right:20px;
    position:fixed;
    cursor:pointer;
    z-index:999;
    background:#009fe0;
    color:white;
    right:0px;
    top:85%;
    display:none;
    border-radius: 6px 6px 0 0;	
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    font: 16px Times New Roman;
}


.my-subheader-h {
    color: #2d2e2e;
    margin-top:-10px;
    margin-right:100px;
    font: bold 18px Arial, Helvetica, sans-serif;
    text-align:right;
}

.my-subheader-h span{
    background:white;
    padding: 0px 10px 0px 10px;
    float:right;
    //margin-top:-10px;
}


.thts_normal{

    float:left;
    width:100%;
}

.thts_normal_main{
    margin-top: -20px;
}
.size14{
    font-size: 14px;
}
.size15{
    font-size: 15px;
}
.text-top{
    vertical-align: top;
}
td.text-top{
    vertical-align: top;
    padding-top: 10px;
}
p.sub-box{
    font-size: 9px;
    color: #808080;
    line-height: 12px;
    margin: 0;
    padding: 0;
}
.fixed-top-panel{
    height: 30px;
    margin-top: -31px;
    position: fixed;
    z-index: 400;
    background: #EFF6FF;
}
.button-submit-top.button{
    padding: 0 10px;
    height: 21px;
    font-size: 14px;
    line-height: 20px;
    color:#ffffff;
    cursor: pointer;
    border: 1px solid #6ca9d6;
    border-right-color: #588dca;
    border-bottom-color: #33548b;
    background-color: #6ca9d6;
    background-image: -moz-linear-gradient(top, #6ca9d6 10%, #16639c 70%);
    background-image: -ms-linear-gradient(top, #6ca9d6, #16639c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(0.1, #6ca9d6), to(0.7, #16639c));
    background-image: -webkit-linear-gradient(top, #6ca9d6, #16639c);
    background-image: -o-linear-gradient(top, #6ca9d6, #16639c);
    background-image: linear-gradient(top, #6ca9d6,#16639c);
}

table.table-book{
    vertical-align: top;
}
table.table-book td{
    padding: 2px 2px 5px 2px;
    vertical-align: top;
}
table.table-book td.number{
    width: 18px;
}
table.table-book td.name-book{
    width: 190px;
}
a.dotted{
    text-decoration: none;
    border-bottom: 1px dotted #014ead;

}
.table .button-container{
    margin: 0 0 10px 0;
}

.strike-price-old {
    float: left;
}

.strike-price-old .strike-price-val:before {
    background: none repeat scroll 0 0 #A5A5A5;
    content: "";
    display: block;
    font-size: 1px;
    height: 2px;
    left: 0;
    line-height: 1px;
    position: absolute;
    right: 0;
    bottom: -23em;
    transform: scale(1) rotate(15deg) translate(0px, 0px) skew(0deg, 0deg);
}
.strike-price-old .strike-price-val {
    color: #999999;
    font-size: 1.4em;
    position: relative;
}

.az_buy_together {
    color: #6666CC;
    font-weight: bold;
}

.az_old_price {
    font-size: 14px; 
    color: #757575; 
}

.az_category_price {
    padding: 6px 0 0 6px; 
    width: 105%; 
    line-height: 1.3;
}



.mainbox-container>div> h1{
  float:left;
}
.mainbox-container>div .show-count {
    margin-top: 3px; 
    margin-left:10px;
    float:left;
    min-width:220px;
}
.discussion-show-count a{
    color: #014ead;
}

.mainbox-container >div .show-count .average_rating{
    float: left;
    padding-right: 10px;
}

.bg_rate span {
  width:120px;
}

