@charset "UTF-8";

/* Настройки - умолчания */

p { margin: 0px; }
img { padding: 0px; }
a img {	border: solid 0px; }
table{ border-collapse: collapse; }
td { vertical-align: top; }
ul { 
	margin: 0px; 
	list-style-position: inside; 
	list-style-type: disc; 
	padding: 0px; 
}
li { margin: 0px; }
.clear { clear: both; }
.hide { display: none; }
.right { float: right !important; }
.left { float: left !important; }
img.left { margin-right: 10px; }
img.right { margin-left: 10px; }
.first {
	margin-left: 0px !important;
	margin-top: 0px !important;
}
.last {
	margin-right: 0px !important;
	margin-bottom: 0px !important;
}

/* Layout */

html {

}
body {
	margin: 0px; 
	padding: 0px; 
	font: 14px Arial, sans-serif;
	color: #666666;
	background: white;
	height: 100%;
	font-weight: normal;
	text-align: left;
}

.outerTop {
	width: 998px;
}

.viewLayout {
}
	.viewLayout .outerTopLeft {
		background: url('../images/main/outerLeftTopFon.png') right top repeat-x;
	}
		.viewLayout .outerTopLeft div {
			background: url('../images/main/outerLeftTop.jpg') right top no-repeat;
			height: 243px;
		}
	.viewLayout .outerTopRight {
		background: url('../images/main/outerRightTopFon.png') left top repeat-x;
	}
	

	
.outerBottomLeft {
	background: url('../images/outerBottomFon.png') left bottom repeat-x;
}
.outerBottomRight {
	background: url('../images/outerBottomFon.png') left bottom repeat-x;
}


/* Header */

.header {
	overflow: hidden;
	width: 998px;
	zoom: 1;
}
	.header .leftPart {
		float: left;
		width: 403px; 
		position: relative;
	}
	.header .rightPart {
		float: left;
		width: 595px; 
		position: relative;
	}
		.header .leftPart .logo {
			position: absolute;
			display: block;
			width: 328px;
			height: 79px;
			left: 0px;
			top: 33px;
			background: url('../images/logo.jpg') left top no-repeat;
		}
		
	.header .menu {
		position: absolute;
		left: 0px;
		top: 41px;
		width: 600px;	
	}
	
/* menu */

.menu {
	
}
.menu a {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: white;
	float: left;
	margin-right: 15px;
}
	
/* footer */

.footer {
	width: 998px;
	background: url('../images/footerFon.jpg') left bottom repeat-x;
}
	.footer .footerInfo {
		height: 74px;
	}
		.footerInfo .counters {
			float: left;
			width: 390px;
			padding: 40px 0 0 13px;
		}
		.footerInfo .footerContact {
			float: left;
			width: 595px;
			height: 74px;
			position: relative;
			background: url('../images/footerPhone.jpg') left top no-repeat;
		}
			.footerInfo .footerContact .phone {
				position: absolute;
				left: 125px;
				top: 20px;
				color: #15378c;
				font-family: "Arial Narrow", Arial, sans-serif;
				font-size: 17px;
				font-weight: bold;
			}
			.footerInfo .footerContact .year {
				position: absolute;
				left: 237px;
				top: 53px;
				color: #a0adcd;
			}
		
		
	.footer .footerLine {
		position: relative;
		height: 42px;
	}
		.footer .footerLine .menu {
			margin-left: 403px;
			padding-top: 18px;	
			position: absolute;
		}

/* Основные стили сайта */

a {
	color: #ff7f00;
	text-decoration: none;
}

a:hover {
	color: #ff7f00 !important;
}

.standartMargin {
	margin-bottom: 20px;
}


/* Специальные тексты */

.msgError {
	color: red;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 20px;
	zoom: 1;
}
	.msgError div {
		background:  url('../images/alert.png') left center no-repeat;
		padding-left: 30px;	
	}

.msgNotice {
	color: #000D85;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 20px;
	zoom: 1;
}
	.msgNotice div {
		
	}
	
.msgSystem {
	border: 1px solid #c0c0c0;
	padding: 8px;
	background: #eeeeee;
	padding-left: 30px;
	text-align: left;
	line-height: 20px;
}
	.msgSystem strong {
		color: #BF1D38;	
	}
	.msgSystem a {
		color: #BF1D38;	
	}

/* Page Bar */

.pageBar {
	padding-top: 14px;
	font-size: 14px;
	color: #a3a3a3;
}
	.pageBar .title {
		padding-right: 15px;
		float: left;
	}
	.pageBar .item {
		padding-right: 15px;
		float: left;
	}
	
/* Блоки */

.divider {
	height: 14px;
	background: url('../images/stroke.png') left top repeat-x;
}

.row {
	padding-bottom: 20px;
	overflow: hidden;
	zoom: 1;
	clear: both;
}
	.row .item {
		float: left;
		padding-right: 23px;
	}
	.row .last {
		padding-right: 0px;
	}

/* Тексты */

a.titleLink, .titleLink {
	font-weight: bolder;
	color: black;
	font-size: 14px;
	text-decoration: underline;
}

.smallText {
	font-size: 11px;
}

/* Общие стили - Системные */

.editor .FCKIndent {
	margin-left: 25px;	
}
.editor .FCKIndent2 {
	margin-left: 50px;	
}
.editor .FCKAlignLeft {
	text-align: left;	
}
.editor .FCKAlignCenter {
	text-align: center;	
}
.editor .FCKAlignRight {
	text-align: right;	
}
.editor .FCKAlignJustified {
	text-align: justify;
}

/* Общие стили */

h1, .editor .h1 {
	color: #ff7f00;
	font-weight: bold;	
	margin: 0px;
	margin-bottom: 14px;
	display: block;
	font-size: 16px;
}

h2, .editor .h2 {
	font-size: 16px;
	font-weight: bold;
	color: black;	
	margin: 0px;
	display: block;
	margin-bottom: 25px;
}

/* Большое  заглавие */
.editor .h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000d85;	
	margin: 0px;
	display: block;
}

.editor .h4 {
	font-size: 14px;
	font-weight: normal;
	color: #000d85;	
	margin: 0px;
	display: block;
}

/* Таблицы */
.editor table {
	border: 1px solid #666666;
}
	.editor table td {
		border: 1px solid #666666;
		padding: 4px;
	}
	.editor table th {
		border: 1px solid #666666;
		padding: 4px;
		font-weight: bold;
		text-align: left;
	}

/* Элементы Форм */

form {
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	font: 12px Arial, sans-serif;
	color: #3d3d3d;
	background: white;
	padding: 2px 5px;
	border: solid 1px #9b9b9b;
}
input.button {
	border: 0px;
	background: #000d85;
	color: white;
}
input.checkbox {
	width: auto;
	background: transparent;
	border: 0px;
}
textarea {
	height: 190px;
}
select {
	height: 19px;
	line-height: 19px;
}

/* Sendform */

.contactForm {
	padding-top: 55px;
}
	.contactForm .sendformLeft {
		width: 150px;
		padding-right: 30px; 	
	}
	.contactForm .item  {
		zoom: 1;
		overflow: hidden;		
	}
	.contactForm .space  {
		margin-bottom: 18px;
	}
		.contactForm .item .title {
			line-height: 21px;
		}
	
	.contactForm input, .contactForm textarea { 
		width: 90%;
	}
	.contactForm textarea { 
		display: block;
		width: 90%;
	}
	
	.contactForm input.button{
		float: left;
		width: auto;
	}
	
	.contactForm .captcha input {
		
	}
	
	.contactForm .captcha img {
		
	}
                             

/* ВИДЖЕТЫ */


/* YMap */

.ymap {
	ovefrlow: hidden;
}
	.ymap .container {
		width: 320px;
		height: 240px;
		margin-bottom: 15px;
		margin-top: 15px;
		border: solid 1px #999999;
	}

/* Календарь */

.calendar_widget {
	width: 175px;
	padding: 3px;
	background: #f0f0f0;
	border: solid 1px #909090;
}
.calendar_widget select {
	line-height: 20px;
}
select.calendar_widget_month {
	width: 80px
}
select.calendar_widget_year {
	width: 80px
}

.calendar_widget table {
	margin-top: 5px;
}
.calendar_widget table td{
	border: solid 1px #909090;
	background: #f0f0f0;
	height: 22px;
	width: 24px;
	padding: 0px;
	text-align: center;
}
.calendar_widget table th{
	border: solid 1px #909090;
	background: #86a1b3;
	height: 15px;
	width: 24px;
	padding: 0px;
	text-align: center;
}
.calendar_widget table td a {
	width: 100%;
	height: 14px;
	padding: 3px 0px;
	text-align: center;
	display: block;
	background: white;
	color: #606060;
}
.calendar_widget table td a.day_select {
	background: #d6e6f2;
}

/* Диалоговое окно */

.widget_dialog {
	position: absolute;
	float: left;
	margin: 0px;
	left: 50%;
	top: 50%;
	background: white;
	color: #3f3f3f;
	z-index: 1200;
	min-height: 90px;
	min-width: 90px;
	padding: 3px;
}
	.dialog_container {
		text-align: left;
	}
		.dialog_header {
			padding: 8px;
			background: #abb1be;
			font-weight: bold;
			position: relative;
		}
			.dialog_header .dialog_title {
				color: white;
				padding-right: 20px;
			}
			.dialog_buttonset {
				position: absolute;
				right: 5px;
				top: 5px;
			}
				.button_close {
					display: block;
					background: url('widget_images/close.png') left top no-repeat;
					width: 18px;
					height: 18px;
				}
		.dialog_body {
			text-align: left;			
		}				
			.widget_dialog .dialog_link {
				padding: 5px 0px;
				font-size: 11px;
				height: 16px;
			}
			* html .widget_dialog .dialog_link {
				height: auto;
				padding-bottom: 21px;
			}
				.widget_dialog .dialog_link .item_left {
					position: absolute;
					float: right;
					left: 15px;
				}
				.widget_dialog .dialog_link .item_right {
					position: absolute;
					float: left;
					right: 15px;
				}
			.widget_dialog .dialog_photo {
				clear: both;
				padding:0 20px 20px 20px;
			}
			.widget_dialog .dialog_description {
				padding-top: 3px;
				font-size: 11px;
				font-weight: normal;
			}
				.dialog_description .title{
					font-weight: bold;
					margin-bottom: 3px;
					margin-top: 3px;
				}
				
/* Загрузчик */

.widget_loader {
	background: black;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1100;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
				


/* Настройки ViewLayout */

.catalogLayout {
}
	.catalogLayout .outerTopLeft {
		background: url('../images/catalog/outerLeftTopFon.png') right top repeat-x;
	}
		.catalogLayout .outerTopLeft div {
			background: none;
			height: 147px;
		}
	.catalogLayout .outerTopRight {
		background: url('../images/catalog/outerRightTopFon.png') left top repeat-x;
	}

/* header */

.header {
	margin-bottom: 20px;
}

.catalogLayout .header .leftPart {
	height: 147px;
	background: url('../images/catalog/headerLeft.jpg') left top no-repeat;
}
.catalogLayout .header .rightPart {
	height: 147px;
	background: url('../images/catalog/headerRight.jpg') left top no-repeat;
}

.headerContact {
	color: orange;
	position: absolute;
	left: 96px;
	top: 86px;
	width: 400px;
	text-align: right;
}
	.headerContact .phone {
		font-size: 16px;
		font-weight: bold
	}
		.headerContact .phone span {
			padding-left: 20px;
		}
	.headerContact .adres {
		padding-top: 10px;
	}

/* Меню каталога */

.menuLine {
	padding: 0px 0px 35px 14px;
	overflow: hidden;
	zoom: 1;
}	
	.menuLine .item {
		float: left;
		position: relative;
		padding-right: 1px;
	}
		.menuLine .item .corner {
			position: absolute;
			left: 30px;
			background: url('../images/catalog/catalogListPointer.gif') left top no-repeat;
			width: 11px;
			height: 6px;
		}
		.menuLine .item a {
			display: block;
			height: 28px;
			width: auto;
			padding-top: 13px;
			background: #12317f;
			font-size: 14px;
			color: white;
			text-decoration: underline;
			text-align: center;
		}
		.menuLine .item a:hover {
			background-color: #ff7f00;
			color: white !important;
		}
		.menuLine .first a {
			background-image: url('../images/catalog/catalogListLeftFon.png');
			background-repeat: no-repeat;
			background-position: left top;
		}
		.menuLine .first a:hover {
			background-position: 0px -41px;
		}
		.menuLine .last a {
			background-image: url('../images/catalog/catalogListRightFon.png');
			background-repeat: no-repeat;
			background-position: right top;
		}
		.menuLine .last a:hover {
			background-position: right -41px;
		}
/* Структура body */

.content {
	width: 620px;
	float: left;
}
	.content .borderArea {
		border: solid 1px #ff7f00;
		padding: 16px;
		padding-top: 23px;
		position: relative;
		color: black;
	}
	
		.borderArea .titleHeader {
			top: -8px;
			position: absolute;
			width: 582px;
			font-size: 14px;
		}
			.borderArea .titleHeader div {
				color: #ff7f00;
				background: white;
				float: left;
				padding: 0 7px;
			}

/* Каталог */

.catalogMenu {
	padding-left: 12px;
	padding-right: 30px;
	float: left;
	width: 250px;
}
	.catalogMenu .catalogSection {
		border-top: #a3a3a3 solid 1px;
		padding-top: 17px;
		padding-bottom: 20px;
	}
	
		.catalogMenu .catalogDivision {
			line-height: 20px;
			padding-bottom: 20px;
		}
		.catalogMenu .last {
			padding: 0px;
		}
			.catalogMenu .catalogDivision .title {
				color: #808080;
				font-size: 14px;
				padding-bottom: 2px;
			}
			.catalogMenu .catalogDivision .item {
				color: #4a4a4a;
			}
				.catalogMenu .catalogDivision .item a {
					color: #4a4a4a;
					padding-left: 17px;
					background: url('../images/catalog/menuListPointer.gif') left center no-repeat;
					text-decoration: underline;
				}
				.catalogMenu .catalogDivision .itemz a {
					color: #4a4a4a;
					padding-left: 17px;
					text-decoration: underline;
				}

				.catalogMenu .catalogDivision .item a.select {
					color: #ff7f00;
				}
				
		.catalogMenu .catalogOther {
			font-size: 14px;
			line-height: 22px;
		}
			.catalogMenu .catalogOther .item {
			}
				.catalogMenu .catalogOther .item a {
					color: #122f72;
					text-decoration: underline;
				}
				.catalogMenu .catalogOther .item a.select {
					color: #ff7f00;
				}
				
				
	

/* Наполнение */

.row .item {
	width: 180px;
}

/* Блоки */

.productList {
	
}
	.productList .itemProduct {
		overflow: hidden;
		zoom: 1;
		padding-bottom: 20px;
	}
	.productList .last {
		padding: 0px;	
	}
		.productList .itemProduct .photo {
			float: left;
		}
		
/* Гамма */
.gammaList {
	
}
	.gammaList .item {
		padding-right: 17px;
		width: 130px;
	}
	.gammaList .row .last {
		padding-right: 0px;;	
	}
	
	.gammaList .titleLink {
		color: black;
		font-size: 12px;
		text-decoration: none;
		font-weight: normal;
	}
	
/* Галерея */
.galleryList {
	
}
	.galleryList .cmp {
		padding-top: 8px;
	}
	.galleryList .titleLink {
		font-size: 12px;
		text-decoration: none;
	}
	
/* Товар */
.itemProduct {
	
}
	.itemProduct .titleGoup {
		float: left;
	}
	.itemProduct .cmp {
		clear: both;
		padding-top: 7px;
	}
	.itemProduct .text {
		padding-left: 192px;
	}
	.itemProduct .price {
		margin-left: 20px;
	}

/* Описание товара */

.productDescription {
	overflow: hidden;
	zoom: 1;
}
	.productDescription .cmp {
		padding-top: 8px;
	}
		.productDescription .photo {
			float: left;
		}
		.productDescription .text {
			margin-left: 315px;
		}
		
		.productDescription .price {
			margin-top: 20px;	
		}
	
.bindProductList {
	padding-top: 36px;
}
	.bindProductList .title {
		color: #a3a3a3;
		font-size: 14px;
		padding-bottom: 16px;
	}
	
* html .price {
	width: 80px;
}
.price {
	text-align: center;
	float: left;
}
	.price .sum {
		line-height: 25px;
		background: #ff8704;
		padding: 0 12px;
		color: white;
		font-weight: bold;
		font-size: 16px;
	}
	.price .corner {
		background: url('../images/catalog/priceCorner.png') center top no-repeat;
		height: 6px; 
	}
	
.cmp .row .item {
	padding-right: 14px;
	width: auto;
}
.cmp .row {
	padding-top: 5px;	
	padding-bottom: 0px;
}
.cmp .item img {
		width: 90px;
		height: 90px;
}
.photoFloat {
	float: left;
}
.dentro {margin-top: 5px;
         margin-bottom: 10px;	
       }
p:first-letter {
     margin-left: 5px;
      }

