/* (c) Михаил Чепов для ООО "Русское поле", 2007. Все права защищены */

/************************[ общие параметры ]***************************/

body {
	margin: 0;
	padding: 0 0 20px 0;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	min-width: 900px;
	background: #fff url("/images/bg-body.gif") left top repeat-x;
	color: #555;
}

a { color: #069; }
a:visited { color: #069; }
a:hover { color: #f90; }

p {
	margin: 0;
	padding: 0 0 20px 0;
}

/****************************[ заголовки ]*****************************/

h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #069;
	padding-bottom: 10px;
	background: url("/images/bg-title.gif") left bottom repeat-x;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #333;
}

h4 {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    margin: 20px 0 15px 0;
}

/***********************[ общие стили ]***************************/

form {
	margin-bottom: 20px;
}

label {
	display: block;
	/*float:left;
	width: 140px;
	padding-right: 20px;*/
}

input[type=text], input[type=password], textarea {
	clear: both;
	display: block;
	font-family: inherit;
	border: 1px solid #ccc;
}

input[type=checkbox] {
	display: inline !important;
	float: left;
	clear: left;
	margin: 2px 6px 7px 2px;
}

#text {
	width: 480px !important;
}

input[type=hidden] {
	border: none !important;
}

input[type=submit], input.submit {
	display: inline;
	vertical-align: bottom;
	padding: 3px 5px;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	margin-top: 10px;
	border: 1px solid #ccc;
}

input.wrong {
	border: 1px solid red !important;
}

input.date-field {
	display: inline;
}

div.required {
	clear: both;
	color: #000;
}

div.required span, span.red {
	color: #f00;
	font-size: 15px;
}

div.optional {
	clear: both;
	color: #777;
}

div.flash-message {
	margin: 10px 0 20px 0;
	padding: 15px 25px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	color: #f00;
	position: absolute !important;
	top: 180px;
	left: 40px;
	width: 550px;
}

.alarm {
	margin: 10px 0 20px 0;
	padding: 15px 25px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	color: #f00;
}

.alt {
	background-color: #eee;
}

.over {
	background-color: #fcc;
}

.hr {
	height: 10px;
	border-top: 1px solid #ccc;
	margin: 20px 12px 0 35px;
	clear: both;
}

.red { color: #c30; }

.table-data {
	width: 300px;
	margin: 0 0 12px 0;
	padding: 0;
}

.table-data td, .table-data th {
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding: 3px 5px;
}

.table-data th {
	font-size: 0.85em;
	color: #333;
	font-weight: normal;
}

.wide {
	width: 90% !important;
}

.alt { background-color: #f1f1f1; }
.over { background-color: #fcc; }

/************************[ стили header'а ]***************************/

#header-box {
	height: 109px;
	background: #fff url("/images/bg-header.gif") left top repeat-x;
	margin: 0 15px;
}

#header-content {
	height: 109px;
	background: url("/images/bg-header-left.gif") left top no-repeat;
}

#header {
	background: url("/images/bg-header-right.gif") right top no-repeat;
	height: 109px;
}

#header h1 {
	height: 109px;
	margin: 0;
	padding: 0;
	background: url("/images/logo-header.gif") 45px 25px no-repeat;
}

#header h1 a {
	position: absolute;
	width: 240px;
	height: 60px;
	top: 22px;
	left: 55px;
}

.hidden {
	visibility: hidden;
	display: none;
}

/*****************************[ меню ]********************************/

#menu {
	list-style: none;
	margin: 0;
	padding: 10px 53px 15px 23px;
	text-transform: lowercase;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0 15px 0 15px;
	background: url("/images/bg-menu-item.gif") right center no-repeat;
}

html>body #menu li {
	padding: 0 15px 0 12px;
}

#menu li a {
	text-decoration: none;
	color: #888;
	padding-bottom: 2px;
	margin: 0 0 8px 0;
	border-bottom: 4px solid #f6f6f6;
}

#menu li a:hover {
	color: #888;
	border-bottom: 4px solid #f90;
}

#menu li a.selected {
	color: #888;
	border-bottom: 4px solid #69c;
}

/***************************[ layout ]*************************************/

#wrapper {
	/*border-top: 1px solid #ccc;*/
	border-bottom: 10px solid #f90;
	float: left;
	width: 100%;
	clear: both;
}

#c-1 {
	background: #fff url("/images/bg-content-top.gif") left top repeat-x;
	float: left;
	width: 100%;
}

#c-2 {
	background: url("/images/bg-content-bottom.gif") left bottom repeat-x;
	float: left;
	width: 100%;
}

#c-3 {
	background: url("/images/bg-content-left.gif") left top repeat-y;
	float: left;
	width: 100%;
}

#c-4 {
	background: url("/images/bg-content-right.gif") right top repeat-y;
	float: left;
	width: 100%;
}

#c-5 {
	background: url("/images/bg-content-rt.gif") right top no-repeat;
	float: left;
	width: 100%;
}

#c-6 {
	background: url("/images/bg-content-rb.gif") right bottom no-repeat;
	float: left;
	width: 100%;
}

#c-7 {
	background: url("/images/bg-content-lt.gif") left top no-repeat;
	float: left;
	width: 100%;
}

#c-8 {
	background: url("/images/bg-content-lb.gif") left bottom no-repeat;
	float: left;
	width: 100%;
}

#container {
	width: 100%;
	float: left;
	margin-right: -290px;
}

#content {
	margin-right: 290px;
}

#main {
	padding: 20px 25px 30px 45px;
}

#sidebar {
	width: 290px;
	float: right;
	padding-top: 20px;
	padding-bottom: 30px;
}

#sidebox {
	margin: 0 35px 10px 15px;
}

.clearing {
	height: 0;
	clear: both;
}

#footer {
	margin: 0 auto;
	position: relative;
	clear: both;
	background: url("/images/bg-footer.gif") left top repeat-x;
	text-align: center;
	padding: 30px 0 30px 0;
	border-top: 1px solid #fff;
	color: #999;
	float: left;
	width: 100%;
}

#footer p {
	width: 700px;
	background: url("/images/logo-footer.gif") left top no-repeat;
	margin: 0 auto;
	text-align: left;
	line-height: 1.5em;
	padding-left: 200px;
	padding-top: 10px;
	color: #777;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 500px;
}

html>body #footer p {
	width: 500px;
}

#footer p a {
	text-decoration: none;
	color: #555;
	text-transform: lowercase;
}

#footer p a:hover {
	text-decoration: underline;
	color: #f90;
}

.copyright {
	color: #999;
}

/**********************[ начальная страница ]*************************/

#cover-box {
	height: 184px;
	background: url("/images/bg-cover.gif") left top repeat-x;
	margin-bottom: 12px;
}

#cover {
	height: 184px;
	background: url("/images/bg-cover.jpg") right top no-repeat;
	color: #fff;
	padding: 40px 20em 35px 70px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 109px;
}

html>body #cover {
	height: 109px;
}

#cover h3 {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -0.03em;
	margin: 0 0 7px 0;
	padding: 0;
}

#cover p {
	color: #fff;
	margin: 0;
	padding: 0;
}

#cover a {
	color: #fff !important;
	text-decoration: none;
}

/**********************[ анонсы на главной ]**************************/

div.announce {
	/*background: #f1f1f1 url("/images/badge.gif") 40px 30px no-repeat;*/
	background-color: #f1f1f1;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin-top: 10px;
}

div.announce h2 {
	background: none;
	margin: 0;
	padding: 0 0 7px 100px;
	color: #069;
}

div.announce h2 a {
	text-decoration: none;
	color: #069 !important;
}

div.announce h2 a:hover {
	text-decoration: underline;
	color: #f90 !important;
}

div.announce p {
	padding: 0 0 10px 100px;
	margin: 0 !important;
}

div.announce div {
	background: url("/images/bg-hot-lt.gif") left top no-repeat;
}

div.announce div div {
	background: url("/images/bg-hot-rt.gif") right top no-repeat;
}

div.announce div div div {
	background: url("/images/bg-hot-lb.gif") left bottom no-repeat;
}

div.announce div div div div {
	background: url("/images/bg-hot-rb.gif") right bottom no-repeat;
	padding: 30px 40px;
}

/***********************[ правая колонка ]****************************/

div.side-title-red {
	background: #f90 url("/images/bg-sidebar-orange.gif") left top no-repeat;
	border-bottom: 9px solid #f1f1f1;
}

div.side-title-red h3 {
	color: #fff !important;
	margin: 0 !important;
	padding: 15px 17px 10px 17px !important;
	font-size: 1.5em !important;
}

div.side-title-blue {
	background: #69c url("/images/bg-sidebar-blue.gif") left top no-repeat;
	border-bottom: 9px solid #f1f1f1;
}

div.side-title-blue h3 {
	color: #fff !important;
	margin: 0 !important;
	padding: 15px 17px 10px 17px !important;
	font-size: 1.5em !important;
}

ul.side-list {
	margin: 0;
	padding: 0 0 20px 0;
}

ul.side-list li {
	list-style: none;
	padding: 7px 0 7px 20px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	background: url("/images/icon-dot.gif") 7px 12px no-repeat;
}

ul.side-list li:hover {
	background-color: #f1f1f1;
}

ul.side-list li a {
	text-decoration: none;
	color: #777 !important;
}

ul.side-list li a:hover {
	color: #f90 !important;
}

ul.news-list {
	font-size: 0.85em;
}

li.item-all {
	border-bottom: none !important;
}

p.address {
	margin: 20px 20px 10px 20px;
	color: #777;
	padding: 0;
}

p.write-link {
	margin: 5px 20px 10px 20px;
	color: #777;
	padding: 0;
}

p.side-adv { margin: 7px 0 10px 0 !important; }
p.side-adv img { border: none; }

#sidebar p {
	margin: 7px 20px 10px 20px;
	color: #333;
	padding: 0;
}

#sidebar h4 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 5px 20px;
	color: #333;
	margin: 0;
}

#sidebar form {
	margin: 7px 20px 10px 20px;
	color: #333;
	padding: 0;
}

/*************************[ продукция ]*******************************/

div.product {
	margin-bottom: 12px;
}

a.product-preview {
	float: left;
	border: 5px solid #f1f1f1;
	padding: 3px;
}

a.product-preview:hover {
	border: 5px solid #fcb742;
}

a.product-preview img { border: none; }

h4.product-title {
	margin: 0 0 5px 192px;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}
h4.product-title a { text-decoration: none; }
h4.product-title a:hover { text-decoration: underline; }

p.product-desc {
	margin: 0 0 5px 192px;
	padding: 0;
	color: #777;
}

p.product-link {
	margin: 0 0 7px 192px;
	padding: 0;
	color: #777;
}

ul.product-details {
	margin: 0 0 7px 192px;
	padding: 5px 0 7px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #777;
}

ul.product-details li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}

li.category { background: url("/images/icon-folder.gif") left top no-repeat; }
li.manufacturer { background: url("/images/icon-building.gif") left top no-repeat; }
li.dealer { background: url("/images/icon-truck.gif") left top no-repeat; }

p.product-price {
	margin: 0 0 5px 192px;
	padding: 0;
	color: #777;
}

p.product-price span { color: #f90; }

ul.doc-details {
	margin: 0;
	padding: 0;
	color: #777;
}

ul.doc-details li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}

li.alldocs { background: url("/images/icon-docs.gif") left top no-repeat; }

p.pages {
    padding: 7px 12px;
    font-size: 0.85em;
    color: #777;
    background-color: #f1f1f1;
    margin-bottom: 12px;
    border-left: 5px solid #f90;
}

/*************************[ объекты ]*******************************/

div.solution {
	margin-bottom: 12px;
}

a.solution-preview {
	float: left;
	border: 5px solid #f1f1f1;
	padding: 3px;
}

a.solution-preview:hover {
	border: 5px solid #f90;
}

a.solution-preview img { border: none; }

h4.solution-title {
	margin: 0 0 5px 152px;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}
h4.solution-title a { text-decoration: none; }
h4.solution-title a:hover { text-decoration: underline; }

p.solution-desc {
	margin: 0 0 5px 152px;
	padding: 0;
	color: #777;
}

p.solution-link {
	margin: 0 0 7px 152px;
	padding: 0;
	color: #777;
}

/*******************[ поиск по сайту в шапке ]************************/

#header-search {
	margin: 0;
	padding: 0;
	width: 420px;
	position: absolute;
	top: 45px;
	right: 40px;
}

#header-search label {
	color: #777;
	text-transform: lowercase;
	display: inline !important;
}

#header-search label a { text-decoration: none; color: #777 !important; }
#header-search label a:hover { text-decoration: underline; color: #f90 !important; }

input.search-field {
	border: 1px solid #ccc;
	border-left: 5px solid #f90;
	display: inline !important;
}

#search-go {
	margin: 0;
	padding: 0;
	border: none !important;
	width: 19px;
	background: url("/images/icon-search.gif") center no-repeat;
	display: inline !important;
}

#map-link {
	margin: 0 0 0 10px;
	padding: 0 22px 0 0;
	background: url("/images/icon-map.gif") right top no-repeat;
	text-transform: lowercase;
	height: 17px !important;
	line-height: 17px;
}

#map-link { text-decoration: none; color: #777 !important; }
#map-link:hover { text-decoration: underline; color: #f90 !important; }

/***************************[ услуги ]********************************/

div.service {
    margin-bottom: 12px;
}

a.service-preview {
    float: left;
    border: 5px solid #f1f1f1;
    padding: 3px;
}

a.service-preview:hover {
    border: 5px solid #f90;
}

a.service-preview img { border: none; }

div.service h3.doc-title, div.service p.doc-desc {
    margin-left: 152px !important;
}

div.manufacturer {
    margin-bottom: 12px;
}

a.company-preview {
    float: left;
    border: 1px solid #f1f1f1;
    padding: 3px;
}

a.company-preview:hover {
    border: 1px solid #f90;
}

a.company-preview img { border: none; }

div.manufacturer h4 {
    margin-left: 120px;
    font-weight: normal;
    font-size: 1.2em;
}

#comp-filter {
    background-color: #f1f1f1;
    padding: 5px 7px 5px 12px;
    text-align: right;
}

#comp-filter label {
    float: none;
    /*font-size: 0.85em;*/
    display: inline !important;
    color: #777;
}

#comp-filter select {
    /*font-size: 0.85em;*/
    color: #333;
}

#comp-filter input.submit {
    margin: 0;
    /*font-size: 0.85em;*/
    padding: 0 !important;
    color: #333;
}

/**************************[ документы ]******************************/

h3.doc-title {
	margin: 0 0 10px 0;
	padding: 0;
}

p.doc-desc {
	color: #333;
}

p.desc-full {
	padding: 12px 20px;
	background-color: #f1f1f1;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	color: #777;
}

p.desc-full-news {
	padding: 5px 12px;
	margin-bottom: 20px;
	border-left: 5px solid #f90;
	color: #777;
}

p.notes {
	padding: 5px 12px;
	background-color: #f1f1f1;
	font-size: 0.85em;
	margin-bottom: 15px;
	color: #999;
}

/****************************[ компании ]*******************************/

div.org-box {
	margin-bottom: 10px;
}

div.org-box-padded {
	margin-left: 130px;
	margin-bottom: 10px;
	min-height: 130px;
}

img.org-logo {
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
}

p.org-desc {
	margin: 0;
	padding: 0 0 5px 0;
}

ul.org-data {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	color: #777;
}

/***************************[ фото ]*********************************/

ul.photos-list {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	clear: both;
}

ul.photos-list li {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 10px;
	/*width: 120px;*/
	float: left;
	text-align: center;
	font-size: 0.85em;
	color: #777;
}

a.photo-thumbnail {
	padding: 5px;
	border: 5px solid #ccc;
	/*float: left;*/
	margin-bottom: 5px;
	/*clear: left;*/
	display: block;
}

a.photo-thumbnail:hover {
	border: 5px solid #f90;
}

a.photo-thumbnail img { border: none; }

div.photo-caption {
	width: 120px;
	clear: left;
	/*display: block;*/
}

h4.photo-title {
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0 10px 0;
}

#photo-form {
	border: 1px solid #ccc;
	position: absolute;
	background-color: #fff;
	width: 350px;
	height: 250px;
	text-align: left;
}

#photo-form form {
	padding: 20px 20px 20px 20px;
}

a.photo-preview {
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 10px 0;
}

a.photo-preview img {
	border: none;
}

a.photo-preview:hover {
	border-color: #f90;
}

.photos-box {
    width: 92%;
}

/**********************[ карта сайта ]*****************************/

#map-tree {
	font-size: 1.3em;
}

#map-tree ul {
	font-size: 85%;
}

/*********************[ поиск по сайту ]***************************/

#search-form input, #search-form label {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}

#searchform {
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	padding: 20px;
	text-align: center;
}

#search-opts {
	text-align: center;
	margin: 10px 0;
}

#search-results dd {
	margin: 10px 0 20px 30px;
	color: #777;
}

.submit-contacts input {
    background: #f90 url("/images/but-submit.gif") left top no-repeat;
    border: none;
    width: 175px;
    height: 40px;
    color: #fff;
    font-size: 19px;
}

/**********************************************************/

ul.admin {
	margin: 5px 0 20px 0;
	padding: 5px 10px;
	list-style: none;
	background-color: #eee;
	border-top: 1px solid #ccc;
}

ul.admin li {
	display: inline;
	margin: 0;
	padding: 0 0 0 20px;
}

li.edit {
	background: url("/images/icon-edit.gif") left top no-repeat;
}

li.del {
	background: url("/images/icon-del.gif") left top no-repeat;
}

li.add {
	background: url("/images/icon-add.gif") left top no-repeat;
}

#editor-menu {
	margin: 0 0 20px 0;
}

#editor-menu ul {
	padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #ccc;
}

#editor-menu ul li {
	display: inline;
	margin-right: 7px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

#editor-menu ul li.sel-tab {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

#editor-menu ul li.sel-tab a {
	color: #f90;
}

#doc-actions {
    position: absolute;
    top: 189px;
    right: 310px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#doc-actions li {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0 0 0 20px;
    display: inline;
    text-transform: lowercase;
}

#doc-actions a {
    color: #777 !important;
    text-decoration: none;
}

#doc-actions a:hover {
    color: #f90 !important;
    text-decoration: underline;
}

#print {
    background: url("/images/icon-print.gif") left top no-repeat;
}

