﻿/**
 * Standard HTML elements
 */
* {
	font-size: 100.01%;
}

html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	background-color: #fff;
	color: #000;
	font: .9375em/1.6 Arial, sans-serif;
}

.made_in a {
	font-family: 'Courier New', Courier, serif !important;
}

.made_in a:hover {
	text-decoration: none !important;
}

.made_in a:visited {
	color: #888;
}

a {
	color: #0834b3;
}

a:visited {
	color: #909;
}

a:hover,
a:focus {
	color: #ff5223;
}

img {
	border: 0;
}

p,
address,
blockquote {
	margin: 0 0 1em;
}

address {
	font-style: normal;
}

small {
	font-size: .867em;
}

hr {
	border: 0 hidden;
	border-top: 1px solid #d6d6d6;
	clear: both;
	height: 0;
}

dl,
ul {
	margin: 0 0 1.5em;
}

ol {
	margin: 0 0 1.5em 1.3em;
}

ul {
	list-style-type: none;
}

li {
	margin: 0 0 .3em;
}

li ul,
li ol {
	margin: .3em 0 0 2.5em;
}

dt {
	font-weight: bold;
	margin: 0;
}

dd {
	margin: 0 0 .6em;
}

h1, h2, h3, h4 {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2;
}

h1 {
	font-size: 2.33em;
	font-weight: bold;
	margin: 0 1em 1.5em 0;
}

h1.with_more {
	margin-bottom: 1.143em;
}

h1,
h1 a {
	color: #ff9a23;
}

h2 {
	color: #000;
	font-size: 1.33em;
	font-size: 1.69em;
	font-weight: bold;
	margin: 1.3em 0 .5em;
}

h3 {
	font-size: 1.33em;
	margin: 1.5em 0 .5em;
}

.c1 h3 {
	font-size: 1.66em;
}

h2:first-child,
h3:first-child {
	margin-top: 0;
}

h1 + h2,
h1 + h3,
h2 + h3 {
	margin-top: 0;
}

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	border: none;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

strong {
	color: #f93613;
	font-weight: normal;
}


/**
 * Standart presets
 */
.clear {
	clear: both;
	font-size: 0;
	height: 1px;
	overflow: hidden;
}

.clickable {
	cursor: pointer;
}

.nobr {
	white-space: nowrap;
}

.hidden,
.js .jhidden {
	display: none;
}

.errors,
.successes {
	margin: 1.5em 0;
}

.errors {
	color: #c66;
}

.pseudo_link {
	border-bottom: 1px dashed;
	color: #ff5223;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}

.pseudo_link:hover {
	color: #ff5223;
}

.pseudo_link:visited {
	color: #ff5223;
}

p.before_list {
	margin-bottom: .2em;
}

ul.list {
	margin-left: 1.7em;
}

ul.list > li {
	text-indent: -1.7em;
}

ul.list > li:before {
	color: #ffb55e;
	content: '\2014\a0';
	margin-right: .4em;
}

input.empty {
	color: #b2b2b2;
}

.navigation a,
.navigation b {
	font-weight: normal;
}

table.data {
	empty-cells: show;
	margin: 0 0 1.2em;
}

table.data th,
table.data td {
	padding: .3em 2em .3em 0;
}

table.data th {
	border-bottom: 1px solid #d6d6d6;
	font-weight: bold;
}

table.data td.number,
table.data th.number {
	text-align: right;
}

#measurer {
	left: 0;
	height: 1em;
	line-height: 1em;
	position: absolute;
	top: -1em;
	visibility: hidden;
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.phone {
	white-space: nowrap;
}

.spacer {
	float: left;
	width: 10%;
	height: 1em;
	overflow: hidden;
}

.column {
	width: 300px;
	float: left;
}

.last-column {
	width: 160px;
	float: right;
}

html>body .with-clear {
	height: auto;
}

html>body .with-clear:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.box {
	position: relative;
	width: 1px;
	height: 1px;
}

/**
 * Home Page Only
 */
.home-wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.home-wrap .column {
	width: 31%;
	float: left;
}

.home-wrap .first-column {
	width: 28%;
}

.home-wrap .last-column {
	float: right;
	width: 35%;
}

.home-wrap .spacer {
	float: left;
	width: 2%;
	height: 1em;
	overflow: hidden;
}

.section {
	margin-bottom: 2em;
	min-height: 155px;
}

.section .image {
	float: left;
}

.section .links {
	float: left;
	clear: right;
	margin-left: .5em;
}

/**
 * Layout Elements
 */
#layout{
	max-width: 1000px;
	min-width: 994px;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

#outer {
	float: left;
	left: 50%;
	position: relative;
}

#page_body{
	padding: 0 10px;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

#header {
	background: url("/media/i/header-bg.png") repeat-y #fff185;
	height: 132px;
	padding: 0 14px;
	position: relative;
	top: -5px;
}

.logo {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 318px;
	height: 42px;
	margin: -24px 0 0 -159px;
}

.pseudo-logo {
	display: block;
	position: absolute;
	width: 56px;
	height: 57px;
	top: 50%;
	margin-top: -29px;
}

.slogan {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 662px;
	height: 27px;
	margin: -56px 0 0 -331px; /* Ширина логотипа (42px) + Ширина слогана (24px) ­ 10px */
}

#header .navigation {
	position: absolute;
	bottom: 0;
	height: 22px;
	margin-left: 16.5%;
	font-size: .9em;	
}

#header .navigation a {
	color: #333;
	text-decoration: none;
	padding: 5px 10px;
}

#header .navigation a:hover {
	color: #333 !important;
}

#header .navigation ul, li {
	margin: 0;
	padding: 0;
}

#header .navigation li {
	float: left;
	/* background-color: #ffcc99; */
	background: #ff9c24 url(/media/i/gradient_ff9c24.png) 0 -5px repeat-x;
	margin: 0 .4em;
	padding: 0 .2em;
	width: 145px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

#content {
	width: 974px;
	min-height: 690px;
	padding: 1.4em 7px;
	position: relative;
}

#content .content2 {
	float: right;
	width: 70%;
}

#content .side-wrap {
	float: left;
	width: 25%;
}

#content .navigation {
	margin-top: 3.29em;
	padding: .7em 10px .7em 14px;
	background-color: #FCF7E7;
	font-size: 0.85em;
	background: url("/media/i/sidenav-bg.gif") repeat scroll 0 0 #FCF7E7;
}

#content .navigation b {
	font-style: italic;
}

#content .navigation .feedback a {
	background-image:url("/media/i/popup.png");
	background-position:left center;
	background-repeat:no-repeat;
	margin-left:0.4em;
	padding-left:1.1em;
}

div.phone {
	width: 25%;
	line-height: 1em;
	margin-left: 14px;
}

.phone span {
	font-family: Georgia;
	font-size: .9em;
}


.phone h2 {
	padding: 0;
	margin: 0;
	font-style: normal;
}

#content .navigation li.email {
	padding-top: .5em;
}

#content .navigation a:visited {
	color: #0834b3;
}

#footer {
	border-top: 1px solid #ccc;
	clear: both;
	color: #000;
	font-size: 0.8em;
	padding: 10px 14px;
	position: static;
}

#footer {
	min-height: 50px;
}

/*
 * Call Support Button
 */

/*
.call-support {
	margin: 2em 0;
	font-size: .85em;
	min-height: 90px;
}

.call-support a {
	position: relative;
	top: -28px;
	margin-bottom: 28px;
}
*/

.call-support {
	background: url("/media/i/sidenav-bg.gif") repeat scroll 0 0 #FCF7E7;
	margin: 2.7em 0 0 .2em;
	padding: 3px 0 3px 14px;
	position: relative;
}

.call-support-2 {
	background: url("/media/i/sidenav-bg.gif") repeat scroll 0 0 #FCF7E7;
	margin: .6em 0 2em .2em;
	padding: 3px 0 3px 14px;
	position: relative;
	clear: both;
	width: 32.5%;
}

.call-support, .call-support-2 input {
	font-size: 120%;
	width: 207px !important;
}

/**
 * Big Bubble
 */
.big_bubble {
	border-top-style: solid;
	border-top-width: 1px;
	position: relative;
	zoom: 1;
}

.big_bubble .bb_wrap {
	background-color: #fff;
	background-position: right 0;
	background-repeat: repeat-y;
	width: 100%;
}

.big_bubble .bb_wrap2 {
	background-repeat: repeat-y;
	padding: 25px 14px 1px 35px;
	zoom: 1;
}

.big_bubble .bb_content {
	position: relative;
	width: 100%;
	background: url("/media/i/content-bg.png") no-repeat center;
}

.big_bubble .bb_cn {
	background-repeat: no-repeat;
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.big_bubble .bb_cn.bb_cn_lt {
	height: 10px;
	top: -3px;
	width: 10px;
}

.big_bubble .bb_cn.bb_cn_rt {
	background-position: -9px 0;
	height: 10px;
	left: -11px;
	margin-left: 100%;
	top: -3px;
	width: 11px;
}

.big_bubble .bb_cn_b {
	background-repeat: repeat-x;
	display: block;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	position: relative;
}

.big_bubble .bb_cn.bb_cn_lb {
	background-position: 0 -9px;
	height: 10px;
	top: -8px;
	width: 10px;
}

.big_bubble .bb_cn.bb_cn_rb {
	background-position: -9px -9px;
	height: 10px;
	left: -11px;
	margin-left: 100%;
	top: -8px;
	width: 11px;
}

/**
 * Big Bubble #ffa716
 */
.big_bubble_c9a9d8 {
	border-top-color: #ffa716;
	border-top-width: 2px;
}

.big_bubble_c9a9d8 .bb_wrap {
	background-image: url(/media/i/pc_r_ffa716.gif);
}

.big_bubble_c9a9d8 .bb_wrap2 {
	background-image: url(/media/i/pc_l_ffa716.gif);
}

.big_bubble_c9a9d8 .bb_cn {
	background-image: url(/media/i/pc_corners_ffa716.png);
}

.big_bubble_c9a9d8 .bb_cn_b {
	background-image: url(/media/i/pc_b_ffa716.gif);
}

/**
 * Home page thumbnails
 */

.thumbnails {
	margin: -3em 0 3em -2em;
	text-align: center;
	background: url("/media/i/content-bg.png") no-repeat center;
}

.thumbnail {
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 3em 0 0 2em;
}

.thumbnail .r {
	width: 14em;
	float: left;
}

/*
 * Warm Floor Store
 */
.store-input-wrapper {
	background: url("/media/i/sidenav-bg.gif") repeat scroll 0 0 #FCF7E7;
	position: relative;
	padding: 30px 40px 40px 40px;
	margin-top: 3.91em;
}

.store-input-wrapper input[type="text"] {
	width: 19%;
	font-size: 170%;
	margin-right: .3em;
}

.store-input-wrapper input[type="button"] {
	font-size: 170%;
}

.store-error {
	display: none;
	font-size: 75%;
	color: #ff0000;
	width: 62%;
}

.green {
	color: #006600 !important;
}

.store-hint {
	display: block;
	font-size: 85%;
	color: #000;
	font-style: italic;
	margin-bottom: .2em;
}

.store-hint sup {
	font-size: .75em;
}

table.all {border:none;border-collapse:collapse;border-spacing:0px;margin:0}
table.all td, table.all th{text-align:left !important;padding:5px !important}
table.all th {height:25px;font-weight:bold;font-size:85%}

#tJob{margin-bottom:1.5em;margin-left:-5px}
#tJob TBODY TD{padding:0.8em 0.3em 0.2em 0.3em}
#tJob THEAD TH{padding:0 0.3em 0 0.3em;font-size:85%; text-align: left;}
.firstLine{padding-top:15px !important}
#tJob th.headerSortUp {
	background:#E5E5E5 url('/media/i/sort-desc.gif') no-repeat 100% 50%;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px
}

#tJob th.headerSortDown {
	background:#E5E5E5 url('/media/i/sort-asc.gif') no-repeat 100% 50%;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px
}

#tJob th.header {
	cursor: pointer;
	text-align:left;
	padding-left: 3px;
	font: bold 100%;
}

#tJob th span{border-bottom:1px dashed #555555}
#tJob .pseudo_link {color: black;}

#tJob div.description {
	display: none;
	font-size: .75em;
	padding: 4px 4px 2px 4px;
	background: url("/media/i/sidenav-bg.gif") repeat scroll 0 0 #FCF7E7;
}


.control-selection .image {margin: .5em .6em;}
.control-selection p {margin-left: .5em;}
.control-selection select {margin-top: .4em;}

 input.select-proceed {
	font-size: 170%;
	margin: 0 0 3em 32%;
}

hr {
	border: 0 hidden;
	border-top: 1px dashed #d6d6d6;
	margin-top: 1.2em;
	clear: both;
	height: 0;
}

.basket {
	/* background: url("/media/i/shadows.png") no-repeat scroll center -80px transparent; */
	margin-top: 4em;
	border: #ffa716 solid 2px;
	position: relative;
	width: 77%;
	padding: 17px 30px 5px 30px;
}

hr.basketline {
	margin-top: .2em;
}

.basket em {
	margin-left: .2em;
}

.basket-submit {
	margin: .7em 0 0 22%;
	font-size: 170%;
}

.section .price {
	display: inline;
	text-align: right;
	margin-left: 1.7em;
}

span.underline {
	text-decoration: underline;
}

.section table td {
	padding: 0 .2em .5em .2em;;
}

.section .firstline {
	padding-top: 7px !important;
}

.section .right {
	text-align: right;
}

span.make {
	font-size: .78em;
	margin-left: 1em;
}

.genprice {
	font-size: .85em;
	text-align: right;
	margin-right: .2em;
}

.deliver-info {
	padding: 15px 20px;
	background: url("/media/i/sidenav-bg.gif") repeat scroll 0 0 #FCF7E7;
}

.deliver-info td {
	font-size: .9em;
}

.deliver-info td div {
	margin-left: .4em;
}

div.download {background-color: white; margin: 3em 0 0 0; line-height: 1.2em;}
div.dn-file {position: relative; margin: 0 0 0.7em 35px; //width: 100%;}
div.dn-file div.icon {position: absolute; top: -2px; left: -32px;}
div.dn-file div.title {margin-bottom: .3em;}
div.dn-file div.title span {font-size: .7em; margin-left: .5em; color: #2B662B; border-bottom: 1px dashed #2B662B; cursor: pointer;}
div.dn-file div.name {color: #94999c;}

div.dn-file div.upload {display: none;}

.tothestore {width: 100%; text-align: center; margin-bottom: 2.2em; margin-top: 1.6em;}

.store-link {color: #000 !important;}
.store-link:hover {color: #000;}
.store_linl:visited {color: #000;}

.brand_name {
	color: #663300;
	display: block;	
	font-style: italic;
}
