@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family:Arial, Helvetica, sans-serif;
}

html {
	height:100%;}

body {
	height:100%;
	background:#fff;
	min-width:1000px;
	visibility:hidden;
	}

.clear {
	clear:both;}

.clearfix:after {
	content:'';
	display:block;
	clear:both;	
}

img {
	display:block;
	}

a img {
	border:0;}

input, select, textarea {
	outline:none;}

input[type="submit"], label {
	cursor:pointer;}

textarea {
	overflow:auto;}

a:hover {
	text-decoration:none;}


#container {
	min-height:100%;
	position:relative;
	overflow:hidden;
}

#header {
	height:90px;
	background:url(../img/header.png) repeat-x;}
	
.in {
	width:1000px;
	margin:0 auto;}

#logo {
	float:left;
	margin-left:65px;
	margin-top:12px;}

#top_menu {
	margin-top:12px;
	float:left;
	margin-left:75px;
	position:relative;
	/*width:570px;*/
	}

#top_menu > li {
	float:left;
	margin-right:27px;
	list-style:none;}

#top_menu > li > a {
	font-size:12px;
	color:#fff;
	padding-right:10px;
	text-decoration:none;}

#top_menu > li.parent > a {
	background:url(../img/menu_item.png) right center no-repeat;}
	
#top_menu > li.parent.active > a {
	background:url(../img/menu_item_a.png) right center no-repeat;
}

#top_menu > li.active > a {
	color:#ff8314;}

#top_menu > li > ul {
	position:absolute;
	top:25px;
	left:0;
	display:none;}
	
#top_menu > li.active > ul {
	display:block;}

#top_menu > li > ul > li {
	float:left;
	padding:5px 17px 0;
	height:30px;
	text-align:center;
	list-style:none;
	border-left:2px solid #ff8314;
	max-width:90px;
	line-height:14px;}
	
#top_menu > li > ul > li:first-child {
	padding-left:0;
	border:0;}

#top_menu > li > ul > li > a {
	font-size:12px;
	color:#0685c4;
	text-decoration:none;}

#top_menu > li > ul > li.active > a {
	color:#ff8314;}

#user_block {
	float:right;}

#user_block .sm_buy_btn {
	height:20px;
	line-height:20px;
	padding:0 5px;
	background:url(../img/byu_btn_sm.png) repeat-x;
	border-radius: 0 0 3px 3px;
	text-decoration:none;
	float:left;}

#user_block .sm_buy_btn span {
	color:#fff;
	padding-left:22px;
	background:url(../img/buy_bg_sm.png) left center no-repeat;
	height:12px;
	display:inline-block;
	line-height:12px;
	font-size:12px;
	vertical-align:middle;}

#user_block .sm_cart_btn {
	height:20px;
	line-height:20px;
	padding:0 5px;
	background:url(../img/cart_btn_sm.png) repeat-x;
	border-radius: 0 0 3px 3px;
	text-decoration:none;
	float:left;
	margin-left:10px;
	margin-bottom:20px;}

#user_block .sm_cart_btn span {
	color:#fff;
	padding-left:16px;
	background:url(../img/cart.png) left center no-repeat;
	height:12px;
	display:inline-block;
	line-height:12px;
	font-size:12px;
	vertical-align:middle;}

.select {
	position:relative;
	width:42px;}

.select .option_select {
	position:relative;
	border:1px solid #5e5f60;
	color:#d2d9df;
	font-size:10px;
	text-transform:uppercase;
	height:14px;
	line-height:14px;
	padding-left:2px;
	cursor:pointer;}
	
.select .option_select img {
	display:inline-block;
	vertical-align:middle;}
	
.select .option_select:after {
	position:absolute;
	right:0;
	top:2px;
	width:15px;
	height:10px;
	background:url(../img/select_arr.png) center center no-repeat;
	border-left:1px solid #5e5f60;
	content:'';
	}

.select .dropdown {
	position:absolute;
	background:#d8d9d9;
	top:14px;
	left:0;
	right:16px;
	display:none;
	padding:2px 0;}

.select .dropdown ul {
	}

.select .dropdown ul li {
	color:#000;
	font-size:10px;
	text-transform:uppercase;
	list-style:none;
	height:14px;
	line-height:14px;
	padding:0 0 0 3px;
	cursor:pointer;}
	
.select .dropdown ul li:hover {
	color:#ef8525;}
	
.select .dropdown ul li img {
	display:inline-block;
	vertical-align:middle;}

#currency {
	margin-bottom:6px;
	float:right;}

#lang {
	float:right;
	clear:both}

#wrapper {
	width:980px;
	margin:0 auto;}

.left_col {
	width:240px;
	float:left;}

.right_col {
	width:726px;
	float:right;}

#label {
	font-family: 'AllegrettoScriptOne';
	margin-top:29px;
	margin-left:90px;
	height:90px;
	font-size:30px;
	line-height:25px;
	text-indent:-55px;}

#filter {}

.collection {}

.collection > .name {
	height:26px;
	padding:3px;
	display:block;
	background:url(../img/grad.png) repeat-x;
	text-decoration:none;
	border-radius:3px;
	margin-bottom:8px;
	font-size:16px;}

.collection > .name .img {
	height:26px;
	width:26px;
	display:inline-block;
	line-height:26px;
	vertical-align:middle;
	margin-right:41px;
	background:#fff;
	border-radius:3px;
	overflow:hidden;
	}
	
.collection.active > .name .img {
	border:1px solid #F08321;
	margin:-1px 40px -1px -1px;	
}

.collection > .name .img span {
	width:26px;
	height:26px;
	display:table-cell;
	vertical-align:middle;
}

.collection > .name .img img {
	max-width:26px;
	max-height:26px;
	
	}

.collection > .name .text {
	display:inline-block;
	vertical-align:middle;
	color:#000;}

.collection.active > .name .text {
	color:#ef8525;	
}

.collection .filter_slide {
	display:none;}

.collection .filter_slide .filter_block {}

.collection .filter_slide .filter_block > .name {
	height:26px;
	padding:3px;
	display:block;
	background:url(../img/grad.png) repeat-x;
	text-decoration:none;
	border-radius:3px;
	margin-bottom:8px;
	font-size:14px;}

.collection .filter_slide .filter_block > .name .checkbox {}

.collection .filter_slide .filter_block > .name .checkbox label {
	height:26px;
	width:26px;
	display:inline-block;
	line-height:26px;
	vertical-align:middle;
	margin-right:41px;
	background:#fefefe;
	border-radius:3px;	
	text-align:center;
}

.collection .filter_slide .filter_block > .name .checkbox label img {
	max-width:22px;
	max-height:22px;
	vertical-align:middle;
	display:inline-block;}

.collection .filter_slide .filter_block > .name .checkbox label.active {
	border:1px solid #F08321;
	margin:-1px 40px -1px -1px;}

.collection .filter_slide .filter_block .filter_items {
	overflow:auto;
	margin-bottom:8px;}

.collection .filter_slide .filter_block.size .filter_items {
	max-height:83px;}

.collection .filter_slide .filter_block.color .filter_items {
	max-height:167px;}
	
.collection .filter_slide .filter_block .filter_items li {
	list-style:none;}
	
.collection .filter_slide .filter_block .filter_items li ul {
	display:none;
	margin-left:35px;	
}

.collection .filter_slide .filter_block .filter_items li.active ul {
	display:block;}
	

.collection .filter_slide .filter_block .filter_items .checkbox {
	display:block;
	height:26px;
	line-height:26px;
	background:url(../img/grad2.png) repeat-x;
	border-radius:3px;
	margin-bottom:2px;
	margin-left:20px;}
	
.collection .filter_slide .filter_block .filter_items li li .checkbox {
	display:inline-block;
}

.collection .filter_slide .filter_block .filter_items li li .checkbox .short_name {
	margin-right:0;}
	
.collection .filter_slide .filter_block .filter_items li li .checkbox label.active .short_name {
	margin-right:-1px;}

.collection .filter_slide .filter_block .filter_items .checkbox label {
	display:block;
	padding:1px;
	height:24px;
	line-height:24px;}

.collection .filter_slide .filter_block .filter_items .checkbox label .short_name {
	height:24px;
	padding:0 1px;
	background:url(../img/grad3.png) repeat-x;
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
	font-size:12px;
	border-radius:3px;
	letter-spacing:-1px;
	text-transform:uppercase;
	text-align:center;}
	
.collection .filter_slide .filter_block.color .filter_items .checkbox label .short_name {
	padding:0 5px;	
}

.collection .filter_slide .filter_block .filter_items .checkbox label .name {
	font-size:12px;}

.collection .filter_slide .filter_block .filter_items .checkbox label.active {
	color:#ef8a2f;}
	
.collection .filter_slide .filter_block .filter_items .checkbox label.active .short_name {
	border:1px solid #F08321;
	margin:-1px 9px -1px -1px;
}

.checkbox, .radio {
	position:relative;
	display:inline-block;
	vertical-align:middle;}

.checkbox label, .radio label {}

.checkbox input, .radio input {
	position:absolute;
	visibility:hidden;}

#categories {
	margin-bottom:15px;
	margin-top:3px;
	margin-right:-20px;}

#categories li {
	float:left;
	list-style:none;
	margin-right:20px;}

#categories li a {
	display:block;
	text-align:center;
	font-size:11px;
	color:#54abde;
	font-style:italic;}

#categories li a .img {
	display:block;
	width:86px;
	height:86px;
	line-height:86px;
	margin-bottom:2px;
	text-align:center;}

#categories li a .img img {
	max-width:86px;
	max-height:86px;
	vertical-align:middle;
	display:inline-block;
	border:1px solid #54abde;
	border-radius:3px;}

#categories li a .text {
	}

#categories li.active .img img {
	border:2px solid #f08321;
	margin:-1px;}

#categories li.active a {
	color:#f08321;}

#product_block {
	margin-bottom:5px;}

#product_block .article, #product_block .article_text {
	height:26px;
	line-height:26px;
	background:url(../img/grad2.png) repeat-x;
	width:63px;
	text-align:center;
	text-transform:uppercase;
	color:#000;
	float:left;
	margin:0 6px 5px 0;
	border-radius:3px;
	font-size:12px;}

#product_block .size, #product_block .color, .cart_product .info table .color, .cart_product .info table .size {
	height:26px;
	line-height:26px;
	background:url(../img/grad2.png) repeat-x;
	width:26px;
	text-align:center;
	text-transform:uppercase;
	color:#000;
	float:left;
	margin:0 0 5px 0;
	border-radius:3px;
	font-size:12px;
}

#product_block table .size, #product_block table .color, .cart_product .info table .size, .cart_product .info table .color {
	margin:0 1px;}

#product_block .colors_text {
	height:26px;
	line-height:26px;
	background:url(../img/grad2.png) repeat-x;
	width:164px;
	text-align:center;
	text-transform:uppercase;
	color:#000;
	margin:0 20px 5px 0;
	border-radius:3px;
	font-size:12px;
	clear:both;
	}

#product_block .colors_block {
	width:171px;
	float:left;}

#product_block .colors_block li {
	list-style:none;
	cursor:pointer;
	float:left;
	margin:0 7px 5px 0;}

#product_block .colors_block li .name {
	height:26px;
	line-height:26px;
	background:url(../img/grad2.png) repeat-x;
	padding:0 5px;
	text-align:center;
	text-transform:uppercase;
	color:#048fd2;
	border-radius:3px;
	font-size:12px;
	display:block;}

#product_block .colors_block li.active .name {
	border:1px solid #f08321;
	margin:-1px;
	color:#f08321;
}

#product_block .photos {
	width:245px;
	float:left;
	margin-top:-65px;}
	
#product_block .photos.big {
	width:435px;	
}

#product_block .photos .previews {
	float:right;}

#product_block .photos .previews li {
	list-style:none;
	cursor:pointer;
	margin-top:20px;}
	
#product_block .photos .previews li:first-child {
	margin-top:0;}

#product_block .photos .previews li span {
	display:block;
	width:32px;
	height:32px;
	line-height:28px;
	text-align:center;
	border:1px solid #eae2d9;
	border-radius:3px;
	overflow:hidden;}
	
#product_block .photos .previews li.active span {
	border:1px solid #f08321;}

#product_block .photos .previews li span img {
	display:inline-block;
	max-width:32px;
	max-height:32px;
	vertical-align:middle;}
	
#product_block .photos > div {
	height:142px;
	line-height:142px;	
}

#product_block .photos > div > img {
	max-height:142px;
	max-width:435px;
	vertical-align:middle;
	display:inline-block;}

#product_block .photos .main_photo {
	width:206px;
	float:left;}

#product_block .photos .main_photo div {
	height:142px;
	line-height:142px;
	text-align:center;}

#product_block .photos .main_photo div img {
	max-width:206px;
	max-height:142px;
	vertical-align:middle;
	display:inline-block;}

.prod_info {
	float:right;
	margin-top:-65px;}
	
.prod_info .block_info {
	margin-left:20px;
	width:280px;}
	
.prod_info.small .block_info {
	width:100px;	
}
	
.prod_info.small .block_info .novelty, .prod_info.small .block_info .action {
	float:right;
	margin-right:0;}

.prod_info .block_info .novelty, .prod_info.type2 .block_cart .novelty {
	float:left;
	height:26px;
	line-height:26px;
	background:url(../img/grad2.png) repeat-x;
	width:63px;
	text-align:center;
	color:#000;
	float:left;
	margin:0 10px 5px 0;
	border-radius:3px;
	font-size:12px;}

.prod_info .block_info .action, .prod_info.type2 .block_cart .action, #article_block .print a, #article_block .download a {
	float:left;
	height:26px;
	line-height:26px;
	background:url(../img/grad2.png) repeat-x;
	width:63px;
	text-align:center;
	color:#048fd2;
	margin:0 25px 5px 0;
	border-radius:3px;
	font-size:12px;
	text-decoration:none;}

.prod_info .block_info .byu_btn {
	float:right;
	height:26px;
	line-height:26px;
	background:url(../img/byu_btn.png) repeat-x;
	padding:0 8px;
	text-decoration:none;
	border-radius:3px;}

.prod_info .block_info .byu_btn span {
	display:inline-block;
	padding-left:30px;
	background:url(../img/buy_bg.png) left center no-repeat;
	height:16px;
	line-height:16px;
	vertical-align:middle;
	color:#fff;
	font-size:12px;}

.prod_info table, .cart_product .block_cart table, .cart_product .info table, #results_block .summary table, #partner_login table {
	border-spacing:0;
	border-collapse:collapse;}

.prod_info table td, .cart_product .block_cart table td, .cart_product .info table td, #results_block .summary table td {
	font-size:11px;
	color:#000;
	border:1px solid #e4e4e4;
	padding:2px 5px;
	text-align:center;}

.prod_info .block_cart {
	display:none;
	width:300px;
	}
	
.prod_info.small .block_cart {
	width:87px;
	position:relative;
	padding-top:36px;
}

.prod_info.small .block_cart table {
	width:727px;
	margin-left:-640px;	
}

.prod_info.small .block_cart .open_cart, .prod_info.small .block_cart .to_cart {
	margin-bottom:10px;}

.prod_info.small .block_cart .cart_ico {
	clear:both;
	margin:10px auto;
	display:block;
	float:none;}
	
.prod_info.small .block_cart .action {
	position:absolute;
	top:0;
	right:0;
	margin:0;}
	
.prod_info.small .block_cart .novelty {
	position:absolute;
	top:0;
	left:0;
	margin:0;}

.prod_info .block_cart .novelty {
	height:26px;
	line-height:26px;
	background:url(../img/grad2.png) repeat-x;
	width:26px;
	text-align:center;
	text-transform:uppercase;
	color:#000;
	border-radius:3px;
	font-size:12px;
	float:left;
	margin-right:10px;
	}

.prod_info .block_cart .action {
	height:26px;
	line-height:26px;
	background:url(../img/grad2.png) repeat-x;
	width:26px;
	text-align:center;
	text-transform:uppercase;
	color:#048fd2;
	border-radius:3px;
	font-size:12px;
	float:left;
	text-decoration:none;
	margin-right:10px;}
	
.prod_info .block_cart table, .cart_product .block_cart table {
	width:100%;
	margin-top:5px;}
	
.prod_info .block_cart table td.q_td, .cart_product .block_cart table td.q_td{
	background:#e3e3e3;}

.prod_info .block_cart .open_cart {
	height:26px;
	line-height:13px;
	background:url(../img/grad2.png) repeat-x;
	width:87px;
	text-align:center;
	color:#048fd2;
	border-radius:3px;
	font-size:12px;
	float:left;
	text-decoration:none;
	margin-right:10px;}

.prod_info .block_cart .cart_ico {
	float:left;
	width:34px;
	height:30px;
	margin-top:-2px;
	background:url(../img/cart2.png) center -30px no-repeat;
	margin-right:10px;}

.prod_info .block_cart .cart_ico.active {
	background-position:center 0;}

.prod_info .block_cart .to_cart {
	height:26px;
	line-height:13px;
	background:url(../img/byu_btn.png) repeat-x;
	width:87px;
	text-align:center;
	color:#fff;
	border-radius:3px;
	font-size:12px;
	float:left;
	text-decoration:none;
	border:0;}

.prod_info .block_cart .q, .cart_product .block_cart .q {
	margin:2px 0;}

.prod_info .block_cart .q .plus, .cart_product .block_cart .q .plus {
	display:inline-block;
	width:12px;
	height:12px;
	background:url(../img/plus.png) no-repeat;
	vertical-align:middle;} 

.prod_info .block_cart .q .minus, .cart_product .block_cart .q .minus {
	display:inline-block;
	width:12px;
	height:5px;
	background:url(../img/minus.png) no-repeat;
	vertical-align:middle;
	}
	
.prod_info .block_cart .q input, .cart_product .block_cart .q input {
	width:40px;
	margin:0 1px;
	text-align:center;
	font-size:12px;}
	
.prod_info .block_cart img {
	width:36px;
	margin:0 auto 2px;}

#catalog {
	margin-right:-10px;}

#catalog li {
	list-style:none;
	float:left;
	margin-right:4px;
	margin-bottom:5px;
	border:1px solid #e4e4e4;
	padding:1px;
	border-radius:3px;}

#catalog li .prod {
	width:176px;
	display:block;}
#catalog li .price {
    color: #000000;
    float: right;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    margin: 10px 3px 0 0;
    text-transform:lowercase;
}
#catalog li .block-price{
    float: right;
    height: 26px;
    margin: 0 3px 0 0;
    text-transform:lowercase;
}
#catalog li .new-price{
    color: #BA2100;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}
#catalog li .old-price {
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    line-height: 12px;
    text-decoration: line-through;
}	
#catalog.duble li .prod {
    width:359px;	
}

#catalog li .prod .img, .cart_product .prod .img {
	display:block;
	margin-bottom:3px;
	height:119px;
	line-height:119px;
	text-align:center;}

#catalog li .prod .img img, .cart_product .prod .img img {
	max-width:100%;
	max-height:119px;
	display:inline-block;
	vertical-align:middle;}

#catalog li .prod .articul, .cart_product .prod .articul {
	float:left;
	height:26px;
	line-height:26px;
	background:url(../img/grad2.png) repeat-x;
	padding:0 4px;
	text-align:center;
	color:#000;
	float:left;
	margin:0 3px 0 2px;
	border-radius:3px;
	font-size:12px;
	text-decoration:none;}

#catalog li .prod .novelty, .cart_product .prod .novelty {
	float:left;
	height:26px;
	line-height:26px;
	background:url(../img/grad2.png) repeat-x;
	width:26px;
	text-align:center;
	color:#000;
	float:left;
	margin:0 10px 0 0 ;
	border-radius:3px;
	font-size:12px;
	text-decoration:none;}

#catalog li .prod .action, .cart_product .prod .action {
	float:left;
	height:26px;
	line-height:26px;
	background:url(../img/grad2.png) repeat-x;
	width:26px;
	text-align:center;
	color:#000;
	float:left;
	border-radius:3px;
	font-size:12px;
	text-decoration:none;}

#paginator {
	text-align:center;
	font-size:12px;
	color:#4C4C4C;
	margin:30px 0 25px;}

#paginator .q_on_page {
	display:inline-block;
	margin-right:40px;
}

#paginator .q_on_page .form .select {
	width:54px;
	display:inline-block;
	text-align:left;
	margin-left:5px;}
	
#paginator .q_on_page .form .select .option_select {
	border-radius:5px;}
	
#paginator .q_on_page .form .select li {
	padding:1px 10px;	
}

#paginator .prev, #paginator .next {
	width:24px;
	height:24px;
	background:url(../img/page_arrows.png) no-repeat;
	padding:0;
	border:0;
	vertical-align:middle;}
	
#paginator .prev {
	background-position:0 0;
	margin-right:10px;}

#paginator .next {
	background-position:-24px 0;
	margin-left:10px;}
	
#paginator .noactive {
	cursor:default;
	color:#333;}

#paginator .next.noactive {
	background-position:-24px -24px;
	}

#paginator .prev.noactive {
	background-position:0 -24px;}

#paginator a {
	color:#4C4C4C;
	padding:0 6px;
	height:20px;
	line-height:20px;
	border:1px solid transparent;
	border-radius:5px;
	display:inline-block;
	text-decoration:none;
	}

#paginator a.active {
	border:1px solid #cbcbcb;
	font-weight:bold;
	}
	
#paginator a.to_end, #paginator a.to_start {
	border-bottom:1px solid #ddd;
	padding:0;
	height:auto;
	border-radius:0;
	margin:0 25px;
	line-height:normal;}

#empty {
	height:50px;}

#footer {
	height:31px;
	background:url(../img/footer.png) repeat-x;
	margin-top:-31px;}
	
#footer .in {
	padding-top:4px;}

.copyright {
	color:#ef882a;
	font-size:10px;
	float:left;}

.search {
	float:right;
	position:relative;
	margin-right:
	}

.search input[type='text'] {
	width:120px;
	border-radius:5px;
	height:20px;
	line-height:20px;
	background:#e6e6e6;
	font-size:11px;
	color:#8e8e8d;
	padding:0 10px;
	border:0;}

.search input[type='submit'] {
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;}

.note {
	font-size:10px;
	color:#0c72a5;
	margin-left:300px;
	margin-right:300px;}

#left_menu .filter_slide ul {
	margin:0 15px;
	padding-bottom:30px;}

#left_menu .filter_slide ul li {
	list-style:none;
	margin-bottom:5px;}

#left_menu .filter_slide ul li a {
	display:block;
	height:32px;
	line-height:32px;
	background:url(../img/grad.png) repeat-x;
	border:1px solid #cbcbcb;
	padding-left:59px;
	text-decoration:none;
	font-size:14px;
	color:#000;
	border-radius:5px;
	position:relative;}
	
#left_menu .filter_slide ul li a:before {
	height:30px;
	width:30px;
	border:2px solid #cbcbcb;
	top:-1px;
	left:-1px;
	content:'';
	display:block;
	position:absolute;
	border-radius:5px;
	}
	
#left_menu .filter_slide ul li.active a {
	color:#F39036;
	border:1px solid #F39036;}
	
#left_menu .filter_slide ul li.active a:before {
	border:2px solid #F39036;}
	
.main_header {
	padding:3px;
	border:1px solid #cbcbcb;
	background:#e5e5e5;
	border-radius:5px;
	margin:26px 0 25px;}

.main_header .material {
	float:left;
	margin-right:10px;}

.main_header .material img {
	width:60px;
	height:60px;}

.main_header .img {
	float:left;
	margin-right:40px;
	}

.main_header .img img {
	margin:0 auto;
	max-width:80px;
	max-height:60px;
	}
	
.main_header .img span {	
	width:80px;
	height:60px;
	display:table-cell;
	vertical-align:middle;
	
}

.main_header .name {
	line-height:60px;
	font-size:14px;
	color:#000;}

.main_img, .main_img2 {
	float:left;}

.main_img span {
	width:280px;
	/*height:368px;*/
	display:table-cell;
	vertical-align:middle;}

.main_img span img {
	max-width:280px;
	max-height:368px;
	margin:0 auto;
	border-radius:10px;
}

.main_text {
	float:right;
	width:400px;}

.main_text p {
	font-size:12px;
	color:#000;
	margin-bottom:5px;}

#options {
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #ebebeb;}

#options .header {
	float:right;
	padding:0 20px;
	height:32px;
	line-height:32px;
	font-size:14px;
	text-transform:uppercase;
	color:#000;
	background:url(../img/grad.png) repeat-x;
	border:1px solid #cbcbcb;
	border-radius:5px;
    font-family: Arial, Helvetica, sans-serif;
}

#main_option_img {
	float:left;
	margin-right:20px;
	width:300px;}

#main_option_img span {
	width:280px;
	height:255px;
	display:table-cell;
	vertical-align:middle;}

#main_option_img span img {
	max-width:280px;
	max-height:255px;
	margin:0 auto;
	border-radius:10px;}

#option_imgs {
	margin-top:50px;}

#option_imgs li {
	list-style:none;
	float:left;
	border:2px solid #cbcbcb;
	border-radius:5px;
	margin-right:10px;
	cursor:pointer;
	position:relative;}

#option_imgs li span {
	width:60px;
	height:60px;
	display:table-cell;
	vertical-align:middle;}

#option_imgs li span img {
	max-width:56px;
	max-height:56px;
	margin:0 auto;
	border-radius:5px;
	}

#option_imgs li.active {
	border:2px solid #F39036;}
	
#option_imgs li .name {
	position:absolute;
	font-size:11px;
	color:#000;
	top:100%;
	width:100%;
	margin-top:4px;
	text-align:center;}
	
.left_col .byu_btn {
	height:46px;
	line-height:44px;
	background:url(../img/byu_btn_big.png) repeat-x;
	padding:0 20px;
	text-decoration:none;
	border-radius:3px;
	display:block;
	width:140px;
	margin:50px auto 0;}

.left_col .byu_btn span {
	display:inline-block;
	padding-left:52px;
	background: url(../img/buy_bg_big.png) left center no-repeat;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.1em;
	text-transform:uppercase;}

#product_block2 {
	margin-bottom:20px;}
	
.main_img2 span {
	width:500px;
	height:244px;
	display:table-cell;
	vertical-align:middle;}

.main_img2 span img {
	max-width:500px;
	max-height:244px;
	margin:0 auto;
	border-radius:10px;
}

.main_info {
	float:right;
	width:200px;}
	
.main_info table, .info2 table {
	border-spacing:0;
	border-collapse:collapse;
	width:100%;}
	
.main_info table td, .info2 table td {
	font-size:12px;
	color:#000;
	text-align:center;
	border:1px solid #f1f1f1;
	padding:5px;}
	
.sm_header {
	height:32px;
	line-height:32px;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	color:#000;
	border: 1px solid #CBCBCB;
	background: #E5E5E5;
	border-radius:5px;
	margin-bottom:5px;}
	
.prod_info.type2 {
	float:none;
	margin:0 0 20px;}
	
.prod_info.type2 .block_cart {
	display:block;
	margin-right:100px;
	width:auto;
	position:relative;
	min-height:184px;}
	
.prod_info.type2 .block_cart form {
	display:block;}
	
.prod_info.type2 .block_cart table {
	width:100%;}
	
.prod_info.type2 .block_cart td {
	font-size:12px;}
	
.prod_info.type2 .block_cart td.name {
	text-align:left;}
	
.prod_info.type2 .block_cart .tools {
	position:absolute;
	right:-100px;
	top:0;
	width:90px;}
	
.prod_info.type2 .block_cart .tools > * {
	float:none;
	margin:0 auto 10px;
	display:block;
	width:100%;}
	
.info2 table {
	margin-bottom:20px;}

.info2 table td:first-child {
	text-align:left;
	padding-left:20px;}
	
.info2 .note_block {
	font-size:14px;
	color:#000;
	margin-bottom:20px;}
	
.details {
	margin-bottom:20px;
	margin-right:-30px;}

.details li {
	display:inline-block;
	list-style:none;
	margin-right:28px;
	margin-bottom:15px;
	width:80px;
	vertical-align:top;}
	
.details li.active span {
	border:1px solid #F39036;
}

.details li.active a {
	color:#F39036;
	text-decoration:none;}

.details li a {
	font-size:11px;
	color:#000;
	text-align:center;
	display:block;
}

.details li a span {
	display:table-cell;
	width:80px;
	height:80px;
	background:#fff;
	vertical-align:middle;
	border:1px solid #efefef;
	border-radius:5px;}

.details li a span img {
	max-width:80px;
	max-height:80px;
	margin:0 auto;}
	
.block_cart.horizontal table td.q_td input {
	width:20px;	
}

.block_cart .q_td {
	width:80px;}

.block_cart.horizontal .q_td {
	width:60px;}
	
#sections {
	margin-bottom:50px;}

#sections li {
	list-style:none;
	margin-bottom:10px;}

#sections .section {
	text-decoration:none;
	padding:20px 0;
	display:block;
	border:2px solid #949494;
	background:#ebebeb;
	font-size:14px;
	color:#4c4c4c;
	text-align:center;
	border-radius:10px;}

#sections .section_block {
	padding-bottom:20px;
	display:none;
	padding-top:5px;}
	
#sections li.active .section {
	border:2px solid #F08321;
	background:#cbcbcb;
	}
	
#label.big {
	font-size:50px;
	line-height:58px;}
	
#label.middle {
	font-size:40px;
	line-height:48px;}
	
.carousel {
	position:relative;}
	
.carousel > a {
	position:absolute;}
	
.carousel > div {
	position:relative;
	overflow:hidden;}
	
.carousel > div > ul {
	position:relative;
	width:99999px;}
	
.carousel > div > ul > li {
	float:left;
	list-style:none;}
	
#products_carousel {
	margin:0 13px;}
	
#products_carousel > a {
	width:12px;
	height:145px;
	background:url(../img/carousel_arr.png) no-repeat;
	top:0;}
	
#products_carousel .left_arr {
	background-position:0 0;
	left:-13px;}
	
#products_carousel .right_arr {
	background-position:-12px 0;
	right:-13px;}

#products_carousel li a {
	display:block;
	border:1px solid #ebebeb;
	margin:0 1px;
	position:relative;}
	
#products_carousel li.active a {
	border:1px solid #F08321;}

#products_carousel li a span {
	display:table-cell;
	height:143px;
	width:173px;
	vertical-align:middle;}

#products_carousel li a span img {
	max-height:133px;
	max-width:163px;
	margin:0 auto;}
	
#product_block3 {
	margin-bottom:20px;
	padding-top:10px;}
	
#product_block3 .img {
	display:table-cell;
	width:726px;
	height:320px;
	vertical-align:middle;}
	
#product_block3 .img img {
	max-width:726px;
	max-height:320px;
	margin:0 auto;
}

#cart {
	padding-top:10px;}
	
#label.cart {
	background:url(../img/cart3.png) left top no-repeat;
	padding-left:102px;
	font-size:40px;
	line-height:47px;
	margin-left:26px;}
	
.cart_product {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #c1c1c1;}
	
.cart_product.present {
	border:2px dashed #ff9933;
	border-radius:10px;
	padding:10px;
	margin:50px -12px 15px;
	padding-bottom:5px;}
	
.cart_product.present .block_cart table td {
	min-width:40px;
}

.cart_product .prod {
	float:left;
	margin-bottom:5px;
	width:255px;}
	
.cart_product .block_cart {
	float:right;
	margin-bottom:5px;
	width:465px;}
	
.cart_product .block_cart table td {
	padding:21px 5px 19px;}
	
.cart_product.dek_komplekt .block_cart, .cart_product.dek_detal .block_cart, .cart_product.present .block_cart {
	width:315px;}
	
.cart_product .info  {
	float:left;
	margin-bottom:5px;}
	
.cart_product.dek_komplekt .info {
	width:405px;}
	
.cart_product.dek_detal .info, .cart_product.present .info {
	width:195px;
	margin-left:10px;
	}
	
.cart_product .info table {
	width:100%;
}

.cart_product .info table td {
	font-size:10px;
	padding:2px;}
	
.cart_product .tools {
	float:right;
	width:63px;
	margin-left:10px;}
	
.cart_product .action_block {
	float:right;
	width:220px;
	border:1px solid #c1c1c1;
	padding:10px;}
	
.cart_product .action_block p {
	font-size:12px;}
	
.cart_product .tools .delete {
	height:26px;
	line-height:26px;
	background:#ff0000;
	width:63px;
	text-align:center;
	color:#fff;
	margin:0 25px 5px 0;
	border-radius:3px;
	font-size:12px;
	text-decoration:none;
	display:block;}
	
.cart_product .tools .action {
	height:26px;
	line-height:26px;
	width:63px;
	text-align:center;
	color:#000;
	margin:0 25px 5px 0;
	border-radius:0 3px 3px 0;
	font-size:12px;
	text-decoration:none;
	padding-left:11px;
	margin-left:-11px;
	border:1px solid #c1c1c1;
	border-left:0;
	display:block;
	background:#fff;
	position:relative;
	z-index:2;
	font-weight:bold;
}

.dek_detal .prod, .present .prod {
	width:200px;
	}

.dek_komplekt .prod {
	width:405px;}
	
.cart_product .block_cart table {
	margin-top:0;}
	
.cart_product .prod .articul {
	margin-left:0;}
	
#results_block {
	margin-bottom:30px;
	padding-top:15px;}

#results_block .discount {
	float:left;
	width:480px;}
	
#results_block .discount .text {
	padding:10px 10px 5px;
	border:1px solid #f1f1f1;
	border-radius:5px;}

#results_block .discount .text p {
	font-size:12px;
	color:#000;
	margin-bottom:5px;}

#results_block .summary {
	float:right;
	width:240px;}
	
#results_block .summary table {
	width:100%;}
	
.next_step_btn {
	height: 32px;
	line-height: 32px;
	width:240px;
	padding-left:31px;
	text-transform: uppercase;
	font-size: 14px;
	color: #048fd2;
	border: 1px solid #048fd2;
	background: #e6e6e6 url(../img/send.png) 95% center no-repeat;
	border-radius: 5px;
	margin-bottom: 5px;
	text-align:left;
	float:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.back {
	height: 32px;
	line-height: 32px;
	width:240px;
	padding-right:14px;
	text-transform: uppercase;
	font-size: 14px;
	color: #048fd2;
	border: 1px solid #048fd2;
	background: #e6e6e6 url(../img/back.png) 5% center no-repeat;
	border-radius: 5px;
	margin-bottom: 5px;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	display:block;
	text-decoration:none;
}

#cart input[type='submit']:hover, .back:hover {
	background-color: #d6d6d6;	
}

.left_menu2 {
	margin-bottom:50px;}
	
.section_block .left_menu2 {
	margin-bottom:0;
	margin-left:30px;}

.left_menu2 li {
	list-style:none;
	margin-bottom:5px;}
	
.left_menu2 li a {
	display:block;
	height:32px;
	line-height:32px;
	background:url(../img/grad.png) repeat-x;
	border:1px solid #cbcbcb;
	padding-left:60px;
	text-decoration:none;
	font-size:14px;
	color:#000;
	border-radius:5px;
	position:relative;}
	
.left_menu2 li a:before {
	height:30px;
	width:30px;
	border:2px solid #cbcbcb;
	top:-1px;
	left:-1px;
	content:'';
	display:block;
	position:absolute;
	border-radius:5px;
	}
	
.left_menu2 li.active a {
	color:#F39036;
	border:1px solid #F39036;}
	
.left_menu2 li.active a:before {
	border:2px solid #F39036;}
	
.left_menu2 li a.email:before {
	background:url(../img/email.png) center center no-repeat;}

.left_menu2 li a.print:before {
	background:url(../img/print.png) center center no-repeat;}
	
#overlay {
	background:#000;
	opacity:0.7;
	filter:alpha(opacity=70);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	display:none;}
	
.popup {
	position:fixed;
	top:50%;
	margin-top:-107px;
	left:50%;
	width:500px;
	margin-left:-272px;
	background:#fff;
	border:2px solid #efefef;
	border-radius:10px;
	padding:20px 20px 20px;
	z-index:1001;
	display:none;
}

.popup .text {	
}

.popup .text p {
	font-size:12px;
	color:#000;
	margin-bottom:5px;}
	
.popup .close {
	position:absolute;
	top:-10px;
	right:-10px;
	height:30px;
	width:30px;
	background:url(../img/fancy_close.png) no-repeat;
	display:block;}
	
.form {
	padding-top:10px;
	display:block;}

.form table {
	width:100%;
	border-spacing:0;
	border-collapse:collapse;}

.form table td {
	font-size:12px;
	color:#000;
	padding:5px 0;
	vertical-align:top;}
	
.form table td.item {
	padding-top:10px;}

.form input[type='text'] {
	height:22px;
	border:1px solid #ddd;
	width:200px;
	padding:0 10px;
	line-height:22px;
	font-size:12px;
	color:#ff9933;	
}

.form input[type='text']:focus {
	border:1px solid #c1c1c1;}

.form input[type='text'].error {
	border:1px solid red;}
	
.form .error_text {
	font-size:12px;
	color:red;
	margin-top:5px;}
	
#anketa {
	width:400px;
	margin:0 auto 22px;}
	
#filials {
	width:650px;
	margin:0 auto 40px;}
	
.form .select {
	width:222px;}

.form .select .option_select {
	height:22px;
	line-height:22px;
	border:1px solid #c1c1c1;
	padding:0 10px;
	color:#ff9933;
	text-transform:none;
	font-size:12px;}

.form .select .option_select:after {
	border-left:0;
	height:20px;
	width:24px;
}

.form .select .dropdown {
	top:23px;
	right:0;
	background:#fff;
	border:1px solid #c1c1c1;}
	
.form .select .dropdown li {
	font-size:12px;
	color:#000;
	text-transform:none;
	padding:3px 10px;
}

#filials table {
	margin-bottom:20px;}
	
.filials_block {
	margin-right:-20px;}

.filials_block .filial {
	padding:10px;
	border:1px solid #c1c1c1;
	border-radius:5px 0 5px 5px;
	margin-bottom:5px;
	position:relative;
	margin-right:80px;}
	
#where .filials_block .filial {
	margin-right:0;
	border-radius:5px;}

.filials_block .img {
	float:left;
	margin-right:10px;}

.filials_block .img span {
	width:240px;
	height:185px;
	display:table-cell;
	vertical-align:middle;}

.filials_block .img span img {
	max-width:230px;
	max-height:175px;
	margin:0 auto;
	border-radius:5px;}

.filials_block .text {
	float:left;
	margin-right:10px;
	text-align:center;}
	
.filials_block .text .in {
	display:table-cell;
	width:300px;
	height:185px;
	vertical-align:middle;}
	
#where .filials_block .text .in {
	width:380px;}
	
.filials_block .text img {
	margin:0 auto 10px;
	}

.filials_block .text p {
	font-size:12px;
	color:#000;
	margin-bottom:5px;}

.filials_block .text p a {
	color:#ff9933;}

.filials_block .select_shop {
	padding:10px;
	border:1px solid #c1c1c1;
	border-radius:0 5px 5px 0;
	position:absolute;
	top:-1px;
	right:-91px;
	border-left:0;
	background:#fff url(../img/select_arr.png) 90% center no-repeat;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#048FD2;
	width:70px;}
	
.filials_block .select_shop:hover {
	color:#ff9933;}
	
#filials .delivery_block {
	margin:20px 0 0;
	display:none;}
	
.form .checkbox label, .form .radio label {
	font-size:12px;
	padding-left:20px;
	background:url(../img/checkbox.png) 0 0 no-repeat;
	height:15px;
	line-height:15px;}
	
.form .checkbox label.active, .form .radio label.active {
	background-position:0 -15px;}
	
.form .radio, .form .checkbox {
	display:block;
	margin-bottom:10px;}
	
#filials .delivery_block a {
	font-size:12px;
	color:#ff9933;}
	
#type_of_company {
	margin-bottom:20px;}
	
#type_of_company td {
	padding:0 5px;
	width:33%;}
	
#type_of_company td:first-child {
	padding-left:0;}
	
#type_of_company td:first-child + td + td {
	padding-right:0;}
	
#type_of_company .header {
	padding:5px 10px;
	border:1px solid #c1c1c1;
	background:#efefef;
	font-size:12px;
	text-align:center;
	border-radius:5px;
	margin-bottom:10px;		
}

#type_of_partnership {
	width:230px;
	margin:0 auto 20px;}
	
#msg {
	margin-bottom:40px;}
	
.form textarea {
	width:100%;
	padding:10px;
	font-size: 12px;
	color: #F93;
	border:1px solid #ddd;
	height:200px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	resize:vertical;
	}
	
.form textarea:focus {
	border:1px solid #c1c1c1;}
	
#partner_login table {
	width:100%;
	margin-bottom:10px;}
	
#partner_login td {
	font-size:12px;
	color:#000;
	padding:2px 5px;
}

#partner_login input[type='text'], #partner_login input[type='password']{
	height: 22px;
	border: 1px solid #c1c1c1;
	width: 154px;
	padding: 0 10px;
	line-height: 22px;
	font-size: 12px;
	color: #F93;
}

#partner_login input[type='submit']{
	float:right;
	width:80px;
	height:24px;
	border:0;
	background:#ee7d1c;
	border-radius:5px;
	font-size:12px;
	color:#fff;
	margin-top:3px;	
}

#partner_login .partners_note {
	font-size:12px;
	color:#000;}

#partner_login .partners_note a {
	color:#ee7d1c;}
	
#price_lists {
	padding-top:10px;}
	
#price_lists .price {
	margin:15px 50px 0;
	position:relative;
	border-bottom:1px dashed #c1c1c1;
	padding-bottom:15px;}
	
#price_lists .price:after, .advert_products_item:after {
	display:block;
	clear:both;
	content:'';
}

#price_lists .price .img {
	float:left;
	width:187px;
	margin-right:10px;}
	
#price_lists .price .img img {
	width:100%;}

#price_lists .price .text {
	float:left;
	width:330px;}

#price_lists .price .text p {
	font-size:12px;
	color:#000;
	margin-bottom:5px;}

#price_lists .price .tools {
	position:absolute;
	bottom:15px;
	right:0;
	width:80px;}

#price_lists .price .tools a, .advert_products_item .tools a {
	display:block;
	height:26px;
	line-height:26px;
	background:url(../img/grad2.png) repeat-x;
	width:100%;
	text-align:center;
	color:#048fd2;
	margin-top:5px;
	border-radius:3px;
	font-size:12px;
	text-decoration:none;}
	
#advert_products, #shop_equipment, #packs, #where, #delivery_services {
	padding-top:10px;}

#advert_products .main_header, #shop_equipment .main_header, #packs .main_header {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	background:#ccc;
	text-transform:uppercase;
	padding:10px 0;
	margin:0 0 30px;}
	
.advert_products_item {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dashed #c1c1c1;}
	
.advert_products_item .img {
	float:left;
	width:200px;
	margin-right:10px;}
	
.advert_products_item .img img {
	width:100%;}
	
.advert_products_item .text {
	float:left;
	margin-right:10px;
	width:300px;
	text-align:center;}
	
.advert_products_item .text p {
	font-size:14px;
	color:#000;
	margin-bottom:5px;}
	
.advert_products_item .tools {
	float:right;
	width:80px;}

.advert_products_item .tools a.disabled {
	background:#c1c1c1;
	color:#000;
	cursor:default;}
	
.advert_products_item_note {
	font-size:12px;
	color:red;
	margin-top:5px;
	}
	
.shop_equipment_item {
	}
	
.shop_equipment_item .img {
	float:left;
	margin-left:50px;}
	
.shop_equipment_item .img img {
	width:100%;}
	
.shop_equipment_item .text {
	float:right;
	width:280px;}
	
.shop_equipment_item .text p {
	font-size:12px;
	color:#000;
	margin-bottom:5px;}
	
#packs .packs_item {
	margin:10px;}
	
#packs .packs_item img {
	max-width:330px;
	max-height:265px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:10px;
	margin-right:10px;
}

.clear_form {
	height: 32px;
	line-height: 32px;
	padding:0 20px;
	text-transform: uppercase;
	font-size: 14px;
	color: #048FD2;
	background:url(../img/grad.png) repeat-x;
	border-radius: 5px;
	margin-bottom: 5px;
	display:inline-block;
	text-decoration:none;}
	
#map {
	margin:20px auto;
	width:591px;}
	
#map.hover {
	cursor:pointer;}
	
#map_regions li a i {
	position:absolute;
	top:1px;
	left:0px;
	height: 30px;
	width: 30px;
}

#map_regions li a i span {
	display:table-cell;
	width:30px;
	height:30px;
	vertical-align:middle;}
	
#map_regions li a i span img {
	max-width:24px;
	max-height:24px;
	margin:0 auto;}
	
#where .city_block {
	width:300px;
	margin:0 auto 20px;}
	
#where .city_block .img {
	float:left;
	width:90px;
	height:100px;
	margin-right:20px;}
	
#where .city_block .img span {
	width:90px;
	height:100px;
	vertical-align:middle;
	display:table-cell;
}
	
#where .city_block .img img {
	max-width:90px;
	margin:0 auto;
	max-height:100px;}
	
#where .city_block .name {
	float:left;
	line-height:100px;
	font-size:14px;
	color:#000;}
	
#feedback, #catalog_page {
	width:700px;
	margin:0 auto;}
	
#feedback #label, #catalog_page #label {
	text-align:center;
	text-indent:0;
	font-size:50px;
	margin-left:0;
	height:60px;}
	
#delivery_services .delivery_service {
	padding:15px 0;
	border-bottom:1px dashed #c1c1c1;}
	
#delivery_services .delivery_service .text {
	float:left;
	text-align:center;}
	
#delivery_services .delivery_service .text .in {
	height:120px;
	width:350px;
	display:table-cell;
	vertical-align:middle;
}	

#delivery_services .delivery_service .text p {
	font-size:14px;
	color:#000;}
	
#delivery_services .delivery_service .text p a {
	color:#ff9933;}
	
#delivery_services .delivery_service .img {
	float:right;
	width:350px;}
	
#delivery_services .delivery_service .img span {
	width:350px;
	height:120px;
	vertical-align:middle;
	display:table-cell;}
	
#delivery_services .delivery_service .img span img {
	max-width:350px;
	max-height:120px;
	margin:0 auto;}
	
#article_block {
	padding-top:10px;}
	
#article_block .text {
	margin-bottom:20px;
}

#article_block .text img {
	max-width:90%;
	margin:0 auto;}
	
#article_block .print, #article_block .download {
	float:right;
	margin:0 10px;}
	
#article_block .print {
	padding-top:50px;
	background:url(../img/print2.png) top center no-repeat;}

#article_block .download {
	padding-top:50px;
	background:url(../img/download.png) top center no-repeat;}
	
#article_block .print a, #article_block .download a {
	float:none;
	display:block;
	margin:0 auto;}
	
#catalog_page .sm_header {
	padding:0 50px;
	float:left;}
	
#catalog_page .catalog_item {
	clear:both;
	padding:5px 0;
	border-bottom:1px dashed #c1c1c1;}
	
#catalog_page .catalog_item .img {
	float:left;
	}
	
#catalog_page .catalog_item .img img {
	width:100%;}
	
#catalog_page .catalog_item .download_block {
	float:right;
	width:350px;
	padding-top:50px;}

#catalog_page .catalog_item .download_block > div {
	margin-bottom:30px;}
	
#catalog_page .catalog_item .download_block .info {
	border:1px solid #efefef;
	border-radius:5px 5px 0 5px;
	padding:5px 10px;
	font-size:12px;
	color:#ff9933;
}

#catalog_page .catalog_item .download_block a {
	float:right;
	height:26px;
	line-height:26px;
	background:url(../img/grad2.png) repeat-x;
	width:100px;
	text-align:center;
	color:#048fd2;
	border-radius:0 0 5px 5px;
	font-size:12px;
	text-decoration:none;}
	
#catalog_page .catalog_item + .sm_header {
	margin-top:40px;}
	
.main_page .header {
	font-family: 'AllegrettoScriptOne';
	font-size:36px;
	margin-bottom:10px;
	text-align:center;}

.main_page .sm_header {
	height:auto;
	line-height:normal;
	padding:5px 0;}
	
.main_page .article {
	margin-bottom:25px;}
	
.main_page .article .text p {
	font-size:12px;
	color:#000;
	margin-bottom:5px;}

.main_page .article .text img {
	max-width:100%;
	max-height:300px;
	margin:0 auto 10px;
	border-radius:5px;}
	
.main_page .article .text img.left {
	margin-right:10px;}
	
.main_page {
	padding-top:10px;}
	
#novelties {
	float:left;
	width:400px;
	margin-bottom:30px;}

#actions {
	float:right;
	width:315px;
	margin-bottom:30px;}

#dekor {
	float:left;
	width:315px;}

#profil {
	float:right;
	width:400px;}
	
.main_page .more {
	float:right;
	height:26px;
	line-height:26px;
	background:url(../img/grad2.png) repeat-x;
	width:100px;
	text-align:center;
	color:#048fd2;
	border-radius:0 0 5px 5px;
	font-size:12px;
	text-decoration:none;
}

#news {
	margin-bottom:30px
}


.right_col #brand_block .article {
	float:left;
	margin-bottom:15px;
	width:48%;
	margin-right:2%;}
	
.right_col #brand_block .article:nth-child(even) {
	clear:both;
}


.normalText {
    font-family: Arial, Helvetica, sans-serif !important;
}


.printSelected div{display:none}
.printSelected div.printSelection{display:block;}
.printSelected div.printSelection div{display:block;}


/* 31.03 */

#product_block .size_text + .colors_text {
	width:95px;
	float:left;
	clear:none;}

#product_block .size_text {
	height:26px;
	line-height:26px;
	background:url(../img/grad2.png) repeat-x;
	width:63px;
	text-align:center;
	text-transform:uppercase;
	color:#000;
	margin:0 6px 5px 0;
	border-radius:3px;
	font-size:12px;
	clear:both;
	float:left;
	}

#product_block .size_block + .colors_block {
	width:95px;
	float:left;
	}
	
#product_block .size_block {
	width:63px;
	float:left;
	clear:both;
	margin-right:6px;}

#product_block .size_block li {
	list-style:none;
	cursor:pointer;
	float:left;
	margin:0 2px 5px 3px;}
	
#product_block .size_block + .colors_block li {
	margin:0 3px 5px 3px;}
	
#product_block .size_block + .colors_block li .name {
	padding:0 4px;}

#product_block .size_block li .name {
	height:26px;
	line-height:26px;
	background:url(../img/grad2.png) repeat-x;
	text-align:center;
	text-transform:uppercase;
	color:#048fd2;
	border-radius:3px;
	font-size:12px;
	display:block;
	}

#product_block .size_block li.active .name {
	border:1px solid #f08321;
	margin:-1px;
	color:#f08321;
}
.text_block .main_text {
	max-height:320px;
	overflow:auto;
}

.sliderContent {
	height:350px;
	overflow:auto;
}

/* budhose_style */

.table_m {
	float:right;
	margin-right:50px;
	width:300px;}
	
.table_m table {
	border-spacing:0;
	border-collapse:collapse;
	width:100%;}
	
.table_m table td {
	font-size:12px;
	color:#000;
	text-align:center;
	border:1px solid #f1f1f1;
	padding:5px;
}

.action_n {
	}	