/* общие элементы контента
-------------------------------------------------------------- */
body {
	font:normal 12px/1.4em Tahoma,"Lucida Grande",Helvetica,sans-serif;
	color:#333;
}
a {
	outline:none;
	color:#333;
}
a:focus, a:hover  {
	text-decoration:none;
}
p {}
p img {}
em {}
h1, h2, h3, h4, h5 {}
h1, h2, h3, h4, h5, h6 {}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* шапка 
-------------------------------------------------------------- */
#header {
	margin-top:20px;}
.logo a {
	outline: none;
	display:block;
	width:190px;
	height:90px;
	background:url(../imgs/logo.jpg) 0 0 no-repeat;
	text-indent:-9999px;
}
.busket {
	overflow:hidden;
	width:350px;
	margin:35px 0 0 35px;
}
.busket div {
	float:left;
	margin-right:5px;
}
.busket-your {}
.busket-your a {
	color:#629717;
	padding:6px 0 10px 25px;
	background:url(../imgs/busket.jpg) no-repeat 0 0;
	text-decoration:none;
	display:block;
}
.goods {
	color:#7da41e;
	padding-top:5px;
}
.total {
	color:#666;
	font-weight:bold;
	padding-top:5px;
}
.nav-top {
	float:right;
	margin:0px 4px 10px 0;
}
.nav-top ul {
	list-style:none;
	margin:0;
}
.nav-top li {
	float:left;
	margin-left:10px;
}
.nav-top li a {
	text-decoration:none;
	color:#999;
}
li.red a { 
	color:#f00;
	font-weight:bold;
	
}
.search {
	overflow:hidden;
	width:100%;
}
.search input {
	float:left;
}
.search-box {
	margin:2px 6px 0 0;
	width:130px;
	background:url(../imgs/input-search.gif) 0 0 no-repeat;
	border:none;
	padding:5px;
}
.search label {
	display:none;
}
.phone {
	text-align:right;
	overflow:hidden;
	float:right;
}

/*          Главная навигация       
-------------------------------------------------------------- */

/*top level navigation*/
#nav-main {
	margin:0 auto;
	width: 950px;
	height: 43px;
	background: transparent url(../imgs/navmain.png) no-repeat;
}
ul#nav-main {
	border: none;
	margin: 10px 0 25px;
	padding: 0;
	list-style-type: none;
	clear: left;
}
#nav-main li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
}
#nav-main li a {
	display: block;
	height: 43px;
	padding: 0;
	margin: 0;
}
li#nav_1 a {width: 117px;}
li#nav_2 a {width: 163px;}
li#nav_3 a {width: 131px;}
li#nav_4 a {width:133px;}
li#nav_5 a {width:101px;}
li#nav_6 a {width:169px;}
li#nav_7 a {width:136px;}

li#nav_1 a:hover, li#nav_1 a.selected-root { background-position: 0px 47px;  }
li#nav_2 a:hover, li#nav_2 a.selected-root { background-position: -117px 47px; }
li#nav_3 a:hover, li#nav_3 a.selected-root { background-position: -280px 47px; }
li#nav_4 a:hover, li#nav_4 a.selected-root { background-position: -411px 47px; }
li#nav_5 a:hover, li#nav_5 a.selected-root { background-position: -544px 47px; }
li#nav_6 a:hover, li#nav_6 a.selected-root { background-position: -645px 47px; }
li#nav_7 a:hover, li#nav_7 a.selected-root { background-position: -814px 47px; }

#nav-main li strong { display: none; }


/*  nav end  */
/* header end */


#content {}
#content .container {
	border-bottom:1px solid #e3e3e3;
	padding-bottom:25px;
}
.pic-main {
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
}
.bpfon {
	float:left;
	width:394px;
	height:231px;
	padding:30px 25px;
	background: url(../imgs/bgfonkond.jpg) -36px 0 no-repeat;
}
.bpfon, .bpfon h2 {
	color:#fff;
}
.bpfon ul {
	margin:0;
}
.bpfon li {
	list-style:none;
}
.bpfon .idtab div {
	border:none;
}

/*          Вторичная навигация       
-------------------------------------------------------------- */
.nav-sec {}
.nav-sec h2 a {
	font-size:18px;
	color:#629717;
	text-decoration:none;
}
.nav-sec h2 a:hover {
	text-decoration:underline;
}
.nav-sec ul {
	margin:0;
	border-top:2px solid #eef;
}
.nav-sec li {
	list-style:none;
	border-bottom:2px solid #eef;
	font-size:12px;
}
.nav-sec li a {
	padding:10px 5px 10px 10px;
	display:block;
	text-decoration:none;
	color:#333;
}
.nav-sec li a:hover {
	text-decoration: underline;
	background-color:#F3FBFD;
}
.nav-sec li li a {
	padding:5px 10px;
	font-size:90%;
}
.nav-sec li li a:hover {
	background:none;
}
.nav-sec ul ul {
	padding:5px 0 5px 10px;
}
.nav-sec li li {
	border-bottom:none;
	font-weight:normal;
}
.nav-sec li li a {
	color:#578aaa;
}
.nav-sec li.selected {font-weight:bold;}
.nav-sec li li.selected {
	padding:5px 0 5px 22px;
	font-size:90%;
	color:#578aaa;
	background:url(../imgs/nav-sec-act-arrow.gif) 9px 8px no-repeat;
	font-weight:bold;
}

/*  nav end  */

/*      breadcrumbs    
-------------------------------------------------------------- */

.breadcrumbs{
	margin-bottom:15px;
	overflow:hidden;
	width:100%;
}
.breadcrumbs ul{
	margin:0;
	padding:0;
}
.breadcrumbs li{
	float:left;
	font-size:90%;
	color:#c9d4d7;
	padding-right:5px;
	list-style:none;
}
.breadcrumbs li a {
	color:#419fc9;
}
.breadcrumbs li a:hover {
	text-decoration:none;
}
/*      breadcrumbs end      */

.pics {
	width:300px;
	height:130px;
	padding: 30px 340px 30px 70px;
	overflow:hidden;
	margin-bottom:20px;
}
.cond {background:url(../imgs/pics-cond.jpg) 0 0 no-repeat;}
.wind {background:url(../imgs/pics-wind.jpg) 0 0 no-repeat;}
.hot {background:url(../imgs/pics-hot.jpg) 0 0 no-repeat;}
.boilers {background:url(../imgs/pics-boiler.jpg) 0 0 no-repeat;}
.water {background:url(../imgs/pics-water.jpg) 0 0 no-repeat;}
.serv {background:url(../imgs/pics-serv.jpg) 0 0 no-repeat;}
.pics h3 {
	color:#fff;
	font-size:24px;
}
.pics p {
	color:#fff;
}


.kond {}

/*      товары  
-------------------------------------------------------------- */


.products {
	overflow:hidden;
	width:100%;
}
.products ol, .products ul {
	overflow:hidden;
	padding:0 1.5em 0;
}
.products table tr p {
	margin:0;
}
.products p img {
	float:left;
	margin:0 10px 10px 0;
	display:block;
}
.products.pop {
	margin-top:15px;
}

.products h3, .brands h3 {
	color:#3186ac;
}
.products h1 {
	color:#abc2cc;
	font-size:28px;
	line-height:1.2em;
	margin-bottom:20px;
}
.products h1 span a {
	color:#3d7690;
	text-decoration:none;
}
.products h3 span, .brands h3 span {
	color:#81a627;
}
.products .pic {
	border:1px solid #ccc;
	overflow:hidden;
}
.products .title h4 {
	font-weight:bold;
	font-size:12px;
	color:#666;
	margin:5px 0;
}
.products .title-prod h4 {
	font-weight:bold;
	font-size:12px;
	color:#666;
	margin:5px 0;
}
.products .descr, #tx-ttproducts-pi1-search .descr{
	font-size:10px;
	line-height:1.2em;
	color:#999;
	margin-bottom:5px;
}
.products .cost {
	color:#81a627;
	font-weight:bold;
	margin-bottom:15px;
}

.products.end {}
.products.end .span-6 {
	overflow:hidden;
}
.products.brands {}
.products.brands .pic {
	border:none;
	margin-bottom:10px;
}
.products.brands .pic.left {
	width:230px;
}

.products.brands .title-prod h4 {}
.products.brands .descr.right ul {}
.products.brands .descr.right li {
	margin-bottom:3px;
	width:auto;
	float:none;
}
.products.brands .descr.right li a {
	display:block;
	font-size:12px;
	padding:3px 0;
	color:#333;
}

.prod-col3 {
	width:186px;
	margin-right:10px;
	float:left;
}
.pic.left {
	float:left;
	width:112px;
	height: 70px;
	overflow:hidden;
}
.products.end .descr.right {
	float:left;
}
.descr.right ul {
	margin:0 0 0 20px;
}
.descr.right li {
	list-style: square;
	color:#ccc;
	margin-bottom:5px;
}
.descr.right li a {
	color:#C00;
}

.prod-2col {
	width:350px;
	float:left;
}

.pic {
	width:150px;
	overflow:hidden;
	border: none;
	float:left;
}
.pic img, .products.brand .pic a {
	display:block;
}
.cost {
	text-align:left;
	margin: 0 0 10px 0;
	overflow:hidden;
	color:#3186AC;
	padding-left: 10px;
}
.busk {
	overflow:hidden;
}
.busk a {
	background:url(../imgs/busket2.gif) 0 0 no-repeat;
	width:60px;
	height:30px;
	float:left;
	padding: 3px 0 0 30px;
	margin:0 0 15px 25px;
	text-align:left;
	color:#333;
	text-decoration:none;
}
.busk a strong {
	display:none;
}
.products.end .descr { clear:none;}
.descr {
	clear:both;
	overflow:hidden;
	margin:0 0 15px 0;
	padding:0 0 10px;
}
.descr table {
	margin:5px 10px 5px 0;
	padding:10px 0;
	border-bottom:1px dotted #ddd;
	border-top:1px dotted #ddd;
	width:340px;
}
.odd {
	background-color:#f2f2ff;
}
.title-prod {
	text-align:left;
	margin:0 10px 5px 0;
	overflow:hidden;
	border-bottom:1px dotted #eee;
	padding:5px 0;
}
.title-prod h4 {
	margin:0;
}
.title-prod h4 a {
	color:#666;
}
.span-9 .prod-2col {
	border-right:1px dotted #ddd;
}
.span-9.last .prod-2col {
	border:none;
}
/*      назад вперёд
-------------------------------------------------------------- */
.page_navigation {
	overflow:hidden;
	width:400px;
}
.page_navigation .pages a {
	margin-right:5px;
	text-decoration:none;
	border:1px solid #ccc;
	padding:1px 1px 3px 1px;
	text-align:center;
	display:block;
	width:13px;
	height:13px;
	float:left;
}
.page_navigation .pages b {
	float:left;
	margin-right:5px;
}
.page_prev, .page_next {
	float:left;
	margin-right:5px;
}
.page_prev {}
.page_next {}



/*      продажа товара
-------------------------------------------------------------- */
.products-one {}
.pic-one {
	border:1px solid #ccc;
	margin-bottom:20px;
}
.details-price {
	overflow:hidden;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	padding:15px;
	width:360px;
}
#price {
	float:left;
	font-size:24px;
	color:#629717;
	line-height:1.2em;
	width:270px;
}
th#price {
	font-size:100%;
	color:#333;
}
#price p {
	margin: 0;
}
em.price_no_vat {
	font-size:12px;
	color:#ccc;
}
#quantity {
	float:left;
	padding-top:5px;
}
#quantity input#qty {
	width:30px;
}
.details-buttons {
	padding:15px;
	border-bottom:1px solid #ddd;
}
.details-buttons label {
	float:left;
	width:60px;
	padding:3px 0 0;
}
.details-buttons input {
	float:left;
}
.details-buttons input#quantity {
	margin-right:5px;
	padding:2px;
	border:1px solid #ccc;
}
.details-cross {
	padding:15px;
}
.details-cross h4 {
	color:#3186AC;
	font-weight:bold;
}
.details-cross a img {
	float:left;
	padding:0 10px 5px 0;
}
.details-cross p a {
	color:#629717;
	margin-left:5px;
}
.idtab div { clear:both;}
ul.idtab {
	overflow:hidden;
	margin:0;
}
ul.idtab li {	
	list-style:none;
	float:left;
}
ul.idtab li a {
	color:#333;
	padding:10px;
	background:#c4d59a;
	display:block;
	text-decoration:none;
}
ul.idtab li a:hover {
	background-color:#81a627;
}
ul.idtab li a.selected {
	background:#cddba9;
}
.idtab div {
	padding:10px;
	border:1px dotted #81a627;
}

/*     slide     */

ul.slide {
	overflow:hidden;
	margin:220px 0 0 140px;
	position:absolute;
}
ul.slide li {	
	list-style:none;
	float:left;
	margin-right:5px;
}
ul.slide li a {
	text-decoration:none;
	color:#FFF;
	font-size:30px;
}
ul.slide li a:hover {
	color:#b1d5e0;
}
ul.slide li a.selected {color:#b1d5e0;}


/*      end    */



#content .brands {
	margin:15px 0 15px;
	overflow:hidden;
	
}
.brands ul {
	margin:0;
}
.brands li {
	list-style:none;
	float:left;
	width:170px;
}
.expert {
	clear:both;
	background-color:#f7f4e1;
}
.expert .left, .expert .right {
	float:left;
}
.expert .left {}
.expert .top, .expert .bottom {
	overflow:hidden;
	width:320px
}
.expert .top .left {
	margin: 0 5px 0 0;
	width:80px;
}
.expert .top .right {
	width:235px;
	margin:5px 0 0;
	color:#9a9363;
}
.expert .top .right h4 {
	color:#615a2b;
	font-size:14px;
	font-weight:bold;
}
.expert ul {
	margin:0;
}
.expert li {
	list-style: none;
	width:100%;
}
.expert li a {
	color:#81a627;
	padding-left:15px;
	background:url(../imgs/arrow-exp.gif) 0 3px no-repeat;
}
.expert li a:hover {
	text-decoration:none;
	color:#81a627;
}
.expert .top {
	padding: 15px 15px 20px;
}
.expert .bottom {
	border-top:1px solid #e2dbb3;
	padding: 15px 15px 30px;
}
.expert .bottom .left {}
.expert .bottom .right {
	padding:25px 0 0;
}
.expert .bottom .right form {
	overflow:hidden;
}
.expert .bottom .right input {
	float:left;
}
.expert .bottom .right input.search-box {
	width:110px;
	margin:0 5px 0 0;
	background: url(../imgs/input-exp.gif) no-repeat 0 0;
}




/*     Футер
-------------------------------------------------------------- */
#footer {}
#footer .container {
	padding:25px 0 10px;
}
.title {
	width:185px;
}
.title h4 {
	margin-bottom:0;
}
.title a {
	display:block;
}
.nav {}
.nav ul {
	margin:5px 0 0 10px;
}
.nav li {
	list-style:none;
	margin-bottom:10px;
}
.nav li a {
	color:#6c767f;
	text-decoration:none;
	font-size:11px;
}
.nav li a:hover {
	text-decoration:underline;
}
.nav li.selected {
	font-size:11px;
	text-decoration:underline;
}

.clients, .help {
	border-right:1px solid #f1f1f1;
}
.clients .title, .help .title, .about .title {
	height:30px;
}
.clients .title strong, .help .title strong, .about .title strong{
	display:none;
}
.clients {
}
.clients .title {
	background:url(../imgs/footer-clients.gif) 0 0 no-repeat;
}
.help {}
.help .title {
	background:url(../imgs/footer-help.gif) 0 0 no-repeat;
}
.about {}
.about .title {
	background:url(../imgs/footer-about.gif) 0 0 no-repeat;
}
.copy {
	float:right;
	text-align:right;
	color:#9eaeb2;
}
.copy a {
	color:#9eaeb2;
}
.copy a:hover {
	text-decoration:none;
}

/* footer end */

/*  tt_products  */

.tt_products_basket_info {}

.tt_products_basket_info fieldset {
	border:none;
	padding:0;
}
.billing_address label, .delivery_date label, .notes label  {
	width:120px;
	display:block;
	float:left;
}
.billing_address input {
	padding:2px;
	margin-bottom:5px;
}
.notes textarea {
	height:150px;
	padding:5px;
	width:350px;
}
.basket_items thead, .basket_items thead tr.odd {
	background:#C3D9FF;
}

/*  tt_products end  */
