/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
	margin:0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
	border:0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
       
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*develop*/

body {
	background: rgb(255,255,255); /* Old browsers */ 
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(255,255,255,1) 9%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(9%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 9%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 9%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 9%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 9%); /* W3C */


	background-image: url('/img/ornament.jpg');
	background-repeat: repeat-x;
	background-position: center  top ;
	font-family:'Trebuchet MS';

}
.wrapper {
	width:1000px;
	margin:0 auto;
}
a {text-decoration:none;color: #84281d;}
a:hover {text-decoration:underline;}
.fl{float:left;}
.fr{float:right;}
.clear {clear:both;}


.call_button {
	position: absolute;
	top: 185px;
	right:0px;
	z-index:999;
}
.popup__overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    text-align: center;
	z-index: 999;
    }
    .popup__overlay:after {
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
        content: ''
    }
.popup__overlay_reg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    text-align: center;
	z-index: 999;
	color: #444;
    }
    .popup__overlay_reg:after {
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
        content: ''
    }
    .popup__overlay_reg .popup .popup__close {
        color: #444 !important;
    }
	.lico_m {
		font-size: 16px;
		margin: 15px;
		background: rgb(90,27,20);
		color: rgb(255, 255, 255);
		border-radius: 5px;
		padding: 10px;
		display:block;
	}
.popup {
    display: inline-block;
    position: relative;
    max-width: 80%;
    padding: 20px;
    border: 5px solid #fff;
    border-radius: 15px;
    box-shadow: inset 0 2px 2px 2px rgba(0,0,0,.4);
    background: #fff;
    vertical-align: middle
    }
.popup-form__row {
    margin: 1em 0
    }
.popup__close {
    display: block;
    position: absolute;
    top: -20px;
    right: 10px;
    width: 12px;
    height: 12px;
    padding: 8px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 2px 2px 2px rgba(0,0,0,.4),
                              0 3px 3px     rgba(0,0,0,.4);
    box-shadow:         inset 0 2px 2px 2px rgba(0,0,0,.4),
                              0 3px 3px     rgba(0,0,0,.4);
    cursor: pointer;
    background: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #444;
    text-decoration: none;
    font-weight: bold
    }
    .popup__close:hover {
        background: #ddd
        }


/*top_line*/
#top_line{
	background: #7c7c7c; /* Old browsers */
	background: -moz-linear-gradient(top,  #7c7c7c 0%, #5a5a5a 89%, #2c2c2c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7c7c), color-stop(89%,#5a5a5a), color-stop(100%,#2c2c2c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7c7c7c 0%,#5a5a5a 89%,#2c2c2c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7c7c7c 0%,#5a5a5a 89%,#2c2c2c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7c7c7c 0%,#5a5a5a 89%,#2c2c2c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7c7c7c 0%,#5a5a5a 89%,#2c2c2c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-9 */
	height:25px;
	font: normal 10px Arial;
	color:#fff;
}

#top_line .login img{
	margin-right:5px;
}
#top_line .login a{
	color: #fff;
}
#top_line .login a:hover{
	text-decoration:underline;
}
#top_line .basket_top{
	background: -moz-linear-gradient(left,  rgba(49,49,49,0.3) 0%, rgba(49,49,49,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(49,49,49,0.3)), color-stop(100%,rgba(49,49,49,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(49,49,49,0.3) 0%,rgba(49,49,49,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(49,49,49,0.3) 0%,rgba(49,49,49,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(49,49,49,0.3) 0%,rgba(49,49,49,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(49,49,49,0.3) 0%,rgba(49,49,49,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d313131', endColorstr='#00313131',GradientType=1 ); /* IE6-9 */
}
#top_line .basket_top a{
	color:#fff;
	text-decoration:none;
}
#top_line .basket_top a:hover{
	text-decoration:underline;
}
#top_line .basket_top .bask{
	margin-right:5px;
}
#top_line .basket_top .arrow{
	margin-left:5px;
}
#top_line .icons_top{
	margin:0 auto;
	width:230px;
}
/*#top_line*/
/*header*/
#header {
	overflow:hidden;
}
#header .logo{
	margin:6px 0 5px 3px;
	
}
#header .contacti {
	height:39px;
	margin:10px 3px 10px 0;
	text-align: right;
	background:url(/img/bg_contact.png) left center no-repeat;
	padding-left: 65px;
	display:table-cell;
}
#header .contacti .tel{
	color:#84281d;
	font-size:18px;
	font-weight:bold;
	vertical-align:middle;
	display:inline;
}
#header .contacti .tel .text{
	font-size:14px;
}
#header .contacti .tel .kod{
	color:#df002a;
	
}
#header .contacti .time{
	color:#5f5f5f;
	font-size:10px;
}
#header .icon_soc {
	margin : 12px 15px 0 0;
	text-align:right;
	display: table-cell;
	float:right;
}
#header .icon_soc .icq_ic{
	color: #5f5f5f;
	font-size: 13px;
	margin: 0px;
	padding-left: 20px;
	padding-top:6px;
	display: table-cell;
}
#header .search_blk{
	float: left;
	margin: 22px 0 0 65px;
	height: 20px;
	padding: 0;
}

#header .search_blk  .search_fld{
	width: 150px;
	height: 16 px;
	margin: 0;
	padding-left: 5px;
	border-radius:5px;
	border: 1px solid #BBBBBB;
	background: #f7f7f7;
	behavior: url('/PIE/PIE.htc');
	-ms-behavior: url('/PIE/PIE.htc');
}

#header .search_blk .search_su{
	width: 22px;
	height: 20px; 
	border: 1px;
	margin: 0;
	cursor: hand;
	background: url('/img/search_lupa.png') center center no-repeat;
}


/*#header*/

/*top_menu*/
#top_menu {
	border:1px solid #d8d8d8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(218,218,218,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* W3C */
	overflow:hidden;
	behavior: url('/PIE/PIE.htc');
	-ms-behavior: url('/PIE/PIE.htc');
}
#top_menu .top_search {
	border:1px solid #e0e0e0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	background: #fff;
	position:relative;
	margin:5px;
	height:30px;
	behavior: url(./PIE/PIE.htc);
	-ms-behavior: url(./PIE/PIE.htc);
}
#top_menu .top_search .search_field{
	border: 0;
	vertical-align: top;
	margin: 6px;
	color: #7a7a7a;
	font: normal 11px Arial;
	width: 180px;
	height: 14px;
}
#top_menu .top_search .search_sbmt{
	margin: 1px 3px 0 0;
}
#top_menu .top_menu{
	list-style: none;
	overflow:hidden;
	margin:0px;
	padding:4px;
}
#top_menu .top_menu .level1 {
	float:left;
}
#top_menu .top_menu .level1:hover, #top_menu .top_menu .level1.active {
	background: rgb(132,40,29); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(132,40,29,1) 0%, rgba(87,27,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,40,29,1)), color-stop(100%,rgba(87,27,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(132,40,29,1) 0%,rgba(87,27,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(132,40,29,1) 0%,rgba(87,27,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(132,40,29,1) 0%,rgba(87,27,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(132,40,29,1) 0%,rgba(87,27,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84281d', endColorstr='#571b13',GradientType=0 ); /* IE6-9 */
	box-shadow: 3px 3px 3px 0px #aaaaaa;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	behavior: url(/PIE/PIE.htc);
	-ms-behavior: url(/PIE/PIE.htc);
	
}
#top_menu .top_menu .level1 a{
	color:#414141;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	padding:9px 18px;
	display:block;
}
#top_menu .top_menu .level1 a.last, #top_menu .top_menu .level1:last-child a{
	color:#c51500;
}
#top_menu .top_menu .level1:hover a, #top_menu .top_menu .level1.active a{
	background:url(/img/top_menu_light.png) center top no-repeat;
	color:#fff;
	border-radius: inherit;
}
#top_menu .top_menu .active .menu_level2{
	display:block;
}
#top_menu .top_menu .menu_level2{
	position: absolute;
	list-style: none;
	margin: 0px 0 0 0px;
	padding: 0;
	box-shadow: 1px 4px 6px 0px #333333;
	background: rgb(90,27,20); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(90,27,20,1) 0%, rgba(132,40,29,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,27,20,1)), color-stop(100%,rgba(132,40,29,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(90,27,20,1) 0%,rgba(132,40,29,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(90,27,20,1) 0%,rgba(132,40,29,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(90,27,20,1) 0%,rgba(132,40,29,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(90,27,20,1) 0%,rgba(132,40,29,1) 100%); /* W3C */
	-pie-background: linear-gradient(rgba(90,27,20,1) 0%,rgba(132,40,29,1) 100%); /* W3C */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	behavior: url(/PIE/PIE.htc);
	-ms-behavior: url(/PIE/PIE.htc);
	z-index: 999;
}
#top_menu .top_menu .menu_level2 .level2{

}
#top_menu .top_menu .menu_level2 .level2 a{
	color:#fff;
	font-size:10px;
	font-weight:normal;
	padding: 8px 20px 8px;
	background:none;
}
#top_menu .top_menu  .level1:hover .menu_level2 a{
	background:none;
}

#top_menu .top_menu .menu_level2 .level2:hover a, #top_menu .top_menu .menu_level2 .level2 .active{
	color:#fabdab;
	text-decoration:underline;
	background:none;
}
#top_menu .top_menu .menu_level2 .level2:hover {
	background:none;
}
#top_menu .top_menu .menu_level2 .menu_level3  {
	position:absolute;
	display:none;	
	list-style: none;
	width: 90%;
	margin: 0 0 0 100px;
	padding: 0;
	background: rgb(120,50,40); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(120,50,40,1) 0%, rgba(130,60,40,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,50,40,1)), color-stop(100%,rgba(130,60,40,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(120,50,40,1) 0%,rgba(130,60,40,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(120,50,40,1) 0%,rgba(130,60,40,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(120,50,40,1) 0%,rgba(130,60,40,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(120,50,40,1) 0%,rgba(130,60,40,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#823c2a', endColorstr='#8b4720',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 4px 6px 0px #000000;
	z-index: 999;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	behavior: url(/PIE/PIE.htc);
	-ms-behavior: url(/PIE/PIE.htc);	
}
#top_menu .top_menu .menu_level2 .menu_level3 .level3 {
	float:none;
	text-align:center;
	position: relative;
}
#top_menu .top_menu .menu_level2 .menu_level3  .level3 a{
	color: #ffffff;
	text-decoration:none;
}
#top_menu .top_menu .menu_level2 .menu_level3  .level3:hover a, #top_menu .top_menu .menu_level2 .menu_level3  .level3 .active{
	color: #fabdab;
	text-decoration:underline;
}
/*#top_menu*/
/*slide_block*/
#slide_block {
	border:1px solid #e1e1e1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	overflow:hidden;
	background:#fff;
	behavior: url(/PIE/PIE.htc);
	-ms-behavior: url(/PIE/PIE.htc);
	padding: 2px 2px 2px 2px ;
}
#slide_block .icons_nabora{
	border:1px solid #5d1d15;
	height: 190px;
	padding:12px 17px 0px 17px;
	position:relative;
	overflow: hidden;
	background: rgb(90,27,20); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(90,27,20,1) 0%, rgba(132,40,29,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,27,20,1)), color-stop(100%,rgba(132,40,29,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(90,27,20,1) 0%,rgba(132,40,29,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(90,27,20,1) 0%,rgba(132,40,29,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(90,27,20,1) 0%,rgba(132,40,29,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(90,27,20,1) 0%,rgba(132,40,29,1) 100%); /* W3C */
	-pie-background: linear-gradient(rgba(90,27,20,1) 0%,rgba(132,40,29,1) 100%); /* W3C */
	  /*IE6-9 */
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	-khtml-border-radius: 5px;
	behavior: url(/PIE/PIE.htc);
	-ms-behavior: url(/PIE/PIE.htc);
}
#slide_block .icons_nabora a{
	display: inline-block;
	height: 57px;
	margin: 3px 0 0 0;
	vertical-align: middle;
	text-align:center;
}
#slide_block .icons_nabora .line{
	background:url(/img/line_logo_incon.png) repeat;
	height: 2px;
	width:217px;
}
/*#slide_block*/
.content {
	font-size: 14px;
	overflow: hidden;
}
.content p{
	margin:0;
}

/*left_block*/
.content .left_block {
	display: inline;
	vertical-align: top;	
	width:168px;
	float:left;
	
}

/*popular*/
.content .left_block .populyr .title{
	background:url(/img/bg_populyr.png) left center no-repeat;
	font-weight:bold;
	font-size: 20px;
	color:#646464;
	text-transform:uppercase;
	margin: 0 12px;
	padding: 15px 0 5px 50px;
	border-bottom: 8px solid #852b20;
	display: block;
}
/*#popular*/

/*news*/
.content .left_block .news .title{
	background:url(/img/bg_news.png) left center no-repeat;
	font-weight:bold;
	font-size: 20px;
	color:#646464;
	text-transform:uppercase;
	margin: 0 12px;
	padding: 15px 0 5px 50px;
	border-bottom: 8px solid #852b20;
	display: block;
}
.content .left_block .news .item_new {
	border-bottom:1px solid #d1d1d1;
	margin: 0 12px;
}
.content .left_block .news .item_new .date{
	color:#a5a5a5;
	font-size: 11px;
	padding:10px 0;
}
.content .left_block .news .item_new .text{
	color:#494949;
	font-size: 12px;
	text-align: justify;
}
.content .left_block .news .item_new .full{
	color:#84281d;
	font-size: 11px;	
	padding:10px 0;
	display:block;
	text-align:right;
}
/*#news*/

/*#left_block*/
/*center_block*/
.content .center_block {
	display: inline;
	float: right;
	vertical-align: top;
	padding: 15px 10px;
	width: 812px;
}
.content .one_block {
	display: inline;
	float: right;
	vertical-align: top;
	padding: 15px 10px;
	width: 95%;
}
.global_header {
	display:block;
	width:1000px;
	height:40px;
	text-align:right;
	margin:0;
	padding: 0;
	overflow: visible;
}

.global_header .h1 {
	font: bold 24px Calibri;
	margin: 0 0 0 0;
	padding: 2px 8px 10px;
	display: block;
	text-align: right;
	color: #84281d;
	}

.iner_babochka{
	width:34px;
	height:0px;
	position: relative;
	right: -985px;
	top: -15px;
}
.content {
	width:1000px;
	background:url(/img/bg_line.png) left top repeat-y ;
	background-position: 165px 10px;
	border-top: 1px solid #afafaf;
}

.content2 {
	width:1000px;
	background:url(/img/bg_line.png) left top repeat-y ;
	background-position: 165px 10px;
	border-top: 1px solid #afafaf;
}


.inner .catalog_main li { 
	margin: 3px 3px 5px 3px;
	height: 302px;
	border-radius: 5px;
	behavior: url('/PIE/PIE.htc');
}

.inner .catalog_main2 li { 
	margin: 3px 3px 5px 3px;
	height: 342px;
	border-radius: 5px;
	behavior: url('/PIE/PIE.htc');
} 

.content .center_block .sort{
	color:#5c5c5c;
	font-size: 11px;
	font-weight:bold;	
	float: right;
}
.content .center_block .sort select{
	width: 150px;
	padding: 2px;
	font-size: 11px;
	font-weight:bold;	
	color:#5c5c5c;	
}


/*search_katalog*/
.content .center_block .search_katalog_title{
	background:url(/img/bg_search_katalog.png) right center no-repeat;
	padding-right:13px;
	font-size: 11px;
	font-weight:bold;	
	color:#252525;	
	text-transform:uppercase;
	cursor: pointer;
	float:left;
}
.content .center_block .search_katalog_title2{
	background:url(/img/bg_search_katalog2.png) right center no-repeat;
	padding-right:13px;
	font-size: 11px;
	font-weight:bold;	
	color:#252525;	
	text-transform:uppercase;
	cursor: pointer;
	float:left;
}
.content .center_block .search_katalog{
	margin:10px 0;
	border:1px solid #d6d6d6;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size: 11px;
	font-weight:bold;	
	color:#595959;	
	overflow: hidden;
	display: none;
}
.content .center_block .search_katalog .harakter_search_katalog{

	overflow: hidden;	
}
.content .center_block .search_katalog .harakter_search_katalog .harakter_block{
	width:50%;
}
.content .center_block .search_katalog .harakter_search_katalog .harakter_block .pad{
	padding: 8px;
	border-right: 1px solid #d6d6d6;
	height: 200px; 
}
.content .center_block .search_katalog .harakter_search_katalog .harakter_block .price{
	width:60px;
}
.content .center_block .search_katalog .button_search_katalog{
	padding:8px;
	height:110px;
	width:100px;
}
.content .center_block .search_katalog .harakter_search_katalog select{
	width: 150px;
	padding: 2px;
	font-size: 11px;
	font-weight:bold;	
	color:#5c5c5c;	
}
.content .center_block .search_katalog .harakter_search_katalog .harakter_block .pad .param span{
	width: 80px;
	float: left;
	padding: 3px 0;
}
.content .center_block .search_katalog .harakter_search_katalog .harakter_block .pad .param div{
	margin-left: 80px;
}
.content .center_block .search_katalog .harakter_search_katalog .harakter_block .pad .param{
	min-height: 25px;
	padding-bottom: 5px;
}
/*#search_katalog*/

/*catalog_main*/
.catalog_main {
	list-style:none;
	overflow: hidden;
/*	float: right; */
	display: block;
	margin: 0;
	padding: 0;
	
}
.catalog_main li{
	width: 195px;
	float: left;
	margin: 12px 9px;
	height:302px;
	border:1px solid #d8d8d8;

}
.catalog_main li .name{
	color:#353535;
	font-size:12px;
	text-align:center;
	padding:7px;
	height: 25px;
}
.catalog_main li .cat_img{
	height:220px;
	width:195px;
	text-align: center;
}
.catalog_main li .cat_img a {	
	height:220px;
	width:195px;
	text-align: center;
}
.catalog_main li .cat_img  img {
	
}
.catalog_main li .price{
	color:#252525;
	font-size:15px;
	padding:5px ;
	position: relative;
	height: 33px;
	text-align: center;
}

.priceR {
	font-family: 'PT Sans' !important;
	font-size: 1.0em !important; 
	font-weight: 400;
	padding-left: 2px;
    }

.bit_old_price {
	text-decoration: line-through;
	color: gray !important; 
	font-weight: normal !important;
}
.bit_new_price {
	color: red !important; 
	font-weight: bold;
	padding-left: 5px;
}
.bit_price {
	color: red !important; 
	font-weight: bold;
}



.catalog_main2 {
	list-style:none;
	overflow: hidden;
/*	float: right; */
	display: block;
	margin: 0;
	padding: 0;
	
}
.catalog_main2 li{
	width: 195px;
	float: left;
	margin: 12px 9px;
	height:302px;
	border:1px solid #d8d8d8;

}
.catalog_main2 li .name{
	color:#353535;
	font-size:12px;
	text-align:center;
	padding:7px;
	height: 25px;
}
.catalog_main2 li .cat_img{
	height:220px;
	width:195px;
	text-align: center;
}
.catalog_main2 li .cat_img a {	
	height:220px;
	width:195px;
	text-align: center;
}
.catalog_main2 li .cat_img  img {
	
}
.catalog_main2 li .price{
	color:#252525;
	font-size:12px;
	padding:5px ;
	position: relative;
	height: 33px;
	font-weight:normal;
}
.catalog_main2 li .price span{
	color:#601d15;
	text-align:center;
}





.catalog_main li .price .addtoCart{
	background:url(/img/button_car.png) no-repeat;
	width:85px;
	height:21px;
	margin:-2px 0 0 0;
}
.catalog_main li .price .addtoCart_in{
	background:url(/img/button_car_in.png) no-repeat;
	width:85px;
	height:21px;
	margin:-2px 0 0 0;
}
.catalog_main li .price .addtoCart_no{
	background:url(/img/button_car_ru_empty.png) no-repeat;
	width:85px;
	height:21px;
	margin:-2px 0 0 0;
}
.catalog_main li .price .addtoCart_presale{
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(132,40,29,1) 0%, rgba(87,27,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,40,29,1)), color-stop(100%,rgba(87,27,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(132,40,29,1) 0%,rgba(87,27,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(132,40,29,1) 0%,rgba(87,27,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(132,40,29,1) 0%,rgba(87,27,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(132,40,29,1) 0%,rgba(87,27,19,1) 100%); /* W3C */
 /*IE6-9 */
	overflow:hidden;
	border-width: 1px;
	border-color: rgb(40,40,40);
	border-top-color: rgba(87,80,80,1);
	
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 3px;
	height: 18px;
	font-weight: 700
	vertical-align:top;
	text-align: center;
	text-decoration: none;
	text-shadow: #aaaaaa 0px 1px 1px;
	white-space: nowrap;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url('/PIE/PIE.htc');
}
.catalog_main li .price .addtoCart_presale1{
	background: red; /* Old browsers */
 /*IE6-9 */
	overflow:hidden;
	border-width: 1px;
	border-color: rgb(40,40,40);
	border-top-color: rgba(87,80,80,1);
	
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 3px;
	height: 18px;
	font-weight: 700;
	padding: 2px 4px 17px 4px;
	vertical-align:top;
	text-align: center;
	text-decoration: none;
	text-shadow: #aaaaaa 0px 1px 1px;
	white-space: nowrap;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url('/PIE/PIE.htc');
}
.catalog_main li .price .addtoCart_en{
	background:url(/img/button_car_en.png) no-repeat;
	width:85px;
	height:21px;
	margin:-2px 0 0 0;
}
.pokazat_po{
	border:1px solid #eeeeee;
	border-radius:5px 1px 1px 5px;
	-moz-border-radius:5px 1px 1px 5px;
	-webkit-border-radius:5px 1px 1px 5px;
	behavior: url('/PIE/PIE.htc');
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	-pie-background: linear-gradient(rgba(244,244,244,1) 0%,rgba(229,229,229,1) 100%); /* IE */
	padding:1px 1px 1px 5px;
	color:#111111;
	font-size:9px;
	font-weight: bold;
	margin: 0 12px;
}
.pagination {
	list-style:none;
	overflow:hidden;
	display: inline;
	margin:0;
	padding:0;
	border:1px solid #eeeeee;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url('/PIE/PIE.htc');
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(229,229,229,1) 15%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(15%,rgba(255,255,255,1)), color-stop(15%,rgba(229,229,229,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 15%,rgba(229,229,229,1) 15%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 15%,rgba(229,229,229,1) 15%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 15%,rgba(229,229,229,1) 15%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 15%,rgba(229,229,229,1) 15%,rgba(229,229,229,1) 100%); /* W3C */
	-pie-background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%,rgba(229,229,229,1) 15%,rgba(229,229,229,1) 100%);
	margin: 0 3px 0 0; 
}

.pagination_line {
	display:block;
	overflow: hidden;
}

.pagination li{
	float:left;
}
.pagination li:first-child a{
	border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px; 
	-webkit-border-radius:3px 0 0 3px;
	behavior: url('/PIE/PIE.htc');
}
.pagination li a{
	color:#000000;
	font-size:10px;
	padding:5px 7px;
	display: block;
	text-decoration:none;
	border-right:1px solid #eeeeee;
	font-weight: bold;
}
.pagination li:hover a, .pagination li.active a{
	background: rgb(85,19,11); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(85,19,11,1) 0%, rgba(85,19,11,1) 15%, rgba(119,38,28,1) 16%, rgba(134,53,43,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,19,11,1)), color-stop(15%,rgba(85,19,11,1)), color-stop(16%,rgba(119,38,28,1)), color-stop(100%,rgba(134,53,43,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(85,19,11,1) 0%,rgba(85,19,11,1) 15%,rgba(119,38,28,1) 16%,rgba(134,53,43,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(85,19,11,1) 0%,rgba(85,19,11,1) 15%,rgba(119,38,28,1) 16%,rgba(134,53,43,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(85,19,11,1) 0%,rgba(85,19,11,1) 15%,rgba(119,38,28,1) 16%,rgba(134,53,43,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(85,19,11,1) 0%,rgba(85,19,11,1) 15%,rgba(119,38,28,1) 16%,rgba(134,53,43,1) 100%); /* W3C */
	color:#fff;
}
.catalog-detail-images {cursor: url(/img/lupa_item.png), pointer;}
/*#catalog_main*/

/*#center_block*/

/*inner*/
.inner .h11 {
	font: bold 24px Calibri;
	margin: 0 0 0 0;
	padding: 0 0 7px ;
	display: block;
	text-align: left;
	color: #84281d;

	}
.inner .h12 {
	font: bold 24px Calibri;
	margin: 0 0 0 0;
	padding: 0 0 7px ;
	display: block;
	text-align: right;
	color: #84281d;

	}

.inner .left_block .populyr .title {
	font-size: 12px;
	background: url(/img/bg_populyr_inner.png) left center no-repeat;
	padding: 8px 0 5px 25px;
	font-weight:normal;
	margin: 0 12px 0 0;
	display: block;
}

.inner .left_block .populyr .bannerBit {
	display: block;
	margin: 3px 12px 3px 0;
	padding: auto;
	text-align:center;
}
.inner .left_block .populyr  .bannerBit .bitImage {
	margin: 10px auto 0 auto;
	text-align: center;
	}
	
.inner .left_block .populyr .bannerBit .bitLink {
	display: table-cell;
	text-align: center;
	width: 156px;
}
	
.inner .left_block .news .title {
	font-size: 14px;
	background: url(/img/bg_news_inner.png) left center no-repeat;
	padding: 8px 0 5px 40px;
	font-weight:normal;
	margin: 0 12px 0 0;
	display: block;
}
/*#inner*/


/*news_page*/
.news_page {
	margin-bottom: 5px;
}
.news_page .news_item{
	border-bottom:1px solid #e4e4e4;
	padding:12px 0;
	font-family:Calibri;
}
.news_page .date_plus .date{
	font:normal 11px Calibri;
	color:#ababab;
}
.news_page .date_plus .plus{
	background:url(/img/plus.png) center no-repeat;
	width:28px;
	height:28px;
	display:block;
	margin: 8px;
	cursor: pointer;
}
.news_page .date_plus .minus{
	background:url(/img/minus.png) center no-repeat;
	width:28px;
	height:28px;
	display:block;
	margin: 8px;
	cursor: pointer;
}
.news_page .title_text {
	margin-left: 55px;
	border-left: 1px solid #e4e4e4;
	padding-left: 15px;
}
.news_page .title_text .title {
	color:#601d15;
	font-size:18px;
	font-weight:bold;
}
.news_page .title_text .anons {
	text-align: justify;
}
.news_page .title_text .anons2 {
	text-align: justify;
	padding-left:50px;
	padding-top:10px;
}
.news_page .title_text p{
	margin: 0;
}
.news_page .title_text .desc {
	display:none;
	text-align: justify;
}
/*#news_page*/


/*forum*/
.top_forum {
	overflow:hidden;
}
.forum .top_forum {
	color:#6c3b41;
}
.forum .top_forum a{
	color:#6c3b41;
	display:block;
	text-decoration:underline;
}
.forum .top_forum .right_f a{
	text-align:right;
}
.forum .forum-table {
	background:#eaeaea;
	width: 100%;
}
.forum .forum-table thead{
	background:#dedede;
}
.forum .forum-table thead th{
	padding: 5px;
}
.forum thead .forum-column-title{
	text-align:left;
}
.forum thead .forum-column-title a{
	color:#161616;
	font-weight:bold;
	text-decoration:underline;
}
.forum thead .forum-column-lastpost{
	width:170px;
}
.forum .forum-column-topics,.forum .forum-column-replies{
	text-align:center;
}
.forum .forum-column-topics,.forum .forum-column-replies,.forum .forum-lastpost-box{
	text-align:center;
}
.forum .forum-item-title a{
	color:#161616;
	font-weight:bold;
	text-decoration:underline;
}
.forum .forum-lastpost-box a{
	color:#161616;
	text-decoration:underline;
}
.forum .forum-item-info{
	background:url(/img/forum.png) 9px center no-repeat;
	height: 40px;
	padding:5px 0 5px 50px;
}
/*#forum*/


.header{
	padding-bottom:17px;
	margin-bottom:10px;
}
.header-topnav{
	margin:0 auto;
	padding:22px 0 20px;
	width:975px
}
.header-topnav ul li{
	display:inline-block;
	margin-right:32px
}
.header-topnav ul li:first-child{
	display:inline-block;
	margin-right:14px;
	word-spacing:2px
}
.header-topnav ul li a{

	font-size:13px;
	text-decoration:none;

}
.header-topnav ul li.current a:hover,
.header-topnav ul li a:hover{text-decoration:underline}
.header-topnav ul li:first-child a{
	display:inline-block;
	width:14px;
	height:13px;
	text-decoration:none !important;
	background:url("img/home_link.png") no-repeat center
}
.header-brandzone{
	width:978px;
	margin:0 auto;
	background:#fff;
	border-radius:3px 3px 0 0;
	min-height:91px;
	overflow:hidden;

}
.brand{
	padding:25px 19px;
	float:left
}
.brand a{
	color:#000;
	font-size:32px;
	font-weight:bold;
	text-decoration:none
}
.cart,
.contactsdata{
	float:right;
	min-height:25px;
	vertical-align:top;
	padding-top:30px
}
.cart{
	padding-left:45px;
	min-width:85px;
	display:inline-block;
	background:url("img/cart.png") left 30px no-repeat
}

.cart > span,
.cart > span a{
	display:block;
}
.cart a,
.signin{
	font-weight:bold;
	font-size: 1.2em;
}
#compare a,
.comparison,
.signup{
/*	text-decoration:underline;  */
	font-weight:normal !important;
}
#compare a:hover,
.cart a:hover,
.signin:hover,
.username:hover,
.comparison:hover,
.logout:hover,
.signup:hover{text-decoration:none}
.contactsdata{
	padding-right:21px;
	min-width:150px
}
.contactsdata .tel{
	font-size:25px;
	font-weight:bold;
	line-height:21px;
	color:#000;
}
.contactsdata a{text-decoration:none}
.contactsdata a:hover{color:#000;}
.contactsdata .workhours{
	font-size:12px;
	line-height:28px;
	font-weight:normal;
	display:block
}

.header-brandzone-nav{
	margin:0 auto;
}
#top-menu-layout{
	width:860px;
	overflow:hidden;
	height:58px
}
#top-menu{display:block}
.root-item{display:inline-block;margin-left:-3px}
.root-item:first-child{margin-left:0}
.root-item>a{padding:19px;display:block;font-weight:bold;text-decoration:none;}
.submenu{display:none}
#fullmenu ul li:last-child a:hover:last-child{border-radius:0 0 5px 5px}
.allcatnav{
	display:none;
	float:right;
	padding:10px 20px
}
.allcatnav a{
	display:block;
	border-radius:3px;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
.allcatnav a:hover{
}
.allcatnav a.active,
.allcatnav a:active{
}
#fullmenu{height:0;overflow:hidden;position:absolute;z-index:999;border-radius:0 0 5px 5px}
#fullmenu.active{overflow:visible}
#fullmenu>ul>li{display:block;position:relative;}
#fullmenu ul li a{display:block;text-decoration:none;font-weight:bold;font-size:14px;padding:15px 15px;}
#fullmenu>ul>li>ul{display:block;position:absolute;width:200px; margin-left:-200px;top:0;}
#fullmenu>ul>li:hover>ul{display:block}


.header-brandzone-line{
	margin:0 auto;
	height:5px;
	}

.content_style_box{
	padding:7px 0;
	width:100%;
	background:#fff;
	box-shadow:0 1px 3px 2px #e3e9eb
}
.content_style{
	background:url("img/content_bg.png");
	height:97px;
	width:100%
}

.navigation-pages{
	text-align:left;
	color:#717171
}
.sortbutton.current,
.sortbutton.current:hover,
.navigation-pages .nav-current-page{
	display:inline-block;
	color:#f2f2f2;
	font-size:12px;
	text-shadow:0 1px rgba(0,0,0,.13);
	box-shadow:0 1px #fff,inset 0 1px 5px rgba(0,0,0,.4);
	border-radius:3px;
	padding:5px 0;
	font-weight:bold;
	min-width:26px;
	text-align:center;
	background-color:#606060;
	background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:-o-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:linear-gradient(to top,rgba(0,0,0,.09),rgba(255,255,255,.09));
	border:none
}
.navigation-page-all,
.sortbutton,
.sortbutton:active,
.navigation-pages a{
	display:inline-block;
	color:#717171;
	font-size:12px;
	min-width:24px;
	text-align:center;
	border:1px solid #c9c9c9;
	text-shadow:0 1px 1px rgba(255,255,255,0.9);
	background:#fefefe;
	text-decoration:none;
	border-radius:3px;
	padding:4px 0;
	font-weight:bold;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(100%,#eaeaea));
	background:-webkit-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:-o-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:-ms-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:linear-gradient(to bottom,#fefefe 0%,#eaeaea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#eaeaea',GradientType=0)
}
.navigation-page-all:hover,
.sortbutton:hover,
.sortbutton:active,
.navigation-pages a:hover{
	background:#fff;
	color:#717171
}
.navigation-page-all{font-size: 9px; padding: 3px;}

.content_box{
	width:980px;
	margin:-113px auto 0;
	overflow:hidden;
	padding-top:23px
}
.content_box.off_content_style_box{
	margin:0 auto;
	padding-top:0
}

.body{padding-bottom:18px}

.sidebar{
	display:block;
	width:222px;
	padding: 0 4px 4px
}
.sidebar .nav{
	display:block;
	margin-bottom: 20px;
	border-radius:5px;
	background:#fff;
	box-shadow:0 0 4px 0 rgba(0,0,0,0.1)
}
.sidebar .nav>li:first-child>span a{border-radius:5px 5px 0 0 !important}
.sidebar .nav>li:last-child>span a{
	border-radius:0 0 5px 5px !important;
	border-bottom:none !important
}
#fullmenu>ul>li>ul>li>a,
.sidebar .nav>li>span a{
	color:#000;
	font-weight:normal;
	font-size:14px;
	text-decoration:none
}
.sidebar .nav>li>span a{
	padding:15px 20px;
	border-bottom:1px solid #e0ecf3;
	display:block
}
.sidebar .nav>li>span .showchild,
.sidebar .nav.popup>li>span .showchild_popup,
.sidebar .nav>li>ul>li span .showchild{
	display:none;
	width:40px;
	cursor:pointer;
	position:absolute
}
.sidebar .nav>li>span .showchild,
.sidebar .nav.popup>li>span .showchild_popup{
	height:46px;
	margin:-47px 0 0 182px
}
.sidebar .nav>li>ul>li span .showchild{
	height:30px;
	top: 50%;
	margin: -15px 0 0 0;
	right: 0;
}
.sidebar .nav>li>span .showchild .arrow,
.sidebar .nav.popup>li>span .showchild_popup .arrow,
.sidebar .nav>li>ul>li span .showchild .arrow{
	width:20px;
	height:20px;
	display:block;
	margin-top:14px
}
.sidebar .nav>li>ul>li span .showchild .arrow{margin-top:5px !important}
.sidebar .nav>li.current>span .showchild,
.sidebar .nav>li.current>ul>li.current>span .showchild,
.sidebar .nav>li>ul>li:hover span .showchild,
.sidebar .nav>li:hover>span .showchild,
.sidebar .nav.popup>li>span .showchild_popup{display:inline-block}
.sidebar .nav.popup li{position:relative}
.sidebar .nav.popup>li>ul{display:none}
.sidebar .nav.popup>li:hover>ul{
	display:block;
	position:absolute;
	left:222px;
	top:0;
	min-width:150px;
	z-index:201;
	border-radius:0 5px 5px 0;
	background:#fff;
	box-shadow:inset  11px 0 5px -11px rgba(0, 0, 0, 0.5) , 2px 0 5px 0 rgba(0, 0, 0, 0.2)
}

.sidebar .nav>li>ul,
#fullmenu>ul>li>ul,
#fullmenu>ul>li>ul li ul,
.sidebar .nav>li>ul li ul{
	display:none;
	box-shadow:inset 0 11px 5px -11px rgba(0,0,0,0.5),inset 0 -12px 5px -11px rgba(0,0,0,0.2);
	border-radius:0;
	overflow:hidden
}
.sidebar .nav>li>ul li ul{box-shadow:none}
#fullmenu>ul>li>ul,
.content-inner>ul{
	background:#fff;
	box-shadow:0 5px 8px 2px rgba(102,55,20,0.4),inset 0 13px 9px -12px rgba(0,0,0,0.8);
	min-width:180px;
	overflow:hidden;
	border-radius:0 0 5px 5px
}
#fullmenu>ul>li>ul>li a:hover{box-shadow:inset -11px 0 5px -11px rgba(0,0,0,0.5)}

.content-inner>ul>li:first-child>a:hover{box-shadow:inset 0 13px 9px -12px rgba(0,0,0,0.8)}
#fullmenu>ul>li>ul{border-radius:5px 0 0 5px}
#fullmenu>ul>li>ul>li a,
.sidebar .nav>li>ul>li{border-radius:0 !important}
.content-inner ul>li a,
#fullmenu>ul>li>ul>li a,
.sidebar .nav>li>ul>li a{
	display:block;
	padding:7px 20px;
	color:#0073a3;
	text-decoration:none;
	font-size:14px;
	text-shadow:none
}
#fullmenu>ul>li>ul>li:first-child, #fullmenu>ul>li>ul>li:first-child 	a:hover{border-radius:5px 0 0 0 !important}
#fullmenu>ul>li>ul>li:last-child,  #fullmenu>ul>li>ul>li:last-child   	a:hover{border-radius:0 0 0 5px !important}
.content-inner ul>li>ul>li a,
#fullmenu>ul>li>ul>li ul li a,
.sidebar .nav>li>ul>li ul li a{
	display:block;
	padding:2px 7px !important;
	text-decoration:underline
}
.content-inner ul>li>ul>li a:hover,
#fullmenu>ul>li>ul>li ul li a:hover,
.sidebar .nav>li>ul>li ul li a:hover{
	box-shadow:none !important;
	color:#0060a4
}
.sidebar .nav>li>ul>li ul li a.current{
	border-radius:100px;
	font-weight:bold;
	background:#e1f5fb !important;
	color:#0060a4
}
.sidebar .nav.popup>li>ul>li:first-child>span a,
.sidebar .nav.popup>li>ul>li:last-child>span a {box-shadow:none}
.sidebar .nav.popup>li>ul>li:hover>span a{box-shadow:inset 5px 0 4px -4px rgba(0,0,0,0.3) !important}
.content-inner ul>li ul,
.content-inner ul>li ul li,
.content-inner ul>li ul li a,
.sidebar .nav>li>ul>li ul,
.sidebar .nav>li>ul>li ul li,
.sidebar .nav>li>ul>li ul li a,
#fullmenu>ul>li>ul>li ul,
#fullmenu>ul>li>ul>li ul li,
#fullmenu>ul>li>ul>li ul li a{
	padding:0;
	background:transparent !important;
	border:none;
	margin:0;
	color:#000;
	font-size:12px
}
.content-inner ul>li>ul li:last-child,
.sidebar .nav>li>ul>li>ul li:last-child{padding-bottom:10px}
#fullmenu>ul>li>ul>li ul li,
.sidebar .nav>li>ul>li ul li{margin:2px 35px 2px 35px}
.content-inner ul>li ul{padding-left:30px}
.content-inner ul>li ul li,
.sidebar .nav.popup>li>ul>li ul li{
	display:inline-block;
	margin:0;
	padding:0
}
.content-inner ul>li ul li,
.sidebar .nav.popup>li>ul>li ul li{
	padding:0 !important;
	display:inline !important
}
.content-inner ul>li ul li a,
.sidebar .nav.popup>li>ul>li ul li a{
	padding:0 !important;
	display:inline !important
}
.content-inner ul>li ul li:after,
.sidebar .nav.popup>li>ul>li ul li:after{content:","}
.content-inner ul>li ul li:before,
.sidebar .nav.popup>li>ul>li ul li:before{content:""}
.content-inner ul>li ul li:last-child:after,
.sidebar .nav.popup>li>ul>li ul li:last-child:after{content:""}
.content-inner ul>li>ul>li ul li a,
.sidebar .nav.popup>li>ul>li ul li a{margin:0}
.sidebar .nav.popup > li > ul > li > ul {
	padding: 3px 0 0 30px;
	margin-bottom:10px;
	display: block;
	box-shadow: none !important;
}
.filtren h5{
	font-size:15px;
	text-shadow:0 1px 1px #fff;
	margin-bottom:23px
}
.filtren,
.sidebar .vieweditems{
	width: 159px;
	margin-bottom: 20px;
	padding: 17px;
	background: #fff;
	padding-left: 30px;
}
.filtren{
	width: 169px;
	padding-left: 20px;
	
}
input.max-price,
input.min-price{ 
	display:block;
	width:60px;
	height:27px;
	border-radius:3px;
	padding:4px;
	box-shadow:0 1px 1px rgba(255,255,255,.75),inset 0 3px 6px rgba(215,215,215,.75)
}
div.max-price{float:right}
div.min-price,
div.max-price{
	border:none;
	box-shadow:none;
	font-size:13px;
	color:#3f3f3f;
	padding-top: 7px;
	height:14px
}
.filtren{
	position:relative;
}
.filtren.compare{
	padding-bottom: 56px;
	margin-bottom:20px;
	width:665px
}
.more-options-hfilter-button{
	position: absolute;
	bottom: 25px;
	left: 20px;
	font-size: 13px
}
.filtren.compare .catf{
	width:165px;
	float:left;
	background:url(/img/filter_shadow.png) no-repeat right center;
	padding-right:7px;
	margin-right:10px;
	background-size: 7px 100%;
}
.filtren.compare .catf ul li{
	display:block;
	margin:0 !important;
	padding:0;
	width:165px;
	cursor:pointer;
}

.filtren.compare .catf>ul>li>span{
	padding:5px 0 5px 15px;
	width:150px;
}
.filtren.compare .catf>ul>li>span>span{
	text-decoration:none;
	border-bottom:1px dashed #000;
	color:#000;
}
.filtren.compare ul li{
	vertical-align:top;
	position:relative;
	padding-left:18px;
	margin-right:25px;
	margin-bottom:10px;
	display:inline-block;
	width:175px;
}
.filtren.compare ul li,
.filtren.compare ul li a{
	font-size: 13px;
	color: #3F3F3F;
	line-height: 20px;
	text-decoration:none;
}
.filtren.compare .cntf ul li span{
	position:absolute;
	left:-4px;
	top:1px;
}
.filtren.compare .cntf .cnt span{
	font-size:14px;
}
.filtren.compare .cntf .cnt input[type=text]{
	display:inline-block;
	margin-right:20px;
	width:60px;
	height:27px;
	border-radius:3px;
	border:1px solid #8ca3ae;
	padding:4px;
	box-shadow:0 1px 1px rgba(255,255,255,.75),inset 0 3px 6px rgba(215,215,215,.75)
}




.filtren.compare .bt1{
	position: absolute;
	right: 149px;
	bottom: 10px;
	width: auto;
}
.filtren.compare .bt2{
	position: absolute;
	right: 21px;
	bottom: 20px;
	width: auto;
}
.filtren.compare .cntf .cnt{
	padding-top: 7px;
	display:none
}
.filtren.compare .cntf .cnt.active{
	display:block;
	margin-left: 210px
}

.table_compare{
	width:728px;
	overflow-x:auto;
	overflow-y:hidden;

	max-height: 1200px !important;
}
.table_compare table tr td img{
	max-width:100px;
	width:auto;
	max-height:100px;
	height:auto;
	padding:10px;
}
.table_compare table tr td{
	position:relative;
	font-size:14px;
	padding:8px 20px;
	text-align:left;
}
.table_compare table tr:nth-child(odd) td{
	background:#fff;
}
.table_compare table tr td:first-child{
	font-weight:bold;
	color:#3d4345;
	white-space: nowrap;
}

.horizontalfilter li{position:relative}
.horizontalfilter li > span{display:block;}
#BASE .modef,
.horizontalfilter li .modef,
.sidebar .filtren .modef{
	background:white;
	position:absolute;
	margin-top:-35px;
	right:200px;
	white-space:nowrap;
	border:1px solid #8bbecb;
	border-radius:4px;
	box-shadow:2px 2px 5px 0 rgba(0,0,0,0.2);
	font-size:13px;
	color:#3f3f3f;
	padding:10px 25px 10px 10px
}
#BASE .modef{
	margin-top: -10px;
	right: 686px;
}
.horizontalfilter li .modef{
	margin-top:-6px;
	right:175px;
}
#BASE .ecke,
.horizontalfilter li .ecke,
.sidebar .filtren .ecke{
	border-top:1px solid #8BBECB;
	border-right:1px solid #8BBECB;
	border-bottom:none !important;
	background:#fff;
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	right:-7px;
	top:50%;
	margin-top:-5px;
	box-shadow:2px -1px 4px -1px rgba(0,0,0,0.2);

	-moz-transform:scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform:scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform:scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform:scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform:scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg)
}
#modef a{
	color:#007acf;
	border:none;
	text-decoration:underline;
	font-size:14px;
	margin:0 !important;
}
#modef a:hover{
	color:#e83434;
	text-decoration:none;
}
.sidebar .filtren span{
	color:#000;
	font-size:14px;
	text-shadow:0 1px 1px #fff;
	vertical-align:top
}
.sidebar .filtren>ul>li> span a{
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #000;
	font-size:16px;
	display:inline-block;
	margin-top:5px;
	margin-bottom:5px
}
.sidebar .filtren ul>li>ul{
	display:none;
	overflow:hidden
}
.lvl2_disabled {
   color: #9b9b9b !important;
   text-shadow: none !important;
} 
.sidebar .filtren ul>li{min-height:25px}
.sidebar .filtren ul>li label{
	font-size:14px;
	text-shadow:0 1px 1px #fff;
	top:-2px;
	position:relative;
}

.ui-slider-horizontal{ 
	height:4px;
	/* background:#a9cbd5; *//* COLORS */
	box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(255,255,255,0.5);
	border-radius:5px;
	/* border:1px solid #92b0b9 *//* COLORS */
}
.ui-slider .ui-slider-handle{
	position:absolute;
	z-index:2;
	width:22px;
	height:22px;
	cursor:pointer;
}
.ui-slider .ui-slider-range{
	position:absolute;
	z-index:1;
	font-size:.7em;
	display:block;
	border:0;
}
.ui-widget-header{
	color:#fff;
	font-weight:bold
}

.ui-slider{
	margin:25px auto 8px;
	width:85%;
	position:relative;
	text-align:left
}

.ui-slider-horizontal .ui-slider-handle{
	top:-.3em;
	margin-left:-.6em;
	margin-top:-2px
}
.ui-slider-horizontal .ui-slider-range{top:0;height:100%}
.ui-slider-horizontal .ui-slider-range-min{left:0}
.ui-slider-horizontal .ui-slider-range-max{right:0}


.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}
.ui-slider-vertical .ui-slider-range{left:0;width:100%}
.ui-slider-vertical .ui-slider-range-min{bottom:0}
.ui-slider-vertical .ui-slider-range-max{top:0}

.sidebar .vieweditems ul li{
	padding-bottom:17px;
	border-bottom:1px solid #e0ecf3;
	margin-bottom:10px;
	position:relative
}
.sidebar .vieweditems ul li:last-child{border-bottom:none}

.sidebar .vieweditems h5{
	font-size:16px;
	margin-bottom:23px
}
.sidebar .vieweditems ul li a img{
	width:64px;
	margin-bottom:9px;
	height:auto
}
.sidebar .vieweditems h4{
	line-height:19px;
	margin-bottom:10px
}
.sidebar .vieweditems h4 a{
	font-size:14px;
	text-decoration:none
}
.sidebar .vieweditems h4 a:hover{text-decoration:underline}
.price{font-weight:400;color:#2d2d2d}
.discount-price{font-weight:bold;color:#E83434}
.old-price{text-decoration:line-through;color:#2d2d2d}
.sidebar .vieweditems .price{
	position:absolute;
	top:5px;
	right:0;
}
.sidebar .vieweditems .price span{
	display:block;
	padding:0px 5px;
	font-size:12px;
	line-height:17px;
	font-weight:bold;
}


.iteminfo{
	width:408px;
	vertical-align:top;
	padding-left:20px
}
.iteminfo h2 a span{
	font-weight:bold;
	font-size:24px;
	color:#000;
}
.iteminfo h2 a {text-decoration:none}
.iteminfo .price{
	color:#007acf;
	font-size:33px
}
.iteminfo .discount-price{font-size:33px}
.iteminfo .item_old_price{
	font-size:19px;
	font-weight:bold;
}
ul.options{
	padding:0 10px 10px 0;
	display:inline;
	font-size: 13px;
	color: #3F3F3F;
	line-height: 20px;
}
.cnt ul.options{margin:0}
.options li{
	border-bottom:1px dotted #ccc;
	height:28px;
	padding-left:0 !important;
}
.options li span,
.options li b{
	background:url("img/bg.ul.png");
	bottom:-15px;
	font-weight:normal;
	line-height:27px;
	padding-right:5px;
	position:relative
}
.cnt .options li span,
.cnt .options li b{
	line-height:17px;
}
.options li span{
	color:#777;
	font-size:14px;
}
.options li b{
	color:#000;
	font-size:14px;
	float:right;
}

.sorttext{
	font-size:14px;
	display:inline-block
}
.sort{
	padding:15px 0;
}
.sortbutton.current,
.sortbutton.current:hover,
.sortbutton:active,
.sortbutton{padding:6px 10px}
.sortbutton span{
	width:10px;
	height:10px;
	display:inline-block;
}
.sortbutton.current.asc:hover span,
.sortbutton.current.desc span	{background-position:-40px -614px}
.sortbutton.current.desc:hover span,
.sortbutton.current.asc span		{background-position:-42px -749px}
.myorders,
.personal,
.registarton{
	width:100%;
	margin-top:10px;
	font-weight:bold;
	font-size:15px;
	color:#3f3f3f
}
.registarton td{vertical-align:top}
.star{color:#e83535}

.workarea > form[name="form_auth"] .input_text_style,
.input_text_style[name="COUPON"],
.registarton tr td input[type=password],
.personal input[type=text],
.personal input[type=password],
#order_form_content input[type=text],
#order_form_content input[type=password],
.registarton tr td input[type=text]{
	padding:6px !important;
	width:300px;
	height:30px !important
}
.input_text_style{
	padding:6px  1px!important;
	width:100%;
	min-width:300px;
	height:30px !important
}
.description{
	color:#9B9B9B;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	vertical-align:text-top
}
.myorders_itog{width:726px}
.myorders_itog td{
	text-align:right;
	white-space:nowrap;
	font-weight:normal;
	padding:3px;
	font-size:14px
}
.myorders_itog td:first-child{
	width:100%;
	text-align:right
}
.myorders_itog tr:last-child td{font-weight:bold}
#order_form_id{

}
#order_form_id{

}
.orders td,
.mycurrentorders td{
	vertical-align:top;
	background:#fff;
}

.mycurrentorders tbody tr td{
	border-top: 1px solid #d1d1d1 !important;
	border-bottom: 1px solid #d1d1d1 !important;
}
.mycurrentorders tbody tr td:first-child{
	width:120px !important;
}
.mycurrentorders td img{
	max-width:110px;
	height:auto
}
.mycurrentorders td.cart-item-price{text-align: right}
.deleteitem_compare,
.mycurrentorders td .deleteitem{
	width:22px;
	height:22px;
	display:block;
}
.deleteitem_compare{

}
.reviews-block-container,
.workarea p{
	font-size:13px;
	color:#3F3F3F;
	padding:5px 0 20px;
	line-height:20px
}
.workarea span,
.workarea span p{font-size:14px}
.element-one-picture{
	width: 320px;
	height: 320px;
	vertical-align: middle;
	display: table-cell; 
	background: #fff;
	box-shadow: 0 0 4px rgba(123, 152, 165, 0.4);
	text-align: center	
}
.catalog-section-list ul li{
	display:inline-block;
	font-weight:bold;
	margin-right:10px
}
.catalog-section-list ul{display:block}
.workarea .registarton ul li{
	list-style:disc !important;
	font-weight: normal;
	padding-left:10px;
	margin-left:20px
}      
.workarea .registarton ul li:before{	              
	content:"" !important;
}
.workarea h2{
	font-size:24px;
	color:#000;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:10px
}
.workarea h2:first-child{margin-top:0 !important}
.workarea h3{
	font-size:24px;
	color:#3f3f3f;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:10px
}
.workarea h4{
	font-size:14px;
	color:#3F3F3F;
	font-weight:bold;
	margin-bottom:10px
}
.workarea > ul li{
	color:#3F3F3F;
	font-size:13px;
	padding-bottom:5px;
	padding-left:30px;
}     
.workarea ul li:before {

}
.post{margin-bottom:30px}
.post:first-child{margin-top:20px}
.post .date{
	color:#8f8f8f;
	display:inline-block;
	font-size:14px;
	padding:10px 0
}
.post h3{
	display:inline-block;
	margin-top:15px;
	font-size:18px;
	margin-bottom:0;
} 
.post-title h2 a{font-weight:bold;} 
.post-title h2 a:link
.post h3 a:link{
	color:#0073a3;
	font-size:16px
}
.post-title h2 a:hover
.post h3 a:hover{color:#E83434}
.bblog-qtl,
.post,
.post p{
	font-size:13px;
	padding:0 0 20px 0
}
.post table{
	margin-top:10px;
margin-bottom:20px;	
}
.post table tr td{
	border:1px solid #d3d3d3;
	padding:3px;
}
#svwp0{
	display:block;
	background:#fff;
	box-shadow:0 0 4px rgba(123,152,165,0.4);
	margin:4px 4px 4px 10px
}
.itemleft,
.itemright{
	position:absolute;
	text-decoration:none;
	overflow:hidden;
	width:34px;
	height:34px;
	display:block
}
.itemleft.l_dis,
.itemright.r_dis{display:none !important}
.svwp{width:320px}
.slideViewer div>ul>li{
	padding:10px;
	width:280px;
	text-align:center
}
.slideViewer div:first-child>ul>li img{
	max-width:280px;
	max-height:280px;
	width:auto;
	height:auto
}
.thumbSlider{width:310px}
.thumbSlider ul li{
	overflow:hidden;
	background:none;
	box-shadow:none !important
}
.thumbSlider ul li img{
	background:#fff;
	box-shadow:0 0 4px rgba(123,152,165,0.4)
}

.content_search_box.hnav table{
	width:980px;
	margin:0 auto
}
.searchtd{width:570px}

.content_search_box{margin-bottom:40px}
.content_search_box.hnav{margin:35px auto 16px}
.content_search_box.hnav table td:first-child{text-align:left}
.content_search_box table{width:100%}
.content_search_box table tr td{
	border:none;
	height:60px
}
.content_search_box table tr td:first-child{
	font-weight:bold;
	font-size:15px;
	text-align:center;
	width:180px
}
.content_search_box.hnav table tr td:first-child{width:auto !important}
.content_search_box.hnav table tr td:first-child h1{
	font-size:30px;
	font-weight:bold;
}

textarea,
.registarton tr td input[type=password],
.registarton tr td input[type=text],
.content_search_box table tr td .input,
.bx-auth-service-form input[type=text],
.input_text_style{
	border:1px solid #8CA3AE;
	border-radius:5px;
	background:#fff;
	box-shadow:inset 0 3px 6px 0 rgba(215, 215, 215, 0.7);
	position:relative;
	font-size: 18px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:normal;
	height:40px
}
.input_tema_style{
	padding: 6px !important;
	width: 314px;
	height: 44px !important;
	border: 1px solid #8CA3AE;
	border-radius: 5px;
	font-size: 18px;
}

#title-search-input{
	z-index:220;
	font-size: 18px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:normal;
}
textarea{
	max-width:800px;
	max-height:300px;
}
.content_search_box table tr td .input input[type="text"]{
	border:none;
	width:491px;
	display:block;
	border-radius:6px;
	padding:7px 12px;
	background:transparent
}
.content_search_box table tr td .input input[type="submit"]{
	background:url("img/gui.png") 0 -718px;
	border:none;
	width:36px;
	height:31px;
	cursor:pointer;
	margin-top:6px;
	display:inline-block;
	position:absolute;
	right:10px;
	top:0px
}

.numberitems{
	width:50px;
	float:right;
	overflow:hidden
}
.breadcrumbs{margin-bottom:13px}
.breadcrumbs a{
	font-size:13px;
	background:url("img/breadcrumbs_arrow.png") no-repeat right center;
	padding-right:10px;
	text-decoration:none;
}
.breadcrumbs a:hover{
	text-decoration:underline;
	color:#b11300
}
.breadcrumbs span{
	font-size:13px;
	font-weight:bold
}

.seeall{
	margin-right:24px;
	margin-top: 20px;
	float:right
}
.newsale,
.hitsale,
.TM{
	padding:19px 18px 20px 13px;
	height:22px;
	margin-bottom:10px !important
}
.newsale span,
.hitsale span{
	display:inline-block;
	width:30px;
	height:30px;
	margin-bottom:-7px;
	margin-right:10px;
}
.salegal{
	position:absolute;
	padding:10px;
	background:rgba(245,203,38,0.6);
	font-size:18px;
	font-weight:bold;
	text-align:center;
	top:17px;
	right:24px;
	display:block
}
.caroufredsel_wrapper{padding-right:6px}

.listitem-carousel{position:relative}
.workarea.pleft .listitem-carousel{
	left:-17px;
	width:754px
}
.listitem-carousel ul{
	width:800px;
	overflow:hidden;
	padding:2px;
	margin:0
}
.listitem ul li,
.listitem-carousel ul li{
	width:200px;
	display:inline-block;
	vertical-align:top;
	background:#fff;
	position:relative;
	padding:10px;
	margin:10px 9px;
	box-shadow:0 0 3px 1px #E2E7E9
}
.workarea.pleft .listitem-carousel ul li{margin:10px 15px}
.listitem_horizontal{width:100%}
.thumbSlider ul li,
.listitem_horizontal>li{
	display:block;
	background:#fff;
	box-shadow:0 0 4px rgba(123,152,165,0.4);
	margin:15px 4px 30px;
	position:relative
}
.checkbox{
	top:9px;
	position:absolute;
	display:block;
	width:100px
}
.checkbox a{text-decoration:none}
.checkbox_text{
	font-size:11px;
	color:#5f6a71;
	margin-top:1px;
	position:absolute
}
.badge,
.badge.specialoffer{
	position:absolute;
	background:#F5CB26;
	top:0px;
	left:0px;
	padding:5px !important;
	font-weight:bold;
	font-size:14px;
	color:#000;
}
.listitem .badge,
.listitem .badge.specialoffer,
.listitem-carousel .badge,
.listitem-carousel .badge.specialoffer{
	top:165px;
	right:0;
}
.badge.notavailable{background:#FFD8D8}
.setaside{
	font-weight:normal;
	color:#3f3f3f
}
.setaside:hover{text-decoration:none}
.listitem ul li a.link img,
.listitem-carousel ul li a.link img{
	max-width:130px;
	max-height:130px;
	height:auto;
	width:auto;
	margin:25px auto 18px
}
.listitem ul li a.link,
.listitem-carousel ul li a.link{
	width:130px;
	height:170px;
	display:block;
	overflow:hidden;
	margin:0 auto
}
hr{
	border:none;
	border-bottom:1px solid #e0ecf3;
	margin-top:10px
}
.listitem ul li h4 a,
.listitem-carousel ul li h4 a{
	display:block;
	font-size:14px;
	text-decoration:none;
	width:100%;
	text-transform:uppercase
}
.listitem h4,
.listitem-carousel h4{margin:5px 0 20px}
.listitem ul li h4 a:hover,
.listitem-carousel ul li h4 a:hover{text-decoration:underline}
.listitem ul li h4 a .model,
.listitem-carousel ul li h4 a .model{
	display:block;
	overflow:hidden
}
.listitem ul li .buy,
.listitem-carousel ul li .buy{
	width:195px;
	position:relative;
	min-height:49px;
	overflow:hidden
}
.listitem ul li .buy div.price,
.listitem-carousel ul li .buy div.price{
	display:inline-block;
	font-size:14px;
	line-height:19px;
	font-weight:bold;
	padding:0
}
.listitem ul li .buy .price .old_price,
.listitem-carousel ul li .buy .price .old_price{font-weight:normal}
table.buy .bt3{
	position:relative;
	right: -1px;
}
.buy .bt3{
	position: absolute;
	right: -1px;
}
.subscribe_link{
	font-size: 14px;
	position: absolute;
	right: 0;	
}
.bt2_right{
	right: 23px;
	bottom: 30px;
	position: absolute;	
}
.tlistitem_shadow{
	width:220px;
	height:10px;
	padding:0;
	background:url("img/tlistitem_shadow.png") no-repeat center top;
	margin-top:11px;
	z-index:999;
	position:absolute;
	right:0;
	bottom:-11px
}
.listitem_horizontal table{width:100%}
.listitem_horizontal table tr td{
	vertical-align:top;
	padding:10px 20px
}
.listitem_horizontal table tr td:first-child{
	width:200px;
	text-align:center
}
.listitem_horizontal.pleft table tr td:first-child{text-align:left}
.listitem_horizontal.pleft table tr:first-child td:first-child{text-align:center;}
.listitem_horizontal.pleft table tr:first-child td:first-child a{width: 194px;display:block;}
.listitem_horizontal.pleft table tr td.title{width:100%}
.listitem_horizontal table tr td:first-child img{
	max-width:200px;
	max-height:200px;
	width:auto;
	height:auto;
	margin-top:35px;
	padding:7px
}
.listitem_horizontal table tr td:first-child .checkbox{
	text-align:left;
	display:block
}
.listitem_horizontal table tr td.title h3 a span{
	padding:5px 0;
	display:block;
	margin-bottom:10px;
	font-size:24px;
}
.listitem_horizontal table tr td.price{
	vertical-align:bottom;
	text-align:center;
	width:170px;
	vertical-align:bottom
}
.listitem_horizontal table tr td div{
	text-align:left;
	padding-bottom:20px
}
.retail_vert,
.retail{
	font-size:14px;
	padding-right:10px
}
.listitem_horizontal td.price span{font-size:26px}
.listitem_horizontal.pleft td.price span{font-size:23px}
.retail_vert span,
.retail span{text-decoration:line-through}

.listitem_horizontal.pleft div div{
	display:inline-block;
	margin-right:5px
}
.listitem_horizontal.pleft .bt3{
	position:relative;
	float:right
}
.listitem_horizontal h3 a{
	font-size:24px;
	font-weight:bold;
	text-decoration:underline
}
.listitem_horizontal table tr td{font-size:13px}
.listitem_horizontal table tr td h3{margin-top:0}
.tlistitem_horizontal_shadow{
	height:17px;
	padding:0;
	background:url("img/tlistitem_horizontal_shadow.png") no-repeat center top;
	background-size:100%;
	position:absolute;
	z-index:1;
	bottom: -17px;
	left: 50%;
	margin-left: -360px;
	width: 720px;
}
.horizontal_listitem_shadow{
	width:740px;
	height:17px;
	padding:0;
	background:url("img/tlistitem_horizontal_shadow.png") no-repeat center top;
	background-size:100% 100%;
	position:relative;
	top:27px
}

.listitem-carousel .prev,
.listitem-carousel .next{
	width:34px;
	height:0;
	position:absolute;
	text-decoration:none;
	overflow:hidden;
	top:50%;
	margin-top:-17px;
	display:none !important;
	padding-top:34px
}
.listitem-carousel:hover .prev,
.listitem-carousel:hover .next{display:block !important}
.listitem-carousel:hover .prev.hidden,
.listitem-carousel:hover .next.hidden,
.listitem-carousel:hover .prev.disabled,
.listitem-carousel:hover .next.disabled{display:none !important}
.listitem-carousel .pager{
	width:100%;
	text-align:center;
	margin-top:2px
}
.listitem-carousel .pager a{
	display:inline-block;
	width:15px;
	padding-top:15px;
	height:0;
	margin:5px;
	overflow:hidden;
}
#foo2,
#foo3{height:auto !important}

.horizontal_listitem{
	display:block;
	padding:25px 0 10px 0;
	background:#fff;
	width:740px;
	margin:2px;
	margin-bottom:30px;
	box-shadow:0 0 4px rgba(123,152,165,0.4)
}
.horizontal_listitem ul li{
	width:108px;
	display:inline-block;
	padding:15px 18px 5px;
	border-right:1px solid #E0ECF3
}
.horizontal_listitem ul li:last-child{border:none}
.horizontal_listitem ul li a img{
	max-width:65px;
	width:auto;
	max-height:64px;
	height:auto
}
.horizontal_listitem ul li .item_price{
	background:#E0ECF3;
	position:relative;
	top:-135px;
	right:-18px;
	font-size:13px;
	font-weight:bold;
	padding:2px;
	text-align:center
}
listitem-carousel.horizontal_listitem{}

.blog_box{
	width:100%;
	padding-top:30px;
	min-height:394px
}
.blog_box table{
	width:980px;
	margin:0 auto
}
.blog_box table tr td{
	vertical-align:top;
	padding:9px 5px;
	color:#607b8b;
	font-size:13px;
	text-shadow:0 1px 1px #fff
}
.blog_box table tr td.news .title-link:link,
.blog_box table tr td.news .title-link:visited {
	color:#607b8b;
	font-weight:normal;
}
.blog_box table tr td.news .title-date {
	color:#0073a3;
	font-weight:bold;
}
.blog_box table tr td:first-child{width:330px}
.blog_box table tr td:nth-child(2){
	width:330px;
	padding-left:43px;
	padding-right:44px
}
.blog_box table tr td h4{
	font-size:25px;
	font-weight:normal;
	color:#000;
	margin-bottom:25px
}
.blog_box table tr td p{line-height:19px}
.blog_box table tr td:first-child h3{font-weight:bold}
.blog_box table tr td a{
	color:#0073a3;
	font-weight:bold;
	line-height:19px;
	text-decoration:none
}
.blog_box table tr td a:hover{text-decoration:underline}
.allnews.bt2{color:#3f3f3f}
.blog_box table tr td li{padding:10px 0}
.blog_box table tr td li:first-child{padding-top:0}
.blog_box table tr td .view_all{
	color:#3f3f3f;
	float:none;
	padding:8px 10px
}


table.options td{
	font-size:13px;
	text-align:left
}
table.options td:first-child{min-width:140px}
table.options td select{width:220px}

.equipment{
	border:1px solid #d1d1d1;
	width:99%;
	margin:20px 0
}
.equipment thead td{
	font-weight:bold;
	font-size:16px;
	color:#3d4345;
	text-shadow:0 1px 1px rgba(255,255,255,0.4);
	border-top:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	padding:10px;

	background:#f7f7f7;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmM2YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top,#f7f7f7 0%,#c6c6c6 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#c6c6c6));
	background:-webkit-linear-gradient(top,#f7f7f7 0%,#c6c6c6 100%);
	background:-o-linear-gradient(top,#f7f7f7 0%,#c6c6c6 100%);
	background:-ms-linear-gradient(top,#f7f7f7 0%,#c6c6c6 100%);
	background:linear-gradient(to bottom,#f7f7f7 0%,#c6c6c6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#c6c6c6',GradientType=0)
}
.equipment thead td a{font-size:14px}
.equipment tbody td{
	background:#fff;
	padding:10px;
	font-size:14px;
	color:#5f6a71;
	border-top:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	font-weight:normal
}
.equipment.orders tbody td{
	vertical-align:top;
	border-top:none;
	border-bottom:none;
	color:#3d4345
}
.equipment.orders tbody tr td:first-child{min-width:470px}
.equipment tbody tr td:last-child{text-align:right}
.equipment.orders.n tbody tr .order_status{
	background:#ffd34e;
	text-shadow:0 1px 1px rgba(255,255,255,.7);
	color:#000 !important
}
.equipment.orders.p tbody tr .order_status{
	background:#ade421;
	text-shadow:0 1px 1px rgba(255,255,255,.7);
	color:#000 !important
}
.equipment.orders.f tbody tr .order_status,
.equipment.orders.canceled tbody tr .order_status{
	background:#d3d3d3;
	text-shadow:0 1px 1px rgba(255,255,255,.7);
	color:#000 !important
}
.order_status{width:215px}
.equipment.ordersmore td{
	text-align:left !important;
	border:none;
	
}
.equipment.ordersmore td:first-child{
	color:#3f3f3f;
	width:180px;
}
.equipment.ordersmore h4{
	background:#fafafa;
	padding:10px 25px;
	font-size:16px;
	margin:0;
}
.compositionorder ul li{
	list-style-type:decimal;
	margin-left:20px
}
.tabsblock{margin:50px auto}
.tabsblock .tabs{
	margin:0 5px;
	z-index:200
}
.tabsblock .tabs a{
	box-shadow:0 0 4px rgba(123,152,165,0.4),inset 0 -3px 5px rgba(123,152,165,0.2);
	background:#fbfbfb;
	display:inline-block;
	text-decoration:none;
	color:#000;
	margin:0 5px;
	padding:10px 0 7px;
	border-radius:4px 4px 0 0;
	position:relative;
	bottom:-5px
}
.tabsblock .tabs a:hover{bottom:0}
.tabsblock .tabs a span{
	margin:0 10px;
	color:#3f3f3f;
	font-size:14px;
	font-weight:bold
}
.tabsblock .tabs a span.clr{
	display:block;
	background:#fff;
	position:relative;
	height:3px;
	bottom:-10px;
	margin:0
}
.tabsblock .tabs a.active{
	z-index:220;
	background:#fff;
	box-shadow:0 0 4px rgba(123,152,165,0.4);
	bottom:0
}
.tabsblock .tabcontent{
	box-shadow:0 0 4px rgba(123,152,165,0.4);
	background:#fff;
	border-radius:2px;
	margin:0 10px;
	padding:10px;
	z-index:210;
	position:relative;
}

.tabsblock .tabcontent .cnt ul li span,
.tabsblock .tabcontent .cnt ul li b{
	background-image:none;
	background-color:#fff;
}
.tabsblock .tabcontent>div{display:none}
.tabsblock .tabcontent>div.active{display:block}

.count_nav{
	display:inline-block;
	height:21px;
	width:12px;
	line-height:0;
	position:absolute;
	padding-top:1px;
	padding-left:5px;
}
.count_nav a{
	display:block;
	height:10px;
	width:11px;
	text-align:center;
	border:1px solid #d8d8d8;
}
.count_nav a.plus{
	border-radius:5px 5px 0 0;
	background-position:-41px -553px;
}
.count_nav a.minus{
	border-radius:0 0 5px 5px;
	margin-top:-1px;
	background-position:-41px -573px;
}
.modal{
	display:none;
	top:50%;
	left:50%;
	position:fixed;
	z-index:999;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.6);
}
#login,
#popupFormSubscribe,
#addItemInCart,
#addItemInSubscribe,
#addItemInCartOptions,
#addItemInCompare{
	background:#fff;
	border-radius:7px;
	padding:10px 10px 25px 10px;
	text-align:center
}
#login{padding:0 10px}

#login input[type=submit]{
	margin:15px auto 0 !important;
	cursor:pointer;
}
#login,
#addItemInCompare{
	min-width:300px;
	margin-left:-160px
}
#addItemInCartOptions,
#addItemInSubscribe,
#addItemInCart{
	width:400px;
	margin-left:-210px;
}
#addItemInCartOptions table{width:100%}
#addItemInCartOptions table tr td:first-child{padding:5px}
#addItemInCartOptions .bt1,
#addItemInSubscribe .bt1,
#popupFormSubscribe .bt1,
#addItemInCart .bt1{padding:7px 15px 7px 40px}
#addItemInCartOptions .bt3,
#addItemInSubscribe .bt3,
#popupFormSubscribe .bt3,
#addItemInCart .bt3{padding:7px 15px}
#addItemInCartOptions .sale{
	right:143px;
	font-size:13px;
	color:#E83434;
	position:absolute;
	top:60px
}
#addItemInCart h4,
#addItemInSubscribe h4,
#popupFormSubscribe h4,
#addItemInCompare h4{
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#000;
	padding-top:15px;
	padding-bottom:20px
}
#addItemInCart .item_img img,
#addItemInSubscribe .item_img img,
#popupFormSubscribe .item_img img,
#addItemInCompare .item_img img{
	max-width:200px;
	max-height:200px;
	width:auto;
	height:auto
}
#addItemInCartOptions .item_img img{
	max-width:70px;
	max-height:70px;
	width:auto;
	height:auto
}
#addItemInCart .item_title,
#addItemInSubscribe .item_title,
#popupFormSubscribe .item_title,
#addItemInCartOptions .item_title,
#addItemInCompare .item_title{
	color:#1074a1;
	font-size:16px;
	padding-top:15px;
	text-align:center;
	padding-bottom:15px
}
#addItemInCartOptions .item_price{
	font-size:14px;
	display:block
}
#addItemInCartOptions .item_old_price{
	font-size:14px;
	display:block;
	text-decoration:line-through
}
#login p,
#addItemInCart p,
#addItemInSubscribe p,
#popupFormSubscribe p,
#addItemInCartOptions p,
#addItemInCompare p{
	text-align:center;
	padding:10px 0;
	display:block;
	font-size:13px
}
#addItemInCart .incart,
#addItemInSubscribe .incart,
#popupFormSubscribe .incart,
#addItemInCartOptions .incart,
#addItemInCompare .compare{
text-align:center;
font-size:14px
}
.close.button{
	width:13px;
	height:13px;
	right:10px;
	top:7px;
	cursor:pointer;
	position:absolute
}
#login input[type=password]{
	margin-bottom:5px;
	margin-top:2px;
}
#login .rememberme{
	float:right;
	position:relative;
}
#login .rememberme input{
	left:-20px;
	top:-1px;
	position:absolute;
}
#bgmod{
	background:rgba(0,0,0,0);
	display:none;
	min-width:2000px;
	height:100%;
	min-height:2000px;
	position:fixed;
	z-index:998;
	top:0;
	left:0
}

.svwp ul{position:relative;left:-999em}
.slideViewer{
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	background:#fff
}
.slideViewer ul{
	position:relative;
	left:0;
	top:0;
	width:1%;
	list-style-type:none;
	margin:0;
	padding:0
}
.slideViewer ul li{float:left}
.thumbSlider ul{
	list-style-type:none;
	margin:0;
	padding:0;
	height:101px
}
.thumbSlider ul li{
	float:left;
	margin:0;
	height:89px;
	padding-top:10px;
	
	width:88px;
	background:transparent
}      
.slideViewer div > ul > li:before,
.thumbSlider ul li:before{
	content: ""!important;
}
.thumbSlider a{text-decoration:none}
.thumbSlider a img{
	border:0;
	display:block;
	margin:0 auto;
	padding:10px 7px 5px 7px;
}
.thumbSlider p.tmbrdr{
	position:absolute;
	padding:0;
	margin-left:3px;
}
.thumbSlider p.tmbrdr:hover{background:url("img/p_bg.png") no-repeat top right}
.thumbSlider p.tmbrdr.active{background:url("img/p_bg.png") no-repeat top left}



div.search-popup{border: 1px solid #333;background: #fff;padding: 2px;margin: 0px; width:307px; }
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: pointer;}
div.search-popup-row{background:#fff;font-family: Helvetica;}
div.search-popup-row-active{background:#eee;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
.sidebar.pleft{
	width:222px;
	float:left;
}
.sidebar.pright{
	width:222px;
	float:right;
}
.sidebar.ptop{}
.centralarea.pleft,
.workarea.pleft{
	width:728px;
	padding-left:20px;
	float:left;
}
.breadcrumbs.pleft{
	width:728px;
	overflow:hidden;
}
.centralarea.pright .breadcrumbs{
	padding-left:0;
}
.workarea.pright{
	width:728px;
	float:left;
}
.centralareaptop,
.workarea.ptop{

}
.header_slider{
	padding-top:40px;
	width:980px;
	margin:0 auto;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}
.header_slider .w{
	position: absolute;
	top: -9px;
	z-index: 0;
	width: 535px;
	height: 371px;
	background: white;
	margin-top: 27px;
	margin-left: 30px;
	-moz-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.slider_img .s1,
.slider_img .s2{
	position: absolute;
	top: 10px;
	z-index: 150;
	width: 520px;
	height: 342px;
	box-shadow: 0px 0px 20px 2px black;
	margin-top: 26px;
	margin-left: 38px;
}
.slider_img .s1{
	-moz-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.slider_img .s2{
	-moz-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.slider_img .photo{
	position: absolute;
	top: -9px;
	text-align: center;
	z-index: 170;
	width: 536px;
	height: 373px;
	background: white;
	margin-top: 28px;
	margin-left: 29px;
}
.slider_img .photo table{
	width:500px;
	margin:10px auto 0;


}
.slider_img .photo table tr td{
	height:360px;
	width:500px;
	text-align:center;
	vertical-align:middle;
}
.slider_img .photo table tr td img{
	max-height:300px;
	height:auto;
	max-width:300px;
	width:auto;
}
.info{
	width: 334px;
	position: absolute;
	left: 645px;
	top: 47px;
	height: 343px;
}
.info h2,
.info h4{
	width:334px;
	overflow:hidden;
}
.info h2{}
.info h4{margin-top:2px}
.info h2 a,
.info h4 a{
	text-decoration:none;
	font-size:26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.info h4 a{font-weight:normal}
.info p{
	padding-top:23px;
	font-size:14px;
	width:300px;
	line-height: 20px;
	height: 106px;
}
.info .more{
	text-decoration:none;
	font-weight:bold;
}
.info .more:hover{text-decoration:underline}
.buy {
	width: 330px;
	bottom: 0;
	position: absolute;
}
.buy td{
	padding:15px 14px;
	font-size:26px;
	line-height:19px;
	vertical-align:middle;
}
.buy td:first-child{
	white-space: nowrap;
	font-weight:bold;
	text-shadow:0 1px 1px rgba(246,237,206,0.7);
}
.buy td .old_price{
	font-size:14px;
	text-decoration:line-through;
}
.buy td:last-child{
	width:14px;
	padding:0;
}
.specialoffer{
	padding: 9px 11px;
	font-size: 24px;
	color: #000;
	position: absolute;
	top: 20px;
	right: 20px;
	background: #F5CB26;
	text-shadow:0 1px 1px rgba(255,255,255,0.7);
}
sup.notavailable,
sup.specialoffer,
sup.newproduct,
sup.saleleader{
	background: #f8e86f;
	color: #000;
	padding: 0px 8px 1px;
	font-weight: normal;
	font-size: 11px;
	position: relative;
	top: -5px;
	right:0;
}
sup.notavailable{background:#FFD8D8}
.title-search-result{
	top: 245px;
	left: 875px;
	width: 560px;
	border-radius:3px;
}
.cart-notetext{
	color: #5f6a71 !important;
	font-size:16px;
	display:block;
	min-height:200px;
	background:url(/img/notetext.png) no-repeat center;
}
.notetext{color: #5f6a71 !important}
.sortbutton.current,
.sortbutton.current:hover,
.sortbutton:active,
.sortbutton{padding:6px 10px}

.no-photo-div-small,
.no-photo-div-big{background:url(/img/no-photo.png) no-repeat center}
.no-photo-div-small{background-size:90% 90%}

.personal-page-nav div{
	background:#fff;
	border-radius:3px;
	border:1px solid #e0ecf3;
	padding:10px 15px;
	margin:10px 0 20px;
}
.personal-page-nav div h2{
		font-size:18px !important;
		padding-bottom:5px;
		border-bottom:1px solid #e0ecf3;
}
.personal-page-nav div ul li a{
	font-size:13px;
	
}

#popup_n_error,
.errortext{
	margin-top:15px;
	background: #f8eaed;
	background: url(/img/alert.png) 10px 50%  no-repeat, -moz-linear-gradient(top, #f8eaed 0%, #edd0d6 100%);
	background: url(/img/alert.png) 10px 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8eaed), color-stop(100%,#edd0d6));
	background: url(/img/alert.png) 10px 50% no-repeat, -webkit-linear-gradient(top, #f8eaed 0%,#edd0d6 100%);
	background: url(/img/alert.png) 10px 50% no-repeat, -o-linear-gradient(top, #f8eaed 0%,#edd0d6 100%);
	background: url(/img/alert.png) 10px 50% no-repeat, linear-gradient(to bottom, #f8eaed 0%,#edd0d6 100%);
	color:#881521 !important; 
	font-size:15px;
	text-shadow: 0 1px 0 #fff;
	padding:10px 15px 10px 60px;
	display:inline-block;
	border-top:1px solid #e4cbd1;
	border-right:1px solid #d5babe;
	border-bottom:1px solid #c9abaf;
	border-left:1px solid #d5babe;
	box-shadow:inset 0 1px 1px 0 #fff;
	border-radius:5px;
	font-weight:bold;
}
#popup_n_error{display:none}

.sidebar .nav>li>span .showchild .arrow,
.sidebar .nav.popup>li>span .showchild_popup .arrow,
.sidebar .nav>li>ul>li span .showchild .arrow,
.sidebar .nav.popup>li>ul>li span .showchild_popup .arrow,
.social a,
.social a span,
.itemleft,
.itemright,
.newsale span,
.hitsale span,
.sortbutton span,
.close.button,
.listitem-carousel .pager a,
.listitem-carousel .prev,
.listitem-carousel .next,
.deleteitem_compare,
.mycurrentorders td .deleteitem,
.ui-slider .ui-slider-handle,
.count_nav a,
.content_search_box table tr td .input input[type="submit"]{background:url("img/gui.png") no-repeat}

.sidebar .nav>li>span .showchild .arrow,
.sidebar .nav.popup>li>span .showchild_popup .arrow,
.sidebar .nav>li>ul>li span .showchild .arrow,
.sidebar .nav.popup>li>ul>li span .showchild_popup .arrow					{background-position:-182px -19px}
.sidebar .nav>li:hover>span .showchild .arrow								{background-position:-38px -360px}
.sidebar .nav>li span .showchild:hover .arrow								{background-position:-37px -380px}
.sidebar .nav>li.current>span .showchild .arrow							{background-position:-38px -321px}
.sidebar .nav>li.current>span .showchild:hover .arrow						{background-position:-38px -340px}
.sidebar .nav>li.selected>span .showchild .arrow							{background-position:-38px -303px}
.sidebar .nav>li.current.selected>span .showchild .arrow,
.sidebar .nav>li.current.selected>span .showchild:hover .arrow			{background-position:-38px -284px}
.sidebar .nav>li>ul>li:hover>span .showchild>.arrow						{background-position:-38px -458px}
.sidebar .nav>li>ul>li span .showchild:hover .arrow							{background-position:-37px -423px}
.sidebar .nav>li.current ul>li.lvl2.current>span .showchild .arrow			{background-position:-38px -442px}
.sidebar .nav>li.current ul>li.lvl2.current>span .showchild:hover .arrow	{background-position:-38px -402px}
.sidebar .nav.popup>li>span .showchild_popup .arrow						{background-position:-38px -708px}
.sidebar .nav.popup>li:hover>span .showchild_popup .arrow					{background-position:-38px -688px}
.sidebar .nav.popup>li.current.selected>span .showchild_popup .arrow		{background-position:-38px -689px}
.itemleft,			.listitem-carousel .prev								{background-position:0 -285px}
.itemleft:hover,	.listitem-carousel .prev:hover						{background-position:0 -320px}
.itemleft:active,	.listitem-carousel .prev:active						{background-position:0 -355px}
.itemright,			.listitem-carousel .next								{background-position:0 -389px}
.itemright:hover,	.listitem-carousel .next:hover						{background-position:0 -424px}
.itemright:active,	.listitem-carousel .next:active						{background-position:0 -459px}
.newsale span															{background-position:0 -657px}
.hitsale span															{background-position:0 -689px}
.content_search_box table tr td .input input[type="submit"]					{background-position:0 -718px}
.deleteitem_compare,.mycurrentorders td .deleteitem						{background-position:0 -776px}
.deleteitem_compare:hover,.mycurrentorders td .deleteitem:hover			{background-position:0 -798px}
.ui-slider .ui-slider-handle												{background-position:-36px -588px}
.listitem-carousel .pager a												{background-position:-42px -512px}
.listitem-carousel .pager a:hover, .listitem-carousel .pager a.selected	{background-position:-41px -495px}
.close.button															{background-position:-46px -480px}
.social .fb																{background-position:0 -496px}
.social .tw																{background-position:0 -528px}
.social .od																{background-position:0 -560px}
.social .vk																{background-position:0 -592px}
.social .gp																{background-position:0 -624px}
.social .all>a															{background-position:-32px -905px}
.social .all:hover>a														{background-position:0 -905px}
.social a .vkontakte														{background-position:-32px -1033px}
.social a .odnoklassniki													{background-position:-32px -809px}
.social a .mymailru														{background-position:-32px -841px}
.social a .facebook														{background-position:-32px -873px}
.social a .google														{background-position:-32px -937px}
.social a .openid-mail-ru												{background-position:0 -1033px}
.social a .openid														{background-position:0 -841px}
.social a .yandex														{background-position:0 -873px}
.social a .livejournal													{background-position:0 -937px}
.social a .liveinternet													{background-position:0 -969px}
.social a .blogger														{background-position:0 -1001px}
.social a .twitter														{background-position:-32px -1001px}
.social a .liveid														{background-position:-32px -969px}

.listitem-carousel .next{right:0}

.w100p{width:100% !important}
.w980p{width:980px !important}
.w748p{width:748px !important}
.db{display:block !important}
.fll{float:left !important}
.flr{float:right !important}
.fln{float:none !important}
.fwb{font-weight:bold !important}
.fwn{font-weight:normal !important}
.fsi{font-style:italic !important}
.fsn{font-style:normal !important}
.tac{text-align:center !important}
.tal{text-align:left !important}
.tar{text-align:right !important}
.m0a{margin:0 auto !important}
.vat{vertical-align:top !important}
.vam{vertical-align:middle !important}
.vab{vertical-align:bottom !important}
.vabl{vertical-align:baseline !important}               
     
.lsnn,
.lsnn li{list-style: none !important}
.lsnn:before,
.lsnn li:before{content:none !important}

.social a{
	display:inline-block;
	width:31px;
	height:32px;
}
#login .social a{background-image:none}
.social a span{
	display:inline-block;
	width:31px;
	height:32px;
}
.social{
	text-align:left;
	padding-bottom:8px;
}
.social li{display:inline-block}
.social li>ul{
	display:none;
	position:absolute;
	width:290px;
	text-align:right;
	z-index:99999;
}
.social li.notfull{position:relative}
.social li.full>ul{left:4px}
.social li.notfull>ul{
	right:0;
	left:none;
}
.social .all:hover ul{display:block}

.social a,
.social a span{width:32px}

form[name="bx_auth_services"] input[type="submit"]{}

.bx-auth-service-form input[type=text]{height:20px}
.bx-auth-service-form div input[type=submit]{
	position:relative;
	top:-7px;
}
.cart-item-name{
	width:200px;
}
.cart-item-name,
.cart-item-price,
.cart-item-price div,
.cart-item-price span,
.bt1{white-space:nowrap}





















/* style.css */

hr  { height: 0px; border: solid #770e0e 0px; border-top-width: 1px;}


th  {
    color: #770e0e; font-size: 11px; font-weight : bold;
    background-color: #7a7a7a; height: 25px;
}
.tablehead { font-family: Verdana, Arial, Helvetica, sans-serif }


.tablebottom {
  background-color: #770e0e;
}

.bordercolor {
  background-color: #770e0e;
}

.tablebgcolor {
/*	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(215,215,215,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(215,215,215,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* W3C */
	
  /*background-color: #d5b39e;*/
}

.navbar {
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(215,215,215,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(215,215,215,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* W3C */
	
  /*background-color: #d5b39e;*/
  color: #770e0e;
}

.row1 {
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(218,218,218,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* W3C */
	
  /*background-color:  #7a7a7a; /*#d9bba8;*/*/
  color: #770e0e;
}

.row2 {
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(215,215,215,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(215,215,215,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* W3C */
  /*background-color: #d5b39e;*/
  color: #770e0e;
}

.row11 {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(218,218,218,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* W3C */
	
  /*background-color:  #7a7a7a; /*#d9bba8;*/*/
  color: #770e0e;
}



.row33 {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(215,215,215,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(215,215,215,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* W3C */

	padding-left: 5px;
	padding-top: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
  color: #770e0e;
}



.head1 {
  /*background-color: #f2f2f2; */
  color: #770e0e;
  font-size: 11px;
  font-weight: bold;
}

.head11 td{

  color: #770e0e;
  border: 1px solid #d8d8d8;

  font-size: 11px;
  font-weight: bold;
}




.head2 {
  background-color: #d5b39e;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.title {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.clickstream {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.nav            { font-weight: bold; font-size: 11px; color : #e9cbb8;}
a.nav           { text-decoration: underline;  color : #e9cbb8; }
a.nav:link,a.nav:active,a.nav:visited      { text-decoration: underline;  color : #e9cbb8;}
a.nav:hover     { text-decoration: underline; color : #e9cbb8; }


.copyright            { font-weight: normal; font-size: 9px; color : #d9bba8;}
a.copyright           { text-decoration: underline;  color : #d9bba8; }
a.copyright:link,a.copyright:active,a.copyright:visited      { text-decoration: underline;  color : #d9bba8;}
a.copyright:hover     { text-decoration: underline; color : #e9cbb8; }

.leftbut {
	height:19px;
	background: transparent;
	background-image: url(/images/n20.png);
	border-color: #bb9076;
	border-width: 1px;
	border-style: solid;
	color: #eebfa7;
	}

.leftinp {
	height:19px;
	background: transparent;
	background-image: url(/images/n20.png);
	border-color: #bb9076;
	border-width: 1px;
	border-style: solid;
	color: #eebfa7;
	}

	

.smalltext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
}

.marktext {
  color: #FF0000;
  background-color: #ffffff;
}

.new {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FF0000;
}

a:hover {
  color: Maroon;
  text-decoration: none;
}

form {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.logininput {
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 11px;
  width: 130px;
}

.searchinput {
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 11px;
  WIDTH: 130px;
}

.textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 11px;
  width: 230px;
}

.input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 11px;
  width: 230px;
}

.select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 11px;
}

.setperpageselect {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 11px;
}

.categoryselect {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 11px;
}

.dropdownmarker {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #EEEEEE;
  color: #000000;
  font-size: 11px;
}

.button {
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/*--Categories------------------------------------------------*/
.catbgcolor {

 	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(215,215,215,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(215,215,215,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(215,215,215,1) 100%); /* W3C */

}

.maincat {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.subcat {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

/*--Images----------------------------------------------------*/
.imagerow1 {

  color: #770e0e;
  border: 1px solid black;
  text-align: center;
}

.imagerow2 {

  color: #770e0e;
  border: 1px solid #D8D8D8;
  text-align: center;
}

/*--Comments--------------------------------------------------*/
.commentrow1 {
  background-color: #d9bba8;
  color: #770e0e;
}

.commentrow2 {
  background-color: #d5b39e;
  color: #770e0e;
}

.commentspacerrow {
  background-color: #d9bba8;
  color: #770e0e;
}

.commenttextarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 11px;
  width: 270px;
}

.commentinput {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 11px;
  width: 270px;
}
.forumline  { background-color: #dedede; border: 1px #7a7a7a; }
.mLnk {
 font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 9px;  text-decoration: none
 }
:hover.mLnk {
 text-decoration: underline ; color: Maroon;
 }
 
.kgnav            { font-weight: bold; font-size: 11px; color : #770e0e;}
a.kgnav           { text-decoration: underline;  color : #770e0e; }
a.kgnav:link,a.kgnav:active,a.kgnav:visited      { text-decoration: underline;  color : #770e0e;}
a.kgnav:hover     { text-decoration: underline; color : #770e0e; }

.thCornerL ,.thCornerR,.thTop  { font-weight: bold; font-size: 14px; color : #ffffff;}


td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {

}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {

}


.cattitle       { font-weight: bold; font-size: 14px ; letter-spacing: 1px; color : #020202; }
a.cattitle      { text-decoration: underline;  color : #020202; }
a.cattitle:hover { text-decoration: underline; }


.row1f {
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(218,218,218,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* W3C */
	font-size: 13px ;
	color : #020202;

  color: #020202;
}
th.thHead  {
    color: #ffffff; font-size: 11px; font-weight : bold;
    background-color: #7a7a7a; height: 25px;
}



div.detail_title h3
{
	text-align: center;
	color: rgb(69, 14, 14);
	font-family: 'Trebuchet MS';
	font-size: 24px;
	font-weight: 700;
	margin: 10px;
}

div.detail_img
{
	padding-top:30px;
	padding-bottom:30px;
	margin-left: 20px;
	width: 500px;
	border-radius:5px;
	border:1px solid #bbbbbb;
	background-color: white;
	float:left;
	text-align:center;
	behavior: url('/PIE/PIE.htc');
}


div.detail_descr2
{
	padding:20px 0px 20px 10px;
	width: 380px;
	float:right;
	behavior: url('/PIE/PIE.htc');
}

div.detail_descr3
{
	padding:0px 10px 10px 10px;
	margin-right: -30px;
	width: 360px;
	border-radius:5px;
	border:1px solid #bbbbbb;
	background-color: white;
	float:right;
	behavior: url('/PIE/PIE.htc');
}

div.detail_basket
{
	vertical-align:top;
	padding: 10px 30px 0 10px;
	text-align:right;
	word-wrap: break-word;
}

.detail_basket .l_price {
	font:bold 20px Colibri,Verdana,Arial;
	color:gray;
	vertical-align: middle;
}

.detail_basket .v_price {
	font:bold 30px Colibri,Verdana,Arial;
	color: #007acf;
	vertical-align: middle;
}
.bpriceR {
	font-family: 'PT Sans' !important;
	font-size: 1.0em !important; 
	padding-left:5px;
    }
.old_price {
	font-size: 30px;
	text-decoration: line-through;
	color: gray !important; 
	font-weight: normal !important;
}
.new_price {
	font-size: 36px;
	color: red !important; 
	font-weight: bold !important;
	padding-left: 15px;
}

div.detail_descr
{
	padding:0px 0px 0px 20px;
	width: 505px;
}
div.detail_descr_clear
{
	padding:0px 0px 0px 20px;
}
div.detail_clear
{
/*	clear:left;*/
	clear:both;
}

input.inp {
	font-size: 22px;
	color: #555555;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:bold;
	height: 28px;
	width:70px;
	margin: 3px;
	vertical-align:middle;
	border: 1px solid #bbbbbb;
	behavior: url('/PIE/PIE.htc');
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

input.butold{
	background: rgb(0, 150, 200); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0, 175, 228,1) 0%, rgba(1, 105, 181,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top,left bottom, color-stop(0%,rgba(0,175,228,1)), color-stop(100%,rgba(1,105,181,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0, 175, 228,1) 0%,rgba(1, 105, 181,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0, 175, 228,1) 0%,rgba(1, 105, 181,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0, 175, 228,1) 0%,rgba(1, 105, 181,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0, 175, 228,1) 0%,rgba(1, 105, 181,1) 100%); /* W3C */
 
	border-color: rgb(48, 140, 207);
	border-top-color: rgb(90, 172, 229)
}



input.but{
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(218,218,218,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* W3C */
 /*IE6-9 */
	overflow:hidden;
	border-width: 1px;
	border-color: rgb(40,40,40);
	border-top-color: rgba(87,80,80,1);
	
	color: #0065c0;
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: 700;
	margin: 3px;
	height:36px;
	vertical-align:top;
	text-align: center;
	text-decoration: none;
	text-shadow: #aaaaaa 0px 1px 1px;
	white-space: nowrap;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url('/PIE/PIE.htc');
}
input.but:disabled{
	text-shadow: none;
	color: gray;
}
a.but{
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(218,218,218,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* W3C */
 /*IE6-9 */
	overflow:hidden;
	border: 1px;
	border-color: rgb(40,40,40);
	border-top-color: rgba(87,80,80,1);
	border-style:solid;
	
	color: #333;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: 700;
	margin: 3px;
	height:36px;
	width:70px;
	line-height:20px;
	padding:4px;
	vertical-align:middle;
	text-align: center;
	text-decoration: none;
	text-shadow: #aaaaaa 0px 1px 1px;
	white-space: nowrap;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url('/PIE/PIE.htc');
}
a.but.active{
	background: #5bb75b; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(98,196,98,1) 0%, rgba(81,163,81,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,196,98,1)), color-stop(100%,rgba(81,163,81,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(98,196,98,1) 0%,rgba(81,163,81,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(98,196,98,1) 0%,rgba(81,163,81,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(98,196,98,1) 0%,rgba(81,163,81,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(98,196,98,1) 0%,rgba(81,163,81,1) 100%); /* W3C */
 /*IE6-9 */
	overflow:hidden;
	border: 1px;
	border-color: rgb(40,40,40);
	border-top-color: rgba(87,80,80,1);
	border-style:solid;
	
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	margin: 3px;
	height:36px;
	width:70px;
	line-height:20px;
	padding:4px;
	vertical-align:middle;
	text-align: center;
	text-decoration: none;
	text-shadow: #aaaaaa 0px 1px 1px;
	white-space: nowrap;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url('/PIE/PIE.htc');
}

a.but.disabled{
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(218,218,218,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* W3C */
 /*IE6-9 */
	overflow:hidden;
	border: 1px;
	border-color: rgb(40,40,40);
	border-top-color: rgba(87,80,80,1);
	border-style:solid;
	
	color: #aaa;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: 700;
	margin: 3px;
	height:36px;
	width:70px;
	line-height:20px;
	padding:4px;
	vertical-align:middle;
	text-align: center;
	text-decoration: none;
	text-shadow: #aaaaaa 0px 1px 1px;
	white-space: nowrap;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url('/PIE/PIE.htc');
}


/*footer*/
#footer {
	background:#430e0e;
	border-top:2px solid #8b5841;
}
#footer .footer{
	background:url(/img/bg_footer.jpg) center top no-repeat;
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
#footer .footer .menu_footer{
	margin:0;
	padding:2px 0;
	list-style:none;
}
#footer .footer .menu_footer a{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#footer .footer .menu_footer a:hover{
	text-decoration:underline;
}
#footer .footer .address_footer{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
#footer .footer .address_footer .address{
	padding:3px 0;
}
#footer .footer .address_footer span{
	font-size:14px;
}
/*#footer*/




/* slider new */


#container { 
	background:transparent;

	width: 738px; 
	height: 204px;
	margin: 0; 
	float:right;

	position:relative;
	display:block; 	
}
#sliderContainer { 
	width: 738px; 
	height: 204px; 
	position: relative; 
	margin: 0; 
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	-khtml-border-radius: 5px;
	behavior: url('/PIE/PIE.htc');
}



#mySlides {
	position:relative;
	height: 204 px;
	background:transparent;
}

#mySlides .slidesContainer {
	background:transparent;
	margin-left:-5px;
	margin-bottom:0px;
	width:738px;
	height: 204 px;

}

.slideContent {  
	background-image:url("/img/contentBg_full.png");
	background-repeat: no-repeat;
	background-position:right bottom;
	position: absolute; 
	margin-left: 5px;
	bottom:0px; 
	right:0px; 
	width: 738px; 
}

.slide  img {
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	-khtml-border-radius: 5px;
	behavior: url('/PIE/PIE.htc');
}


.slide h3 {  font: normal 26px/1em Arial,Helvetica; color: #FFF;  margin: 5px 15px 5px 15px; text-align: right; }
.slide h4 {  font: normal 18px/1em Arial,Helvetica; color: #FFF;  margin: 5px 15px 5px 15px; text-align: right; }

.slide p { font: normal 14px/1em Arial,Helvetica; color: #FFF; margin: 5px 15px 5px 15px; text-align:right; }

.slide p a { font: normal 14px/1em Arial,Helvetica; color: #FFF; margin: 5px 15px 5px 15px; text-align:right; }



.jFlowSlideContainer {  
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	-khtml-border-radius: 5px;
	behavior: url('/PIE/PIE.htc'); }

.jFlowSlideContainer a { color: #F90; text-decoration: none; font-style: italic; }

.jFlowSlideContainer a:hover { text-decoration: none; }

.jFlowSlideContainer a:focus { position: relative; top: 1px; }

.jFlowNext { 
	background:url("/img/arr2bg.png") no-repeat scroll 0px 0px transparent; 
	height:43px; 
	position:absolute; 
	float: left;
	top:76px; 
	right: 10px; 
	width:30px; 
	cursor:pointer; 
	overflow:hidden; 
}
.jFlowPrev { 
	background:url("/img/arr1bg.png") no-repeat scroll 0px 0px transparent; 
	height:43px; 
	position:absolute; 
	float: left;
	top:76px; 
	left: 10px; 
	width:30px; 
	cursor:pointer; 
}

.jFlowPrev:hover { 
	background:url("/img/arr1.png") no-repeat scroll 0px 0px transparent; 
}

.jFlowNext:hover { 
	background:url("/img/arr2.png") no-repeat scroll 0px 0px transparent; 
}


/* controller pagination */

#myController {
	position: absolute; 
	top: 5px; 
	right: 5px; }

.jFlowControl { 
	background:url("/img/bullet.png") no-repeat scroll 0px 0px transparent;  
	float: left; 
	width: 15px; 
	height: 15px;
}

.jFlowControl:hover { background-position: -32px 0px; cursor: pointer; }

.jFlowSelected, .jFlowSelected:hover {background-position: -15px 0px;   }

.controls {
	display:block;
	margin-top:12px;
	float:left;
	color:#333;
	font:bold 10px/1.33 sans-serif;
	margin-right:10px;
} 
   
/* для order.php & etc*/
.bg1 {
	 background-image: url(/images/n50.png); 
	}
.bg2 {
	 background-image: url(/images/n10.png); 
}
.bg3 {
	 background-image: url(/images/10.png); 
	}
.bg4 {
	 background-image: url(/images/20.png); 
	}
.bg4.order_addr {
	 font-weight: bold;
	}
.num {
	border : solid 1px gray;
	width  : 30px;
	height : 19px;
	font-size: 14px;
	font-weight: bold;
	text-align : center;
	
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	-khtml-border-radius: 5px;
	behavior: url('/PIE/PIE.htc');
	}
.selem,
.sprice
{
	font-weight:bold;
	font-size:16px;
}
.fake2 {
	background: transparent;
	border:none;
    text-align: right;
	color: #000000;
	}
.fake3 {
	background: transparent;
    border:none;
    text-align: right;
	color: #000000;
	}


input.inp_field ,input.inp_field2 ,input.inp_field3,input.inp_field4{
	font-size: 1em;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:bold;
	height: 20px;
	width:250px;
	margin: 3px;
	padding: 3px;
	vertical-align:middle;
	border: 1px solid #gray;
	behavior: url('/PIE/PIE.htc');
	-ms-behavior: url('/PIE/PIE.htc');	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

input.inp_field3 {
	width:450px;
}

input.inp_field2 {
	width:155px;
}

input.inp_field4 {
	width:55px;
	height:10px;
	background: #f7f7f7;
	behavior: url('/PIE/PIE.htc');
	-ms-behavior: url('/PIE/PIE.htc');	
}



.user_basket{
	margin: 5px 0 0 0 ;
	width:810px;
	display:block;
	position:relative;
	overflow:hidden;
	behavior: url('/PIE/PIE.htc');
	border: 1px solid #bbbbbb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.products-header {
	border-bottom: 1px solid #bbbbbb; 
	white-space:nowrap;
	display:block;
	float:left; 
	padding: 5px 0 5px 0;
	font-weight:bold;
	width: 100%;
}

.pr-header_article,.pr-header_descr,.pr-header_price,.pr-header_q,.pr-header_amount,.pr-header_descr2 {
	display:block;
	float:left;
	clear:right;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	width:100px;
	border:0px;
	overflow: hidden;
}

.pr-header_article{
	margin: 0 0 0 10px;
	width:100px;
}
.pr-header_descr{
	width:390px;
	text-align: center;
}
.pr-header_descr2{
	width:245px;
	text-align: center;
}
.pr-header_price{
	text-align:center;
}
.pr-header_q{
width:100px;
text-align:center;
}

.pr-header_amount{
	text-align:center;
	width:105px;
	margin:0 5px 0 0;
}

.products-lines {
	display:block;
	float:left; 
	width:812px; 
}


.products-item {
	white-space:nowrap;
	display:block;
	float:left; 
	vertical-align:center;
	padding: 5px 0 5px 0;
}

.pr-item_article,.pr-item_descr,.pr-item_price,.pr-item_q,.pr-item_amount ,.pr-item_descr2{
	display:block;
	float:left;
	clear:right;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	width:100px;
	border:0px;
	overflow: hidden;
}

.pr-item_article{
	margin:0 0 0 10px;
}
.pr-item_descr{
	width:390px;
	text-align: center;
}
.pr-item_descr2{
	width:240px;
	text-align: center;
}
.pr-item_price{
	text-align:right;
	width:90px;
}
.pr-item_q{
	text-align:center;
	line-height:1;
	margin: 0 0 0 10px;
	width:95px;
	
}

.pr-item_amount{
	width:100px;
	text-align:right;
	margin:0 15px 0 0;
}

.products-total,.user_basket_comment{
	border-top: 1px solid #bbbbbb; 
	display:block;
	float:left; 
	width:810px; 
	text-align:right;
	font-weight:bold;
	padding:5px 0 5px 0;
}
.user_basket_comment{
	text-align:left;
}
.user_basket_comment input{
	border: #bbbbbb 1px solid;
}

.user_basket_title, .user_basket_error{
	margin:10px 10px 10px 10px;
}
.user_basket_error{
	color:#800000;
}

form.goods {
    font-size: 1em;
	font-family:'Trebuchet MS';
}
.num2 {
	border : solid 1px gray;
	width  : 34px;
	height : 19px;
	font-size: 14px;
	font-weight: bold;
	text-align : center;
	margin-top: 5px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	-khtml-border-radius: 5px;
	behavior: url('/PIE/PIE.htc');
}

.num20 {
	border : solid 1px gray;
	width  : 34px;
	padding:0px;
	font-size:14px;
	font-weight: bold;
	text-align : center;
	margin-top: 3px;

}

.img_b {
	width:19px;
	height:19px;
}

.img_spiner{
	background: rgb(255,255,255); /* Old browsers */ 
	background: -moz-linear-gradient(center top , #FCFCFC 0px, #D3D3D3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFCFC), color-stop(100%,#D3D3D3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FCFCFC 0%,#D3D3D3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FCFCFC 0%,#D3D3D3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FCFCFC 0%,#D3D3D3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FCFCFC 0%,#D3D3D3 100%); /* W3C */
	behavior: url('/PIE/PIE.htc');
	border : solid 1px gray;

	width:1.4em;
	display:inline-block;
	
	padding:0px;
	font-size:14px;
	font-weight: bold;
	text-align : center;
}

input.img_spiner-down:hover,input.img_spiner-up:hover{

	cursor:pointer;
}

.img_spiner-down{
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	border-right:0 none;
	margin-right:-4px;

}

.img_spiner-up{
	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	margin-left:-4px; 
	border-left:0 none;
}


.user_info,.order_service{
	margin:15px 0 0 0 ;
	display:block;
	position:relative;
	overflow:hidden;
	border : solid 1px #bbbbbb;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	-khtml-border-radius: 5px;
	behavior: url('/PIE/PIE.htc');
	width:812px;
}
.delivery_block,.payment_block,.address_block{
	display:block;
	float:left;
	width:810px;
	margin:5px 0 5px 5px;
}
.address_block{
	display:none;
}
.user_info-lines,.user_info-item,.address_item{
	display:block;
	float:left;
	width:810px;
	padding:2px 0 2px 5px;
}
.address_item{
	margin:2px 0 2px 0;
}
.user_info-item{
	white-space:nowrap;
}
.user_info-field,.user_info-value,.user_info-field2,.user_info-value2,.user_info-field3{
	display:block;
	float:left;
	clear:right;
	overflow:hidden;
	white-space:normal;
}
.user_info-field{
	width:20%;
	padding-top:5px;
}
.user_info-field2{
	width:45%;
	padding-top:5px;
}
.user_info-field3{
	width:25%;
	padding-top:5px;
}
.user_info-value input{
	border:#bbbbbb 1px solid;
}
.user_basket_area{
	width:800px;
}
.address_item select{
	width:295px;
	padding:0;
}
.delivery_item input,.payment_item input{
	margin: 10px 0 2px 5px;
}
.delivery_item  label,.payment_item  label{
	margin: 0px 0px 0px 10px;
}
.top-solid{
	border-bottom:solid 1px #0065c0;
	color:#0065c0;
	cursor: pointer;
}
.cmb{
	padding:0 0 0 3px;
}    
.unselectable {
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
		-o-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;       
}



/* basket navigator */
.cart_steps{
	margin-left: 1.5em;
	display: inline-block;
	zoom: 1;
	margin: 2px 0 0 0;
}
.cart_steps .step.active {
	font-weight: bold;
	color: #fff;
	background: rgb(132,40,29); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(132,40,29,1) 0%, rgba(87,27,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,40,29,1)), color-stop(100%,rgba(87,27,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(132,40,29,1) 0%,rgba(87,27,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(132,40,29,1) 0%,rgba(87,27,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(132,40,29,1) 0%,rgba(87,27,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(132,40,29,1) 0%,rgba(87,27,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84281d', endColorstr='#571b13',GradientType=0 ); /* IE6-9 */
}

.cart_steps .step{
	line-height: 30px;
	float: left;
	padding: 0 20px;
	vertical-align: baseline;
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(218,218,218,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F6', endColorstr='#DADADA',GradientType=0 ); /* IE6-9 */
}
.cart_steps .step:last-child:after, .b-steps2 .step:first-child:before {
display: none;
}
.cart_steps .step:before {
float: left;
margin-left: -20px;
border-width: 15px 0 15px 7px;
border-color: transparent transparent transparent #ffe;
}
.cart_steps .step:after, .cart_steps .step:before {
content: "";
border-style: solid;
width: 0;
height: 0;
}
.cart_steps .step:after {
float: right;
margin-right: -20px;
border-width: 15px 0 15px 7px;
/* border-color: transparent transparent transparent transparent; */
border-color: #ffe transparent #ffe transparent;
}




/* basket navigator */
.item_steps{
	margin-left: 1.5em;
	display: inline-block;
	zoom: 1;
	margin: 2px 0 0 0;
}
.item_steps .step.active {
	font-weight: bold;
	color: #fff;
	background: rgb(132,40,29); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(218,218,218,1) 0%, rgba(188,188,188,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,218,218,1)), color-stop(100%,rgba(188,188,188,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(218,218,218,1) 0%,rgba(188,188,188,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(218,218,218,1) 0%,rgba(188,188,188,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(218,218,218,1) 0%,rgba(188,188,188,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(218,218,218,1) 0%,rgba(188,188,188,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84281d', endColorstr='#571b13',GradientType=0 ); /* IE6-9 */
}

.item_steps .step{
	line-height: 56px;
	float: left;
	padding: 0 20px;
	vertical-align: baseline;
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(218,218,218,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F6', endColorstr='#DADADA',GradientType=0 ); /* IE6-9 */
}
.item_steps .step:last-child:after, .b-steps2 .step:first-child:before {
display: none;
}
.item_steps .step:before {
float: left;
margin-left: -20px;
border-width: 28px 0 28px 7px;
border-color: transparent transparent transparent #ffe;
}
.item_steps .step:after, .item_steps .step:before {
content: "";
border-style: solid;
width: 0;
height: 0;
}
.item_steps .step:after {
float: right;
margin-right: -20px;
border-width: 28px 0 28px 7px;
/* border-color: transparent transparent transparent transparent; */
border-color: #ffe transparent #ffe transparent;
}



.abs{
	visibility:hidden;
	position:absolute;
	z-index:999;
}

.addon_item {
	padding-left:50px;
	color: #5f5f5f;
	font-size: 11px;
	/* margin: 9px 0 0 0 ; */
}


/*.rouble {
	display: inline-block;
	position: relative;
}

.rouble:before {
	display: block;
	content: "-";
	position: absolute;
	top: 0.2em;
} */

@font-face {
    font-family: 'PT Sans';
	src: local('PT Sans'), local('PTSans-Regular'), url('/includes/fonts/roublr.woff2') format('woff2');
    src: url('/includes/fonts/ptn57f.eot');
    src: url('/includes/fonts/ptn57f.eot?#iefix') format('embedded-opentype'),    url('includes/fonts/ptn57f.woff') format('woff'),    url('includes/fonts/ptn57f.ttf') format('truetype');
	font-style: normal;
    font-weight: 400;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }

.tooltip{
	width:805px;
	display:block;
	position:relative;
	overflow:hidden;
	behavior: url('/PIE/PIE.htc');
	border: 2px solid #bbbbbb;
	padding:5px;
	text-align: center;
	font-size: 16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 5px 8px rgba(255,255,255,.75),inset 0 10px 15px rgba(215,215,215,.75);
	font-style:italic;
}

.tooltip-info{
	margin: 10px 10px 10px 10px;
	width:780px;
	display:block;
	position:relative;
	overflow:hidden;
	behavior: url('/PIE/PIE.htc');
	border: 2px solid #bbbbbb;
	padding:10px;
	text-align: center;
	font-size: 14px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 5px 8px rgba(255,255,255,.75),inset 0 10px 15px rgba(215,215,215,.75);
	font-style:italic;
	font-weight:bold;
}
.bold{
font-weight: 600;
}

p.otst{
 margin-bottom: 10px;
}

/*Login 2 art 2015*/
#login2{
	width: 250px;
	margin-left: 250px;
}
#login2 .tac{
	margin-top: 20px;
}
#loginbut{
	width: 100px;
	height: 30px;
}
#login2 .tal1{
 font-size: 14pt;
 margin-left: 80px;
 margin-bottom: 15px;
}
/*Login 2*/
.scrollup{
width:40px;
height:40px;
/*opacity:0.3;*/
position:fixed;
bottom:50px;
right:100px;
display:none;
text-indent:-9999px;
background: url('top.png') no-repeat;
}

.zareg {
    background-color: #84281d;
    width: 290px;
    float: right;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    border-style: double;
    border-color: silver;
    text-transform: uppercase;
}
.zareg_or {
	width: 306px;
	height: 20px;
	float: right;
    text-align: center;
}

a.sign-in {
  color: white;  
	height: 100%;
	display: block;
}





.filter_box{
	width:99%;	
	padding:5px;
	display:block;
	position:relative;	
	overflow:hidden;	
	behavior: url('/PIE/PIE.htc');	
	border: 2px solid #bbbbbb;	
	text-align: justify;	
	font-size: 16px;	
	border-radius:5px;	
	-moz-border-radius:5px;	
	-webkit-border-radius:5px;	
	box-shadow:0 5px 8px rgba(255,255,255,.75),inset 0 10px 15px rgba(215,215,215,.75);	
	font-weight:bold;
	font:bold 0.95em/170% Tahoma, sans-serif;
}
.filter_title_box{
	cursor:pointer;
}
.filter_title{
	float:left;
	width:83%;
}

.filter_search_toggle{
	float:right;
	width:120px;
	text-align:right;
	margin-right:5px;
	padding-left:5px;
	height:28px;
	line-height: 28px;
	overflow:hidden;
}
.filter_arrows{
    display: block;
    position: relative;
    left: 0;
    top: -28px;
    width: 28px;
    height: 56px;
    background: url(/img/filter_arrows.png) no-repeat 0 0;
}

.filter_container{
	width:100%;
	display:none;
	position:relative;
	clear:both;
	overflow:hidden;
}


.filter_item
{
	padding:5px;
	float:left;
}

.align_left
{
	text-align:left;
}

.align_right
{
	text-align:right;
}

.align_center
{
	text-align:justify;
}

td.row_desc
{
	border-bottom:1px dashed grey;
	word-wrap: break-word;
}


/* BEGIN POPUP */
#popup {
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 2000;
    background:#eeeeee;
    width:420px;
    height: 330px;
    padding:10px 20px 20px 20px;
}
    *html #popup  {
        position: absolute;
    }

    #popup div.header{
		color: #450e0e;
        font-size:30px;
        font-weight:normal;
        text-transform:uppercase;
        text-align:left;
      
        margin-top:0px;
		padding-bottom:0px;
    }

    #popup p {
        padding-bottom:15px;
        text-align: center;
    }

    #imgcode {
        float:left;
    }

    #popup input[type=text] {
        text-align:left;
        width:268px;
        padding:0 10px;
        height:30px;
        display:block;
        margin:10px 0px;
        border:1px solid #eee;
        border-top-color:#ccd1d7;
        color:#000000;
        background:#ffffff;
        font-family: Arial, Tahoma, sans-serif;
        font-size: 12px;
    }
	#popup input[type=checkbox] {
        padding:0 10px;
        margin:10px 0px;
    }
	#popup textarea {
		text-align:left;
		width:398px;
		padding:10px 10px;
		display:block;
		margin:10px 0px;
		border:1px solid #eee;
		border-top-color:#ccd1d7;
		color:#000000;
		background:#ffffff;
		font-family: Arial, Tahoma, sans-serif;
		font-size: 12px;
		height: 54px;
	}
	#popup .button {
		font-size: 16px;
		box-sizing: border-box;
		background: #84281d;
		width: 140px;
		height: 35px;
		line-height: 35px;
		display: block;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		float:right;
		text-shadow: none;
		border: 1px solid #705062;
		border-radius: 0;
	}
                #popup .button:hover {
                    background: rgba(171, 105, 105, 0.88);
                 }

    #popup_close {
        display:block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 12px;
        height: 12px;
        background: url(images/close.png) no-repeat center center;
        cursor: pointer;
        z-index: 2103;
    }

    #popup_close:hover {
        opacity:0.7;
        transform: rotate(90deg);
        transition: all 0.5s ease-in-out 0s;
    }
#fade {
    display: none;
    background: #2c3e50;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .50;
    z-index: 1000;
}

    *html #fade {
        position: absolute;
    }
/* end popup */


#burst12 {
  background: red;
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;
  right: 14px;
  top:-47px;
  float:left;
}
#burst12:before,
#burst12:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 80px;
  width: 80px;
  background: red;
}
#burst12:before {
  transform: rotate(30deg);
}
#burst12:after {
  transform: rotate(60deg);
}
#burst12txt {
    width: 80px;
    height: 80px;
    color: white;
    position: relative;
    text-align: center;
    right: 89px;
    top: -38px;
    font-size: 42px;
    font-weight: bold;
    transform: rotate(-20deg);
    float: left;
	Font-family: monospace;
}
#burst12txt1 {
    width: 80px;
    height: 80px;
    color: white;
    position: relative;
    text-align: center;
    right: 89px;
    top: -38px;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(-20deg);
    float: left;
	Font-family: monospace;
}