html { height:100%}
body {
	margin:0;
	padding:0;
	color:#4f4f4f;
	font:13px Arial, Helvetica, sans-serif;
	height:100%;
	background: url(/images/body-bg.jpg) center top repeat-x;
}
img {
	border:0;
}
a {color:#247BBF}


ul {
    list-style-image: url("/images/li-image.png");
    margin-top: 12px;
    padding-left: 15px;
	list-style-position:inside;
}
ul li {
    line-height: 20px;
}

.clear {clear:both;}	
.header {
	height:64px;
	background: url(/images/top-header-bg.png) center top repeat-x;
}
.header .top-menu {
	width:1005px;
	height:64px;
	margin:0 auto;
	background: url(/images/top-header.png) center top no-repeat;
}
.header .top-menu .menu-items {
	background: url(/images/top-header-spacer.png) left top no-repeat;
	height:50px;
}
.header .top-menu .menu-items .item {
	float:left;
	background: url(/images/top-header-spacer.png) right top no-repeat;
}
.header .top-menu .menu-items .active,
.header .top-menu .menu-items .item:hover {
	background: url(/images/top-menu-hovered.png) right top no-repeat;
}

.header .top-menu .menu-items .item a{
	text-decoration:none;
	text-transform:uppercase;
	color:#2e2e2e;
	font-weight:bold;
	padding:17px 40px 0;
	height:33px;	
	display:block;
}
.header .top-menu .menu-items .active a, 
.header .top-menu .menu-items .item a:hover{
	color:#ffffff;
	text-shadow: black 0px -1px 1px;
}
.sub-head {
	height:385px;
	background: url(/images/sub-head-bg.png) center 129px no-repeat;
}
.sub-head .inner {
	width:1000px;
	margin:0 auto;
}

.sub-head .inner .left{
	width:240px;
	float:left;	

}
.sub-head .inner .right{
	width:750px;
	float:right;	
}

.sub-head .inner .left .phone {
	padding-top:30px;
	font-family:Tahoma;
	height:100px;
}
.sub-head .inner .left .phone .code-block {
	color: #848484;
	float: left;	
}
.sub-head .inner .left .phone .phone-block {
	float:left;
	font-weight:bold;
	font-size:23px;
	/*padding-right:20px;*/
}

.sub-head .inner .left .phone .back-call {
	float:right;
	/*margin-right:20px;*/
	border-bottom:1px dashed #525252;	
}
.sub-head .inner .left .phone .back-call a {
	text-decoration:none;	
	color: #484848;
}
.sub-head .inner .left .logo {
	padding-top:15px;
	height:80px;	
}
.sub-head .inner .left .cart {
	padding-top:30px;
	color:#246ca3;
	font-weight:bold;
	font-style:italic;
	font-size:18px;	
}

.content {
	width:1050px;
	margin:0 auto;
}
.content .left {
	float:left;
	width:250px;

}

.content .left .chapter {
	width:250px;
	height:71px;
	background: url(/images/left-chapter.png) 4px center no-repeat;	
}


.content .left .chapter .icon {
	width:120px;
	float:left;
	text-align:center;
}


.content .left .chapter .name {
	float:left;
	font-weight:bold;
	color:#3a3a3a;
	margin-top:18px;
	width:100px;
}
.content .left .chapter .first {
	margin-top:25px;
}
.content .left .chapter .name a {
	color:#3a3a3a;	
}

.content .left .slided {
	margin-left:18px;
	margin-top:-7px;
	display:none;
	width:226px;
}
.content .left .hided {
	display:none !important;	
}
.content .left .slided .light {
	background: url(/images/left-menu-bg1.png) left repeat-y;
	padding-top:7px;
}
.content .left .slided .dark {
	background: url(/images/left-menu-bg2.png) left repeat-y;
	padding-top:4px;
}
.content .left .slided .spacer {
	background: url(/images/left-menu-spacer.gif) left repeat-y;
	height: 2px;
}
.content .left .slided .slder-footer {
	background: url(/images/left-menu-footer.gif) left repeat-y;
	height: 10px;
}

.content .left .slided ul {
	margin:0;
	padding:0;	
	list-style-type:none;
	list-style-image:none;
}
.content .left .slided ul li{
	width:226px;
	line-height:24px;
	border:0px solid red;
	
}
.content .left .slided ul li.active_w{
	width:186px;
	line-height:24px;
	padding-left:40px;
	font-weight:bold;
}

.content .left .slided ul ul li.active{
	width:196px;
	line-height:24px;
	background: url(/images/li-selected.png) center top no-repeat;	
	padding-left:30px;
	color:white;
}

.content .left .slided ul li a {
	padding-left:40px;
	display:block;
	width:186px;
	height:24px;
	background: url(/images/li-styles.png) 26px top no-repeat;
	color:#555555;
	font-weight:bold;
}


.content .left .slided ul ul li a {
	padding-left:50px;
	display:block;
	width:176px;
	height:24px;
	background: url(/images/li-styles.png) 36px -48px no-repeat;
	font-weight:normal;
	font-size:11px;
}
.content .left .slided ul li a:hover {
	text-decoration:none;
}

.content .left .slided ul li.active a {
	color:white;
	text-decoration:none;		
	background-position: 26px -24px;
}
.content .left .slided ul .active ul a {
	background: url(/images/li-styles.png) 36px -48px no-repeat;
	color:#555555;
	text-decoration:underline;
}
.content .left .slided ul .active ul a:hover {
	text-decoration:none;	
}

.content .left .slided ul ul .active a {
	color:white;
	text-decoration:none;		
	background-position: 36px -72px;
}
.content .left .slided ul ul li.active {
	padding-left:60px;
	width:166px;	
	font-size:11px;
	
	
}
.content .left .slided ul .active {
	background: url(/images/li-selected.png) center top no-repeat;	
	color:white;
	text-decoration:none;
}
.content .left .articles {
	padding-top:30px;	
	padding-left:30px;
}
.content .left .articles .title {
	font-size:18px;
	font-weight:bold;
	color:#2e2e2e;
	padding-bottom:20px;	
}

.content .left .articles .article {
	border-bottom:1px solid #d7d9c8;
	padding-bottom:10px; 
	margin-bottom:20px;
	font-size:11px;	
}
.content .left .articles .article .date {
	color:#939393;
	font-weight:bold;
	padding-bottom:15px;
}
.content .left .articles .article .text a {
	color:#0486bb;	
	text-decoration:none;
}
.content .left .articles .article .text a:hover {
	text-decoration:underline;
}
.content .left .articles .all-link {
	line-height:20px;
	background:url(/images/articles-all.gif) left center no-repeat;
	padding-left:15px;
	font-size:11px;
}
.content .left .articles .all-link a {
	color:#0486bb;	
}


.content .right {
    float: right;
    padding-left: 20px;
    width: 750px;
}

.content .right table {
    border: 0 solid #ABADB3;
    border-collapse: collapse;
    margin-bottom: 20px;
    margin-top: 20px;
}
.mainVprodage {
    border: 1px solid #CCCCCC !important;
}
.mainVprodage td{
    border: 1px solid #CCCCCC !important;
    padding:5px;
}
.content .right .breadcrumbs {
	font-size:11px;
	color: #424242;
	margin-bottom:20px;
}
.content .right .breadcrumbs a {
	color:#247bbf;
}

.content .right h1 {
	color:#2f2f2f;
	font-size:30px;	
}

.content .right .cat-spacer {
	width: 181px;
	height:220px;
	background:url(/images/cat-item.png) left top no-repeat;
	float:left;
	margin:0 3px 10px;
}
.content .right .cat-item {
	position: absolute;
	width: 181px;
	height:220px;
	background:url(/images/cat-item.png) left top no-repeat;
	float:left;
}
.content .right .cat-item:hover {
	height:343px;
	z-index:1000;
	background:url(/images/cat-item.png) left top no-repeat;
}
.content .right .cat-item:hover {
	background-position:left -343px;
}
.content .right .cat-item:hover .title a{
	color:#686868;
}

.content .right .cat-item .title {
	padding:7px 10px 0;	
	height:35px;
	text-align:center;
}
.content .right .cat-item .title a {
	color:#0165b2;
	font-size:14px;
	font-weight:bold;	
}

.content .right .cat-item .img {
	text-align:center;
	padding:12px 0;
	height:111px;
	margin-top:0px;
}
.content .right .cat-item .desc {
	height:140px;
	line-height:18px;
	font-size:12px;
	padding: 0 7px;
	display:none;
	margin-top:-15px;
}
.content .right .cat-item:hover .desc {
	display:block;
}
.content .right .cat-item .desc p{
	margin:0;
	padding:0;
	font-size:11px;	
}

.content .right .cat-item .price {
	text-align:center;
	line-height:30px;
	padding-top:6px;
}
.content .right .emk-item .emk-price .big-blue,
.content .right .cat-item .price .big-blue {
	color:#0067b7;
	font-weight:bold;
	font-size:14px;
	font-family:Tahoma;
}
.content .right .emk-item:hover .emk-desc {
	text-decoration:underline;	
}
.content .right h2 {
 font-size:18px;	
}
.content .right p {
	line-height:1.5;	
}
.footer {
	height:131px;
	background:url(/images/footer-bg.gif) top repeat-x;
	font-size:11px;
	color:#6d6d6d;	
	margin-top:20px;
	line-height:17px;
}

.footer .inner {
	width:1050px;
	margin:0 auto;	
	padding-top:30px;
}
.footer .inner .left {
	float:left;
	width:350px;
	padding-left:30px;	
}

.footer .inner .center {
	float:left;
	padding-right:50px;
	
}
.footer .inner .center .title {
	font-weight:bold;
	font-size:14px;	
}
.footer .inner .center a {
	color:#0060a3;	
}
.footer .inner .right {
	float:left;	
}



.content .right .blue-button {
	width:212px;
	height:49px;	
	margin-bottom:7px;
}
.content .right .blue-button a {
	display:block;
	background: url(/images/blue-button.png) left top no-repeat;
	line-height:49px;
	color:#424242;
	font-size:14px;
	text-align:center;	
	text-decoration:none;
	font-weight:bold;
	font-family: Tahoma;
	outline:none;
}

.content .right .blue-button a:hover {
	background: url(/images/blue-button.png) left -49px no-repeat;
	text-shadow: white 1px 1px 1px;	
}


.content .right .blue-button-240 {
	width:240px;
	height:37px;	
	margin-bottom:7px;
	float:left;
	margin-right:4px;
}
.content .right .blue-button-240 a {
	display:block;
	background: url(/images/blue-button-240.png) left top no-repeat;
	line-height:37px;
	color:#424242;
	font-size:12px;
	text-align:center;	
	text-decoration:none;
	font-weight:bold;
	font-family: Tahoma;
	outline:none;
	text-shadow: white 1px 1px 1px;	
}
.content .right .blue-button-240 a.active,
.content .right .blue-button-240 a:hover {
	background: url(/images/blue-button-240.png) left -37px no-repeat;
	color:white;	
	text-shadow:none;
	text-transform:uppercase;
}



.content .right .blue-button-b {
	width:740px;
	height:49px;	
	margin-bottom:20px;
	margin-left:5px;
}
.content .right .blue-button-b a {
	display:block;
	background: url(/images/blue-button-740.png) left top no-repeat;
	line-height:49px;
	color:#424242;
	font-size:17px;
	text-align:center;	
	text-decoration:none;
	font-weight:bold;
	font-family: Tahoma;
	outline:none;
}

.content .right .blue-button-b a:hover {
	background: url(/images/blue-button-740.png) left -49px no-repeat;
	text-shadow: white 1px 1px 1px;	
}



#jsddm {
    margin: 0;
    padding: 0;
}
 
#jsddm li {
    float: left;
    list-style: none;
	background: url(/images/top-header-spacer.png) right top no-repeat;
	height:50px;
	display:block;
}
#jsddm .active_child,
#jsddm .active,
#jsddm li:hover {
	background: url(/images/top-menu-hovered.png) right top no-repeat;
}

#jsddm li a {
	text-decoration:none;
	text-transform:uppercase;
	color:#2e2e2e;
	font-weight:bold;
	padding:17px 39px 0;
	height:33px;	
	display:block;
    white-space: nowrap;
}
 

#jsddm  .active a,
#jsddm  .active_child a, 
#jsddm li:hover a,
#jsddm li a:hover{
	color:#ffffff;
	text-shadow: black 0px -1px 1px;
}

 
#jsddm li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid white;
    background:url(/images/dd-footer.png) center bottom no-repeat;
    padding-bottom:10px;
}
 
#jsddm li ul li {
    float: none;
    display: block;
    background:#f1f6fa;
    height:30px;
    border-bottom:1px solid #d5dadd;
}
#jsddm li ul li.active,
#jsddm li ul li:hover {
    float: none;
    display: block;
    background:url(/images/dd-menu-selected.jpg) left top no-repeat;
    
}
#jsddm li ul li.active {
	color:white;
	line-height:30px;
    padding:0 30px;
}
#jsddm li ul li a {
    width: auto;
    height:30px;
    padding:0;
    margin:0;
    line-height:30px;
    padding:0 30px;
    width:152px;
    background:url(/images/dd-list.gif) 15px top no-repeat;
    text-shadow:none !important;
    font-size:10px;
    color:#4b4a4a !important;
    
}

#jsddm li ul li a.active,
#jsddm li ul li a:hover {
	height:30px;
    background-position:15px -30px;
    color:white  !important;
}

table,tr ,td {border:0}
td {vertical-align:top}

.hl-table
{
	border-collapse:collapse;
	font-size:11px;
	border:0;	
	color:#686868;
}
.hl-table tr {
	background:#eff7f9;	
	
}
.hl-table tr.dark {
	background:#e1eff4;	
}
.hl-table th,
.hl-table td {
	border:1px solid #c6d5da;
	padding:10px 7px;
	text-align:center;	
}

.hl-table th {
	background:#d9e6eb;	
}

.hl-table tr.top th {
	border-top:0;	
}
.hl-table th.first {
	border-top:0;
	border-left:0;
	background:url('/images/tt-tl.gif') left top no-repeat #d9e6eb;	
}
.hl-table th.last {
	border-top:0;
	border-right:0;
	background:url('/images/tt-tr.gif') right top no-repeat #d9e6eb;	
}
.hl-table td.last {
	border-right:0;
}
.hl-table td.first {
	border-left:0;
}
.hl-table tr.bottom {
	background:#d9e6eb;	
}
.hl-table tr.bottom td {
	border:0;	
}
.hl-table tr.bottom td.first {
	background:url('/images/tt-bl.gif') left bottom no-repeat #d9e6eb;	
}
.hl-table tr.bottom td.last {
	background:url('/images/tt-br.gif') right bottom no-repeat #d9e6eb;	
}
.hl-table .tt-hided {
	display:none;	
}

.hl-table th a.all-table {
	text-decoration:none;
	color:#686868;
		
}
.hl-table tr.bottom a {
	font-weight:bold;
	color:#686868;
	text-decoration:none;
}
.hl-table tr.bottom a span{
	border-bottom:1px dashed #686868; 
}
.hl-table th a.all-table span {
	
	border-bottom:1px dashed #686868;
		
}


.back {display:none}



.images-block {


}

.slider-wrap								{ 
	
	border:3px solid #6db0d9;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin:10px;
	padding:10px;
	width:419px;
}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 419px;}
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 419px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{  }
#movers-row div								{ 	
	border:1px solid #6db0d9;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin:15px 5px 0 0;
	padding:5px;
	float:left;
	height:100px; width:100px
 }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 100px;
											  position: relative; ; z-index: 9999; }
.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }





		.block-3d {display:none}
		
		.gallery {
			width:500px;

		}
		.gallery .gallery-main .gallery-button-3d {
			width:90px;
			height:75px;
			border:1px solid #f2f2f2;
			background: url(/images/3d-bg.png) 10px center no-repeat #f9f9f9;
			position:relative;
			margin-left:320px;
			margin-top:225px;
			line-height:75px;
			text-decoration:underline;
			padding-left:80px;
			color:gray;
			font-weight:bold;
			cursor:pointer;
			-webkit-border-bottom-right-radius: 15px;
			-moz-border-radius-bottomright: 15px;
			border-bottom-right-radius: 15px;
		}
		
		.gallery .gallery-main {
			width:490px;
			height:300px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
			border:3px solid #6db0d9;
			overflow:hidden;	
			position: relative;
			
		}
		.gallery .gallery-main .gallery-image {
			position:relative;	
			width:3000px;
			
		}
		.gallery .gallery-main .gallery-image div{
			width:490px;
			height:300px;
			background: center center no-repeat;
			float:left;
		}
		.gallery .gallery-preview a{
			display:block;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
			border:1px solid lightgray;
			float:left;
			margin: 16px 4px 1px 1px;
			width:118px;
			height:90px;
			background: center center no-repeat;
			text-decoration:none;
			opacity:0.5;
		}
		.gallery .gallery-preview a:hover{
			opacity:1;
			border:2px solid #70b4d9;
			margin: 15px 3px 0 0;
		}

		.gallery .gallery-preview a.active{
			opacity:1;
			border:2px solid #70b4d9;
			margin: 15px 3px 0 0;
		}

		.sub-gallery {
			border:2px solid #6caac3;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
			background:#d0eaf4;
			margin-top:20px;
		}
		.sub-gallery .sg-left-control {
			width:35px;
			height:55px;
			float:left;
			margin:37px 7px;
		}
		.sub-gallery .sg-left-control a {
			display:block;
			width:35px;
			height:55px;
			background:url(/images/sg-arrows.png) 0px 0px no-repeat;
			text-decoration:none;
		}
		.sub-gallery .sg-left-control a:hover {
			background-position:0px -55px;
		}
		.sub-gallery .sg-right-control {
			width:35px;
			height:55px;
			float:right;
			margin:37px 7px;
		}
		.sub-gallery .sg-right-control a {
			display:block;
			width:35px;
			height:55px;
			background:url(/images/sg-arrows.png) -35px 0px no-repeat;
			text-decoration:none;
		}
		.sub-gallery .sg-right-control a:hover {
			background-position:-35px -55px;
		}
		.sub-gallery .sg-images {
			overflow:hidden;
			height:130px;
			width:648px;
			border:0px solid red;
			float:left;
			position: relative;
		}
		.sub-gallery .sg-image {
			float:left;	
			border:2px solid #d0eaf4;
			padding:2px;
			margin:5px 2px;
		}
		.sub-gallery .sg-images .sg-idata {
			position:relative;	
			width:3000px;
			top: 0px;
			left:0px;
		}
		.sub-gallery .sg-image:hover {
			border:2px solid #4790ae;
		}
		
		.cont_tb td{
				height:30px;
				vertical-align:middle;
		}
		
		.cont-fblink {
			height:60px;
			padding-left:120px;
			background:url(/images/cont-back.png) left center no-repeat;
			line-height:60px;
			margin: 20px 0;
			margin-left:-15px;
		}
		.cont-fblink a {
			text-decoration:none;
			color:#0a68b1;
			font-weight:bold;
		}
		.cont-fblink a span {
			border-bottom:1px dashed #0a68b1;
		}
		
		.cont-wdlink {
			height:40px;
			padding-left:57px;
			background:url(/images/cont-word.png) left center no-repeat;
			margin: 10px 0;
			padding-top:3px;
			
		}
		.cont-wdlink a {
			text-decoration:underline;
			color:#0a68b1;
			font-size:12px;
		}

		.cont-map .map {
			width:730px;
			height:730px;
			border:3px solid #6cacc9;
			-webkit-border-radius: 15px;
			-webkit-border-top-left-radius: 0;
			-moz-border-radius: 15px;
			-moz-border-radius-topleft: 0;
			border-radius: 15px;
			border-top-left-radius: 0;
			padding:5px;
			margin-top:-3px;
		}

		.cont-map.bas .map {
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
		}
		
		.cont-map .cm-tab {
			background:white;
			border:3px solid #e1eaed;
			-webkit-border-top-left-radius: 15px;
			-webkit-border-top-right-radius: 15px;
			-moz-border-radius-topleft: 15px;
			-moz-border-radius-topright: 15px;
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
			border-bottom:0;
			height:25px;
			float:left;
			margin-right:10px;
			padding:10px 20px 0 20px;
			color:#0a68b1;
			font-weight:bold;
			cursor:pointer;
		}
		.cont-map.bas .cm-tab {
			height:100px;
			padding:10px 10px 0 10px;
		}
		.cont-map.bas .big-scheme {
			float:left;	
			width:360px;
			text-align:center;
		}
		
		.cont-map.bas .tth-table {
			float:left;	
		}
		
		.cont-map.bas .tth-table table td{
			font-size:11px;
			color:#838383;
			border:1px solid #e1e1e1;
			padding:3px;
			border-collapse:collapse;
		}
		.cont-map.bas .tth-table table .dark td{
			background-color:#f7f7f7;
		}
		.cont-map .cm-tab span {
			border-bottom:1px dashed #0a68b1;
		}
		.cont-map .cm-tab.active {
			border:3px solid #6cacc9;
			border-bottom:0;
			height:28px;
			color:#434343;
		}
		.cont-map.bas .cm-tab.active {
			height:103px;
		}
		.cont-map .cm-tab.active span {
			border-bottom:0;
		}
		.cont-map .map div.mapin{
			display:none;
			height:730px;
		}
		.cont-map .map div.active{
			display:block;	
		}		
		
		.emk-item {
			width:750px;
			height:170px;
			background:url(/images/item-bg.png) left top no-repeat;
			float:left;
			margin-right:10px;
			margin-bottom:20px;
		}
		.emkpools.emk-item {
			width:360px
		}
		.emk-item .emk-ip {
			float:left;	
		}
		.emk-item .emk-image {
			width:147px;
			height:117px;
			margin:5px;
			overflow:hidden;
			float:none;
			text-align:center;
		}
		.emk-item .emk-price {
			width:147px;
			margin:5px;
			height:30px;

			float:none;
			text-align:center;
			line-height:30px;
		}
		.emk-item .emk-desc {
			float:right;	
			width:571px;
			padding-top:10px;
		}

		.emk-item .emk-desc a {
			font-weight:bold;	
		}		
		.emkpools.emk-item .emk-desc {
			width:180px;
		}
		
.content .right .emk-item .emk-desc .emk-black {
	font-weight:normal;
	text-decoration:none;
	color:#4F4F4F;	
}
.content .right .emk-item .emk-desc .emk-black:hover {
	text-decoration:underline;
	color:#4F4F4F;	
}
		
		.photo-controls {
			margin-bottom:20px;	
		}
		
		.photo-small-image {
			width:220px;
			height:150px;
			padding:5px;
			border:3px solid #9a9a9a;
			float:none;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			text-align:center;
			cursor:pointer;
		}
		.photo-small-image:hover {
			border:3px solid #6cacc9;
		}
		.photo-block {
			padding:0 5px 10px 5px;
			text-align:center;
			float:left;
			height:210px;
		}
		.photo-name {
			padding:5px 0;
			font-size:12px;
		}
		
		.photo-paging td{
			text-align:center;
			padding:3px;
		}
		
		.photo-paging .next_link,
		.photo-paging .back_link {
			padding: 5px 5px;
			line-height:24px;
		}
		
		.photo-paging td a {
			text-decoration:none;
			color:#838383;
		}
		
		.photo-paging .back_link a,
		.photo-paging .next_link a {
			text-decoration:underline;
			font-size:11px;
		}

		.video-block {
			border:3px solid #6cacc9;
			padding:5px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
		}
		
		.faq {
			padding: 0 0 10px;
			margin: 0 0 10px;
			border-bottom:1px solid #d9d9d9;
		}
		
		.faq .faq_question a{
			color:#2d2d2d;
			font-weight:bold;
			text-decoration:none;
			font-size:14px;
		}
		.faq .faq_question a span{
			border-bottom:1px dashed #2d2d2d;
		}
		
		.faq .faq_answer {display:none}
		
		
input, select, textarea {
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    padding: 6px;
}
textarea {
    width: 400px;
}
.infofield {
    margin-bottom: 5px;
    margin-top: 15px;
}
input.button {
    background: none repeat scroll 0 0 #2485bc;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 15px;
}		


.content .right #filtr {
	border:1px solid #dcdddf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	background: #eef7fc;
	padding:30px;	
}
.content .right #filtr .filtr-nav {
	width:354px;
	margin:0 auto 10px; 	
}
.content .right #filtr .filtr-nav a {
	display:block;
	text-align:center;
	line-height:58px;
	height:58px;
	width:59px;
	float:left;
	background:url(/images/vib-sprite.png) left top no-repeat;
	color:#26231e;
	text-decoration:none;
	text-shadow: white 0px 1px 1px;
	font-size:16px;
	font-weight:bold;	
}
.content .right #filtr .filtr-nav a.active {
	background-position:left -116px;
	font-size:20px;
}
.content .right #filtr .filtr-nav a.filled {
	background-position:left -58px;
}

.content .right #filtr .sept_opt {
	clear:both;
	font-size:22px;
	color:#414342;
	padding:20px 0 0 0;
	text-align:center;	
}
.content .right #filtr .sept_opt h6 {
	margin:0;
	padding:0;	
	font-size:22px;
	color:#414342;
	font-weight:normal;
}
.content .right #filtr .sept_opt .filtr-buttons {
	margin-top:30px;	
}


.content .right #filtr .sept_opt .filtr-buttons a {
	display:block;
	background: url(/images/blue-button.png) left top no-repeat;
	line-height:49px;
	color:#424242;
	font-size:14px;
	text-align:center;	
	text-decoration:none;
	font-weight:bold;
	font-family: Tahoma;
	outline:none;
	margin:0 3px;
	width:212px;
	height:49px;	
}
.content .right #filtr .sept_opt .filtr-buttons a:hover {
	background: url(/images/blue-button.png) left -49px no-repeat;
	text-shadow: white 1px 1px 1px;	
}
.content .right #filtr .sept_opt .filtr-buttons a.b350 {
	background: url(/images/blue-button-350.png) left top no-repeat;
	width:350px;
}

.content .right #filtr .sept_opt .filtr-buttons a:hover {
	background-position: left -49px;
}

.consultant-form {
	border:1px solid #d1d1d1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	overflow:hidden;
}

.consultant-form .caption {
	height:48px;
	line-height:48px;
	border-bottom:1px solid #c7c7c7;
	background:#edf7fb;	
	padding: 0 20px;
	font-weight:bold;
	font-size:18px;
}

.consultant-form form {
	margin:20px;	
}
.consultant-form .infofield input, 
.consultant-form textarea.inptext {
	border:3px solid #c9c9c9;
	padding:3px;	
	outline:none;
}
.consultant-form textarea.inptext  {
	width:550px;	
	height:70px;
}
.consultant-form .infofield span {
	width: 100px;
	display:block;
	float:left;
	line-height:27px;
	text-align:right;
	margin-right:10px;	
	font-weight:bold;
}
.consultant-form .infofield.small input {
	width:100px;	
}
.consultant-form .infofield.small {
	float:left;	
}

.news {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom: 1px solid #d9d9d9;	
}

.news .news_name a{
	font-weight:bold;
	color: #1c7bc0;
	font-size:14px;
}

.news .news_name a:hover{
	color:#777777;	
}
.news .news_date {
	font-size:11px; 
	color: #9b9b9b;	
}
.news_id .previous_link,
.news_id .next_link {
	margin:5px 0;
	
}

.news_id .show_all a {
	font-size:11px; 
	color: #9b9b9b;		
}

.content .right table.block2d3d p {
	margin-top:0;	
}
.useradmin_panel {
	display:none;
}

		h2.bot-border {
			border-bottom: 1px solid #cacaca;
			font-size:24px !important;
			width:760px;
		}
		.gallery.horizontal {
			width:760px;	
		}
		.gallery.horizontal .gallery-main{
			float:left;
			height:385px;
		}
		.gallery.horizontal .gallery-main .gallery-image div {
			height:385px;
		}
		.gallery.horizontal .gallery-preview a.active {
			margin : 0px 3px 5px 7px;	
		}
		.gallery.horizontal .gallery-preview a {
			margin: 1px 4px 6px 8px
		}
		.gallery.horizontal .gallery-preview a:hover {
			margin : 0px 3px 5px 7px;	
		}
		.gallery.horizontal .gallery-main .gallery-image {
			width:6000px;	
		}
		
		.kup-geom div {
			float:left;
			width:140px;
			text-align:center;
			padding:15px 0;
			margin-left:10px;
			border:1px solid #cacaca;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
			margin-bottom:10px;
		}
		.kup-geom div.first {
			margin-left:0;	
		}
		.kup-sid {
			margin:20px 0;	
			
		}
		.kup-sid .mblock {
			width:240px;
			padding:5px;
			float:left;
			font-weight:bold;
			padding-top:8px;
		}
		.kup-sid .mblock.btext {
			font-size:22px;
			padding-top:0;
		}
		.kup-sid .mblock .mimg {
			border:1px solid #cacaca;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;	
			padding:15px;
			text-align:center;
			margin-top:10px;
		}
		
		.kup-otvod {
			width:375px;
			float:left;
			margin-top:15px;
		}
		.kup-otvod .oimg{
			border:1px solid #cacaca;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;	
			text-align:center;
			padding:7px;
			width:140px;
			float:left;
		}
		.kup-otvod .odesc {
			float:left;
			margin-left:15px;
			width:190px;
			font-size:11px;
		}
		.kup-otvod .odesc .otitle{
			font-weight:bold;
			font-size:14px;
		}
		.kup-decor {
			width:240px;
			padding:5px;
			float:left;
			font-weight:bold;
			padding-top:8px;
			text-align:center;
		}
		.kup-decor .dimg{
			border:1px solid #cacaca;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;	
			text-align:center;
			padding:7px;			
		}
		.kup-gidro,
		.kup-temper {
			width:280px;
			float:left;
			padding-left:80px;
			padding-top:20px;
		}
		.kup-gidro {
			margin-right:20px;
			background: url(/images/kupel/gidro.jpg) left 15px no-repeat;
		}
		.kup-temper {
			background: url(/images/kupel/temper.jpg) left top no-repeat;
		}
		.kup-gidro .gttitle,
		.kup-temper .gttitle {
			font-weight:bold;
			font-size:24px;
			margin: 15px 0 10px 0;
		}
		


.content .right .emk-item .emk-desc .pool-black {
	font-weight:normal;
	text-decoration:none;
	color:#4F4F4F;	
}
.content .right .emk-item .emk-desc .pool-black:hover {
	text-decoration:underline;
	color:#4F4F4F;	
}

.pool-colors {
	display:block;
	width:200px;
	height:65px;
	background: url(/images/pool-colors.png) left center no-repeat;
	padding-left:70px; 	
	line-height: 65px;
	float:left;
	margin-bottom:20px;
	outline:0;
}

.pool-stone {
	display:block;
	width:200px;
	height:65px;
	background: url(/images/pool-stone.png) left center no-repeat;
	padding-left:70px;
	line-height: 65px;
	float:left;
	margin-bottom:20px; 	
}

.shop_param {
	border-bottom: 1px solid #C2C2C2;
    color: #8B8B8B;
    font-size: 11px;
    height: 20px;
    line-height: 15px;
    padding-top: 5px;	
}
.shop_param strong {
	 font-size: 12px;
	 color:#4F4F4F;
}
.shop_param .price {
	color: #3683C1;
    font-size: 21px;
    font-weight: bold;	
}

.tabla_ploskaya td,
.tabla_ploskaya th {
 padding: 1px 7px;
}

.hl-table tr.flat td {
	padding:0;	
}
.hl-table tr.top_empty th {
    border: 0;
     padding: 0;
}

.table1111 p {padding:0; margin:1px 0}
.activetable {
    height: 750px;
}
.activetable td.img {
    width: 200px;
}
.activetable table {
    position: absolute;
}
.activetable td.tab {
    background-color: #EFF7F9;
    cursor: pointer;
}
.activetable td.tab:hover, .activetable td.tab#active {
    background-color: #D9E6EB;
}
.activetable #tab01 th, .activetable #tab01 td {
    padding: 25px 7px;
}
.activetable #tab02 th, .activetable #tab02 td {
    padding: 9px 7px;
}
.activetable #tab03 th, .activetable #tab03 td {
    padding: 8px 7px;
}
.activetable #tab04 th, .activetable #tab04 td {
    padding: 4px 7px;
}


/*Таблица по ремонту и услугам - начало*/



.uslugi_table {

}
.uslugi_table tr td {
padding: 10px;
}
.uslugi_table tr td img {
width: 150px;
}





.sb_container {
	height:243px;
	background:url(/images/sb_left.png) left top no-repeat;
	padding-left:11px;
	width:728px;
	margin-bottom:25px;
}
.sb_container .sb_right {
	height:243px;
	background:url(/images/sb_right.png) right top no-repeat;
	width:728px;
	padding-right:11px;
}

.sb_container .sb_right .sb_inner{
	width:728px;
	height:243px;
	background:url(/images/sb_center.png) left top repeat-x;
	
}
.sb_container .sb_right .sb_inner .sb_left_control {
	background:url(/images/sb_left_control.png) left top no-repeat;
	width:29px;
	height:58px;
	position:absolute;
	margin-top:95px;
	cursor:pointer;
	z-index:2001;	
}
.sb_container .sb_right .sb_inner .sb_right_control {
	background:url(/images/sb_right_control.png) left top no-repeat;
	width:29px;
	height:58px;
	position:absolute;
	margin-top:95px;	
	margin-left:700px;	
	cursor:pointer;
	z-index:2000;
}
.sb_container .sb_right .sb_inner .sb_left_control:hover,
.sb_container .sb_right .sb_inner .sb_right_control:hover {
	background-position:left -58px;
}

.sb_container .sb_right .sb_inner .sb_controls {
	height:24px;
	position:absolute;
	margin-top:210px;
	margin-left:600px;	
	z-index:2000;
}
.sb_container .sb_right .sb_inner .sb_controls .sb_control{
	height:24px;
	width:24px;
	background:url(/images/sb_pos.png) left top no-repeat;
	cursor:pointer;
	float:left;
}
.sb_container .sb_right .sb_inner .sb_controls .sb_control.sb_active,
.sb_container .sb_right .sb_inner .sb_controls .sb_control:hover{
	background-position:left -24px;
}

.sb_container .sb_right .sb_inner {
	overflow:hidden;	
	position:relative;
}
.sb_container .sb_right .sb_inner .sb_content {
	width:2912px;
	height:243px;
	position:relative;
	z-index:100;
}
.sb_container .sb_right .sb_inner .sb_content .sb_slide {
	width:660px;
	padding:10px 34px;
	float:left;
}
.sb_container .sb_right .sb_inner .sb_content .sb_slide table{
	margin:0;	
}
.sb_container .sb_right .sb_inner .sb_content .sb_slide .sb_title {
	font-weight:bold;
	/*font-size:20px;*/
	font-size:17px;
	color:#0f72bd;
	margin-bottom:10px;
	margin-top:15px;
/*	text-align:right;*/
	text-align:left;
}
.sb_container .sb_right .sb_inner .sb_content .sb_slide .sb_text {
	font-size:15px;
	color:#818181;
    /*	text-align:right;*/
    text-align:left;
    line-height: 1.5;
}





.left .sb_container  {
height: 230px;
width: 245px;
background: none;
padding: 0;
margin: 25px 0; 

}

.left .sb_container .sb_head {
height: 30px;
width: 245px;
background: url(/img/akcii_top.png) no-repeat;
text-align: center;
line-height: 30px;
font-size: 24px;
color: #fff;
font-weight: 700;
}

.left .sb_container .sb_right {
width: 245px;
height: 230px;
background: none;
}


.left .sb_container .sb_right .sb_inner {
    border-left: 3px solid #00AFEC;
    border-right: 3px solid #00AFEC;
    overflow: hidden;
    position: relative;
    width: 239px;
    height: 230px;
    background: none;
}


.left .sb_container .sb_right .sb_inner .sb_controls {
    height: 24px;
    margin-left: 92px;
    margin-top: 210px;
    position: absolute;
    z-index: 2000;
    padding: 0;
}

.left .sb_container .sb_right .sb_inner .sb_content {
    height: 206px;
    position: relative;
    width: 1225px;
    z-index: 100;
}


.left .sb_container .sb_right .sb_inner .sb_content .sb_slide {
    float: left;
    width: 239px;
    padding: 0;
}

.left .sb_container .sb_bottom {
width: 245px;
height: 10px;
background: url(/img/akcii_bottom.png) no-repeat;
}


/*Таблица по ремонту и услугам - конец*/


.right .proekt_prices {
border: 5px solid #52a7c9;
display: inline-block;
padding: 10px;
}


.right .proekt_etapy {

}

.right .proekt_etapy tr td {
width: 33%;
padding: 15px;
vertical-align: top;
}

.right .proekt_etapy tr td img {

}

.right .proekt_etapy tr td span {
color: #52a7c9;
display: inline-block;
font-size: 15px;
font-weight: 700;
margin: 10px 0;
width: 100%;
text-align: center;
height: 30px;
}


.spec_stroitelstvo {
border: 10px solid #00aeef;
padding: 15px;
}

.spec_stroitelstvo img {
width: 700px;
}

.spec_stroitelstvo a {
font-size: 18px;
color: #085a96;
}

.montazh_table tr td {
width: 33%;
padding: 10px;
}
.montazh_table tr td  {
width: 33%;
}

