/* Common */
html,body {
 width:100%;
 height: 100%;
 color: #666666;
 font-family: helvetica, Tahoma, Geneva, serif;
 font-size: 14px;
 min-width: 996px;
}

html {

}

body {
 min-height: 100%;
 height: auto !important;
 position: relative;
 margin: 0px auto;

}


/* Elements */
.hidden {
 display: none;
}

.empty {
 color: #999;
}

input,select{
 font-size: 100%;
 outline:none;
}

.clr {
 clear: both;
 content: "";
 display: block;
}

sup {
	padding-left: 4px;
	color: #000000;
}


/* Links */
a, a:link, a:visited, a:active{
	color: #000000;
	text-decoration: none !important;
	border-bottom: 1px solid #808080;
}

a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}


/* Headers */
H1 {
 font-size: 16px;
 padding: 20px 0px 15px;
 font-weight: bold;
 color: #333333;
}

H2 {
 font-size: 22px;
 padding: 20px 0px 15px;
 font-weight: normal;
 color: #333333;
 line-height: 24px;
}

H3 {
 font-size: 15px;
 padding: 20px 0px 15px;
 font-weight: bold;
 color: #333333;
}

H4 {
 font-size: 12px;
 padding: 20px 0px 15px;
 font-weight: bold;
}


/* Lists */
li ul, li ol {
 margin-top: 0.5em;
}

ul {
 list-style-type: none;
}

li {
 margin: 10px 0 5px 15px;
 padding: 0;
}

ul li {
 padding: 0;
 //padding-left: 4px;
}

ol li {
 margin-left:2.3em;
}

ul>li>* {
 text-indent: 0;
}


/* Table */
.content_tp table {
 width: 100%;
 background: #ebebeb;
}

.content_tp table th {
 padding: 5px;
 text-align: center;
 border-left: 1px solid #ebebeb;
 color: #ffffff;
}

.content_tp table th:first-child {
 border-left: none;
}

.content_tp table td {
 padding: 5px;
 border-left: 1px solid #ebebeb;
}

.content_tp table td:first-child {
 border-left: none;
}

.content_tp table tr:nth-child(even) {
 background-color: #ffffff;
}

.content_tp img {
 margin-bottom: 20px;
 margin-right: 20px;
}

.header {
 height: 115px;
}

.content {
 padding-bottom: 20px;
 width: 100%;
 text-align: center;
}

.footer {
 padding: 10px 0 30px;
 text-align: left;
 width: 100%;
}


/* HEADER */
.header_w {
 margin: auto;
 width: 980px;
 height: 105px;
 padding-top: 30px;
}

.hlogo {
 height: 50px;
 width: 100px;
 padding-right: 20px;
 float: left;
}

.hlogo a {
 height: 48px;
 width: 118px;
 background: url("../img/hlogo.png") no-repeat left top;
 display: block;
 border: none;
 line-height: 50px;
}

.hlogo a:hover {
 color: #666666;
}

.head_r {
 float: right;
 width: 400px;
 padding-top: 21px;
}

.rs_search {
 background: url("../img/src_bg.png") no-repeat left top;
 margin-top: 0px;
 width: 183px;
float: left;
}

.rs_search .s_text {
 background: none;
 border: medium none;
 color: #999999;
 font-size: 11px;
 height: 18px;
 line-height: 15px;
 padding: 1px 0 2px 7px !important;
 width: 140px;
 font-family: helvetica,tahoma;
}

.rs_search .searchBtn {
 background: url("../img/hsbtn.gif") no-repeat center 6px;
 border: medium none;
 float: left;
 height: 21px;
 padding: 0;
 width: 25px;
 cursor: pointer;
}

.rs_search .searchBtn:hover {
 background: url("../img/hsbtn.gif") no-repeat center -24px;
}

.cart {
 float: right;
 width: 200px;
 text-align: right;
}

.cart a {
 border: none;
 color: #000000;
}

.cart a:hover {
 color: #4D4D4D;
}

.cart span {
 color: #000000;
 padding: 4px 10px 4px 16px;
 background: url("../img/cart.png") no-repeat left 4px;
 font-size: 11px;
}

.c_item_bg {
 background: url("../img/cartitem_c.png") repeat-x left top;
 display:inline-block; /* для других */
 zoom:1; /* для ие */
 display: -moz-inline-stack;
}

.c_item_l {
 background: url("../img/cartitem_l.png") no-repeat left top;
 height: 21px;
 padding: 5px 15px;
 font-size: 11px;
}

.c_item_r {
 background: url("../img/cartitem_r.png") no-repeat right top;
}


/* CONTENT */
.content_w {
 margin: auto;
 width: 980px;
 text-align: left;

}

.content_w blockquote {
	 line-height: 20px;
}

.content_wc {
 margin: auto;
 width: 980px;
}


/* MAIN PRODUCT */
.main_product {
	margin: 30px auto auto;
	width: 980px;
}

.main_product .prod_item {
	 width: 152px;
	 height: 200px;
	 float: left;
	 padding-right: 10px;
	 text-align: center;
	 cursor: pointer;
}


.main_product .prod_item span {
 padding-top: 10px;
 display: inline-block;
 font-size: 20px;
 text-align: center;
 font-family: 'Open Sans', sans-serif;
}

.main_product .prod_item p {
 margin: 0px;
 color: #666666;
 padding-top: 10px;
 display: block;
 font-size: 11px;
 text-align: center;
}

.main_product .prod_item span img {
 padding-left: 5px;
}

.main_product .prod_item a 
{
	color:#666;
}

.main_product .prod_item a:hover
{
	color:#000;
}

.prod_item a {
 border: none;
 color: #000000;
 text-align:center;
}

.prod_item a:hover {
 color: #666666;
}


/* ACCESSORIES */
.mp_accessories {
 margin: auto;
 width: 980px;
 padding-bottom: 20px;
}

.mp_accessories h1 {
 color: #000000;
 display: block;
 font-family: 'Open Sans', sans-serif;
 font-size: 22px;
 font-weight: 400;
 padding-top: 40px;
}

.mp_accessories h2 {
 color: #000000;
 display: block;
 font-family: 'Open Sans', sans-serif;
 font-size: 18px;
 font-weight: 300;
 padding: 10px 0px 10px;
 margin: 0px;
}

.mp_accessories ul {
 margin: 0px;
 padding: 0px;
 float: left;
 width: 160px;
 padding-left: 45px;
 min-height:200px;
}

.mp_accessories .li_control {
	color:#000;
	background:url('../img/arrow_h.gif') right -15px no-repeat;
	padding-right: 15px;
}

.mp_accessories .li_control.act {
	background:url('../img/arrow_h.gif') right 5px no-repeat;
}

.mp_accessories .li_control:hover {
	border-bottom:1px dashed #000;
}

.mp_accessories .mpa_frst {
 padding-left: 0px;
}

.mp_accessories  small {
	font-size:11px;
	color:#999;
}

.mp_accessories .li_hidden {
	display:none;
}

.mp_accessories ul li {
 margin: 0px;
 padding: 2px 0px;
}

.mp_accessories ul li a {
 font-size: 11px;
 border: none;
 color: #666666;
}

.mp_accessories ul li a:hover {
 color: #000000;
}

.mp_accessories .linebutton_r a {
	padding: 7px 20px 8px;
	font-size: 12px;
	border: none;
	display: block;
	line-height: 12px;
}

.mp_accessories .linebutton_r a span {
 color: #666666 !important;
 padding: 0px;
}
.mp_accessories .linebutton_r a span:hover {
 color: #000 !important;
 padding: 0px;
}

/* NEW */
.new_prod_item {
 float: left;
 /*height: 200px;*/
 display:inline-block;
 margin-top: 20px;
 padding-left: 50px;
 text-align: center;
 width: 156px;
}

.new_prod_item span {
 padding-top: 10px;
 display: block;
 font-size: 11px;
 text-align: center;
 line-height: 17px;
}

 span.item_name {
	height: 72px;
	 overflow: hidden;
}

p.articl {
	color:#999!important;
}

.new_prod_item p {
 margin: 0px;
 color: #666666;
 padding-top: 10px;
 display: block;
 font-size: 11px;
 text-align: center;
}

.new_prod_item span img {
 padding-left: 5px;
}

.new_prod_item a {
 border: none;
 color: #666666;
}

.new_prod_item a:hover {
 color: #000000;
}

.mpn_frst {
	padding-left: 0px !important;
}


/* NEWS */
.newsline {
 margin: auto;
 width: 980px;
 padding-top: 30px;
 padding-bottom: 10px;
}

.newsline_bg {
 background: url("../img/newsline_bg.png") repeat-x center top;
}

.newsline_l {
 background: url("../img/newsline_l.png") no-repeat left top;
}

.newsline_r {
 background: url("../img/newsline_r.png") no-repeat right top;
 height: 38px;
}

.newsline_r h1 {
 color: #000000;
 display: block;
 font-family: 'Open Sans', sans-serif;
 font-size: 18px;
 font-weight: normal;
 padding: 9px 0px 10px 20px;
 margin: 0px;
 display:inline-block; /* для других */
 zoom:1; /* для ие */
 display: -moz-inline-stack;
}

.newsline_r h1 a {
 border: none;
}

.nwstxt {
	margin-top: 3px;
	padding: 9px 0px;
	border: none !important;
	color: #666666;
	font-size: 12px;
 display:inline-block; /* для других */
 zoom:1; /* для ие */
 display: -moz-inline-stack;
}

.newsline_r span {
	padding: 9px 10px 5px 0px;
	margin: 4px 15px 5px 0px;
	display:inline-block; /* для других */
	zoom:1; /* для ие */
	display: -moz-inline-stack;
	font-size: 12px;
}

.newsarrow {
 height: 38px;
 width: 16px;
	float: right;
 background: url("../img/arrow.png") no-repeat right 15px;
 margin-right: 13px;
}

.newsarrow a {
 height: 14px;
 margin: 12px 0;
 padding: 0;
 width: 6px;
 display:inline-block; /* для других */
 zoom:1; /* для ие */
 display: -moz-inline-stack;
 border: none;
}

#slider{
	margin:0 20px;	
}

#slider .item {
	width:760px!important;
}

.newsline_r h1 {
	border-right: 1px solid #CECECE;
	padding-right:20px;
}

#slider,.newsline_r h1,#slider .item span,#slider .item a {
	float:left;
}

#slider .item a {
	margin-top:4px;
}

/* FOOTER LINK */
.flink {
 margin: auto;
 width: 980px;
 padding-bottom: 50px;
}

.flink ul {
 margin: 0px;
 padding: 0px;
 float: left;
 width: 190px;
 padding-left: 70px;
}

.flink .mpa_frst {
 padding-left: 0px;
}

.flink ul li {
 margin: 0px;
 padding: 2px 0px;
}

.flink ul li h2 {
 color: #000000;
 display: block;
 font-family: 'Open Sans', sans-serif;
 font-size: 18px;
 font-weight: normal;
 padding: 10px 0px 10px;
 margin: 0px;
}

.flink ul li a {
 font-size: 11px;
 border: none;
 color: #666666;
}

.flink ul li a:hover {
 color: #000000;
}


/* NAVIGATION */
.mp_navi {
 display: block;
 font-size: 11px;
 color: #666666;
 padding-top: 10px;
 padding-bottom: 20px;
}

.mp_navi a {
 font-size: 11px;
 border: none;
}


/* IMAGE SLIDER */
.container{
 width: 390px;
 text-align: center;
 float: right;
 margin:0 0 40px 20px;
}

.container div.oneimg img {
	width:379px!important;
	height:379px!important;
}

.container > header{
 padding: 20px 30px 10px 30px;
 margin: 0px 20px 10px 20px;
 position: relative;
 display: block;
 text-align: center;
}

.container > header h1{
 font-family: 'Open Sans', sans-serif;
 font-size: 35px;
 line-height: 35px;
 position: relative;
 font-weight: normal;
 color: #936975;
 padding: 0px 0px 5px 0px;
}

.container > header h1 span{
 color: #b19099;
}

.container > header h2{
 font-size: 16px;
 font-style: italic;
 color: #593741;
}


/* media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}


/* ITEM DESCRIPTION */
.mp_descr {
	float: left;
	font-size: 12px;
	line-height: 17px;
	margin-right: 45px;
	padding-top: 20px;
	width: 775px;
	
}

.mp_descr ul{
	list-style-type:inherit;
}

.linebutton_bg {
 background: url("../img/linebutton_bg.png") repeat-x center top;
 display:inline-block; /* для других */
 zoom:1; /* для ие */
 display: -moz-inline-stack;
 margin-top: 4px;
  min-width: 155px; 
}

.linebutton_bg.right {
	float:right;
}

.linebutton_l {
 background: url("../img/linebutton_l.png") no-repeat left top;
}

.linebutton_r {
 background: url("../img/linebutton_r.png") no-repeat right top;
 height: 30px;
}

.linebutton_r a {
	border: medium none;
	display: block;
	font-size: 11px;
	line-height: 12px;
	padding: 10px 0 8px;
	text-align: center;
}

.linebutton_r a span {
 color: #666666;

}

.linebutton_r a span:hover {
	 color: #000;
}


/* SIDEBAR */
.tp_sidebar {
 float: right;
 margin: 0;
 padding: 20px 0 0 0;
 width: 155px;
}

.tp_sidebar li {
 margin: 0px;
 padding: 3px 0px;
}

.tp_sidebar li a {
 color: #666666;
 font-size: 12px;
 border: none;
}

.tp_sidebar li a:hover {
 color: #000000;
 border: none;
}

/* PRODUCT */
.conborder_bg {
 background: url("../img/conborder_bg.png") repeat-y left top;
 margin-top: 30px;
}

.conborder_top {
 background: url("../img/conborder_top.png") no-repeat left top;
}

.conborder_bottom {
 background: url("../img/conborder_bottom.png") no-repeat left bottom;
 padding: 25px 25px 0px 25px;
}

.conborder_bottom.b_ip {
	display:inline-block;
	width:100%;
}

.conborder_bg_s {
 background: url("../img/conborder_bg_s.png") repeat-y left top;
 margin-top: 20px;
}

.conborder_top_s {
 background: url("../img/conborder_top_s.png") no-repeat left top;
}

.conborder_bottom_s {
 background: url("../img/conborder_bottom_s.png") no-repeat left bottom;
 padding: 20px 20px 20px 20px;
	position: relative;
	z-index:0;
	width: 92%;
	display:inline-block; 
}

.conborder_bottom h1,
.conborder_bottom_s h1 {
 color: #000000;
 display: block;
 font-family: 'Open Sans', sans-serif;
 font-size: 22px;
 font-weight: normal;
 padding: 0 0 30px 0;
}


.loadmore {
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
	width:760px;
}

.loadmore .progress {
    background: url("../img/preloader.gif") no-repeat scroll center center transparent;
    display: none;
    height: 100%;
}

.prodtab_l {
 float: left;
 width: 130px;
}

.prodtab_l img,.new_prod_item img,.prod_item img,.new_prod_item_cat img,.container div.oneimg img {
	background: url("../img/preloader.gif") no-repeat scroll center center  transparent;
	display: inline-block;
}

.prod_item span img {
	background:none;
	display:inline;
}

.prodtab_r {
 margin-left: 160px;
}

.prodtab_r label {
	float: left;
	width: 115px;
	cursor:pointer;
}

.prodtab_r input[type=radio]
{
	cursor:pointer;
}

.prodtab_r div.b_block {
	float: left;
	height: 85px;
	padding-top: 0px;
	min-width: 500px;
}

.prodtab_r div.b_block.iph {
	padding-top:30px;
}

.prodtab_r .descr_cat {
	font-size:11px;
	width: 90%;
	line-height:15px;
}


.item_id {
	float: left;
	padding-bottom: 50px;
	padding-right: 25px;
	width: 230px;
}

.item_id.arrow {
	background:url(../img/m_arrow.png) no-repeat 60px bottom;
	position:relative;
	z-index:2;
}

.item_id h1 {
 color: #000000;
 display: block;
 font-family: 'Open Sans', sans-serif;
 font-size: 18px;
 font-weight: normal;
 padding: 0 0 10px 0;
 margin: 0px;
 cursor:pointer;
}

.item_id h1:hover,.item_id p:hover {
	color: #666666;
}

.item_id p {
 padding: 5px 0 5px 0;
 margin: 0px;
 font-size: 11px;
 line-height:20px;
 cursor:pointer;
 height: 100px;
 overflow:hidden;
}

.item_descr {
	clear:both;
	display:none;
	background:url(../img/m_up.png) 0 top no-repeat;
	width:735px;
	padding: 15px 0 30px;
	position:relative;
	z-index:1;
	top:-1px;
}

.item_descr_d {
	background:url(../img/m_down.png) 0 bottom no-repeat;
	padding-bottom: 20px;
}

.prodblk {
 display: block;
 height: 50px;
}

.prodblk_l {
 float: left;
}

.prodblk_l input {
 margin-left: 0px !important;
 margin-top: 5px !important;
}

.prodblk_l span {
 font-family: 'Open Sans', sans-serif;
 font-size: 16px;
 color: #000000;
 padding-left: 5px;
}

.itemname {
 padding: 0 0 10px 0 !important;
 font-size: 14px !important;
}

.itemname .right {
	margin-left: 96px;
}

.itemname .left {
	float:left;
}

.itemprice {
 padding-left: 5px;
 padding-top: 5px;
 display: block;
 font-size: 11px;
}

.itemcolor {
	border: 1px solid #CECECE;
	float: right;
	height: 28px;
	width: 30px;
}

.itemcolor ul {
	border: 1px solid #CFCFCF;
	height: 28px;
	padding: 0;
	width: 90px;
	opacity:0;
	position:relative;
	margin:0px;
	/*z-index:1000;*/
	left:-90px;
	display:none;
}

.itemcolor ul li {
	width:30px;
	height:28px;
	margin:0px;
	padding:0px;
	float:left;
	cursor:pointer;
}


.itmcornr {
 background: url("../img/arrw.gif") no-repeat center center;
 float: right;
 height: 10px;
 padding: 10px 15px 10px 10px !important;
 width: 9px;
 cursor:pointer;
 position:relative;
 z-index:2;

}



.lbr_clr {
 float: left;
 position:relative;
 z-index:1003;
}

.prodblk_r {
	float: right;
}

.prodblk_r.ip {
	float: left;
	padding: 0 0 30px;
}

.prodblk_r.iph {
	float: left;
	padding: 0 0 20px;
}

/* REVIEW */
.tp_review {
 padding-top: 20px;
}

.tpr_l {
	color: #666666;
	float: left;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	width: 460px;
	z-index: 1000;
}

.tpr_r {
	float: right;
	position: relative;
	width: 460px;
	z-index: 500;
}

.tpr_l h1,
.tpr_r h1 {
 color: #000000;
 display: block;
 font-family: 'Open Sans', sans-serif;
 font-size: 18px;
 font-weight: normal;
 padding: 0 0 25px 0;
 margin: 0px;
}

.tpr_l p,
.tpr_r p {
 color: #000000;
 margin: 0px;
 padding: 10px 0 20px;
}

.rvw_txt {
 display: block;
 border-bottom: 1px solid #666666;
 border-left: none;
 border-right: none;
 border-top: none;
 padding: 5px 0px 2px 0px;
 font-size: 12px;
 color: #666666;
 margin: 10px 0 0 0;
}

.rvw_w {
 width: 460px;
 height: 15px;
 margin-bottom: 5px;
 font-family: tahoma;
}


/* CATALOG */
.tp_catalog {
 float: left;
 width: 760px;
 line-height:20px;
}

.tp_catalog ul li {
	list-style-type: disc;
}

.tp_catalog a.no_border,.tp_catalog a.no_border:hover {
	border: none;
}

.tp_catalog h1 {
 color: #000000;
 display: block;
 font-family: 'Open Sans',sans-serif;
 font-size: 22px;
 font-weight: 400;
 padding-top: 20px;
 float: left;
}

.c_sort_bg {
 background: url("../img/cartitem_c.png") repeat-x left top;
 display:inline-block; /* для других */
 zoom:1; /* для ие */
 display: -moz-inline-stack;
 margin: 20px 0 0 20px;
 float: right;
 width:160px;
}

.c_sort_l {
 background: url("../img/cartitem_l.png") no-repeat left top;
 height: 21px;
 padding: 5px 15px;
 font-size: 11px;
 width:136px;
}

.c_sort_l a {
	color:#666666;
	margin-left:0px;
}

.c_sort_l a:hover,.c_sort_l a.act {
	color:#000000;
}

.c_sort_r {
 background: url("../img/cartitem_r.png") no-repeat right top;
}

.c_sort_r a {
 border: medium none;
 font-size: 11px;
 line-height: 12px;
 padding: 0px 0px;
 margin-right: 5px;
}

.itmcornr_srt {
 background: url("../img/arrow_h.gif") no-repeat center -16px;
 float: right;
 height: 10px;
 padding: 0px !important;
 width: 10px;
 margin: 0 0 0 5px !important;
}

.lbr_clr_l {
 float: left;
}

.lbr_clr_r {
 display:inline-block; /* для других */
 zoom:1; /* для ие */
 display: -moz-inline-stack;
 margin-left: 10px;
 margin-right: 0px !important;
 float:right;
}

.arr_sort {
	background: url("../img/arrow_h.gif") no-repeat right -16px;
	padding-right: 15px !important;
}

.arr_sort.asc {
	background-position:right 4px;
}

.c_sort_it_bg {
 background: url("../img/cartitem_c.png") repeat-x left top;
 display:inline-block; /* для других */
 zoom:1; /* для ие */
 display: -moz-inline-stack;
 margin: 10px 0 0 0;
 width:140px;
} 

.c_sort_it_l {
 background: url("../img/cartitem_l.png") no-repeat left top;
 height: 18px;
 padding: 2px 2px;
 font-size: 11px;
}

.c_sort_it_r {
 background: url("../img/cartitem_r.png") no-repeat right top;
}

.c_sort_it_l a {
 border: medium none;
 display: block;
 font-size: 12px;
 line-height: 12px;
 padding: 0px 5px 0px;
 text-decoration: none !important;
 color: #000000;
}

.c_sort_it_l a:hover {
 color: #666666;
}

.c_sort_it_l a .itemprc {
 color: #666666 !important;
 padding: 0 10px 0 0 !important;
 display:inline-block; /* для других */
 zoom:1; /* для ие */
 display: -moz-inline-stack;
}

.new_prod_item_cat {
 float: left;
 height: 230px;
 margin-top: 20px;
 padding-right: 12px;
 text-align: center;
 width: 140px;
 padding-bottom: 40px;
}

.new_prod_item_cat span {
 padding-top: 10px;
 display: block;
 font-size: 11px;
 text-align: center;
 line-height: 17px;
}

.new_prod_item_cat p {
 margin: 0px;
 color: #666666;
 padding-top: 10px;
 display: block;
 font-size: 11px;
 text-align: center;
}

.new_prod_item_cat span img {
 padding-left: 5px;
}

.new_prod_item_cat a {
background:none;
 border: none;
 color: #666666;
}

.new_prod_item_cat a:hover {
 color: #000000;
}

.pagenav {
 padding-top: 15px;
}

.pagenav a {
 color: #666666;
 border: medium none;
 font-size: 11px; 
 padding: 9px 12px 7px;
 text-decoration: none;
}

.pagenav a:hover {
 color: #000000;
}

a.nav_act {
 background: url("../img/nav_on.gif") no-repeat center center;
 border: medium none;
 color: #000000;
}

.pagenav .linebutton_bg {
 margin-left: 15px;
}


/* FOOTER */
.footer_w {
 margin: auto;
 width: 980px;
 font-size: 13px;
}

.footer_l {
 background: url("../img/favic.png") no-repeat left top;
 float: left;
 color: #000000;
 display: block;
 font-family: 'Open Sans', sans-serif;
 font-size: 18px;
 font-weight: normal;
 padding: 5px 0px 10px 32px;
 margin: 0px;
}

.footer_l p {
 margin: 0;
 padding: 0 0 10px;
}

.footer_r {
 float: right;
 font-size: 12px;
 color: #666666;
 padding-top: 8px;
}

.footer_r a {
 font-size: 12px;
 color: #000000;
}

.footer_r a:hover {
 color: #666666;
}

.footer_c {
	float: left;
	margin: 0 0 0 46px;
}

.sub_com {
	background:none;
	border:none;
	cursor:pointer;
	padding:5px;
	font-size:12px;
}

.tab_add {
	border:2px #CECECE solid;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
	background-color:#ECECEC;
	padding: 20px;
	 display: inline-block;
}

.tab_add span {
	display: inline-block;
    padding-bottom: 10px;
}

.tab_add .no_pad {
	padding:0px;
	margin:0px;
}

#cart_count {
	background:none;
	padding:0px;
	
}

.pricelist {
	width:100%;
}

.pricelist a {
	line-height:20px;
}

.pricelist tr td {
	padding:5px;
	border:1px solid #CECECE;
}

.pricelist tr.noborder td {
	border:none;
}
.pricelist tr.noborder.padtop td {
	padding-top:15px;
}

.poloska {
	margin:20px 0 10px;
	width:100%;
	border-top:1px dashed #CECECE;
}

.b_ipad, .b_ipad_sec,  .b_main {
	position:relative;
	z-index:1;
}

.b_ipad_sec{
	display:none;
}

#b_ipad, #b_ipad_sec {
	margin:0px;
	padding:0px;
}

#b_ipad li, #b_ipad_sec li {
	width:245px; 
	height:260px;
	float:left;
	background:url(../img/ramka.png) no-repeat 0 10px;
	padding:15px 0 0;
	margin:0px;
	cursor:pointer;
	text-align:center;
}

#b_ipad li:hover, #b_ipad li.act, #b_ipad_sec li:hover, #b_ipad_sec li.act {
	background-position: 0 -279px; 
} 

 #b_ipad li.act .arrow_li {
	 background: url("../img/m_arrow_.gif") no-repeat scroll 0 bottom transparent;
	 height: 16px;
	 left: 100px;
	 position: relative;
	 top: 65px;
	 width: 30px;
	 z-index: 2;
}

@-moz-document url-prefix() {
    #b_ipad li.act .arrow_li, #b_ipad_sec li.act .arrow_li{ top: 63px;}
}

#b_ipad_sec li.act .arrow_li {
	 background: url("../img/m_arrow_.gif") no-repeat scroll 0 bottom transparent;
	 height: 16px;
	 left: 100px;
	 position: relative;
	 top: 65px;
	 width: 30px;
	 z-index: 2;
}

@-moz-document url-prefix() {
    #b_ipad_sec li.act .arrow_li{ top: 63px;}
}

#b_ipad h1, #b_ipad_sec h1 {
	font-family: tahoma,helvetica;
	font-size: 24px;
	font-weight: normal;
	height: 30px;
	margin-left: 23px;
	width: 192px;
}

#b_ipad h1 span, #b_ipad_sec h1 span{
	color: #8C8C8C;
	font-size: 16px;
	font-weight: normal;
}

#b_ipad img, #b_ipad_sec img {
	padding-top:10px;
	min-height: 135px;
}

.b_ipad .itemprice, .b_ipad_sec .itemprice {
	padding-left:23px;
}

.b_ipad h2, .b_ipad_sec h2
{
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 10px;
	color: #000000;
}

.b_ipad .prodtab_l, .b_ipad_sec .prodtab_l{
	text-align: center;
}

.b_ipad .prodtab_l img, .b_ipad_sec .prodtab_l img {
	width:128px!important;
	height:110px!important;
	padding-bottom:15px;
}

#s_block {
	
}

#s_block .s_enter,#s_block .s_reg {
	width:50%;
	float:left;
}

#s_block .s_reg {
	float:right;
}

#s_block .s_reg strong,#s_block .s_enter strong {
	margin-bottom:5px;
	display:block;
}

.q_info {
	padding:10px 0 20px 0;
}

.t_view tr td {
	padding-bottom:10px;
}

#fmcont {display:none; top:50%; left:50%; position: absolute; z-index: 15001; background:#F5F0E9; border:1px solid #C9C0AF; padding:5px;margin-top:-350px!important;}
#mainpicwin {position:relative; margin:0 5px 8px 0; padding:5px 0 0 0; background: #F5F0E9; border: 1px solid #C9C0AF;}
#mainpicwin IMG {position:relative; display:block; margin: auto;}
#picmain {position:relative; display:block; cursor:pointer; margin: auto;}
.thumbimgdiv {margin-top:10px;}
.thumbimgdiv DIV {margin:0 10px 10px 0; position:relative; float:left; background: #F5F0E9; border:1px solid #C9C0AF; padding:5px;}
.thumbimgdiv DIV IMG {cursor:pointer; display:block; margin:auto; position:relative;}
.fmarrow {position:absolute; display:block; top:20px; height:60px; line-height:60px; width:45px; text-align:center; filter:alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7; color:#FFF; background:#000; z-index:15100; text-decoration:none; font-size:14px; font-family:Arial; outline:none;}
.fmarrow:hover {text-decoration:none;}
#fmarrowleft {left:-1px;}
#fmarrowright {right:-1px;}

.t_pr div {
	padding-top:10px;
}
table.edu {
 border-collapse: collapse;
}
table.edu td {
 padding: 5px 10px 15px 0px;
}
table.edu tr.days td {
 border-bottom: solid 1px #CFCFCF;
 font-size: 16px;
}
table.edu tr.days td#today {
 border-bottom: solid 1px #000;
 font-size: 16px;
 color: #000;
}
table.edu tr.days td small {
 color: #999;
 font-size: 11px;
 display: block;
}

table.edu tr.lessons td div {
 border: solid 1px #ccc;
 margin-bottom: 5px;
 font-size: 11px;
 padding: 8px;
 cursor: pointer;
 border-radius: 5px;
}
table.edu tr.lessons td div.past {
 border: dashed 1px #ddd;
 color: #bbb;
}
table.edu tr.lessons td div.past a:link, table.edu tr.lessons td div.past a:visited {
 color: #bbb;
 border-bottom: none;
}
table.edu tr.lessons td div:hover {
 border: solid 1px #666;
 background: #e8e8e8;
}

table.edu tr.lessons td div a {
 font-size: 12px;
}
div.ldescr {
 border: solid 2px #ccc;
 font-size: 12px;
 padding: 20px;
 width: 500px;
 border-radius: 5px;
 position: absolute;
 margin: 50px 0 0 100px;
 z-index: 10;
 background: #fff;
 display: none;
}

#devel
{
	float:left;
	margin-right:0px;
}
.devel_open
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CECECE;
	border-radius: 10px;
	clear: both;
	display: none;
	left: 0;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	top: 25px;

}
.devel_open a
{
	float:left;
	clear: both;
	overflow: hidden;
	padding-top: 2px;
}

.b_main
{
    display: none;
	opacity:0;
}

.b_main .conborder_bg {
    margin: 0px;
}

.main_product .b_main .sub .prod_item
{
    float: left;
    height: 200px;
    padding-right: 15px;
    text-align: center;
    width: 139px;
}

.main_product .b_main .sub .prod_item img
{
    width:128px;
}

.main_product .b_main .sub .prod_item img.new
{
    width:19px;
}

.main_product .b_main .sub {
    display:none;
}

.main_product .b_main .conborder_bottom.b_ip {
    width:930px;
}

.main_banner {
    width: 100%;
    height: 330px;
    margin-top: 30px;
}

.main_banner .banner_slide {
    float:left;
    width:480px;
    height: 330px;
	overflow: hidden;
}

.main_banner .banner_slide .bx-pager.bx-default-pager {
	bottom: 10px;
	left: 10px;
	position: absolute;
	width: auto;
	z-index: 2000;
}

.bxslider li {
	border:1px solid #CECECE;
    border-radius: 5px;
	overflow: hidden;
	width: 478px!important;
}

.mp_descr .bxslider li {
	border: none;
}

.banner_slide .container, .banner_up .container, .banner_down .container {
    margin: 0;
    width: 480px!important;
}

.banner_slide .container .bx-wrapper, .banner_up .container .bx-wrapper, .banner_down .container .bx-wrapper {
    width: 480px!important;
}

.banner_slide .container .bx-wrapper .bx-viewport {
    left:auto;
    height: 303px!important;
}

.main_banner .banner_up, .main_banner .banner_down {
    width:480px;
    height: 148px;
    border:1px solid #CECECE;
    border-radius: 5px;
	overflow: hidden;
}

.main_banner .banner_down {
    margin-top: 2px;
}

.banner_up .container .bx-wrapper .bx-viewport, .banner_down .container .bx-wrapper .bx-viewport {
    left:auto;
    height: 148px!important;
}

.banner_up .container div.oneimg img, .banner_down .container div.oneimg img {
    height: 148px !important;
    width: 480px !important;
}

.banner_up .container div.oneimg a, .banner_down .container div.oneimg a {
    border: none!important;
}

.index_link {
    border-bottom: 1px solid #CECECE;
    float: left;
    margin-bottom: 40px;
    padding-bottom: 40px;
    width: 980px;
}

.index_link ul {
    margin-left: -50px;
}

.index_link li {
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    text-align: center;
    width: 178px;
}

.index_link li a {
    text-decoration: none;
    border:none;
    color: #666666;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding-top: 40px;
}

.index_link li a:hover {
    color: #000000;
}

.index_link li a img {
    display: block;
    padding-bottom: 25px;
    padding-left: 45px;
}

.b_block {
    width: 930px;
    overflow: hidden;
}

.b_block .checki,
.b_block .checkb,
.b_block .checkbut {
    float:left;
}

.b_block .checkb
 {
    width: 500px;
    margin-top: 11px;
}

.b_block .checkb .catsize {
	overflow: hidden;
	padding-bottom: 10px;
}

.b_block .checkb .catsize h2 {
	text-align: left;
	padding-left: 20px;
}

.b_block .checkb .catsize label {
	padding-right: 27px;
}

.b_block .checkb label {
    cursor: pointer;
    float: left;
    padding-right: 60px;
}

.b_block .checkb label input {
    cursor: pointer;
}

.b_block .checkb label .itemprice {
    /*padding-left: 40px;*/
    text-align: left;
}

.b_block .checkcolor {
	background: url("../img/c_bg.png") no-repeat scroll -2px -2px;
	border: 1px solid #D2CDCD;
	border-radius: 15px;
	float: left;
	height: 28px;
	width: 28px;
}

.b_block .checkbut {
    width: 180px;
    float: right!important;
    margin-top: 15px;
}

.b_block .checkbut.ipad {
	margin-top: 45px;
}

.b_block .checkbut.ipad .group {
	overflow: hidden;
}

.b_block .checkbut.ipad .linebutton_bg  {
	margin-bottom: 47px;
}

 .main_product .sub .arrow_li {
	background: url("../img/m_arrow_.gif") no-repeat scroll 0 bottom transparent;
	height: 16px;
	left: 50px;
	position: relative;
	top: -40px;
	width: 30px;
	z-index: 2;
	display: block;
}

@-moz-document url-prefix() {
    .main_product .sub .arrow_li {
        top: -40px;}
}

.c_asc {
	border-top: 1px dashed #E4E4E4;
	margin-left: 7px;
	margin-right: 5px;
	padding-left: 0;
}

.c_asc li {
	text-align: left;
	margin-left: 0;
}

.c_asc li a {
	border: medium none;
	color: #666666;
	font-size: 11px;
}

.c_asc li a:hover {
	color: #000;
}

.content_w .bx-wrapper img {
  display: block;
  max-width: 370px!important;
}

.banner_slide .bx-wrapper img {
	max-width: 100%!important;
}

input,textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 5px;
	padding: 5px;
}

input[name="code"] {
  height: 24px;
}

.content_w input[type="submit"] {
  background: none repeat scroll 0 0 #fff;
  cursor: pointer;
}
