﻿/*********************************************** General site styles  ****************************************/
body, html {
	width: 100%;
	height: 100%;
	margin: 0px 0 -70px 0;
	padding: 0px;
	border: 0px;
	outline: 0px;
	line-height: 1;
	vertical-align: baseline;
	font-family: Arial;
	font-size: 12px;
}

a {
	color: #c0c0c0;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: none;
}

table td {
	vertical-align: top;
	border:none;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.wrapper {
	background: #505050;
	border-left: 1px solid #8b8b8b;
	border-right: 1px solid #8b8b8b;
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 997px;
	width:expression(this.offsetWidth > 997?"997":"this.offsetWidth");
	min-width: 997px;
	/*width: expression(this.offsetWidth < 999? "999":"this.offsetWidth");*/
	/*width:expression(document.body.clientWidth < 999? "999px": "auto");*/
	text-align: left;
}

.body {
	line-height: 1.2;
	padding-bottom: 40px;
}

.container {
	position: relative;
	width: 100%;
}


/*************************************************** Header *************************************/

.header, .body {
	background: #505050;
}

.header .container {
	height: 158px;
}

.header {
	/*background: url(img/headerBgrRight.gif) no-repeat right top;*/
}

.header .flash {
	float: right;
	height: 158px;
	position: relative;
	top: 1px;
	width: 600px;
}

.headerInner {
	background: url(img/headerBgrInner.gif) no-repeat center top;
	height: 87px;
	overflow: hidden;
}

.icons {
	 width: 310px;
	 margin: 7px 0 0 0;
}

.iconsInner {
	 margin: 35px 0 0 0;
}

.icons a, .iconsInner a {
	margin: 0 17px;
}

.logo {
	position: relative;
	left: 55px;
	top: 45px;
	width: 248px;
}

.logoInner {
	position: relative;
	left: 55px;
	top: 25px;
	width: 248px;
}

/*************************************************** Body *************************************/

.body {
	background: url(img/bodyBgr.gif) no-repeat left top;
}

.body_overlay {
	background: url(img/black.gif) repeat-y right;
}

.body .container {
	
}

.leftCol {
	width: 18%;
	
}

.rightCol {
	background: #000 url(img/fon.jpg) right bottom no-repeat;
	position: relative;
	width: 82%;
	/*padding-bottom: 50px;*/
}

.tl, .bl {
	background: url(img/tl.gif) no-repeat top left;
	height: 16px;
	position: absolute;
	left: -1px;
	width: 16px; 
}

.bl {
	background: url(img/bl.gif) no-repeat top left;
	bottom: -3px;
	left: -1px;
}

*html .tl{
	top: -1px;
	left: -2px;
}

*html .bl {
	bottom: -4px;
	left: -2px;
}

.itemSelect {
	margin: 100px 10% 0 0;
	font-size: 12px;
	position: relative;
	/*left: 6%;*/
	width: 167px;
	left:5px;
}

.itemSelect form {
	margin-bottom: 10px;
}

.itemSelect form select {
	background: #BFBEBF;
	padding: 1px 0;
}

.menuRightInner {
	margin-bottom: 20px;
	position:relative;
	left:-20px;
}

.menuRightInner ul li {
	margin: 0 0 10px;
	* margin: 0 0 -5px;
	background: none;
	padding-left: 0px;
	padding-bottom: 0px;
}

.menuRightInner ul li a {
	background: url(img/arr.gif) no-repeat left 5px;
	display: block;
	/*font-size: 11px;*/
	padding-left: 20px;
}


.menuRightInner ul li a:hover {
color: #C0C0C0;
}

.actLi {
	text-decoration: none;
	font-weight: bold;
	color: red;
}

.menuLeftInner .phone {
 	float: right;
	margin-right: 10px;
	margin-top: 70px;
}

*html .menuLeftInner .phone {
	margin-top: 20px;
}

.path, .cont {
	margin: 15px 0 0 30px;
	color: #7d7d7d;
}

.cont table, .cont td {
	color: #7d7d7d;
	padding: 5px 0;
}

.tab td {
	padding: 10px 0;
}

.path a {
	color: #7d7d7d;
}

.cont {
	margin: 35px 0 30px 30px;
}

.picInner {
	margin: 20% 10px 20% 3%;
	width: 200px;
}

.picInner img {
	border: 2px solid #FFF;
	margin: 10px;
}

.itemSelect select {
	background: url(img/select.gif) no-repeat;
	border: none;
	display: block;
	height: 20px;
	width: 167px;
	margin: 1px 0;
}

.itemSelect input.search, .itemSelect input.send, input.ansru, input.anseng, .divFormButton input.send, .divFormButton input.sendeng, .submitSearchru, .submitSearcheng, .showOrder  {
	background: url(img/searchBut.gif) no-repeat;
	border: none;
	height: 22px;
	margin: 10px 40px 10px 40px;
	outline: none;
	width: 88px;
}

.submitSearchru{
	background: url(img/searchButBlack.gif) no-repeat;
}

 .submitSearcheng {
	background: url(img/searchButEnBlack.gif) no-repeat;
}

.showOrder {
	background: url(img/orderViewRus.gif) no-repeat;
	width: 126px;
}

.itemSelect textarea {
	background: url(img/textArea.gif) repeat-y;
	* background: #BFBEBF;
	border: none;
	height: 40px;
	width: 167px;
}

.itemSelect input.send {
	background: url(img/sendBut.gif) no-repeat;
}

.divFormButton input.send {
	background: url(img/sendButBlack.gif) no-repeat;
	/*margin: 0 215px;*/
}

.divFormButton input.sendeng{
	background: url(img/sendButEnBlack.gif) no-repeat;
}

.itemSelect .phone {
	float: right;
	margin: 50px 42px 0 0;
}

.topMenuMain {
	background: url(img/bgrMenu.gif) repeat-x;
	margin: 0 2% 0 4%;
	padding: 3px 0;
	position: relative;
	height: 23px;
	top: 25px;
	width: 94%;
}

*html .topMenuMain {
	width: 100%;
}

.lMenu, .rMenu {
	background: url(img/lMenu.gif) no-repeat left top;
	height: 23px;
	position: absolute;
	top: 0;
	left: -5px;
	width: 8px;
}

.rMenu {
	background: url(img/rMenu.gif) no-repeat left top;
	left: 100%;
}

.topMenuMain ul li {
	/*background: url(img/bgrMenuAct.gif) left -2px repeat-x;*/
	float: left;
	height: 20px;
	margin: 0;
	padding: 0px;
}

.topMenuMain ul li a  {
	background: url(img/menuBrd.gif) no-repeat right;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	/*border-right: 1px solid white; */
	padding: 0 25px;
	position: relative;
	top: 3px;
}

.topMenuMain ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

li#last a, li#actlast a {
	background: none;
}

.topMenuMain ul li#act, li#actlast {
	background: url(img/bgrMenuAct.gif) left -2px repeat-x;
}

/* .imgTable,  */
.news {
	font-size: 12px;
    margin: 45px 0 20px 30px;
	width: 170px;
	margin-left: "60px";
}

.imgTable td {
	text-align: center;
}

.imgTable img {
	margin: 4px;
}

.news {
	
	/*margin-right: 15px; 
	* margin-right: 10px; */
}

.newsContent {
	color: #7d7d7d;
	font-size: 11px;
}

.newsContent h2 a, .opros h2 a {
	color: red;
	text-decoration: none;
}

.newsContent h2 a:hover, .opros h2 a:hover {
	color: #FFF;
}

.opros {
	margin: 15px 0 0 0;
	color: #7e7e7e;
}

.opros input {
	/*clear: left;
	display: block;
	float: left;*/
	margin-left: 0;
}

.opros input.ansru {
	background: url(img/ansBut.gif) no-repeat;
	margin: 10px 45px;
}

.opros input.anseng {
	background: url(img/okBut.gif) no-repeat;
	margin-top: 10px;
}

.specOffers .frstOffer div, .specOffers .secOffer div {
	background: #FFF;
	margin: 0 15px 0 0;
	padding: 5px;
	width: 75px;
}

.specOffers h2 {
	margin: 30px 0 0 0px;
}

.frstOffer, .secOffer {
	padding: 15px 10px 0 0px;
	color: #bfbebf;
}

.secOffer {
	margin: 20px 0 0 0;
}

.secOffer div {
	
}

/*************************************************** Footer *************************************/

.footer {
	background: #505050;
	color: #C0C0C0;
	height: 70px;
}

.redact {
    width: 400px;
}

.noredact {
width: 300px;
}

.footcontainer {
    padding-left: 220px;
}

.foottxt
{
	padding:0px 10px;
}

/*************************************************** Special site styles *************************************/

.color0 {
background: #FFF;
}

.color1 {
background: #EEE;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
	color: #FFF; 
	margin-bottom: 10px;
}

h2 {
   font-size: 14px;
	color: red;
	margin: 0 0 10px 0;
	font-weight: normal;
}

h3 {
   font-size: 12px;
	color: #bfbebf;
	margin: 0 0 10px 0;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	color: #FFF;
	margin: 30px 0 20px 0;
	font-weight: bold;
}

h5
{
	font-size: 10px;
	color: #ababab;
}

h2.noline a:link, h2.noline a:visited, h2.noline a:hover {
	color: #006397;
	text-decoration: none;
}

h1 a {
	color: #fff;
	text-decoration: none;
	margin: 0 0 10px 0;
	font-weight: bold;
}

h1 a:hover {
	color: red;
}

/******************************************* Standart styles (please don't edit it!) *************************/

body {
/* overflow: auto */
}

a {
	border: none;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

ul, ol, li {
	padding: 0px;
	margin: 0px;
}

li {
	margin-left: 20px;
}

ul ul {
	padding-top: 3px;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: none;
	list-style: none;
	list-style-image: none;
	background: url(img/bullet.gif) no-repeat 0px 4px;
	padding-left: 15px;
	margin-left: 5px;
	margin-bottom:3px;
}

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

p.contacts {
	margin: 10px 0px;
	text-indent: 0px;
	text-decoration: none;
}

p.news {
	margin: 0px 0px 0px 135px;
	text-indent: 0px;
}

p.news_full {
	margin: 20px 0px 0px 280px;
	text-indent: 15px;
}

.opros form {
	overflow: hidden;
}

.opros label {
	display: block;
	overflow: hidden;
	padding-top:  4px;
}

.opros input {
	float: left;
}

.inline {
	display: inline;
}

.red, .red a {
	color: red;
}

.darkred, .darkred a {
	color: #800000;
}

.green, .green a {
	color: #008000;
}

.blue, .blue a {
	color: blue;
}

.black, .black a {
	color: black;
}

.small, .small a {
	font-size: 10px;
}

.bold, .bold a {
	font-weight: bold;
}

.star {
	color: #981010;
}

.error {
	color: red;
}

.leftalign, .left {
	text-align: left;
}

.rightalign, .right {
	text-align: right;
}

.centeralign, .center {
	text-align: center;
}

.topvalign, .top {
	vertical-align: top;
}

.middlevalign, .middle {
	vertical-align: middle;
}

.bottomvalign, .bottom {
	vertical-align: bottom;
}

.comment {
	font-size: 10px; font-weight: normal; color: #777777;
}

/****************************************** Admin Links (please don't edit it!) ******************************/

.divEdit {
margin: 0 0 15px 0;
}

.adminDivCreate {
margin-bottom: 10px;
}

.adminEditDelText {
margin: 0;
padding: 0;
margin-bottom: 10px;
}

.spanEditDel {
padding: 0px 10px 0px;
}

.spanEditDel img, #mainContent .spanEditDel img {
vertical-align: middle;
margin: 0px 3px 0px;
border: 0;
}

.divMoveForm {
margin: 15px 0 25px;
}

.divMoveForm form {
padding: 0;
margin: 0;
}

/********************************************* Forms (please don't edit it!) *********************************/

.divFormSubmited { /* Заявка отправлена успешно */

}

.divForm { /* Вся форма */
	font-family: Tahoma;
    font-size: 12px;
	width: 300px;
}

.divForm .divFormButton { /* Submit button */
	margin-top: 20pt;
	text-align: center;
}

.divForm .divFormStar { /* "* - обязательные поля" */
	margin: 10pt 0;
}

.divListErrors { /* Error list */
	margin: 10pt 0;
}

.divListErrorsHead {
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 10pt;
}

.divListErrors .divError {
	color: #981010;
	margin: 3pt 0;
	padding-left: 10pt;
}

.divListErrors .desc {
	font-size: 90%;
	color: #000000;
}

.formField { /* Form element */
	margin-bottom: 6pt;
	width: 510px;
}

.formField select, .formField input, .formField textarea, .formFieldInt input, .inputSearch, input.fakeInput, .in { /* Form elements */
	font-family: Tahoma;
	font-size: 12px;
	margin-top: 1pt;
	background: #BFBEBF;
	border: 1px solid #888582;
	width: 510px;
	/*padding: 3px;*/
	height: 20px;
}

input.fakeInput {
	width: 30px;
}

.inputSearch { width: 300px;}

.formField textarea {
	width: 510px;
	height: auto;
}

input.checkbox {
	width: 15px;
}
.formField label {
	margin-left: 4pt;
}

.formFieldInt input {
	width: 55px;
}

.orderForm, .orderForm .formField select, .orderForm .formField input, .orderForm .formField textarea {
	width: 100%;
}

.orderTable td {
	padding-bottom: 2px;
	vertical-align: middle;
	
}

.formField  textarea.mono {
	font-size: 11pt;
	font-family: "Courier New", Courier, monospace;
}

.formFieldCarpetTitle input {
	width: 390px;
}

/******************************************************* ModuleRights ****************************************/
div.divModuleRights {
	position:absolute; 
	top: 5px; 
	right: 30px; 
	border:1px solid black;
	width: 360px;
	padding: 2px;
	background-color: white;
}

div.divModuleRights div.title {
	width:100%;
	text-align:center;
	font-weight:bold;
}

div.divModuleRights div.title a{
	cursor: pointer;
}

div.divModuleRights div.module {
	padding: 4px;
	margin:5px 2px;
	border:1px solid black;
}

div.module div.role {
	clear: both;
	padding: 3px 0 3px 0;
}

/********************************************************** Paging *******************************************/

.disabledArrow {color: #AAA}

/* Search */

.searchResultsHead {
	margin-top: 8pt;
	font-size: 12pt;
}

.searchResultsCount {
	margin: 10pt 0;
}

.searchPages {

}

/* Users */

.userTable td, .userTable th{
	padding: 3px 5px;
}

.userTable th {
	font-size: 10pt;
}

/* Articles */

.divArtList {

}

.tdArtListItem {
	padding: 0px 0px 15px 0px;
}

.divArtListTitle {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: left; 
}

.divArtListDate, .divArtDate {
	color: #848484; 
	font-size: 8pt;
}

.divArtListPreview {
	text-align: justify;
}

.divArtPages {

}

.divArt {

}

.divArtTitle {
	font-weight: bold;
	font-size: 14px;
}

.divArtText {

}

.divArtBack {
	margin-top: 25px;
	text-align: right;
}

/************************************************************ News *******************************************/

.divNewsList, .divNewsMainList {

}

.divNewsListItem, .divNewsMainListItem {
	padding: 0px 0px 15px 0px;
}

.divNewsListTitle, .divNewsMainListTitle,  {
	font-size: 12px;
	margin-bottom: -5px; 
	text-align: left; 
	color:#fff;
}

.divNewsListTitle a:link, .divNewsListTitle a:hover, .divNewsListTitle a:visited {
	color:#fff;
}

.divNewsListDate, .divNewsMainListDate, .divNewsDate {
	/*color: #FFF; */
	font-size: 10px;
	padding-right: 10px;
}

.divNewsMainListTitle {
	margin-top: 0px;
	margin-left:0px
}

.divNewsMainListTitle a {
	color: #767676;
}

.divNewsListPreview, .divNewsMainListPreview {
	text-align: justify;
}

.divNewsPages {
	clear: both;
}

.divNews {

}

.divNewsTitle h2.divNewsTitle{
	font-weight: bold;
	font-size: 12px;
	color:#7D7D7D;
}

.divNewsText {

}
.divNewsBack {
	text-align: right;
	clear: both;
	margin-top: 35px;
}

/********************************************************** Contacts *****************************************/

.divContactsList, .divContactsMainList {

}

.divContactsListItem, .divContactsMainListItem {
	padding: 0px 0px 15px 0px;
}

.divContactsListTitle, .divContactsMainListTitle {
	font-weight: bold;
	text-align: left; 
}

.divContactsListDate, .divContactsMainListDate, .divContactsDate {
	color: #444444; 
	font-size: 10pt;
}

.divContactsListPreview, .divContactsMainListPreview {
	text-align: justify;
}

.divContactsPages {

}

.divContacts {
	width: 100%;
}

.tableContacts {
	border-top: 1px solid #285B86;
	border-right: 1px solid #285B86;
}

.tableContacts td, .tableContacts th {
	border-left: 1px solid #285B86;
	border-bottom: 1px solid #285B86;
	text-align: left;
	padding: 3px 5px;
}

.divContactsBack {
	text-align: right;
}

/****************************************************** Print version ****************************************/

td.printVersion {
	padding: 20px;
}

div.printContacts {
	margin: 0 0 10px 0;
	height: 68px;
}

.printContacts img {
	margin: 0 15px 0 0;
}

h1.printVersion {
	padding: 0;
	margin: 0 0 10px 0;
	color: #585753;
	font: bold 14px Arial;
}

td.printTopTable {
	padding: 20px 20px 0;
	vertical-align: middle;
	font: 12px Tahoma;
}

@media print {
.printurl {
	display: none;
	}
}

.printurl {
	padding-bottom: 5px;
}

.departmentItem {
	margin-bottom: 5px;
}

.markTitle, .modelTitle, .departmentTitle {
	font-weight: bold;
}

.otvet, .otvet_num {
	color: #7E7E7E;
}

.catalogSection {
	margin: 0 0 2px 0;
}

.catalogTable {
	margin: 10px 0;
}

.catalogTable td {
	border-right: 1px solid #767676;
	padding: 5px 5px 0 0;
}

.mainContent {
	margin-bottom: 20px;
	padding: 45px 0 20px 27px;
	color:#7E7E7E;
}

.answer {
	vertical-align:top;
	padding-top: 3px;
	padding-right: 3px;
}

.votes {
	vertical-align:top;
	padding-top: 3px;
	padding-left: 5px;
}

.progressbar {
	width: 55px;
	text-align: left;
	vertical-align:top;
	padding-top: 8px;
}

.voteItem {
	clear: left;
}

.artOrder {
	font-size: 10px; 
	width: 250px;
}

.artOrder span {
	margin: 0px 10px;
}

.catalogTable .secTitle {
	border-right: none;
	padding: 10px 0;
}

.orderButton {
	/* width: 73px;
	height: 22px;
	background: url(img/orderButBlack.gif) no-repeat;
*/
	width: 45px;
	height: 22px;
	background: url(img/basketBut.gif) no-repeat;
	border: 0px;
}

.orderX {
	width: 29px;
	height: 22px;
	background: url(img/orderX.gif) no-repeat;
	border: 0px;
}

.orderCount {
	width: 116px;
	height: 22px;
	background: url(img/orderCountRus.gif) no-repeat;
	border: 0px;
}

.orderMake {
	width: 116px;
	height: 22px;
	background: url(img/orderMakeRus.gif) no-repeat;
	border: 0px;
}

.orderDel {
	width: 116px;
	height: 22px;
	background: url(img/orderDelBlack.gif) no-repeat;
	border: 0px;
}

.orderAccept {
	width: 88px;
	height: 22px;
	background: url(img/orderAcceptBlack.gif) no-repeat;
	border: 0px;
}

#basket {
	background: #111;
	border: 1px solid #3b3b3b;
	margin-bottom: 10px;
	padding: 0 0 10px 5px;
/*	padding: 0 0 5px 25px; */
	text-align: center;
}

.basketIn {
	line-height: 22px;
}

.basketIn img {
	margin-left: 15px;
	position: relative;
	top: 6px;
}


.mainContentMy {
	padding: 10px 5px 0;
	color:#C0C0C0;
	font-size:12px;
        text-align: justify;
        text-indent: 20px;
}


.footerSearchLink {
	padding: 10px 5px 0;
	color:#C0C0C0;
	font-size:10px;
}

.footerSearchLink a:link, .footerSearchLink a:hover, .footerSearchLink a:visited {
	color:#C0C0C0;
	text-decoration: none;
}

.tdSearchLink {
	padding-left: 180px;
	text-align: justify;
}

.tdSearchLink .footerSearchLink {
	padding: 0 15px 0 0 ;
}

.sitePath {
	margin-bottom: 10px;
}

.mart10 {
	margin-top: 10px;
}

.marb15 {
	margin-bottom: 15px;
}

.marb30 {
	margin-bottom: 30px;
}

.padb20 {
	padding-bottom:20px;
}

.marl0 {
	margin-left: 0px;
}

td.tableDividor {
	border: 0;
	background: url(img/tabledividor.gif) repeat-x;
}

.trippleMenu {
	height: 23px;
	margin-bottom: 15px;
}

.trippleMenu .itemMenu {
	width: 86px;
	height: 23px;
	padding-top: 5px;
	text-align: center;
	color: #CECECE;
	background: url(img/itemMenu.gif) no-repeat top left;
}

.trippleMenu .itemMenu a:link, .trippleMenu .itemMenu a:visited {
	color: #fff;
	text-decoration: none;
}

 .trippleMenu .itemMenu a:hover {
	color: #fff;
	text-decoration: underline;
}

.cartPath {
	color: #C0C0C0;
	margin-bottom: 10px;
	font-size: 14px;
}

.actPath {
	font-weight: bold;
}

.textInCatalog {
	margin-top: 20px;
}

.textInCatalog p {
	text-align: justify;
}

.textInCatalog h2 {
	text-align: left;
}

.hrTop {
	margin-top: 40px;
}

.carpetDiv {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	border: 3px solid #fff;
	background: #000;
}

.carpetDiv td {
	text-align: center;
	vertical-align: middle;
}

.carpetLink {
	text-align: center;
	margin: 10px 0 5px;
}

.carpetLink a {
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.priceBlock {
	margin-top: 15px;
	font-size: 13px;
}

.priceText {
}

.priceValue {
	color: #C0C0C0;
	font-weight: bold;
}

.captchaImg {
	margin: 5px 1px 5px 1px; 
}

.captchaInput {
	width: 165px; 
	background: #BFBEBF; 
	border: 0; 
	margin-left: 1px;
}
