/* global.css
 * глобальные стили
 *
 */

* {
	outline: none;
}
body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #ffffff;
}
table, td, th {
	margin: 0; padding: 0;
	border-collapse: collapse;
	font-size: 100%;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
.g-max-width {
	margin: 0 auto;
	max-width: 1220px;
}
.g-clean {
	clear: both;
	font-size:0;
  overflow: hidden;
}

/* font.css
 * глобальные стили шрифта на всем сайте
 */

body {
	color: #333333;
	font: 0.8em/1.2 Tahoma, Arial, sans-serif;
}

/* holster.css
 * стили основных блоков сайта, его сетки
 *
 */

.l-page {
	position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
	margin: 0 auto;
	background: url("../img/clouds.png") repeat-x scroll 0 175px transparent;
}
.l-page-rubber {
	width: 100%;
	min-width: 1263px;
}
.l-header-holder {
	height: 175px;
}
	.l-page-holder, .l-header-holder, .l-footer-holder {
		position: relative;
	}
	.l-page-holder {
		padding-bottom: 60px;
		margin-top:55px;

	}
		.l-wrapper {
			width: 100%;
		}
			.l-header {
				height: 175px;
				position: relative;
				background: url("../img/header_bg.png") repeat-x scroll 0 175px #3190c0;
			}
			.l-page-content {
				width: 100%;
				float: left;
				overflow: hidden;
			}
				.l-content {
					margin: 0 270px 0 0;
				}
			.l-page-left {
				float: left;
				margin-left: -100%;
				overflow: hidden;
				padding: 0 20px 0 10px;
				width: 318px;
			}
			.l-page-right {
				float: left;
				width: 243px;
				margin: 0px -259px;
				overflow: hidden;
				padding: 0 8px 0 16px;
			}
	.l-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
	}


/* layout.css
 * Стили всей вертски сайта, основной рабочий файл
 *
 */



/* content.css
 * Стандартные стили контента сайта (таблицы, изображения), не модулей и пр.
 *
 */
 a {
	color: #0574a2;
 }
  a:hover {
	color: black;
	text-decoration:none;
 }
 .lh_visual {
	position: absolute;
	left: 0;
	bottom: 0;
 }
 .lh_logo {
	position: absolute;
	left: 20%;
	top:30px;
 }
 .lh_slogan {
	color: white;
    left: 21%;
    position: absolute;
    top: 93px;
    width: 250px;
 }
 .lh_links {
	left: 60%;
    position: absolute;
    top: 38px;
 }
  .lh_links  img {
	margin: 0 12px;
  }
  .lh_contact {
	left: 76%;
    position: absolute;
    top: 28px;
	color: white;
  }
  .lh_contact p {
	margin: 0;
  }
  .lh_contact a, .lh_contact a:hover {color:#fff;}
  .lh_menu {
	width: 100%;
	height: 41px;
	bottom:-20px;
	position: absolute;
  }

  .lh_menu_bg {
	width: 95%;
	left:17px;
	height: 41px;
	bottom:-20px;
	position: absolute;
	background: url(../img/lh_menu_bg.png) repeat-x 0 0;
	margin:0 auto;
  }
  .lh_menu a{
	display: block;
	float:left;
	height: 41px;
	line-height: 41px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 20px;
	color:white;
	text-decoration: none;
	background: url(../img/lh_menu_bg.png) repeat-x 0 0;
  }
  .line,
	.lh_menu a + div:not(.lh_search)  {
	float:left;
	height: 41px;
	width: 1px;
	background: url(../img/line.png) no-repeat 0 0;
  }
  .lh_menu a:hover, .lh_menu a.active{
	background: url(../img/lh_menu_hover.png) repeat-x 0 0;
	color: white;
  }
/*  .lh_menu .first {
	background: url(../img/lh_menu_left.png) no-repeat 0 0;
	padding: 0 30px 0 40px;
  }
  .lh_menu .first:hover, .lh_menu .active.first{
	background: url(../img/lh_menu_left_hover.png) repeat-x 0 0 !important;
  }
 */
  .lh_search {
	background: url("../img/search.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 41px;
    padding: 0 0 0 15px;
    width: 164px;
  }
  .lh_search .uss_input_name {
	border: none;
	background: white;
	width: 120px;
	height: 20px;
    vertical-align: top;
	padding: 0;
  }
  .lh_menu .uss_site_search {
	margin: 11px 0 0 0;
  }
   .lh_search .uss_submit {
	border: none;
	background: url(../img/lupe.png) repeat-x 0 0;
	width: 19px;
  }
  .lpl_content {
	padding: 15px 10px 5px;
	border: 1px solid #b9b9b9;
	position: relative;
	margin-bottom: 24px;
  }
 .lpl_news {
   padding: 0 11px 10px;
 }
 .lpl_news .h3 {
	 font-size: medium;
	 font-weight: bold;
	 color: #6495ed;
 }
 .lpl_news .h3 a {
	 color: #6495ed;
	 text-decoration: none;
 }
 .lpl_news .h3 a:hover {
	 text-decoration: underline;
 }

  .lpl_content h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #036282;
  }
  .lpl_object h3 {
	margin: 0 11px 10px;
  }
  .corners {
	position: absolute;
	height: 27px;
	width: 27px;
  }
  .lpl_object {
	margin-top: 15px;
  }
  .corner_lt {
	top:-1px;
	left:-1px;
	background: url(../img/corners.png) no-repeat 0 0;
  }
  .corner_rt {
	top:-1px;
	right:-1px;
	background: url(../img/corners.png) no-repeat right 0;
  }
  .corner_lb {
	bottom:-1px;
	left:-1px;
	background: url(../img/corners.png) no-repeat 0 bottom;
  }
  .corner_rb {
	bottom:-1px;
	right:-1px;
	background: url(../img/corners.png) no-repeat right bottom;
  }
  .l-content {
	border: 1px solid #b9b9b9;
	position: relative;
	padding: 10px 20px 5px;
	margin-bottom: 24px;
 }
 .b-iblock {
	height: 94px;
	width: 168px;
	background: url(/uploadedFiles/images/dlya_glavnoi/block_sm.png) no-repeat 0 0;
	margin-bottom: 15px;
	margin: 0 37px;
	padding: 0 0px;
	text-align: center;
	font-size: 0.85em;
	float:left;
 }

 .w-iblock
	{
	padding-top: 10px;
	padding-bottom: 13px;
	background: url(http://balkonico.ru/uploadedFiles/images/dlya_glavnoi/block1.jpg) no-repeat 0 0!important;
	height: 155px;
	width:166px;
	margin: 0 7px;
	}

.w-iblock p{
	margin: 0 0 5px;
	padding: 5px 0 0;
}

.w-iblock a {
	color: #036282;
	text-decoration: none;
}

.w-iblock a:hover {
	color: black;
}

 .b-iblock p{
	margin: 0 0 5px;
	padding: 5px 0 0;
}
.b-iblock a {
	color: #036282;
	text-decoration: none;
	/* font-size: 13px; */
	/* font-weight: bold; */
}
.b-iblock a:hover {
	color: black;
}
.lpс_navigation{
	color: #4f4f4f;
	font-size: 0.9em;
}
.lpс_navigation a {
	color: #4f4f4f;
	text-decoration: none;
}
.lpс_navigation a:hover {
	color: #0574a2;
}
.lpс_title h1{
	font-size: 2em;
	font-weight: normal;
	margin: 5px 0;
	color: #036282;
}
.l-footer-holder {
	text-align: center;
}
.lf_copyright {
	float:left;
	display: inline;
	margin-left: 20px;
	margin-top: 8px;
}
.lf_system {
	float:right;
	display: inline;
	margin-right: 20px;
}
.uss_news_short_item h4 {
	margin: 10px 0 5px;
	font-weight: normal;
	font-size: 1em;
}
.uss_news_short_item h4 a{
	color:#036282;
	text-decoration: none;
}
.uss_news_short_item h4 a:hover{
	color:black;
}
.uss_news_short_item .uss_news_preview  p {
	margin: 5px 0;
}
.uss-site-copyright {
	display: inline;
}
.lpl_object td {
	color: #036282;
    padding-left: 11px;
    padding-top: 3px;
    vertical-align: top;

}
.lh_left {
	height: 41px;
	width: 17px;
	float: left;
	background: url(../img/left.png) no-repeat 0 0;
	}

.yashare-auto-init {text-align:center; margin: -6px;}
.yashare-auto-init span.b-share {margin:0 auto;}

li
	{
	text-align: justify;
	}

.img_home td
	{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 150px;
	height: 120px;
	}

.balkon
	{
	height: 235px;
	width: 853px;
	margin: 25px auto 20px;
	position: relative;
	padding: 0 15px 10px;
	}

.balkon .b-iblock, .stroitelstvo .b-iblock
	{
	background: url(http://balkonico.ru/uploadedFiles/images/dlya_glavnoi/block2.jpg) no-repeat 0 0!important;
	height: 186px;
	width: 230px;
	margin: 0px 27px;
	padding: 0;
	margin-bottom: 20px;
}

.b-iblock
	{
	padding-bottom: 13px;
	}

.stroitelstvo
	{
	height: 230px;
	width: 853px;
	margin: 20px auto 20px;
	padding: 0 15px 10px;
	position: relative;
	}


.balkon .b-iblock img, .stroitelstvo .b-iblock img
	{
	margin-top: 15px;
	border: 1px solid #fff;
	}

.h2
	{
	display: block;
	font-size: 1.7em;
	font-weight: normal;
	margin: 10px 0 20px;
	color: #036282;
	text-align: center;
	}

.balkon .b-iblock:hover, .stroitelstvo .b-iblock:hover
	{
	background: url(http://balkonico.ru/uploadedFiles/images/dlya_glavnoi/blok_h2.jpg) no-repeat 0 0!important;
	color:#fff;
	padding: 0;
}

.balkon .b-iblock:hover a, .stroitelstvo .b-iblock:hover a
	{
	color:#fff!important;
	}
.balkon .b-iblock:hover p, .stroitelstvo .b-iblock:hover p
	{
	color:#fff!important;
	}

.table_price td {
padding: 5px;
border: 1px solid #000;
}
.table_price th {
padding: 5px;
border: 1px solid #000;
}
.table_price img{
}
.balkon .b-iblock p a, .stroitelstvo .b-iblock p a {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
.content_menu ul li {
padding-bottom: 5px;
font-size: 17px;
}
.uss_pagenator {display: none;}

.podmenu {
/*height: 185px;*/
width: 100%;
margin: 25px auto 10px;
position: relative;
/*padding: 0 15px 10px;*/
text-align: center;
}
.podrazdel {
background: url(http://balkonico.ru/uploadedFiles/images/dlya_glavnoi/block2.jpg) no-repeat 0 0!important;
height: 186px;
width: 230px;
margin: 0px 27px;
padding: 0;
margin-bottom: 20px;
text-align: center;
font-size: 0.85em;
display: inline-block;
}
.podrazdel a {
color: #036282;
text-decoration: none;
}

.podmenu .podrazdel img {
margin-top: 15px;
border: 1px solid #fff;
width: 198px;
height: 140px;
}
.podrazdel p {
margin: 0 0 5px;
padding: 5px 0 0;
}
.podrazdel p a {
font-size: 14px;
font-weight: bold;
font-family: Arial, sans-serif;
}
.podrazdel:hover {
background: url(http://balkonico.ru/uploadedFiles/images/dlya_glavnoi/blok_h2.jpg) no-repeat 0 0!important;
}

.podrazdel:hover a {
color:#fff;
}
.uss_eshop_filters {
display: none;
}
.banner{
width: 100%;
position: relative;
float: left;
margin: 2%;
}

  .contact1 {
	left: 76%;
    position: absolute;
    top: 11px;
	color: white;
  }


.lpl_news .news_block_item.first {margin-top:10px;}

.uss_shop_blocks_view .uss_eshop_item {
	margin-bottom: 50px;
}

a.add_to_cart {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 15px 6px;
	background-color: #cc1f0c;
	color: #fff;
	text-decoration: none;
}
a.add_to_cart:hover {
	opacity: 0.8;
}

a.add_to_compare {
	text-decoration: underline;
}
a.add_to_compare:hover {
	text-decoration: none;
}
.lh_slogan {    width: 285px;}