@font-face {
    font-family: 'als_rublregular';
    src: url('/themes/default/fonts/rouble-webfont.eot');
    src: url('/themes/default/fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
         url('/themes/default/fonts/rouble-webfont.woff') format('woff'),
         url('/themes/default/fonts/rouble-webfont.ttf') format('truetype'),
         url('/themes/default/fonts/rouble-webfont.svg#als_rublregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.need{
color:red;
}

.emptyfield{
border:1px solid red !important;
}
.add_text {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.tobuy {
	width: 100%;
}
.tobuy td {
	padding: 15px;
}

.continue_buy {
	color: #ef5c52;
	font-family: Conv_franklin,arial;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 8px;
}
.catalog_one {
	border-top: 3px solid #c0c0c0;
	padding-top: 10px;
}
.catalog_one_title {
	overflow: hidden;
	margin-bottom: 5px;
}
#catalog_left_arrow {
	float: left;
	display: block;
	width: 20px;
	height: 40px;
	margin: 10px 10px 10px 0;
	background: url("/themes/default/images/left.png") no-repeat;
}
#catalog_left_arrow2:hover {
	background: url("/themes/default/images/left_act.png") no-repeat;
}
.catalog_one_title h1 {
	float:left;
	margin-top: 15px;
}

#catalog_right_arrow {
	float: right;
	display: block;
	width: 20px;
	height: 40px;
	margin: 10px 0;
	background: url("/themes/default/images/right.png") no-repeat;
}
#catalog_right_arrow2:hover {
	background: url("/themes/default/images/right_act.png") no-repeat;
}

.catalog_buy_button {
	background: #FB6500;
    background: -moz-linear-gradient(top, #F6AA00 0%, #FB6500 100%);
    background: -webkit-linear-gradient(top, #F6AA00 0%, #FB6500 100%);
    background: -o-linear-gradient(top, #F6AA00 0%,  #FB6500 100%);
    background: -ms-linear-gradient(top, #F6AA00 0%,  #FB6500 100%);
    background: linear-gradient(top, #F6AA00 0%, #FB6500 100%);
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	float: right;
	font-family: Calibri,arial;
	font-size: 18px;
	height: 24px;
	margin: 15px 4px 20px;
	padding: 6px 8px 6px 10px;
	text-align: center;
	text-decoration: none;
	width: 83px;
}
.catalog_buy_button:hover {
	background: #FB3300;
    background: -moz-linear-gradient(top, #F69900 0%, #FB3300 100%);
    background: -webkit-linear-gradient(top, #F69900 0%, #FB3300 100%);
    background: -o-linear-gradient(top, #F69900 0%,  #FB3300 100%);
    background: -ms-linear-gradient(top, #F69900 0%,  #FB3300 100%);
    background: linear-gradient(top, #F69900 0%, #FB3300 100%);
}

.basket_order_ok .catalog_buy_button{
height: 41px;
width: 116px;
}

.catalog_photos_area {
	display: inline-block;
	float: left;
	margin: 0 20px 0 0;
	width:290px;
}
.catalog_one_order {
	overflow: hidden;
	margin-top: 5px;
}
.catalog_one_order select {
	width: 100px;
	border: 1px solid #999;
	font-size: 15px;
	padding: 2px 3px;
}
.main_photo {
	display: inline-block;
}
.main_photo img {
	border: 1px solid #999;
}
.pathway {
	margin: 25px 0;
}
.catalog_price_th_desc {
	font-size: 10px;
	font-weight: normal;
}
.catalog_one_order table {
	border-collapse: collapse;
	width: 330px;
}
.catalog_one_order tr {
	border-bottom: 1px dotted #999;
}
.catalog_one_order tr:last-child {
	border: none;
}
.catalog_one_order td, .catalog_one_order th {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
.catalog_addonfield {
	margin: 10px 0;
	font-size: 16px;
	overflow: hidden;
}
.catalog_addonfield span {
	background: none repeat scroll 0 0 #f79e22;
color: #fff;
font-family: Conv_franklin,arial;
font-size: 14px;
padding: 3px 5px;
float: left
}
.catalog_addonfield div {
	margin-left: 105px;
	overflow: hidden;
	width: 230px;
}
.catalog_addonfield div p {
	margin: 0 0 10px;
}
.catalog_add_photo #big_pic {
	max-width: 380px;	
}
.catalog_add_photo img {
	border: 1px solid #999;
	margin: 7px 7px 0 0;
}

#catalog_pagination img {
	width: 119px;
}
.catalog_add_photo {
	float: left;
	text-align: center;
	position: absolute;
}
.catalog_cat_text {
	font-size: 14px;
}
.td1 {
	display: block;
}
.catalog_description {
	overflow: hidden;
}
.catalog_pagination li {
	text-align: center;
	float: left;
	margin-top: 10px;
}

#catalog_add_to_basket_window {
	background-color: #FFFFFF;
	border: 4px solid #fb6500;
	display: none;
	left: 36%;
	position: fixed;
	top: 30%;
	width: 300px;
	padding: 20px;
	z-index: 3000;
}

#catalog_add_to_basket_window h3 {
	color: #fb6500;
	margin-top: 5px;
}

#catalog_add_to_basket_window p {
	font-size: 13px;
}

#catalog_error_no_add{
	background-color: #FFFFFF;
	border: 4px solid #fb6500;
	display: none;
	left: 36%;
	position: fixed;
	top: 30%;
	width: 300px;
	padding: 20px;
	z-index: 3000;
}

/* ----- catalog ----- */	
	
.catalog_all_list{
    float: left;
    margin-top: 0;
    overflow: hidden;
    text-align: center;
    width: 640px;
}
.catalog_list_row{
 overflow: hidden;
}
.catalog_subcats, .catalog_items {
	overflow: hidden;
}
.catalog_list_one {
	float: left;
	font-family: arial;
	margin: 0 17px 12px 0;
	padding: 3px 0 0;
	position: relative;
	text-align: center;
	width: 201px;
}
.catalog_list_one:last-child{
    margin-right: 0;
    }

.catalog_list_one a{
	color: #4b6201;
	font-family: arial;
	font-size: 14px;
	text-decoration: underline;
}  

.catalog_list_one img{
	border: 1px solid #b5d341;
} 
	
.catalog_list_one a:hover{
	
}
.catalog_list_one:hover{

}

.catalog_title_bg{
    font-family: Conv_franklin,arial;

    text-align: center;

}
.catalog_list_one p {
    font-family: Conv_franklin,arial;
	font-size: 17px;
	margin: 10px 9px;
	padding: 0 5px;
	text-align: center;
}
.totitle {
	margin: 12px 0 5px;
	min-height: 32px;
}
#karu1 .jcarousel-item .totitle a, #karu1 .jcarousel-item .totitle a:hover,
#karu2 .jcarousel-item .totitle a, #karu2 .jcarousel-item .totitle a:hover,
#karu3 .jcarousel-item .totitle a, #karu3 .jcarousel-item .totitle a:hover,
#karu4 .jcarousel-item .totitle a, #karu4 .jcarousel-item .totitle a:hover
 {
	color: #fb6500;
    text-decoration: underline;
	font-size: 15px;
}
#karu1 .jcarousel-item .catalog_title_bg,
#karu2 .jcarousel-item .catalog_title_bg,
#karu3 .jcarousel-item .catalog_title_bg,
#karu4 .jcarousel-item .catalog_title_bg
 {
	margin: 0;
	border: 1px solid #fb6500;
}
.karu1 .catalog_title_bg {
	margin-top: 0;
}
.price {
	font-size: 27px;
}
/* OLD */
.old_price {
	text-decoration: line-through;
	color: red;
}


/* Корзина */
.catalog_basket_change{
	overflow:hidden;
	width:73px;
	margin: 0 auto;
	position:relative;
}

.catalog_basket_change_left{
float:left;
width:40px;
}
.catalog_basket_change_left input{
border: 1px solid #555555;
border-radius: 4px 0 0 4px;
font-size: 18px;
height: 31px;
text-align: center;
width: 39px;
}
.catalog_basket_change_right a{

}
.catalog_basket_change_right{
float:left;
width:33px;
}
.catalog_basket_change_up, .catalog_basket_change_down{
	background: none repeat scroll 0 0 #CCCCCC;
	border: 1px solid #555555;
	border-radius: 0 4px 0 0;
	color: #000000;
	display: block;
	height: 11px;
	padding-bottom: 3px;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;
	width: 20px;
}
.catalog_basket_change_up:hover {
	background:#CEFFC7;
}
.catalog_basket_change_down:hover {
	background:#FFCEC7;
}
.catalog_basket_change_down{
border-top:none;
border-radius:0 0 4px  0;
}

.catalog_basket_change_up span,.catalog_basket_change_down span{

}

/* basket */
.basket-list {
	width: 660px;
	margin: 0 auto;
}
.catalog_my_basket{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #999;
}
.catalog_my_basket tr {
	border-bottom: 1px dotted #999;
}
.catalog_my_basket tr:last-child {
	border: none;
}
.catalog_my_basket td, .catalog_my_basket th {
	padding: 5px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	background: #F0E5C9;
}
.catalog_my_basket th {
	padding: 10px 0;
	background: #e0d5b9;
	border-bottom: 1px solid #999;
}

.catalog_user_data{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #999;
}
.catalog_user_data tr {
	border-bottom: 1px dotted #999;
}
.catalog_user_data tr:last-child {
	border: none;
}
.catalog_user_data td {
	padding: 10px;
	width: 65%;
	text-align: left;
	vertical-align: middle;
	background: #e0d5b9;
}
.catalog_user_data th {
	width: 35%;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #999;
}
.catalog_user_data input[type="text"], .catalog_user_data textarea {
	width: 393px;
	border: 1px solid #999;
	font-size: 15px;
	padding: 2px 3px;
}
.catalog_user_data textarea {
height: 50px;
padding: 3px;
width: 393px;
}
.tobig {
	font-size: 20px;
}
.continue_buy {
	background: #c4733c;
    background: -moz-linear-gradient(top, #e48f56 0%, #a75a26 100%);
    background: -webkit-linear-gradient(top, #e48f56 0%, #a75a26 100%);
    background: -o-linear-gradient(top, #e48f56 0%,  #a75a26 100%);
    background: -ms-linear-gradient(top, #e48f56 0%,  #a75a26 100%);
    background: linear-gradient(top, #e48f56 0%, #a75a26 100%);
	border-radius: 20px;
	color: #fff;
  display: block;
  font-size: 11pt;
  font-weight: bold;
  height: 25px;
  margin: 15px 0 10px 0;
  padding: 8px 0 0;
  text-align: center;
  text-decoration: none;
  width: 200px;
}
.continue_buy:hover {
	background: #de5952;
    background: -moz-linear-gradient(top, #de5952 0%, #fb6500 100%);
    background: -webkit-linear-gradient(top, #de5952 0%, #fb6500 100%);
    background: -o-linear-gradient(top, #de5952 0%,  #fb6500 100%);
    background: -ms-linear-gradient(top, #de5952 0%,  #fb6500 100%);
    background: linear-gradient(top, #de5952 0%, #fb6500 100%);	
}
.catalog_send_button input {
	background: #c4733c;
    background: -moz-linear-gradient(top, #e48f56 0%, #a75a26 100%);
    background: -webkit-linear-gradient(top, #e48f56 0%, #a75a26 100%);
    background: -o-linear-gradient(top, #e48f56 0%,  #a75a26 100%);
    background: -ms-linear-gradient(top, #e48f56 0%,  #a75a26 100%);
    background: linear-gradient(top, #e48f56 0%, #a75a26 100%);
	border-radius: 20px;
	color: #fff;
  display: block;
  font-size: 18px;
  height: 36px;
  margin: 15px 0 10px 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 130px;
  cursor: pointer;
  border: 0;
  float: right;
}
.catalog_send_button input:hover {
	background: #de5952;
    background: -moz-linear-gradient(top, #de5952 0%, #fb6500 100%);
    background: -webkit-linear-gradient(top, #de5952 0%, #fb6500 100%);
    background: -o-linear-gradient(top, #de5952 0%,  #fb6500 100%);
    background: -ms-linear-gradient(top, #de5952 0%,  #fb6500 100%);
    background: linear-gradient(top, #de5952 0%, #fb6500 100%);	
}
.faq_send_button input {
	background: url("../images/buy.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #000000;
	cursor: pointer;
	float: right;
	font-family: Conv_franklin;
	font-size: 20px;
	font-weight: normal;
	height: 33px;
	margin-top: 15px;
	padding: 0 10px 3px 0;
	position: relative;
	right: 0;
	text-decoration: none;
	top: 0;
	width: 109px;
}
.one-question {
    border: 1px solid #f79e22;
    font-size: 14px;
    margin: 10px 15px 10px 0;
    padding: 10px 10px 10px 20px;
}
.one-question-date {
	background: #f79e22;
	font-family: Conv_franklin,arial;
	font-size: 14px;
	width: 130px;
	color: #fff;
	text-align: center;
	padding: 3px 0;
}
.one-question-question, .one-question-answer {
    padding: 10px 0;
}
.one-question-question {
    border-bottom: 1px dashed #f79e22;
}
.one-question-question {
	color: #444;
	text-decoration: italic;
}
.one-question-answer {
	color: #4A8062;
	text-decoration: italic;
}
#question{
height:150px;
}
.one-question-question span, .one-question-answer span {
    color: #000000;
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}
.error {
	padding: 10px;
	margin: 15px 0;
	border: 1px solid red; 
	background: #fff0f0;
	font-size: 15px;
}

/* from style.css tdi */

#content {
	color:#000000;
	font-family: Arial;
	font-size: 10pt;
}
#content h1, #content h2, #content h3 {	
	font-size: 20pt;
	font-weight:normal;
}
#content h2 {	
	font-size: 18pt;
	color: #bc4e75;
}
#content h3 {	
	font-size: 16pt;
}
#content a {
	color:#fb6500;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}	
#content #map a {
	border: 1px solid;
	color: #aa184c;
	display: block;
	font-size: 17px;
	margin: 20px 15px 5px 0;
	padding: 6px 3px;
	text-align: center;
	text-decoration: none;
	width: 130px;
	float: right;
}
#content #map a:hover {
	border: 1px solid #000;
	color: #000;
}
.calc .calculator-row a {
	border: 1px solid;
	color: #aa184c;
	display: block;
	font-size: 17px;
	margin: 15px 15px 15px 0;
	padding: 6px 3px;
	text-align: center;
	text-decoration: none;
	width: 160px;	
	background: #fff;
	float:right;
}
.calc .calculator-row a:hover {
	border: 1px solid #000;
	color: #000;
}
/* catalog */
.block_items {
	overflow:hidden;
}
.block_special_item {
	float:left;
	padding:5px;
	margin:5px;
	background:#fb6500;
	background:#bad2f3;
	border:1px solid #8c8c8c;	
}
#content .block_special_item a {
	text-decoration:none;
}
.block_special_item img {
	border:1px solid #8c8c8c;	
}
.block_special_text {
	font-family: 'Conv_franklin';
	font-size: 10pt;
	font-weight:normal;	
	color:#000000;
	text-decoration:none;
	text-align:center;
}
.block_special_price {
	font-size: 10pt;
	font-weight:normal;	
	color:#000000;
	text-decoration:none;
	text-align:center;
}
.block_special_price .price_main	{
	color: #000000;
    font-family: 'Conv_franklin';
    font-size: 23pt;
}
.block_special_price .price_val {
	padding:0px 0px 0px 5px;
}
#catalog_pagination {
	
}
#catalog_pagination li {
	float:left;
	margin:10px;
}
#catalog_pagination {
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#catalog_pagination li{
    float: left;
    margin: 0 9px 5px 0px;
    cursor: pointer;
}
#catalog_pagination li img{
     border: 1px solid #fb6500;
}
.catalog_description .one_text table {
	width: 450px;
	border-collapse: collapse;
	border: 1px solid #fb6500;
}
.catalog_description .one_text td  {
	border: 1px solid #fb6500;
}
.catalog_description .one_text td  p {
	margin: 2px 5px;
}
#catalog_slides {
	list-style: none outside none;
}
#catalog_slides img{
    border: 1px solid #fb6500;
}
.catalog_add_photos {
	height: 500px;
}
.catalog_add_photos ul {
	margin:0px;
	padding:0px;
	width: 300px;
}

.goods_img {
	float:left;
}
.hk {
	padding:10px 0px;
}
.info_inner {
	margin:0px 0px 0px 300px;
}
.zakaz {
	border:1px solid #fb6500;	
	background:#92bde7;
}
.zakaz th, .zakaz th {
	padding:5px;
}
#ok_order {
  background-color: #FFFFFF;
  border: 4px solid #BF7A06;
  display: none;
  height: 150px;
  left: 36%;
  position: fixed;
  top: 30%;
  width: 300px;
  z-index: 3000;
}

#ok_order .small {
  font-size: 12px;
  margin: 30px 10px;
}

#ok_order p {
  font-size: 17px;
  margin: 22px 20px;
}

.zakaz select, .zakaz input[type="text"] {
	border: 1px solid #000000;
	padding: 3px 5px;
	font-size: 14px;
	font-family: arial;
}
.zakaz input[type="text"] {
	width: 30px;
	text-align: center;
}
.arrow {
    top:205px;
    position: absolute;
}
.catalog-left {
    left: 6px;
    
}

.catalog-right {
    right: 10px;

}
.price_inner a {
    background: url("../images/topmenu_a5.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    float: right;
  
    font-size: 21px;
    font-weight: normal;
    height: 31px;
    padding: 0 0 0 34px;
    position: relative;
    right: 50px;
    text-decoration: none;
    top: 4px;
    width: 93px;
}
.form-question, .tss {
	border-collapse:collapse;
    1width: 706px;
}
.form-question td {
    padding: 5px;
}
.form-question td, .form-question th {
    border: 1px solid #fb6500;
    color: #000000;
    padding: 3px;
    text-align: left;
    width: 200px;
}
.form-question .name-pole {
    padding-left: 40px;
    text-align: left;
}
.btns {
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 25px;
    width: 75px;
}
.tss .col-count .btns {
    float: left;
    margin-left: 8px;
    width: 30px;
}
.btns li {
    float: left;
    list-style: none outside none;
    margin: 0 2px;
}
.btns a {
    background: url("/themes/default/images/catalog-btns.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 21px;
    text-indent: -9999px;
    width: 21px;
}
.btns a.basket {
    background-position: 0 0;
    width: 26px;
}
.btns a.plus {
    background-position: -26px 0;
}
.btns a.minus {
    background-position: -47px 0;
}
.btns a.delete {
    background-position: -68px 0;
}
/* CallToMos */
#blackwrap {
    background-color: black;
    left: 0;
    opacity: 0.6;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 2000;
}
#wraptrink {
    overflow: hidden;
}
#wraptrink h1 {
    margin-top: 0px;
}
#wraptrink_left {
    float: left;
    width: 100%;
    
}
#divabbclose {
    overflow: hidden;
    text-align: right;
}
#abbclose {
	color: #eee;
	display: block;
	position: absolute;
	right: 10px;
	text-decoration: underline;
	top: 10px;
    font-size:20px;
    text-decoration:none;
}
#abbclose:hover {
    text-decoration: none;
}

#wraptrink_left .show_imp_img{
	1float:left;
	width:275px;
	padding:10px;
	border:1px solid #69A9D5;
	margin:50px 0 0 10px;
}

#wraptrink_left .show_imp_descr{
float:right;
width:665px;
}

#trink {	
	background: none repeat scroll 0 0 #aa184c;
	border: 2px solid #fff;
	left: 50%;
	margin: 0 0 0 -230px;
	padding: 0;
	position: fixed;
	top: 30%;
	width: 390px;
	z-index: 4321;
	color: #fff;
}
#trink h1 {
	color: #fff;
}

#trink_quick {	
	background-color: #ddd;
	border: 2px solid #fff;
	left: 50%;
	margin: 0 0 0 -390px;
	padding: 0;
	position: absolute;
	top: 100px;
	width: 780px;
	z-index: 4321;
}

.info_header a:hover {
	color: #555;
	text-decoration: underline;
}
.mailinput{
	background: none repeat scroll 0 0 #ddd;
	border: 2px solid #fff;
	font-size: 15px;
	margin: 5px;
	padding: 3px 5px;
	width: 240px;
}

#sendoka{
	background: #fff;
	color: #333;
	border: 1px solid #fff;
	display: block;
	float: right;
	font-size: 11pt;
	font-weight: bold;
	height: 25px;
	margin: 15px 5px 10px 0;
	padding: 8px 0 0;
	text-align: center;
	text-decoration: none;
	width: 120px;
}
#sendoka:hover{
	background: #565656;
	color: #fff;
}


.show_price_img{
position:relative;
}
.price_img{
display:none;
position:absolute;
top:-15px;
left:226px;
}

.price_img.show{
display:block;
}


.quick_order_list{
width:754px;
}

.quick_order_left{
float:left;
width:200px;
}

.quick_order_right{
float:left;
width:554px;
}



.quick_order .tobuy{
	width:780px;
}
.quick_order .tobuy td{
text-align:center;
padding:5px 4px;
}
.quick_order .tobuy .all_price_hr td {
  background: none repeat scroll 0 0 #F6FFF1;
  font-size: 1px;
  height: 1px;
  padding: 0;
}
.tobuy th span {
	font-size: 10px;
	font-weight: normal;
	min-width: 70px;
	display: inline-block;
}
.all_price_line{
position:relative;
text-align:left;
}

.all_price_line .lightbox{
float:left;
margin:0px 10px 5px 0;
}
.all_price_title{
font-weight:bold;
color:#007f81;
}
.quick_order .catalog_order_count{
border: 1px solid #007f81;
font-size: 14px;
padding: 3px;
}
.tobuy  {
	border-collapse: collapse;
	border: 2px solid #fb6500;
}
.tobuy tr {
	border-bottom: 1px dotted #999;
}
.tobuy tr:last-child {
	border: none;
}
.tobuy td, .tobuy th {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
.tobuy th {
	background: #fb6500;
	width: 50%;
}
.tobuy li {
	list-style: disc;
	text-align: left;
	margin-left: 50px;
}
.one_text {
	font-size: 16px;
	line-height: 1.3;
	margin-left: 126px;
}
.all_price_line img {
	border: 1px solid #007f81;
	margin-left: 10px;
}
.sert img {
	border: 1px solid #666;
	margin: 0 15px 20px 0;
}
.catalog_is_new, .catalog_is_hit, .catalog_skidka{
position:absolute;


}
.all_price_line .catalog_is_new, .all_price_line .catalog_is_hit, .all_price_line .catalog_is_sale{
position:absolute;
width:30px;
height:29px;

}

.catalog_is_new{
background: none repeat scroll 0 0 #b4f100;
border-radius: 0 6px 6px 0;
color: #3b6b07;
font-size: 11px;
height: 12px;
left: 0;
padding: 0 0 5px 6px;
position: absolute;
top: 120px;
width: 50px;
}

.catalog_is_hit{
background: url("/themes/default/images/hit.png") no-repeat scroll 0 0 transparent;
color: #ffffff;
font-size: 11px;
height: 70px;
position: absolute;
right: -6px;
top: 1px;
width: 76px;
} 
.catalog_skidka{
background: url("/themes/default/images/sale_fon.png") no-repeat scroll 3px 0 transparent;
color: #ffd400;
font-size: 11px;
height: 24px;
padding: 13px 0 0;
position: absolute;
right: 3px;
top: 13px;
width: 51px;
}



.all_price_line .catalog_is_new{
	background: url("../images/is_new_m.png") no-repeat scroll 50% 50% transparent;
	left:10px;
	top:2px;
}

.all_price_line .catalog_is_hit{
	background: url("../images/is_hit_m.png") no-repeat scroll 50% 50% transparent;
	right:103px;
	top:3px;
} 
.all_price_line .catalog_is_sale{
	background: url("../images/is_sale_m.png") no-repeat scroll 50% 50% transparent;
	top:55px;
	left:10px;
}



#discount_text, #discount_text2 {
	display: block;
}
#discount_price {
	font-size: 20px;
}
#total_summ {
	font-size: 20px;
}
.catalog_basket_change a img {
	border: none;
}
#discount_skidka {
	font-size: 20px;
}

.main_news{
overflow:hidden;
}
.old_price_basket {
	text-decoration: line-through; 
	display: inline-block;
	margin-right: 5px;
}
.main_news h3{
text-align:center;
}

.all_price_border{
border-top:3px solid #790D53;
 

}


.catalog_my_basket .catalog_my_basket_title {
	width: 300px;
	text-align: left;
}

.all_price_text table  {
	border: none;
	clear: both;
	width: 100%;
}
.quick_order .tobuy .all_price_text table td {
	border: none;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 0 5px;
	font-size: 12px;
	text-align: left;
}
.all_price_text table td:first-child {
	font-size: 14px;
	max-width: 150px;
}
.all_price_title {
	margin: 5px 0;
}
.all_price_text {
	margin-left: 5px;
}
.all_price_text table td p {
	margin: 0;
	padding: 0;
}


.in_menu_10{
_display:block !important;
}
.all_link{
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #4b6201;
	border-radius: 5px;
	float: right;
	margin: 1px 4px;
	padding: 6px 9px;
	text-align: center;
}
.all_link:hover{
background: none repeat scroll 0 0 #B5D341;
}
.all_link a{
	color: #4b6201;
	font-family: Calibri,arial;
	font-size: 16px;
	text-decoration: none;	
}
.all_link a:hover{
	color: #000;	
}
.left_info a {
	text-decoration: none;
}
.left_info a:hover p{
	background: none repeat scroll 0 0 #fb6500;
}
.size-title{
	background: #FB6500;
    background: -moz-linear-gradient(top, #F6AA00 0%, #FB6500 100%);
    background: -webkit-linear-gradient(top, #F6AA00 0%, #FB6500 100%);
    background: -o-linear-gradient(top, #F6AA00 0%,  #FB6500 100%);
    background: -ms-linear-gradient(top, #F6AA00 0%,  #FB6500 100%);
    background: linear-gradient(top, #F6AA00 0%, #FB6500 100%);
	border-radius: 10px;
	color: #fff;
	display: block;
	font-family: Conv_franklin,arial;
	font-size: 12px;
	margin-top: 3px;
	padding: 6px 7px;
	position: relative;
}

.no_size_tr{
display:none;
}
.no_size_tr .size-title {
  background: #CB9590;
}

.catalog_pagination li img {
  opacity: 0.4;
}

.catalog_pagination li.current img {
  opacity: 1;
}


.red_price{
color:red;
}
.cena_big {
	background: #BBD74E;
}
.cena1 {
	background: #f79e22;
}
.cena2 {
	background: #BBD74E;
}
.cena3 {
	background: #bbb;
}
.cena4 {
	background: #dc4f46;
}
.cena5 {
	background: #dc4f46;
}

#catalog_add_to_basket_window {
    background-color: #ffffff;
    border: 4px solid #fb6500;
    display: none;
    left: 36%;
    padding: 20px;
    position: fixed;
    top: 30%;
    width: 300px;
    z-index: 3000;
}
#catalog_add_to_basket_window h3 {
    color: #fb6500;
    margin-top: 5px;
}
#catalog_add_to_basket_window p {
    font-size: 13px;
}
#catalog_error_no_add {
    background-color: #ffffff;
    border: 4px solid #fb6500;
    display: none;
    left: 36%;
    padding: 20px;
    position: fixed;
    top: 30%;
    width: 300px;
    z-index: 3000;
}

#ok_order {
    background-color: #ffffff;
    border: 4px solid #bf7a06;
    display: none;
    height: 150px;
    left: 36%;
    position: fixed;
    top: 30%;
    width: 300px;
    z-index: 3000;
}
#ok_order .small {
    font-size: 12px;
    margin: 30px 10px;
}
#ok_order p {
    font-size: 17px;
    margin: 22px 20px;
}

.rub{
font-family: 'als_rublregular';
font-size:14px;
}



.in_menu{
display:none;
}

.in_menu.show{
display:block;
}
.text3{
color:red;
}

.no_isset_tr td{
background-color:#EDB7B7 !important;
}

.no_isset_notice{
font-size:9px;
color:red;
}

.total_no_isset{
font-size:18px;
color:red;
}

.total_no_isset h2{
color:red !important;
}

.no_order_text{
color:red;
font-size:18px;
}

.catalog_cat_upak{
border:1px solid #fb6500;
padding:10px;
overflow:hidden;
margin-bottom:15px;
}

.img_upak{
float:left; 
margin:10px;
}

.slide_a{
text-decoration:none;
}

.main_slide {
  background: url("../images/lcat_bg.png") repeat scroll left top rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 20px;
  text-align: left;
  height: 500px;
  width: 648px;
  margin-bottom: 20px;
  border: 1px solid #b5d341;
}

.page-privacy-policy table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.page-privacy-policy tr th {
    background-color: #F0F0F0;
    font-weight: 600;
    border: 1px solid #808080;
    padding: 0 10px;
    text-align: center;
    font-size: 12px;
}

.page-privacy-policy tr td {
    width: 30%;
    border: 1px solid #808080;
    padding: 0 5px;
    font-size: 12px;
}

.page-privacy-policy tr td ul {
    padding: 0 15px;
    font-size: 11px;
}

.content .page-privacy-policy ul li {
    
    margin: 5px 0 5px 10px;
    text-align: left;
}

.content .page-privacy-policy ul {
	list-style: disc;
	padding: 5px 10px;
} 
