@import url('http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic');

@font-face
{
    font-family: Arnorg; /* Имя шрифта */

    src: url(../fonts/ARNORG.TTF); /* Путь к файлу со шрифтом */
}

html,
body
{
       width: 1024px;
    height: 100%;
	   margin: 0 auto;
}

body
{
    font: 16px 'Arial';

    margin: 0;

    color: #333;

    background: url('../images/bg3.jpg');
}

/* Basic */

p
{
    margin: 0;
    padding: 0;
}

table
{
    width: 100%;
}

button
{
    cursor: pointer;
}

ul,
li
{
    margin: 0;
    padding: 0;
}
a:hover
{
    text-decoration: none;
}
/* End of Basic */

/* Common */

.hidden
{
    display: none;
}
.clear
{
    clear: both;
}
.clearfix:before,
.clearfix:after
{
    display: table; /* 2 */

    content: ' '; /* 1 */
}

.clearfix:after
{
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
*,
*:before,
*:after
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.clearfix
{
    *zoom: 1;
}

.positioned
{
    position: relative;
}

.hidden
{
    display: hidden;
}

.block-element
{
    display: block;
}

.inline-element
{
    display: inline;
}

.inline-block-element
{
    display: inline-block;
}

.white-text
{
    color: white;
}

.no-border
{
    border: 0;
}

.left-floated
{
    float: left;
}

.right-floated
{
    float: right;
}

.floated-inline
{
    display: inline;
    float: left;
}

.uppercased
{
    text-transform: uppercase;
}
/* End of Common */

/* Inline block instruments */
.clear
{
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;

    width: 0;
    height: 0;
}

/* End of Inline block instruments */


.wrapper
{
    width: 1024px;
    margin: 0 auto;
}

/* Header */

.header-wrapper-fp
{
   /* height: 390px; */
    margin-bottom: 30px;
}

.header-wrapper-catalog
{
    height: 230px;
}

.header-wrapper-support
{
    height: 222px;
}

.header-wrapper-basket
{
    height: 240px;
}

.header
{
    padding-bottom: 10px;

    background-color: #2c2b2b;
}

.header .container
{
    font: 24px 'Times New Roman';

    min-width: 1024px;

    margin: 0 auto;
    padding: 15px 0 0 0;

    color: white;
}

.sub-header
{
    padding-top: 10px;
	
	background-color: #fff;
}

.sub-header-ct
{
   padding-top: 10px;

    box-shadow: 0 5px 10px -4px rgba(0, 0, 0, .5);

    background-color: #fff;
}

.sub-header .container
{
    min-width: 1024px;
    max-width: 1680px;
    margin: 0 auto;
}

.logo
{
    /*margin-right: 5%;
    margin-left: 5%;
    */
	display: block;
	width: 215px;
	height:43px;
	line-height: 43px;
	text-align: center;
	margin-top: -5px;
	margin-bottom: -10px;
}

.contacts ul li
{
    display: table-cell;

    padding: 0 30px 0 30px;

    list-style: none;
}

.header-left-side
{
    position: relative;
    z-index: 1;
    right: -1px;

    width: 64%;
    height: 24px;
    margin-left: 2%;

    border-right: 1px solid white;
    border-bottom: 1px solid red;
}

.login-register-menu li
{
    display: table-cell;

    list-style: none;

    color: #db0000;
}

.login-register-menu li span
{
    padding-right: 10px;
    padding-left: 10px;
}

.login-register-menu li a
{
    color: #db0000;
}

.login-register-menu:before
{
    float: right;

    width: 7px;
    height: 6px;
    margin-top: -3px;
    padding-left: 10px;

    content: url('../img/down_arrow.png') no-repeat 0 0;
}

.sales-support-menu
{
    margin-left: 5%;
	font-size: 15px;
}

.sales-support-menu li
{
    display: table-cell;

    list-style: none;

    color: #666;
}

.sales-support-menu li a
{
    color: #666;
}

.sales-support-menu li span
{
    padding-right: 10px;
    padding-left: 10px;
}

.switch-language li
{
    display: table-cell;

    list-style: none;
}

.switch-language li a
{
    color: #666;
}

.switch-language
{
    margin-right: 2%;
    padding-left: 35px;

    background: url('../img/language.png') no-repeat 0 0;
}

.header-right-side
{
    width: 32%;
    height: 38px;

    border-bottom: 1px solid red;
    border-left: 1px solid red;
}

.header-right-side:before
{
    float: left;

    width: 36px;
    height: 29px;
    margin-top: 4px;
    margin-left: 4px;

    content: url('../img/cart.png') no-repeat 0 0;
}

.cart-info
{
    line-height: 1;

    padding-top: 2px;
    padding-left: 10px;
}

.cart-info ul li
{
    list-style: none;
}

.cart-info ul li:nth-child(1)
{
    color: #db0000;
}

.cart-info ul li:nth-child(2)
{
    color: #666;
}

.items-in-cart ul li
{
    list-style: none;
}

.items-in-cart ul li
{
    list-style: none;
}

.items-in-cart
{
    width: 60%;

    text-align: right;
}

.items-in-cart p
{
    color: #666;
}

.cart .items-in-cart span
{
    color: #000;
}

.bottom-header
{
    padding-top: 10px;
    padding-bottom: 10px;

    box-shadow: 0 5px 10px -4px rgba(0, 0, 0, .5);

    background-color: #fff;
}

.bottom-header .container
{
    min-width: 1024px;
    max-width: 1680px;
    margin: 0 auto;
}

.head-banner
{
    display: block;

    width: 297px;
    height: 218px;
    margin-left: 2.1%;

    border: 10px solid #ccc;
}

.header-slider
{
    margin-right: 2%;
    margin-left: 340px;
}

/* End of Header */



/* Search */

.search
{
    margin-top: 14px;
    margin-bottom: 20px;
}

.search .container
{
    position: relative;
    width: 1024px;
    margin: 0 auto;
}

.search .container div
{
    position: absolute;
}

.search .container .search-block1
{
    width: 120px;
    margin-top: -2px;
    margin-left: 42px;
    text-align: center;
}

.search .container .search-block2
{
    right: 260px;
    left: 160px;
}

.search .container .search-block3
{
    right: 0;
    width: 450px;
}
.cat-menu {
	margin-bottom: 10px;
}
.cat-select {
	position: absolute;
	display: none;
	right: 0;
	top: 35px;
	z-index: 2;

	width: 660px;
	padding: 10px;

	border: 1px solid #ccc;
	background-color: #fff;

}
.cat-select__item {
	display: block;
	float: left;
	width: 33%;
	color: inherit;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
}

.cat-select__item:after {
	margin-left: 6px;
	content: url('../img/category-title-arrow.png') no-repeat 0 0;
}

.search .container .view-by-category
{
    font-size: 16px;
    color: black;
}

#category-block
{
    position: absolute;
    z-index: 1000;
    display: none;
    margin-top: 2px;
    margin-left: 2.1%;
}

#category-block .cb-head
{
    position: absolute;
    z-index: 1;
    width: 126px;
    height: 61px;
    padding: 9px 0 0 1px;
    text-align: center;
    text-decoration: none;
    color: #36c;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #fff;
}

#category-block .cb-head a
{
    text-decoration: none;
    color: #36c;
}

#category-block .cb-container
{
    position: absolute;
    z-index: 0;

    width: 696px;
    margin-top: 60px;
    padding-bottom: 20px;

    border: 1px solid #ccc;
    background-color: #fff;
}

#category-block .cb-container .cb-block-1
{
    z-index: 1;

    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px;
    margin-left: 36px;

    text-align: left;

    color: #333;
    border-bottom: none;
}

#category-block .cb-container .cb-block-2
{
    width: 100%;
    margin-left: 36px;

    text-align: left;

    color: #333;
}

#category-block .cb-container .cb-block-3
{
    width: 90%;
    margin-top: 25px;
    margin-left: 36px;
    padding-top: 18px;

    text-align: right;

    color: #333;
    border-top: 1px solid #ccc;
}

#category-block .cb-container .cb-block-3 a
{
    font-size: 12px;
    font-weight: bold;

    margin-top: 18px;

    text-decoration: none;

    color: #36c;
}

#category-block .cb-container .cb-block-3 a:after
{
    margin-left: 6px;

    content: url('../img/category-title-arrow.png') no-repeat 0 0;
}

#category-block .cb-container .cb-block-1 ul
{
    line-height: 1.5;

    float: left;

    width: 33%;

    list-style: none;
}

#category-block .cb-container .cb-block-2 ul
{
    line-height: 1.5;

    float: left;

    width: 33%;

    list-style: none;
}

#category-block .cb-container .cb-block-2 ul
{
    line-height: 1.5;

    float: left;

    width: 33%;

    list-style: none;
}

#category-block .cb-container .cb-block-1 ul p
{
    font-size: 14px;
    font-weight: bold;
}

#category-block .cb-container .cb-block-1 ul p:after
{
    margin-left: 6px;

    content: url('../img/category-title-arrow.png') no-repeat 0 0;
}

#category-block .cb-container .cb-block-1 ul li
{
    font-size: 12px;

    margin-left: 8px;
}

#category-block .cb-container .cb-block-1 ul li a
{
    color: #333;
}

#category-block .cb-container .cb-block-2 ul p
{
    font-size: 14px;
    font-weight: bold;
}


#category-block .cb-container .cb-block-2 ul p:after
{
    margin-left: 6px;

    content: url('../img/category-title-arrow.png') no-repeat 0 0;
}

#category-block .cb-container .cb-block-2 ul li
{
    font-size: 12px;

    margin-left: 8px;
}

#category-block .cb-container .cb-block-2 ul li a
{
    color: #333;
}

.search .container input[type='text']
{
    font-size: 16px;
    font-style: italic;

    width: 84%;
    height: 36px;
    margin-left: 10px;
    padding-left: 10px;

    border: 1px solid #a30003;
}

.search .container .search-btn
{
    font-size: 19px;
    font-weight: bold;

    width: 107px;
    height: 36px;
    margin-right: 10px;
    margin-left: 10px;

    color: white;
    border: 0;
background: #d4000f;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff011a', endColorstr='#d4000f');
background: -webkit-gradient(linear, left top, left bottom, from(#ff011a), to(#d4000f));
background: -moz-linear-gradient(top, #ff011a, #d4000f);
}

.search .container .search-btn:hover
{
background: #d4000f;
cursor:pointer;
}
  


.search .container .all-categories-btn
{
    font-size: 16px;

    width: 160px;
    height: 36px;
    margin-left: -3px;

    text-align: center;
    text-decoration: none;

    color: #333;
    border: 1px solid #999;
    border-left: 1px solid #a30003;
    background-color: #fff;
}

.search .container .search-block3-before
{
    position: absolute;

    margin-top: 15px;
    margin-left: 136px;
	display: block;
	width: 10px;
	height: 9px;
    background: url('../img/down_arrow2.png') no-repeat 0 0;
}

.search .container .advanced
{
    font-size: 16px;
    line-height: 2;

    text-align: center;

    color: black;
}

/* End of Menu*/


/* Main Menu*/

.main-menu-fp
{
    font-size: 16px;

    position: fixed;
    z-index: 999;
    top: 402px;

    width: 95.3%;
    margin-right: 1%;
    margin-left: 2%;

    color: #333;
    border-top: 1px solid #e0dfdf;
    border-bottom: 1px solid #e0dfdf;
}

.main-menu-catalog
{
    font-size: 16px;

    position: fixed;
    z-index: 999;
    top: 164px;

    width: 96%;
    margin-right: 1%;
    margin-left: 2%;

    color: #333;
    border-top: 1px solid #e0dfdf;
    border-bottom: 1px solid #e0dfdf;
}

.main-menu-fp .container
{
    width: 1024px;

    margin: 0 auto;

    background: url('../img/bg3.png');
}

.main-menu-catalog .container
{
    min-width: 1024px;
    max-width: 1680px;
    margin: 0 auto;

    background: url('../img/bg3.png');
}

.menu
{
    position: relative;

    display: table;

    width: 97%;
    height: 50px;
}

.menu a
{
    display: table-cell;

    min-width: 80px;
    padding-right: 15px;
    padding-left: 15px;

    text-align: center; vertical-align: middle;

    color: #333;
}

.menu li
{
    position: relative;

    display: table-cell;
}

.menu li a
{
    line-height: 50px; /* для того чтобы отцентрировать текст по вертикали */

    position: relative;

    display: block;

    width: 100%; height: 100%;

    text-align: center;
}

.menu li ul
{
    position: absolute;
    z-index: 1000;

    display: none;

    width: 100%;
    margin: 0; padding: 0;

    border: 1px solid #ccc;
    background-color: #fff;
}

.menu li ul li
{
    display: block;
}

.menu li:hover div
{
    display: block;
}

.sub-menu-container
{
    position: absolute;

    display: none;
    float: right;

    width: 300px;
    height: 30px;
    height: 20px;
    margin-left: -138px;

    background-color: #ccc;
}

/* End of Menu */

/* Content */

.content-wrapper
{
    width: 100%;
    min-width: 1024px;
    max-width: 1680px;
    margin: 0 auto;
}

.content-wrapper .container
{
    margin-left: 2%;
}

/* Content left side */

.content-left-side
{
    width: 231px;
    margin-right: -231px;

    text-align: center;
}

.content-left-side h1.title
{
    font-family: Arnorg, 'Arial';
    font-size: 46px;

    margin: 0;
    margin-bottom: 20px;

    text-align: center;

    color: #c70a23;
}

.merch-block
{
    width: 231px;
    height: 400px;
    margin-bottom: 30px;

    text-align: center;

    border: 1px solid #ccc;
    background-color: #fff;
}

.merch-block .tape,
.cart-pic .tape
{
    position: relative;
    z-index: 1;

    width: 123px;
    height: 109px;
    margin-top: -6px;
    margin-left: -6px;

    background: url('../img/sales-tape.png') no-repeat 0 0;
}

.merch-block .tape p,
.cart-pic .tape p
{
    font-size: 19px;

    margin-left: -45px;
    padding-top: 34px;

    -webkit-transform: rotate(-40deg);
       -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
         -o-transform: rotate(-40deg);

    color: #fff;
}

.merch-block img
{
    z-index: 0;

    margin-top: -64px;
    margin-bottom: 10px;
}

.merch-block a.title
{
    font-size: 19px;
	display: block;
	line-height: 21px;
	height: 42px;
	overflow: hidden;

    color: #333;
}

.merch-block p.price
{
    font-size: 19px;
    font-weight: normal;

    margin-top: 5px;
    margin-bottom: 5px;

    color: #f00;
}

.merch-block p.price strong
{
    font-size: 35px;
    font-weight: bold;

    color: #f00;
}

.merch-block p.price span
{
    font-size: 19px;
    font-weight: normal;

    margin-right: 15px;

    text-decoration: line-through;

    color: #666;
}

.merch-block .event-title
{
    font-size: 14px;
    font-style: italic;

    margin-bottom: 10px;

    color: #999;
}

.sales-banner
{
    font-size: 24px;
    line-height: 12;

    width: 231px;
    height: 300px;
    margin-bottom: 117px;

    text-align: center;

    color: #ccc;
    border: 10px solid #ccc;
    background-color: #fff;
}

.more
{
    font-size: 19px;

    color: #36c;
}

/* Content right side */

.content-right-side
{
    width: 100%;

    text-align: center;
}

.content-right-side .container
{
    position: relative;

    margin-left: 232px;
}

.content-right-side .container-catalog
{
    position: relative;

    margin-left: 240px;

    margin-right: 1%;
}

.content-right-side .container-catalog .sub-container
{
    background-color: #fff;
    padding-bottom: 20px;
}

.catalog-selections
{
    margin-left: 1%;

	padding-top: 10px;
	padding-left: 10px;

	background-color: #fff;
}

.catalog-selection-item
{
    position: relative;

    width: 231px;
    margin-right: 9px;
    margin-bottom: 18px;
    margin-left: 8px;
    text-align: center;
}

.catalog-selection-item a
{
    font-size: 24px;

    color: #fff;
}

.item-info-bottom-block
{
    font-size: 21px;
    line-height: 4;

    position: relative;
    z-index: 1;

    height: 75px;
    margin-top: -78px;

    opacity: .9;
    color: #fff;
    background-color: #2c2b2b;
}

.item-info-bottom-block-red,
.catalog-selection-item:nth-child(2n) .item-info-bottom-block-black
{
/*    font-size: 21px;
    line-height: 4;

    position: relative;
    z-index: 1;

    height: 75px;
    margin-top: -78px;

    color: #fff;*/
    opacity: .8;
    background-color: #ff0500;
}

.catalog-selection-item .item-info-bottom-block p
{
	display: table-cell;
	height: 75px;
	width: 231px;
	vertical-align: middle;
	line-height: 1.2;
}

.catalog-selection-item .item-info-bottom-block p span
{
    position: absolute;
    right: 0;
	top: 0;

    margin-top: 52px;
    margin-right: 10px;

    border-width: 7.5px 0 7.5px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.content-banner-one
{
    font-size: 24px;
    line-height: 12;

    width: 98%;
    height: 100px;
    margin-top: 10px;
    margin-left: 1%;

    text-align: center;

    color: #ccc;
    border: 10px solid #ccc;
    background-color: #fff;
}

.content-banner-two
{
    font-size: 24px;
    line-height: 12;

    width: 98%;
    height: 100px;
    margin-left: 1%;
    margin-top: 10px;
    margin-bottom: 10px;

    text-align: center;

    color: #ccc;
    border: 10px solid #ccc;
}

.content-banner-three
{
    font-size: 24px;
    line-height: 12;

    width: 98%;
    height: 100px;
    margin-left: 1%;
    margin-top: 10px;

    text-align: center;

    color: #ccc;
    border: 10px solid #ccc;
}

.slider-partners
{
    position: relative;

    margin-left: 1%;
    padding-left: 10px;
    padding-bottom: 15px;


    background-color: #fff;
}


.slider-partners .container
{
    margin: 0 auto;
    margin: 0 3% 0 3%;

    background-color: #f9f9f9;
}

/* Content new goods */

.new-goods 
{
	background-color: #fff;

	margin-top: 10px;
}

.new-goods-container
{
    margin-left: 1%;
}

.new-goods h2.title
{
    font-size: 16px;
    line-height: 2;

    height: 32px;
    padding-top: 2px;

    text-align: left;

    color: #fff;
    background-color: #303030;
}

.new-goods h2.title:before
{
    float: left;

    width: 28px;
    height: 28px;
    padding-right: 40px;
    padding-left: 10px;

    content: url('../img/title-img.png') no-repeat 0 0;
}

.new-item-block
{
    width: 230px;
margin-right: 11px;
margin-left: 11px;
    margin-bottom: 15px;
    padding-bottom: 10px;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff; /* Old browsers */
    background:    -moz-linear-gradient(top, #fff 0%, #f6f6f6 96%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(96%,#f6f6f6), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

.new-item-block img
{
    margin-top: 9px;

    border: 1px solid #ccc;
}

.new-item-block a.title
{
    font-size: 19px;

    display: block;
	line-height: 22px;
	height: 44px;
	overflow: hidden;

    padding-right: 13px;
    padding-left: 13px;

    text-align: center;

    color: #333;
}

.new-item-block p.price
{
    font-size: 27px;

    padding-top: 15px;
    padding-left: 36px;

    text-align: left;

    color: #000;
}

.new-item-block p.price span
{
    font-size: 19px;
}

.new-item-block .value-lable
{
    font-size: 13px;

    padding-top: 8px;
    padding-left: 34px;

    color: #333;
}

.new-item-block input.value-text-field
{
    margin-right: 5px;
    margin-left: 5px;

    border: 1px solid #c8c8c8;
    background-color: #efefef;
}

.new-item-block .btn-plus
{
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 4px;

    background: url('../img/plus.png') no-repeat 0 0;
}

.new-item-block .btn-minus
{
    width: 20px;
    height: 20px;
    margin-top: 2px;

    background: url('../img/minus.png') no-repeat 0 0;
}

.new-item-block .in-cart-btn
{
    font-size: 14px;
    font-weight: bold;

    width: 100px;
    height: 36px;
    margin: 10px 0 0 6px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
background: #ebebeb;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff011a', endColorstr='#d4000f');
background: -webkit-gradient(linear, left top, left bottom, from(#ff011a), to(#d4000f));
background: -moz-linear-gradient(top, #ff011a, #d4000f);
}

.in-cart-btn.in-cart-btn.in-cart-btn:hover
{
    background: #c1000f;
	cursor: pointer;
}


.more-btn.more-btn:hover,
.back-in-catalog-btn:hover
{
cursor: pointer;
    color: #000;
    background: #ebebeb;
}

.new-item-block .more-btn,
.back-in-catalog-btn
{
    font-size: 14px;
    font-weight: bold;

    width: 101px;
    height: 36px;
    margin: 10px 0 0 0;

    text-transform: uppercase;

    color: #333;
    border: 0 #c8c8c8;
background: #ebebeb;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ebebeb');
background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ebebeb));
background: -moz-linear-gradient(top, #f4f4f4, #ebebeb);
}

.fbg-item-block .more-btn:hover
{
cursor: pointer;

    color: #000;

    background: #ebebeb;
}

.fbg-item-block .in-cart-btn
{
    font-size: 14px;
    font-weight: bold;

    width: 100px;
    height: 36px;
    margin-top: 10px;
    margin-right: 10px;

    text-transform: uppercase;

     color: #fff;
    border: 0;
background: #ebebeb;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff011a', endColorstr='#d4000f');
background: -webkit-gradient(linear, left top, left bottom, from(#ff011a), to(#d4000f));
background: -moz-linear-gradient(top, #ff011a, #d4000f);
}

.fbg-item-block .in-cart-btn:hover
{
    background: #c1000f;
	cursor: pointer;
}


.fbg-item-block .more-btn
{
    font-size: 14px;
    font-weight: bold;

    width: 101px;
    height: 36px;
    margin-top: 10px;

    text-transform: uppercase;

    border: 0 #c8c8c8;
background: #ebebeb;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ebebeb');
background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ebebeb));
background: -moz-linear-gradient(top, #f4f4f4, #ebebeb);
}



/* Content frequently bought goods */

.frequently-bought-goods
{
    position: relative;

    background-color: #fff;
}

.frequently-bought-goods .fbg-item-container
{
    margin-left: 1%;
}

.frequently-bought-goods h2.title
{
    font-size: 16px;
    line-height: 2;

    height: 32px;
    padding-top: 2px;

    text-align: left;

    color: #fff;
    background-color: #303030;
}

.frequently-bought-goods h2.title:before
{
    float: left;

    width: 28px;
    height: 28px;
    padding-right: 40px;
    padding-left: 10px;

    content: url('../img/title-img.png') no-repeat 0 0;
}

.fbg-item-block
{
    width: 364px;
    margin-right: 10px;
    margin-bottom: 18px;
    padding-bottom: 10px;
margin-left: 11px;
    border: 1px solid #ccc;
    background: #fff; /* Old browsers */
    background:    -moz-linear-gradient(top, #fff 0%, #f6f6f6 96%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(96%,#f6f6f6), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

.fbg-item-block img
{
    float: left;

    margin-top: 9px;
    margin-right: 21px;
    margin-left: 9px;

    border: 1px solid #ccc;
}

.fbg-item-block .title
{
    font-size: 19px;

    display: block;
    float: left;
	height: 105px;
	overflow: hidden;

    width: 153px;
    padding-top: 7px;
    padding-bottom: 10px;

    text-align: center;

    color: #333;
}

.fbg-item-block .price
{
    font-size: 27px;

    text-align: center;

    color: #000;
}

.fbg-item-block .price span
{
    font-size: 19px;
}

.fbg-item-block .value-text-field
{
    margin-right: 5px;
    margin-left: 5px;

    border: 1px solid #c8c8c8;
    background-color: #efefef;
}

.fbg-item-block .value-lable
{
    font-size: 13px;

    padding-top: 10px;

    color: #333;
}

.fbg-item-block input
{
    margin-top: 8px;
}

.fbg-item-block .btn-plus
{
    width: 20px;
    height: 20px;
    margin-right: 5px;

    background: url('../img/plus.png') no-repeat 0 0;
}

.fbg-item-block .btn-minus
{
    width: 20px;
    height: 20px;

    background: url('../img/minus.png') no-repeat 0 0;
}

.fbg-item-block .in-stock,
.fbg-item-block .not-in-stock,
.in-stock,
.not-in-stock
{
    font-size: 12px;

    margin-top: 10px;
    margin-right: 18px;
    margin-bottom: 6px;
}

.fbg-item-block .in-stock:before,
.fbg-item-block .not-in-stock:before,
.in-stock:before,
.not-in-stock:before
{
    /*display: block;
    float: left;*/
	display: inline-block;

    width: 10px;
    height: 10px;
    margin-top: 4px;
    margin-right: 5px;

    content: '';

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #76a530;
}

.fbg-item-block .not-in-stock:before,
.not-in-stock:before
{
	background: red;
}



.fbg-item-block .stock-rating-block
{
    line-height: 1.7;

    margin-left: 15px;
}

.fbg-item-block .rating li
{
    display: table-cell;
    float: left;

    width: 17px;
    height: 17px;
    margin-left: 4px;

    list-style: none;

    background: url('../img/rating-star-empty.png') no-repeat 0 0;
}

.fbg-item-block .rating li:hover
{
    width: 17px;
    height: 17px;

    background: url('../img/rating-star-full.png') no-repeat 0 0;
}

.fbg-item-block .rating li:nth-child(1)
{
    width: 17px;
    height: 17px;
    margin-left: 0;

    background: url('../img/rating-star-full.png') no-repeat 0 0;
}

.fbg-item-block .rating li:nth-child(2)
{
    width: 17px;
    height: 17px;

    background: url('../img/rating-star-full.png') no-repeat 0 0;
}

.fbg-item-block .rating li:nth-child(3)
{
    width: 17px;
    height: 17px;

    background: url('../img/rating-star-full.png') no-repeat 0 0;
}

/* End of frequently bought goods */

/* Content subscribe */

.subscribe
{
    width: 98%;
    margin-top: 36px;
    margin-left: 1%;
    text-align: center;
}

.subscribe-container
{
    width: 730px;
    margin: 0 auto;
}

.subscribe p
{
    font-size: 21px;

    margin-bottom: 10px;

    color: #010101;
}

.subscribe input[type='text']
{
    font-size: 16px;
    font-style: italic;

    height: 36px;
    margin-right: 10px;
    padding-left: 10px;

    border: 1px solid #36c;
}

.subscribe-btn
{
    font-size: 14px;
    font-weight: bold;

    width: 146px;
    height: 36px;

    text-transform: uppercase;

    color: #fff;
    border: 0;
    background: url('../img/subscribe-btn.png') no-repeat 0 0;
}

/* End of subscribe */

/* End of Content */

/* Footer */

.footer
{
    font-size: 13px;
    line-height: 1.5;

    margin-top: 30px;
    padding-bottom: 20px;

    color: #fff;
    background-color: #2c2b2b;
}

.footer .container
{
    min-width: 1024px;
    max-width: 1680px;
    margin: 0 auto;
}

.footer ul
{
    display: block;
    float: left;

    width: 19.4%;
    padding-top: 30px;
}

.footer ul li
{
    list-style: none;
}

.footer ul li a
{
    text-decoration: none;

    color: #fff;
}

.footer-block-1:first-child
{
    margin-left: 3%;
}

.footer-block-2 li:nth-child(5)
{
    padding-top: 20px;
}

.footer-block-4 li:nth-child(5)
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-block-5 li:nth-child(4),
.footer-block-5 li:nth-child(7)
{
    padding-top: 20px;
}

.footer .adress
{
    display: block;

    margin-top: 20px;
    margin-bottom: 20px;

    text-align: center;
}

.footer .adress a
{
    color: #fff;
}

.footer .copyright
{
    margin-left: 4%;

    color: #999;
}

/* End of Footer */

/* Owl Slider Partners */

.slider-partners .owl-controls .owl-buttons div
{
    padding: 5px 9px;
}

.slider-partners .owl-buttons i
{
    margin-top: 2px;
}

.slider-partners .owl-controls .owl-buttons div
{
    position: absolute;
}

.slider-partners .owl-controls .owl-buttons .owl-prev
{
    top: 15px;
    left: -20px;

    width: 13px;
    height: 15px;

    background: url('../img/slider-ctrl-l.png') no-repeat 0 0;
}

.slider-partners .owl-controls .owl-buttons .owl-next
{
    top: 15px;
    right: -25px;

    width: 13px;
    height: 15px;

    background: url('../img/slider-ctrl-r.png') no-repeat 0 0;
}

/* End of Owl Slider Partners */

/* Owl Slider Main */

#owl-slider-header .item img
{
    display: block;

    width: 100%;
    height: 218px;
}


.slider-header .owl-controls .owl-buttons div
{
    position: absolute;
}

.slider-header .owl-controls .owl-buttons .owl-prev
{
    top: 176px;
    left: 0;

    width: 33px;
    height: 38px;

    opacity: .8;
    background: url('../img/left-arrow.png') no-repeat 0 0;
    background-color: #e6e4e1;
    background-position: center;
}

.slider-header  .owl-controls .owl-buttons .owl-next
{
    top: 176px;
    right: 0;

    width: 33px;
    height: 38px;

    opacity: .8;
    background: url('../img/right-arrow.png') no-repeat 0 0;
    background-color: #e6e4e1;
    background-position: center;
}

/* End of Owl Slider Main */

/* Owl Slider Recommended */

.slider-recommended
{
    width: 600px;
    margin-top: 18px;
}

.slider-recommended .owl-wrapper-outer .owl-item .item
{
    text-align: center;
}

.slider-recommended .owl-wrapper-outer .owl-item .item img
{
    border: 1px solid #ccc;
}

.slider-recommended .owl-wrapper-outer .owl-item .item a
{
    font-size: 18px;
	display: block;
	line-height: 20px;
	height: 40px;
	overflow: hidden;

    color: #333;
}

.slider-recommended .owl-wrapper-outer .owl-item .item .price
{
    font-size: 16px;

    margin-top: 15px;

    color: #f00;
}

.slider-recommended .owl-wrapper-outer .owl-item .item .through-price
{
    font-size: 24px;

    margin-top: 15px;
	text-decoration: line-through;
    color: #000;
}

.slider-recommended .owl-wrapper-outer .owl-item .item .through-price span
{
    font-size: 18px;

    color: #000;
}

.slider-recommended .owl-controls .owl-buttons div
{
    padding: 5px 9px;
}

.slider-recommended .owl-buttons i
{
    margin-top: 2px;
}

.slider-recommended .owl-controls .owl-buttons div
{
    position: absolute;
}

.slider-recommended .owl-controls .owl-buttons .owl-prev
{
    top: 58px;
    left: -35px;

    width: 38px;
    height: 106px;

    background: url('../img/slider-rec-l.png') no-repeat 0 0;
}

.slider-recommended .owl-controls .owl-buttons .owl-next
{
    top: 58px;
    right: -35px;

    width: 38px;
    height: 106px;

    background: url('../img/slider-rec-r.png') no-repeat 0 0;
}

/* End of Owl Slider Recommended */


/* Catalog Page */

/* Left menu */

ul.sample-menu
{
    font-size: 14px;

    text-transform: uppercase;

    border-top: 1px solid #000;
}

ul.sample-menu li
{
    padding: 15px 0 15px 10px;

    list-style: none;

    text-align: left;

    color: #fff;
    border-bottom: 1px solid #000;
    background-color: #363636;
}

ul.sample-menu li a
{
    text-decoration: none;
    color: #fff;
}
ul.sample-menu li a.selected {

}

ul.sample-menu li ul
{
    margin: 20px 0 0 15px;
    padding: 0;
}

ul.sample-menu li ul li
{
    padding-top: 12px;

    border-bottom: none;
}

ul.sample-menu li ul li a:hover,
ul.sample-menu li ul li a.selected
{
    color: #f00;
}

ul#left-menu a.collapsed
{
    display: block;

    margin-left: -10px;		
    padding: 0 0 0 10px;
}

ul#left-menu a.collapsed:after
{
    display: inline-block;

    width: 5px;
    height: 9px;
    margin-left: 20px;

    content: '';

    background: url('../img/minimized.png') no-repeat;
}

ul#left-menu a.expanded:after
{
    display: inline-block;

    width: 9px;
    height: 5px;
    margin-left: 20px;

    content: '';

    background: url('../img/disclosed.png') no-repeat;
}

ul#left-menu a.expanded
{
    display: block;

    margin-top: -16px;
    margin-left: -10px;
    padding: 15px 0 15px 10px;

    background-color: #f00;
}

/* End of left menu */


/* Filter */

.filter-container
{
    text-align: center;
}

.filter-container input[type='checkbox']
{
    float: left;

    width: 16px;
    height: 16px;
}

.filter-container form ul li
{
    clear: both;

    margin-bottom: 5px;

    list-style: none;
}

.filter-container h3
{
    font-size: 18px;

    color: #333;
}

.filter-container ul
{
    margin-top: 5px;
}

.filter-container .filter-control
{
    margin-bottom: 30px;

    text-align: left;
}

.filter-container .title
{
    font-size: 14px;
    font-weight: bold;

    display: block;
    float: left;

    width: 100px;
    margin: 0 0 0 5px;

    color: #333;
}

.filter-container .more
{
    font-size: 14px;

    display: block;
    float: right;

    text-decoration: none;

    color: #999;
}

.filter-container .name
{
    font-size: 14px;

    color: #333;
}

.filter-container .name span
{
    font-size: 14px;

    margin-left: 5px;

    color: #999;
}

.filter-container form ul li p
{
    float: left;

    margin-left: 5px;
    padding-right: 5px;

    color: #333;
}

.filter-container input .text
{
    float: left;
}

.filter-container .filter-btn
{
    position: absolute;

    width: 21px;
    height: 21px;
    margin-top: 3px;

    border: 0;
    background: url('../img/filter-btn.png') no-repeat 0 0;
}

.filter-container input[type='radio']
{
    float: left;

    width: 13px;
    height: 13px;
}

.filter-container .search-opt
{
    font-size: 14px;
    font-weight: bold;

    margin-bottom: 20px;

    color: #0027ad;
}

/* End of Filter */

/* Content */

.content-right-side h2.title,
.content-right-side h1.title
{
    font-size: 16px;
    line-height: 2;

    height: 36px;
    padding-top: 4px;

    text-align: left;

    color: #fff;
    background-color: #2c2b2b;

    margin-top: 0;
    margin-bottom: 10px;
}

.content-right-side h2.title:before,
.content-right-side h1.title:before
{
    float: left;

    width: 28px;
    height: 28px;
    padding-right: 40px;
    padding-left: 10px;

    content: url('../img/title-img.png') no-repeat 0 0;
}

.content-right-side .breadcrumbs
{
    margin: 0 0 24px 12px;

    text-align: left;
}

.content-right-side .breadcrumbs a
{
    color: #f00;
    text-decoration: none;
}

.content-right-side .breadcrumbs a span
{
    color: #333;
}

.content-right-side .sorting
{
    margin-top: 23px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    padding: 22px 0 22px 29px;

    background-color: #f4f1f1;
}

.content-right-side .sorting form p,
.sorting form select
{
    float: left;
}

.content-right-side .sorting form select
{
    line-height: 22px;

    position: relative;
    z-index: 100;

    width: 120px;
    height: 21px;

    color: #666;
    border: none;
    background: none;
}

.content-right-side .sorting form select:last-child
{
    line-height: 22px;

    position: relative;
    z-index: 100;

    width: 66px;
    height: 21px;

    color: #666;
    border: none;
    background: none;
}

.select-outer
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 105px;
    margin: 0 10px 0 10px;

    background-color: #fff;
}

.select-outer-num
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 46px;
    margin: 0 10px 0 10px;

    background-color: #fff;
}

.select-button
{
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;

    width: 22px;
    height: 20px;

    background: url('../img/select-btn.png') center center no-repeat;
}

.content-right-side .sorting .pres-btn
{
    margin-right: 5px;
}

.content-right-side .pagination
{
    width: 100%;
}

.content-right-side .pagination .pagination-container
{
    width: 220px;
    margin: 0 auto;
}

.content-right-side .pagination ul li
{
    line-height: 1.5;

    float: left;

    width: 30px;

    list-style: none;

    color: #333;
}

.content-right-side .pagination ul li span
{
    padding: 1px 5px 1px 5px;

    border: 1px solid #c9dde9;
    border-radius: 5px;
}

.content-right-side .pagination ul li a
{
    text-decoration: none;

    color: #039;
}

.content-right-side .pagination .pagination-container a.pagination-nav-left
{
    float: left;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    background: url('../img/pagination-nav-l.png') no-repeat 0 0;
}

.content-right-side .pagination .pagination-container a.pagination-nav-left:hover
{
    float: left;

    width: 22px;
    height: 22px;

    background: url('../img/pagination-nav-l-hover.png') no-repeat 0 0;
}

.content-right-side .pagination .pagination-container a.pagination-nav-right
{
    float: left;

    width: 22px;
    height: 22px;
    margin-left: 10px;

    background: url('../img/pagination-nav-r.png') no-repeat 0 0;
}

.content-right-side .pagination .pagination-container a.pagination-nav-right:hover
{
    float: left;

    width: 22px;
    height: 22px;

    background: url('../img/pagination-nav-r-hover.png') no-repeat 0 0;
}

.content-right-side .catalog
{
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
}

.content-right-side .catalog .ct-item
{
    margin-bottom: 18px;

    text-align: left;

    border: 1px solid #ccc;
    background: #fff; /* Old browsers */
    background:    -moz-linear-gradient(top, #fff 0%, #f6f6f6 96%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(96%,#f6f6f6), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

.ct-block-1 img
{
    margin: 10px 21px 0 9px;

    border: 1px solid #ccc;
}

.ct-block-1 .in-stock
{
    font-size: 12px;

    margin-top: 10px;
    margin-right: 18px;
    margin-bottom: 6px;
}

.ct-block-1 .in-stock:before
{
    display: block;
    float: left;

    width: 10px;
    height: 10px;
    margin: 2px 5px 0 15px;

    content: '';

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #76a530;
}

.ct-block-1
{
    float: left;

    width: 167px;
    margin-right: 10%;
}

.ct-block-2
{
    float: left;

    width: 30%;
    margin-top: 19px;
    margin-right: 20%;
}

.ct-block-2 .title
{
    color: #333;
}

.ct-block-2 .mini-description
{
    font-size: 12px;

    margin-top: 13px;
    margin-bottom: 30px;

    color: #999;
}

.ct-block-2 .a
{
    float: right;

    color: #666;
}

.ct-block-2 .a:before
{
    width: 18px;
    height: 25px;
    padding-right: 10px;

    content: url('../img/detailed-desc.png') no-repeat 0 0;
}

.ct-block-3
{
    float: left;

    width: 17%;
    margin-top: 31px;

    text-align: left;
}

.ct-block-3 .price
{
    font-size: 24px;

    float: left;

    margin-right: 10px;

    color: #000;
}

.ct-block-3 .price span
{
    font-size: 18px;

    color: #000;
}


.ct-block-3 .price-through
{
    font-size: 16px;
    line-height: 2;

    text-decoration: line-through;

    color: #f00;
}

.ct-block-3 .element-container
{
    margin-top: 13px;
}

.ct-block-3 input[type='text']
{
    float: left;

    width: 61px;
    height: 20px;
    margin-right: 5px;
    margin-left: 8px;

    color: #666;
    border: 1px solid #ccc;
    background-color: #efefef;
}

.ct-block-3 .btn-plus
{
    float: left;

    width: 20px;
    height: 20px;
    margin-right: 3px;

    background: url('../img/plus.png') no-repeat 0 0;
}

.ct-block-3 .btn-minus
{
    width: 20px;
    height: 20px;

    background: url('../img/minus.png') no-repeat 0 0;
}

.ct-block-3 .in-cart-btn
{
    font-size: 14px;
    font-weight: bold;

    width: 100px;
    height: 36px;
    margin-top: 16px;

    text-transform: uppercase;

    color: #fff;
    background: url('../img/in-cart-btn.png') no-repeat 0 0;
}

.recommended-goods
{
    height: 340px;
    margin-top: 18px;
    margin-right: 2%;
    margin-left: 2%;

    border: 2px solid #ccc;

    background-color: #fff;
}

.recommended-goods .container
{
    margin: 0 auto;
    margin-right: 5%;
    margin-left: 5%;
}

.recommended-goods .title
{
    font-size: 18px;

    margin-top: 8px;
    margin-left: 20px;

    color: #333;
}

/* End of Page */



/* Catalog Mosaic Page */

.content-right-side .catalog-mosaic
{
    margin-top: 15px;
    margin-bottom: 20px;
}

.content-right-side .catalog-mosaic .ct-item
{
    position: relative;

    width: 229px;
    margin-right: 17px;
    margin-bottom: 17px;

    border: 1px solid #ccc;
    background: #fff; /* Old browsers */
    background:    -moz-linear-gradient(top, #fff 0%, #f6f6f6 96%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(96%,#f6f6f6), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

.content-right-side .catalog-mosaic img
{
    margin: 9px 0 0 0;

    border: 1px solid #ccc;
}

.content-right-side .catalog-mosaic .title
{
    font-size: 14px;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
    margin-top: 10px;
    padding: 0 10px 0 10px;

    text-transform: uppercase;

    color: #333;
}

.content-right-side .catalog-mosaic .mini-description
{
    font-size: 12px;

    padding: 0 15px 0 15px;

    text-align: justify;

    color: #999;
}

.content-right-side .catalog-mosaic .in-stock
{
    font-size: 12px;

    margin-top: 10px;
    margin-bottom: 6px;
}

.content-right-side .catalog-mosaic .in-stock:after
{
    position: absolute;
    left: 0;

    width: 10px;
    height: 10px;
    margin-top: 2px;
    margin-left: 56px;

    content: '';

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #76a530;
}

.content-right-side .catalog-mosaic .price
{
    font-size: 24px;

    margin-bottom: 19px;

    color: #000;
}

.content-right-side .catalog-mosaic .price span:first-child
{
    font-size: 18px;

    margin-right: 10px;

    color: #000;
}

.content-right-side .catalog-mosaic .price-through
{
    font-size: 16px;

    text-decoration: line-through;

    color: #f00;
}

.content-right-side .catalog-mosaic input[type='text']
{
    width: 61px;
    height: 20px;
    margin-right: 6px;
    margin-left: 6px;

    color: #666;
    border: 1px solid #ccc;
    background-color: #efefef;
}

.content-right-side .catalog-mosaic .label
{
    font-size: 12px;
    line-height: 2;

    margin-left: 15px;

    color: #333;
}

.content-right-side .catalog-mosaic .btn-plus
{
    width: 20px;
    height: 20px;
    margin-right: 3px;

    background: url('../img/plus.png') no-repeat 0 0;
}

.content-right-side .catalog-mosaic .btn-minus
{
    width: 20px;
    height: 20px;

    background: url('../img/minus.png') no-repeat 0 0;
}

.content-right-side .catalog-mosaic .btn-block
{
    margin-top: 10px;
    margin-bottom: 10px;
}


.content-right-side .catalog-mosaic .in-cart-btn
{
    font-size: 14px;
    font-weight: bold;

    width: 100px;
    height: 36px;
    margin-right: 10px;

    text-transform: uppercase;

    color: #fff;
    background: url('../img/in-cart-btn.png') no-repeat 0 0;
}

.content-right-side .catalog-mosaic .more-btn
{
    font-size: 14px;
    font-weight: bold;

    width: 101px;
    height: 36px;

    text-transform: uppercase;

    color: #333;
    border: 0;
    background: url('../img/more-btn.png') no-repeat 0 0;
}

/* End of Catalog Mosaic Page */

/* Catalog Mosaic-2 Page */

.content-right-side .catalog-mosaic-2
{
    margin-top: 15px;
    margin-bottom: 20px;

    margin-left: 1%;
    margin-right: 1%;
}

.content-right-side .catalog-mosaic-2 .ct-item
{
    position: relative;

    width: 354px;
    margin-right: 17px;
    margin-bottom: 17px;

    border: 1px solid #ccc;
    background: #fff; /* Old browsers */
    background:    -moz-linear-gradient(top, #fff 0%, #f6f6f6 96%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(96%,#f6f6f6), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #fff 0%,#f6f6f6 96%,#f4f4f4 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
.content-right-side .catalog-mosaic-2 .ct-item:nth-child(2n){
	margin-right: 0;
}

.content-right-side .catalog-mosaic-2 img
{
    float: left;

    margin: 9px 20px 0 9px;

    border: 1px solid #ccc;
}

.content-right-side .catalog-mosaic-2 .ct-item .info-container
{
    float: left;

    width: 154px;
}

.content-right-side .catalog-mosaic-2 .title
{
    font-size: 14px;

    margin-top: 10px;

    text-transform: uppercase;

    color: #333;
}

.content-right-side .catalog-mosaic-2 .mini-description
{
    font-size: 12px;

    text-align: justify;

    color: #999;
}

.content-right-side .catalog-mosaic-2 .in-stock
{
    font-size: 12px;

    position: absolute;
    top: 175px;
    left: 10px;
}

/*.content-right-side .catalog-mosaic-2 .in-stock:after
{
    position: absolute;
    left: 0;

    width: 10px;
    height: 10px;
    margin-top: 2px;
    margin-left: -14px;

    content: '';

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #76a530;
}
*/
.content-right-side .catalog-mosaic-2 .price
{
    font-size: 24px;

    margin-top: 21px;
    margin-bottom: 9px;

    color: #000;
}

.content-right-side .catalog-mosaic-2 .price span:first-child
{
    font-size: 18px;

    margin-right: 10px;

    color: #000;
}

.content-right-side .catalog-mosaic-2 .price-through
{
    font-size: 16px;

    text-decoration: line-through;

    color: #f00;
}

.content-right-side .catalog-mosaic-2 input[type='text']
{
    width: 61px;
    height: 20px;
    margin-right: 6px;
    margin-left: 6px;

    color: #666;
    border: 1px solid #ccc;
    background-color: #efefef;
}

.content-right-side .catalog-mosaic-2 .label
{
    font-size: 12px;
    line-height: 2;

    color: #333;
}

.content-right-side .catalog-mosaic-2 .btn-plus
{
    width: 20px;
    height: 20px;
    margin-right: 3px;

    background: url('../img/plus.png') no-repeat 0 0;
}

.content-right-side .catalog-mosaic-2 .btn-minus
{
    width: 20px;
    height: 20px;

    background: url('../img/minus.png') no-repeat 0 0;
}

.content-right-side .catalog-mosaic-2 .btn-block
{
    margin-top: 10px;
    margin-bottom: 10px;
}


.content-right-side .catalog-mosaic-2 .in-cart-btn
{
    font-size: 14px;
    font-weight: bold;

    width: 100px;
    height: 36px;
    margin-right: -122px;

    text-transform: uppercase;

    color: #fff;
    background: url('../img/in-cart-btn.png') no-repeat 0 0;
}

.content-right-side .catalog-mosaic-2 .more-btn
{
    font-size: 14px;
    font-weight: bold;

    float: right;

    width: 101px;
    height: 36px;
    margin-right: 12px;

    text-transform: uppercase;

    color: #333;
    border: 0;
    background: url('../img/more-btn.png') no-repeat 0 0;
}

/* End of Catalog Mosaic Page */


/* Support Page */

.support-page 
{
	background-color: #fff;
	margin-top: 10px;
	padding-bottom: 50px;
}

.content-wrapper .container .title-sup
{
    font-size: 16px;
    line-height: 2;

    height: 32px;
    padding-top: 2px;

    text-align: left;

    color: #fff;
    background-color: #303030;

    margin: 0;
    margin-bottom: 10px;
}

.content-wrapper .container .title-sup:before
{
    float: left;

    width: 28px;
    height: 28px;
    padding-right: 40px;
    padding-left: 10px;

    content: url('../img/title-img.png') no-repeat 0 0;
}

.content-wrapper .container .breadcrumbs
{
    margin: 0 0 0 19px;

    text-align: left;
}

.content-wrapper .container .breadcrumbs a
{
    color: #f00;
    text-decoration: none;
}

.content-wrapper .container .breadcrumbs a span
{
    color: #333;
}

.content-wrapper .container	.content-wrapper-sup
{
    width: 761px;
    margin: 0 auto;
}

.content-wrapper .container	.search-sup
{
    margin-top: 22px;
    margin-bottom: 16px;
}

.content-wrapper .container	.search-sup input[type='text']
{
    font-size: 16px;
    font-style: italic;

    width: 85.9%;
    height: 36px;
    padding-left: 10px;

    color: #666;
    border: 1px solid #ccc;
}

.content-wrapper .container	.search-sup input[type='text']::-webkit-input-placeholder
{
    color: #666;
}

.content-wrapper .container	.search-sup input[type='text']:-moz-placeholder
{
    color: #666;
}

.search-btn
{
    font-size: 19px;
    font-weight: bold;
    width: 107px;
    height: 36px;
    color: white;
    border: 0;
background: #ebebeb;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff011a', endColorstr='#d4000f');
background: -webkit-gradient(linear, left top, left bottom, from(#ff011a), to(#d4000f));
background: -moz-linear-gradient(top, #ff011a, #d4000f);
}


.content-wrapper .container	.tooltip
{
    font-size: 14px;
    font-style: italic;

    display: block;

    margin-top: 8px;
    padding-bottom: 14px;

    color: #999;
    border-bottom: 1px solid #ccc;
}

.content-wrapper .container .self-service-tools
{
    font-size: 14px;

    float: left;

    width: 53%;
    margin-left: 3px;

    list-style: none;
}

.content-wrapper .container .self-service-tools a
{
    line-height: 1.5;

    margin-left: 21px;

    color: #06c;
}

.content-wrapper .container .self-service-tools li:nth-child(1)
{
    margin-bottom: 12px;
}

.content-wrapper .container .popular-questions
{
    font-size: 14px;

    float: left;

    list-style: none;
}

.content-wrapper .container .popular-questions li:nth-child(1)
{
    margin-bottom: 12px;
}

.content-wrapper .container .popular-questions a
{
    line-height: 1.5;

    margin-left: 21px;

    color: #06c;
}

.content-wrapper .container .subscribe
{
    text-align: center;
}

/* End of Support Page */


/* Item card Page */

.item-card-page 
{
	background-color: #fff;
	padding-bottom: 20px;
}

.item-card .item-card-container
{
    margin-top: 23px;
}

.item-card .item-card-container .info-block-1
{
    margin-bottom: 20px;
    margin-left: 3%;
}

.item-card .item-card-container .info-block-2
{
    margin-bottom: 20px;
    margin-left: 3%;
}

.item-card .item-card-container .info-block-1 .item-gallery
{
    width: 225px;
    margin-right: 83px;
}
.sub-img {
	max-width: 43px;
	max-height: 43px;
	cursor: pointer;
}

.item-card .item-card-container .info-block-1 .item-gallery input[type='submit']
{
    font-size: 12px;
    font-weight: bold;

    width: 77px;
    height: 24px;
    margin-bottom: 7px;

    text-transform: uppercase;

    color: white;
    border: 0;
    background: url('../img/3d-btn.png') no-repeat 0 0;
}

.main-img-box {
	display: block;
	float: left;
	width: 234px;
	height: 234px;
	margin-top: 7px;
	margin-bottom: 6px;

	border: 1px solid #ccc;
	overflow: hidden;
}

.item-card .item-card-container .info-block-1 .item-gallery .main-img
{
	width: 100%;
}

.item-card .item-card-container .info-block-1 .item-gallery .sub-img
{
    float: left;

    margin-right: 2px;

    border: 1px solid #ccc;
}

.item-card .item-card-container .info-block-1 .item-info
{
    width: 406px;
}

.item-card .item-card-container .info-block-1 .item-info .item-sub-info
{
    padding-bottom: 21px;

    border: 1px solid #ccc;
}

.item-card .item-card-container .info-block-1 .title
{
    font-size: 18px;

    margin-bottom: 13px;

    color: #333;
}

.item-card .item-card-container .info-block-1 .mini-description
{
    font-size: 14px;

    margin-bottom: 8px;
    padding: 10px 8px 10px 14px;

    text-align: justify;

    color: #999;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.item-card .item-card-container .info-block-1 .price-in-cart-block
{
    position: relative;

    text-align: left;

    border: 1px solid #ccc;
}

.item-card .item-card-container .info-block-1 .price-in-stock-block
{
    margin-top: 12px;

    text-align: center;
}

.item-card .item-card-container .info-block-1 .price-in-stock-block .price
{
    font-size: 14px;
    font-weight: bold;

    margin-left: 31px;

    color: #000;
}

.item-card .item-card-container .info-block-1 .price-in-stock-block .stock-price
{
    font-size: 18px;

    margin-top: 5px;
    margin-right: -60px;
    margin-bottom: 10px;

    text-decoration: line-through;

    color: #666;
}

.item-card .item-card-container .info-block-1 .price-in-stock-block .event
{
    margin-left: 30px;
}


.item-card .item-card-container .info-block-1 .price-in-stock-block .event-title
{
    font-size: 14px;
    font-style: italic;

    margin-bottom: 10px;

    color: #999;
}

.item-card .item-card-container .info-block-1 .price-in-stock-block .in-stock
{
    font-size: 12px;

    display: inline-block;

    margin-top: 10px;
    margin-left: 30px;
}

.item-card .item-card-container .info-block-1 .price-in-stock-block .in-stock-event
{
    font-size: 12px;

    display: inline-block;

    margin-top: 10px;
    margin-left: 30px;
}

/*.item-card .item-card-container .info-block-1 .price-in-stock-block .in-stock:after
{
    position: absolute;
    left: 0;

    width: 10px;
    height: 10px;
    margin-top: 3px;
    margin-left: 35px;

    content: '';

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #76a530;
}
*/

.item-card .item-card-container .info-block-1 .price-in-stock-block .in-stock-event:after
{
    position: absolute;
    left: 0;

    width: 10px;
    height: 10px;
    margin-top: 3px;
    margin-left: 70px;

    content: '';

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #76a530;
}

.item-card .item-card-container .info-block-1 .price-in-stock-block .price span:nth-child(1)
{
    font-size: 22px;

    color: #f03;
}

.item-card .item-card-container .info-block-1 .price-in-stock-block .price span:nth-child(2)
{
    font-size: 18px;

    color: #f03;
}

.item-card .item-card-container .info-block-1 .item-info
{
    position: relative;
}

.item-card .item-card-container .info-block-1 .item-info .in-cart-container
{
    margin-top: 19px;
    margin-right: 21px;
}


.item-card .item-card-container .info-block-1 .item-info .in-cart-container .label
{
    font-size: 12px;
    line-height: 2;

    color: #333;
}

.item-card .item-card-container .info-block-1 .item-info .in-cart-container input[type='text']
{
    width: 61px;
    height: 20px;
    margin-right: 6px;
    margin-left: 6px;

    color: #666;
    border: 1px solid #ccc;
    background-color: #efefef;
}

.item-card .item-card-container .info-block-1 .item-info .in-cart-container .btn-plus
{
    width: 20px;
    height: 20px;
    margin-right: 3px;

    background: url('../img/plus.png') no-repeat 0 0;
}

.item-card .item-card-container .info-block-1 .item-info .in-cart-container .btn-minus
{
    width: 20px;
    height: 20px;

    background: url('../img/minus.png') no-repeat 0 0;
}

.item-card .item-card-container .info-block-1 .item-info .in-cart-container .in-cart-btn
{
    font-size: 14px;
    font-weight: bold;

    width: 100px;
    height: 36px;
    margin: 10px 0 0 10px;

    text-transform: uppercase;

    color: #fff;
    border: 0;
    background: url('../img/in-cart-btn.png') no-repeat 0 0;
}

.item-card .item-card-container .info-block-2 .widgets
{
    float: right;
    margin-right: 20px;
	position: absolute;
	right: 0;
}

.item-card .item-card-container .info-block-3
{
    margin-left: 3%;
}

.item-card .item-card-container .info-block-3 .item-properties
{
    width: 67%;
    margin-right: 20px;
}

.item-card .item-card-container .info-block-3 .item-properties table
{
    width: 100%;
    margin-bottom: 16px;

    border-collapse: collapse;

    border: 1px solid #ccc;
}


.item-card .item-card-container .info-block-3 .item-properties table
{
    width: 100%;
    height: 111px;
}

.item-card .item-card-container .info-block-3 .item-properties table tr td
{
    height: 27px;
    padding-left: 11px;

    text-align: left;
}

.item-card .item-card-container .info-block-3 .item-properties table tr td:nth-child(1)
{
    color: #666;
}

.item-card .item-card-container .info-block-3 .item-properties table tr td:nth-child(2)
{
    width: 234px;

    color: #333;
}

.item-card .item-card-container .info-block-3 .item-properties table tr:nth-child(2n+1)
{
    background-color: #f5f5f5;
}

.item-card .item-card-container .info-block-3 .item-properties p
{
    font-size: 14px;

    margin-bottom: 7px;
    margin-left: 6px;

    text-align: left;

    color: #c60;
}

.item-card .item-card-container .info-block-3 .item-card-banners {
	margin-right: 10px;
}

.item-card .item-card-container .info-block-3 .item-card-banners .back-in-catalog-btn
{
    font-size: 12px;

    width: 202px;
    height: 32px;
    padding: 10px 32px 10px 32px;

    text-decoration: none;

    color: #333;
    border: 1px solid #ccc;
    border-color: #f7f7f7;
    border-radius: 5px;
}


.item-card .item-card-container .info-block-3 .item-card-banners .banner
{
    font-size: 24px;
    line-height: 12;

    width: 212px;
    height: 277px;
    margin-bottom: 16px;

    text-align: center;

    color: #ccc;
    border: 9px solid #ccc;
}

.item-card .item-card-container .info-block-3 .item-properties .note
{
    font-size: 14px;
    font-style: italic;

    width: 469px;
    padding: 11px;

    text-align: left;

    color: #333;
    border: 1px solid #f3e8a0;
    border-radius: 5px;
    background-color: #fffcd5;
}

/* End of item card Page */

/* Cart page */

.cart-container
{
    width: 72%;
    margin-right: 1%;
    margin-left: 2%;
}

.cart-container-2
{
    width: 72%;
    margin-top: 20px;
    margin-right: 1%;
    margin-left: 2%;
}


.cart-container h2.title
{
    font-size: 14px;
    font-weight: bold;
    line-height: 2;

    height: 36px;
    padding-top: 4px;

    text-align: left;

    color: #fff;
    background-color: #303030;

    margin: 0;
}

.cart-container h2.title a
{
    font-size: 12px;

    margin-right: 15px;

    text-transform: uppercase;

    color: #fff;
}

.cart-container h2.title:before
{
    float: left;

    width: 28px;
    height: 28px;
    padding-right: 40px;
    padding-left: 10px;

    content: url('../img/title-img.png') no-repeat 0 0;
}

.cart-container-2 h2.title
{
    font-size: 14px;
    font-weight: bold;
    line-height: 2;

    height: 36px;
    padding-top: 4px;

    text-align: left;

    color: #fff;
    background-color: #303030;
}

.cart-container-2 h2.title a
{
    font-size: 12px;

    margin-right: 15px;

    text-transform: uppercase;

    color: #fff;
}

.cart-container-2 h2.title:before
{
    float: left;

    width: 28px;
    height: 28px;
    padding-right: 40px;
    padding-left: 10px;

    content: url('../img/title-img.png') no-repeat 0 0;
}

.cart-container .breadcrumbs
{
    margin: 0 0 10px 12px;

    text-align: left;
}

.cart-container .breadcrumbs a
{
    color: #f00;
    text-decoration: none;
}

.cart-container .breadcrumbs a span
{
    color: #333;
}

.cart-container table
{
    width: 96%;
    margin: 0 auto;

    border-collapse: collapse;

    text-align: center;

    color: #000;
    border: 1px solid #ccc;
    background-color: #fff;
}

.cart-container	.sub-container
{
    padding-top: 20px;
    padding-bottom: 15px;

    border: 1px solid #ccc;
    border-top: none;
    background-color: #f5f5f5;
}

.cart-container table tr td .name
{
    font-size: 14px;

    margin-bottom: 20px;

    color: #f00;
}
.cart-container table tr td .name a {
	color: inherit;
}

.cart-container table tr td .cart-item-img
{
    margin: 40px 0 18px 0;
}

.cart-container table tr:nth-child(1)
{
    font-size: 14px;

    height: 35px;

    color: #000;
}

.cart-container table tr td .btn-container
{
    width: 120px;
    margin: 0 auto;
}

.cart-container table tr td input[type='text']
{
    float: left;

    width: 61px;
    height: 20px;
    margin-right: 5px;
    margin-left: 8px;

    text-align: center;

    color: #666;
    border: 1px solid #ccc;
    background-color: #efefef;
}

.cart-container table tr td .btn-plus
{
    float: left;

    width: 20px;
    height: 20px;
    margin-right: 3px;

    background: url('../img/plus.png') no-repeat 0 0;
}

.cart-container table tr td .btn-minus
{
    width: 20px;
    height: 20px;

    background: url('../img/minus.png') no-repeat 0 0;
}

.content-wrapper .cart-banner
{
    width: 230px;
    height: 500px;

    border: 9px solid #ccc;

    background-color: #fff;
}

.cart-container .cart-apply-block
{
    margin-top: 18px;
    margin-left: 18px;
}

.cart-container .cart-apply-block p
{
    font-size: 14px;
}

.cart-container .cart-apply-block p:nth-child(1)
{
    margin-right: 13px;
}

.cart-container .cart-apply-block form
{
    line-height: 1.3;

    width: 350px;
}

.cart-container .cart-apply-block input[type='text']
{
    width: 179px;
    height: 25px;
    margin-bottom: 11px;
    padding-left: 10px;

    border: 1px solid #ccc;
}

.cart-container .cart-apply-block input[type='submit']
{
    font-size: 12px;
    font-weight: bold;

    width: 100px;
    height: 36px;
    margin-top: 8px;
    margin-right: 10px;

    text-transform: uppercase;

    color: white;
    border: 0;
    background: url('../img/in-cart-btn.png') no-repeat 0 0;
}

.cart-container .cart-apply-block .without-discount span
{
    font-size: 20px;

    color: #000;
}

.cart-container	.cart-issue-block
{
    margin-top: 18px;
    margin-right: 17px;

    text-align: right;
}

.cart-container	.cart-issue-block a
{
    margin-left: 10px;

    text-decoration: none;

    color: #333;
}

.cart-container	.cart-issue-block a:after
{
    width: 33px;
    height: 33px;
    margin-left: 10px;

    content: url('../img/cart-del-btn.png') no-repeat 0 0;
}

.cart-container	.cart-issue-block .total
{
    margin-top: 10px;
}

.cart-container	.cart-issue-block .total span
{
    font-size: 20px;

    color: #000;
}

.cart-container .cart-issue-block input[type='button']
{
    font-size: 12px;
    font-weight: bold;

    width: 100px;
    height: 36px;
    margin-top: 8px;
    margin-left: 20px;

    text-transform: uppercase;

    color: white;
    border: 0;
    background: url('../img/in-cart-btn.png') no-repeat 0 0;
}

.cart-container .continue-shopping
{
    font-size: 14px;

    width: 230px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 18px 10px 18px;

    text-decoration: none;

    color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f7f7f7;
}

.table-container 
{
	background-color: #fff;

	margin-left: 2%;
	margin-bottom: 20px;

	padding-top: 10px;
	padding-bottom: 40px;

}

.content-wrapper .order-history
{
    width: 94%;
    margin-left: 2%;

    border-collapse: collapse;

    color: #000;
}

.content-wrapper .order-history tr:nth-child(1)
{
    border-bottom: 1px solid #ccc;
}

.content-wrapper .order-history tr:nth-child(1):hover
{
    background-color: #fff;
}

.content-wrapper .order-history tr:nth-child(2):hover
{
    background-color: #fff;
}

.content-wrapper .order-history tr
{
    height: 30px;

    text-align: center;
}

.content-wrapper  .order-history tr:hover
{
    background-color: #ffc;
}

.content-wrapper  .order-history tr:nth-child(2n+3)
{
    background-color: #f9f9f9;
}

.content-wrapper  .order-history tr:nth-child(2n+3):hover
{
    background-color: #ffc;
}

.content-wrapper .order-history tr td:nth-child(1)
{
    text-align: left;
}

.content-wrapper .order-history tr td:nth-child(4)
{
    text-align: left;
}

.content-wrapper .note
{
    line-height: 2;

    margin-left: 2%;
}

.content-wrapper .note span
{
    color: #f00;
}

.content-wrapper .show-all-orders
{
    font-size: 14px;

    width: 202px;
    margin-right: 4%;
    padding: 10px 18px 10px 18px;

    text-align: center;
    text-decoration: none;

    color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f7f7f7;
}

/* End of Cart page */

/* Personal Cabinet Page */

.pc-window-head
{
    font-size: 14px;

    position: relative;
    z-index: 1;

    height: 33px;
    margin-top: -10px;
    padding: 5px 24px 8px 8px;

    color: #06c;
    border: 1px solid #999;
    border-bottom: 0;
    background-color: #fff;

	width: 195px;
	white-space: nowrap;
}


.pc-window-head p:before
{
	position: absolute;
	z-index: 2;
    right: 0;
	top: 0;

    width: 7px;
    height: 31px;
    padding:0 10px;

    background: url('../img/down_arrow.png') no-repeat 50% 50% #fff;
	content: '';
}

.pc-window-container
{
    line-height: 1.5;

    position: absolute;

    width: 225px;
    height: auto;
    margin-top: 22px;
    padding-top: 10px;
    padding-bottom: 10px;

    border: 1px solid #999;
    background-color: #fff;
}

.pc-window-container img
{
    margin-right: 10px;
    margin-left: 10px;
	max-width: 67px;
	max-height: 69px;
}

.pc-window-container p
{
    font-size: 14px;

    margin-top: 3px;

    color: #000;
}

.pc-window-container p span
{
    color: #06c;
}

.pc-window-container ul
{
    font-size: 14px;

    margin-top: 10px;
    margin-left: 10px;

    list-style: none;
}

.pc-window-container ul li a
{
    text-decoration: none;

    color: #06c;
}

.pc-window-container ul li:last-child
{
    margin-top: 15px;
}


/* End of Personal Cabinet Page */

/* PopUP Windows */

#lean_overlay
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: #000;
}

#login-window
{
    display: block;

    width: 568px;
    height: 326px;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #fff;
}
.hidden1 #login-window {
	display:none;
}
#login-window .container
{
    margin-top: 20px;
    margin-left: 26px;
}

#login-window .container .window-title
{
    font-size: 18px;

    color: #69c;
}

#login-window .container .title
{
    font-size: 14px;

    margin-top: 21px;
    margin-bottom: 11px;

    color: #666;
}

#login-window .container .title a
{
    margin-left: 34px;

    color: #666;
}

#login-window .container .pw-login-text-field
{
    width: 233px;
    height: 36px;

    border: 1px solid #999;
}

#login-window .container .checkbox
{
    font-size: 14px;

    margin-top: 11px;

    color: #666;
}

#login-window .container form
{
    margin-right: 42px;
}

#login-window .container input[type='submit']
{
    font-size: 16px;
    font-weight: bold;

    width: 95px;
    height: 36px;
    margin: 10px 0 10px 0;
    margin-left: 26px;

    color: #000;
    border: 0;
    background: url('../img/login-form-btn.png') no-repeat 0 0;
}

#login-window .container .info
{
    color: #000;
}

#login-window .container .info a
{
    font-size: 14px;

    text-decoration: none;

    color: #579ad2;
}

#login-window .container .login-through-social p
{
    font-size: 14px;

    margin-bottom: 10px;

    color: #666;
}

#login-window .container .login-through-social a img
{
    margin-right: 13px;
    margin-bottom: 10px;
}

.auth-vk,
.auth-fb {
	display: block;
	width: 123px;
	height: 45px;
	overflow: hidden;
}

/* End of PopUP Windows */








/* Based on Manos Malihu's brilliant thumbnail scroller http://manos.malihu.gr/jquery-thumbnail-scroller */
.tshf_container{
	height:85px;
	position:relative;
	width:100%;
	background:#2c2b2b;
}
.tshf_container .thumbScroller{
	position:relative;
	width:100%;
	overflow:hidden;
}
.tshf_container .thumbScroller,
.tshf_container .thumbScroller .container,
.tshf_container .thumbScroller .content{
	height:85px;
}
.tshf_container .thumbScroller .container{
	position:relative;
	left:0;
}
.tshf_container .thumbScroller .content{
	float:left;
}
.tshf_container .thumbScroller .content div{
	height:100%;
	position:relative;
}
.tshf_container .thumbScroller img{
	border:none;
}
.tshf_container .thumbScroller .content div a{
	display:block;
	height:85px;
	width:85px;
}
.tshf_container .thumbScroller .content div a img{
	width:85px;
}
.tshf_container .thumbScroller .content div a:hover{
	border-color:#fff;
}
.tshf_container .thumbScroller .content div:hover span{
	background:transparent url(../images/thumb_overlay_hover.png) no-repeat top left;
}
.tshf_container .thumbScroller .content span{
	cursor:pointer;
	position:absolute;
	width:85px;
	height:85px;
	top:0px;
	left:0px;
	background:transparent url(../images/thumb_overlay.png) no-repeat top left;
}

.cart-confirm {
	width: 380px;
	min-height: 100px;
	position: relative;
}
.cart-confirm__text {
	font-size:18px;
	margin-bottom: 10px;
}
.cart-confirm__buttons {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.cart-confirm__button {
	font-size: 14px;
	font-weight: bold;

	height: 36px;
	margin: 10px 0 0 0;

	text-transform: uppercase;

	color: #333;
	border: 0 #c8c8c8;
	background: #ebebeb;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ebebeb');
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ebebeb));
	background: -moz-linear-gradient(top, #f4f4f4, #ebebeb);
}
.cart-confirm__button_left {
	float: left;
}
.cart-confirm__button_right {
	float: right;
}

.map {
	list-style: inside circle;
	padding: 5px 0 5px 20px;
	text-align: left;
}
.warnText {
	border: 1px solid #d00;
	padding: 5px 10px;
	color: #d00;
	background-color: #fbe8e8;
	margin-bottom: 10px;
}
