* {
	margin: 0px;
	padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #212121;
}
html, body {height: 100%;}
body {
	background-color: #CACACA;
}
img { border: none;}
h1{
	color:#7C7C7C;
	font-size:20pt;
	margin-bottom: 15px;
}
h2 {
	color:#E2001A;
	font-size:14pt;
	margin-bottom: 10px;
}
a {
	color: #000;
}
p, ul, ol {
	margin: 5px 0px;
	text-align:justify;
}
li {}
/* ===================================== */
ol {
	margin-left: 20px;
}
/* ===================================== */
.small * {font-size: 8pt;}
.red {color:#E3001A;}
/* ===================================== */
table.models_scroll {
}
	table.models_scroll * {
		text-align: center;
		font-size: 8pt;
		color: #7C7C7C;
/*		white-space: normal;*/
	}
	table.models_scroll td {
/*		height: 140px;*/
		width: 92px;
	}
	table.models_scroll td div.color {
		height: 13px;
	}
		table.models_scroll td div.color img {
			margin: 2px;
		}
	table.models_scroll td div.icon {
		height: 92px;
		border: 1px solid #C8C8C8;
		background-color: #fff;
	}
	table.models_scroll td div.name {
		padding-top: 5px;
		width: 92px;
	}
		table.models_scroll td div.name a {
			text-decoration: none;
		}
/* ===================================== */
#block_page {
	width: 100%;
	background: url('/data/img/bg_page.gif') repeat-x 0 0;
	text-align: center;
}
/* ===================================== */
#block_main {
	width:1000px;
	margin:0 auto;
	background:#FFFFFF;
}
/* ===================================== */
#block_header {
	position:relative;
	height: 110px;
	background: #070707 url('/data/img/bg_header.gif') repeat-x top;
}
	#block_header a {
		text-decoration: none;
	}
	#block_header ul {
		list-style-type: none;
	}
	#block_header li {
		float: left;
		padding-right: 25px;
	}
		#block_header li a {
			font-weight: bold;
			color: #fff;
			font-size: 8pt;
		}
		#block_header li a:hover {
			color: #f00;
		}
/* ===================================== */
#block_banner {
	height:160px;
	width:1000px;
	background: #000;
	border-bottom:1px solid #fff;
	clear: both;
}
/* ===================================== */
#kwick {
	width: 100%;
	height: 346px;
	background-color: #fff;
	background: url('/data/img/pic/pic.jpg') no-repeat top right;
	margin: 0px;
}
	#kwick ul {
		margin: 0px;
	}

	#kwick ul.kwicks {
		display: block;
		height: 30px;
		list-style-type: none;
		list-style-image: none;
		list-style-position: outside;
	}
	#kwick li.kwick {
		float: left;
		display: block;
		overflow: hidden;
		/*width: 120px;*/
		width: 105px;
		height: 346px;
		background: #fff no-repeat;
		cursor: pointer;
		text-align: left;
		line-height: 12px;
	}
		#kwick li.kwick div {
			width: 200px;
			margin-top: 125px;
			margin-left: 135px;
		}
			#kwick li.kwick div ul {
				list-style-type: none;
			}
			#kwick li.kwick div li {
				margin: 3px 0px;
			}
				#kwick li.kwick div li a {
					text-decoration: none;
				}

/* ===================================== */
#block_footer {
	clear:both;
	background: #CACACA url('/data/img/bg_footer.gif') repeat-x top;
	height: 31px;
	padding-top: 13px;
}
	#block_footer * {
		color: #666666;
		font-size: 8pt;
	}
	#block_footer div {
		padding-top: 5px;
	}
/* ===================================== */
#block_menu {
	width: 175px;
	height: auto;
	margin-top: 20px;
	float: left;
	text-align: left;
}
	#block_menu a {
		text-decoration: none;
	}
	#block_menu a.title {
		text-decoration: none;
		color:#E2001A;
		font-size: 12pt;
		font-weight:bold;
		margin-left: 10px;
		display: block;
	}

	#block_menu ul {
		list-style-type: none;
		margin-left: 10px;
	}
		#block_menu ul li {
			background-image:url('/data/img/blt_menu.gif');
			background-position:0 3px;
			background-repeat:no-repeat;
			margin: 5px 0px;
			padding-left: 10px;
		}
		#block_menu ul li.active {
			background-image:url('/data/img/blt_menu_r.gif');
		}
		#block_menu ul li.active a {
			color:#E2001A;
			font-weight: bold;
/*			border-bottom: 1px solid #CECECE;*/
		}
		#block_menu ul li a:hover {
			color:#E2001A;
		}
			#block_menu ul li ul li a {
				font-style: italic;
			}
			#block_menu ul li ul li a:hover {
				color:#E2001A;
			}
			#block_menu ul li.active ul li a:hover {
				color:#E2001A;
			}
			#block_menu ul li.active ul li a {
				color: #000;
				font-weight: normal;
			}
			#block_menu ul li ul li.active a {
				color:#E2001A;
				font-weight: normal;
/*				border-bottom: 1px solid #CECECE;*/
			}
/* ===================================== */
#block_content {
	margin-left: 180px;
	height: auto;
	margin-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
}
/* ===================================== */
div.models_info {
	overflow: hidden;
}
	div.models_info * {
		font-size: 8pt;
	}
/* ===================================== */
table.params {
	width: 100%;

}
	table.params th, table.params td {
		border-bottom: 1px solid #EEEEEE;
		padding: 5px 0px;
	}
	table.params th {
		width: 100px;
		font-weight: normal;
	}
	table.params td {
		border-bottom: 1px solid #EEEEEE;
	}
	table.params span.colors {
		text-decoration: underline;
		cursor: pointer;
	}

/* ===================================== */
div.block_preview {
	width: 270px;
	height: 100px;
	float: left;
	margin: 5px;
	padding: 5px;
}
	div.block_preview div.img {
		width: 100px;
		height: 100px;
		float: left;
		background: url('/data/img/block_preview_img_bg.gif') no-repeat left bottom;
		text-align: center;

	}
	div.block_preview div.title, div.block_preview div.title * {
		color:#E2001A;
		font-weight:bold;
	}
	div.block_preview div.date, div.block_preview div.date * {
		color:#E2001A;
		font-size:8pt;
		text-decoration: none;
	}
	div.block_preview div.text, div.block_preview div.text * {
		font-size:8pt;
		text-decoration: none;
	}
/* ===================================== */
div.block_news {}
	div.block_news div.date{
		font-size:8pt;
		margin-bottom: 5px;
	}
	div.block_news div.title{
		color: #E2001A;
		font-size:17px;
		font-weight:bold;
		margin-bottom:12px;
	}
	div.block_news div.text{
		margin-bottom: 5px;
	}
	div.block_news div.nav, div.block_news div.nav * {
		clear: both;
		text-align: right;
		font-size:8pt;
		text-decoration: none;
	}
	div.block_news img.image{
		float: left;
		margin-bottom: 10px;
		margin-right: 10px;
	}
/* ===================================== */
#employment_form {
}
	#employment_form div.row {
		clear: both;
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #CECECE;
	}
	#employment_form label {
		display: block;
		float: left;
		width: 100px;
	}
	#employment_form select {
		width: 200px;
	}
/* ===================================== */
#block_result {
	min-height:100px; 
	height:auto;
}
* html #block_result {
	height: 100px;
}
	#block_result table {
/*		table-layout: fixed;*/
	}
	#block_result table tr {
	}
	#block_result table th {
		/*width: 200px;*/
		width: 100px;
		text-align: center;
	}
	#block_result table th.basket {
		width: 150px;
	}
	#block_result table td {
		text-align: center;
		border-bottom: 1px solid #CECECE;
		padding: 10px 0px;
	}
	#block_result table .icon {
		width: 90px;
		padding: 0px;
	}
/* ===================================== */
.head_tel {
	position:absolute;
	right:25px;
	bottom:25px;
	color:#fff;
	font-weight:600;
}
/* ===================================== */
form.basket {
	padding: 20px;
}
	form.basket table th, form.basket table td {
		padding: 3px;
	}
	form.basket table th {
		border-bottom: 1px solid #000;
	}
/* ===================================== */
form.order {
	padding: 20px;
	text-align: left;
}
	form.order table th, form.order table td {
		padding: 3px;
	}
/* ===================================== */
.models_price * {
	font-size:8pt;
}
/* ===================================== */
#select_param_form {border-bottom:1px solid #CECECE; margin: 0px; padding: 0px; margin-bottom:10px;padding-bottom:10px;}
	#select_param_form label {padding-left: 20px;}
	#select_param_form select {width: 75px;}
/* ===================================== */

