@charset "utf-8";

html, body, div, p, h1, h2, h3, h4, h5, h6, img, a, ul, ol, dl, li, table, tr, th, td, input, form {
	margin: 0px;
	padding: 0px;
}

html, body {
	width: 100%;
	height: 100%;
	/*font: normal normal 11px Tahoma, Arial, Helvetica, sans-serif;*/
	font: normal normal 12px Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

a {
	text-decoration: underline;
	outline: none;
}

h1 { position:absolute; left: -5000px}

a:hover {
	text-decoration: none;
}

body {
	background: #FFF url(images/bg/bg_grey.jpg) repeat-y left;
}

*html .wrapper {
	height: 100%;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	margin-bottom: -70px;
}

.indexWrapper {
	/*background: url(images/bg/bg_grey.jpg) repeat-y right;*/
}



/*-- HEADER --*/
.header {
	height: 177px;
	width: 100%;
	background: url(images/top/bg.jpg) repeat-x;
}
.header .mainArt { background: url(images/top/main_art.jpg) no-repeat; height:177px; }
.header .mainArt #linkHome { display:block; height:177px; width:720px; }

.header .mainArt div { height:25px; width:100%; }
.header .mainArt a.home, .header a.mail, .header a.search { float:left; margin:7px; display:block; width:11px; height:11px; }
.header .mainArt a.home {background: url(images/01.gif) no-repeat;}
.header .mainArt a.mail {background: url(images/02.gif) no-repeat;}
.header .mainArt a.search {background: url(images/03.gif) no-repeat;}

.header .mainArt { color:#0f77be; font-size:14px; }
.header .mainArt strong { font-weight:bold; }
.header .mainArt p { width:270px; text-transform:uppercase; font-size:12px; color:#094371; font-weight:bold; }

/*-- FOOTER --*/
.footer {
	width: 100%;
	height: 70px;
	background: #FFF url(images/bg/bg_copy.jpg) repeat-x;
}

.clearbox {
	width: 100%;
	height: 0px;
	overflow: hidden;
	clear: both;
}

.topMenu {
	width: 100%;
	height: 31px;
	background: #B0E3EA url(images/bg/bg_top_menu.jpg);
}

.topMenu ul {
	text-align: center;
	padding-top: 7px;
	width:960px;
	margin:0 auto;
}

.topMenu ul li {
	list-style-type: none;
	display: inline;
}

.topMenu a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	margin: 0px 30px;
}

.topMenu a:hover {
	color: #2A78A6;
	text-decoration: underline;
}

.contentWrapper {
	width: 100%;
}

.leftBlock {
	float: left;
	width: 250px;
}

.contentBlock {
	margin-left: 250px;
}

.rightBlock {
	float: right;
	width: 248px;
	padding-top: 15px;
}

.rightBlock img {
	margin: 0px 0px 10px 23px;
}

.ofRight {
	margin-right: 250px;
}

.content {
	padding: 5px 10px 15px 10px;
	text-align: justify;
	color: #6E6E6E;
}

.brickTop {
	width: 100%;
	height: 70px;
}

.whitePower {
	width: 100%;
	height: 25px;
	background: #FFF;
}

.basket {
	width: 250px;
	background: #D2E0E9 url(images/bg/bg_block.jpg) repeat-x;
}

.basket h3 {
	font-size: 15px;
	height: 40px;
	color: #FFF;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 50px;
}

.basket img {
	float: left;
	margin: 5px 0px 0px 10px;
}

.basket p {
	color: #666;
	margin: 0px 10px 3px 10px;
}

p.completingApplication {
	text-align: right;
	margin: 0px;
	padding: 10px;
}

.completingApplication a {
	color: #2A78A6;
	font-weight: bold;
}

#buyQuantity, #buyPrice {
	font-weight: bold;
}

.counters {
	float: left;
}

.counter {
	width: 88px;
	height: 31px;
	float: left;
	margin: 22px 5px 0px;
}

.copyright {
	text-align: center;
	padding: 28px 0px 0px 0px;
	color: #777;
}

.copyright a {
	color: #777;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

.leftCatalog {
	width: 250px;
	/*background: #D7D8DB url(images/bg/bg_block.jpg) repeat-x;*/
	background: #CBD4DB url(images/bg/bg_block.jpg) repeat-x;
}

.leftCatalog h3 {
	font-size: 15px;
	height: 30px;
	color: #FFF;
	padding: 7px 0px 0px 10px;
}

.leftCatalog h2.catalig {
	font-size: 15px;
	height: 30px;
	color: #FFF;
	padding: 7px 0px 0px 10px;
}

.leftCatalog ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #B0B0B0;
}

.leftCatalog ul li a {
	display: block;
	padding: 4px 30px 4px 10px;
	color: #666;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	background: url(images/icons/mrk_getopen.gif) no-repeat 97% 5px;
	border-bottom: 1px solid #B0B0B0;
}

.leftCatalog ul li a:hover {
	text-decoration: underline;
	color: #2A78A6;
}

.forLeftInput {
	width: 250px;
	height: 35px;
	background: url(images/bg/bg_block_ntb.jpg) repeat-x;
}

.forLeftInput label {
	color: #FFF;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	position: relative;
	top: 2px;
}

.leftInputText {
	width: 195px;
	height: 17px;
	overflow: hidden;
	border: 0px solid #999;
	position: relative;
	top: 3px;
	overflow: hidden;
	margin-left: 10px;
}

.leftInputButton {
	width: 17px;
	height: 17px;
	position: relative;
	top: 7px;
}

.leftMenu ul li {
	list-style-type: none;
	border-bottom: 2px solid #B0B0B0;
	
}

.leftMenu ul li a {
	display: block;
	background: #F4F4F4 url(images/icons/mrk1.gif) no-repeat 11px 48%;
	padding: 9px 15px 9px 30px ;
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

.leftMenu ul li a:hover {
	text-decoration: underline;
	color: #2A78A6;
}

p.subscribe {
	background: #F7F7F7 url(images/icons/kugel.gif) no-repeat 9px 50%;
	padding: 12px 15px 12px 30px;
	color: #666;
	font-weight: bold;
}

.forMainHeader {
	height: 40px;
	background: url(images/bg/h1_bg.gif) repeat-x 0px 10px;
	text-align: center;
	
}

.forMainHeader h2 {
	font: normal normal 18px "Times New Roman", Times, serif;
	text-transform: uppercase;
	display: inline;
	padding: 0px 10px;
	background: #FFF;
	color: #000;
}

.content p {
	margin: 0px 0px 14px 0px;
}

.content ul {
	margin: 0px 0px 4px 0px;
}

.content ul li {
	margin: 0px 0px 10px 30px;
	list-style-type: disc;
}

.content a {
	color: #6E6E6E;
}

.contPrint {
	background: #FFF;
	padding-left: 30px;
}

.contPrint h4 {
	font-size: 14px;
	margin: 20px 0px 30px 0px;
}

.fbForm table, .content table {
	border-collapse: collapse;
	width: 99%;
}

.content th, .content td {
	border: 1px solid #BAC1C7;
	padding: 5px 5px 5px 10px;
}

.fbForm th, .fbForm td {
	border: 1px solid #BAC1C7;
	padding: 5px 2px;
}

.firstCol {
	background: #EAEAEC;
	margin-left: 10px;
	width: 165px;
}

.secondCol {
	background: #F7F7F7;
}

.name {
	padding-left: 10px;
	font-weight: bold;
}

.captcha img {
	float: left;
	border: 1px solid #AAA;
}

.element input, .element textarea {
	width: 99%;
}

#vericode {
	width: 240px;
	margin: 20px 5px;
	
}

.submit {
	float: right;
	margin: 10px 10px 0px 0px;
}

.fbForm p {
	margin-top: 10px;
}

.errors {
	color: red;
	margin: 15px 0px;
}

.deliveryDiv table {
	width: 395px;
	border-collapse: collapse;
}

.deliveryDiv th, .deliveryDiv td {
	border: 1px solid #BAC1C7;
	padding: 5px 8px;
	background: #F7F7F7;
}

tr.firstTR th, tr.firstTR td {
	background: #EAEAEC;
}

.deliveryDiv .name {
	padding-left: 4px;
}

.deliveryDiv table input {
	width: 322px;
}

.firstDel {
	width: 50px;
}

.content h3 {
	color:#3A4045;
	font-size: 13px;
	margin: 0px 0px 14px 0px;
}

.deliverySubmit {
	margin: 10px 10px 10px 315px;
	cursor: pointer;
}

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

.itemInfo td {
	border: none;
}

.content td.firstTD {
	width: 210px;
	padding: 0px;
	table-align: left;
}

.firstTD img {
	border: 1px solid #999;
}

.secondTD {
	vertical-align: middle;
}

.secondTD input {
	width: 30px;
}

.priceSpan {
	color: #4E92B8;
	font-size: 14px;
	font-weight: bold;
}

p.addToBasket {
	font-weight: bold;
	background: url(images/icons/mrk_basket.gif) no-repeat 0px 2px;
	padding: 0px 0px 0px 30px;
}

.firstColContent {
	background: #EAEAEC;
	width: 30%;
}

ul.innerList {
	/*background: #E7E8EA url(images/bg/bg_catalog.jpg) repeat-x;*/
	background: #D7E9F5;
}

ul.innerList li {
	/*background: #E7E8EA;*/
	
}

ul.innerList li a {
	background: url(images/icons/mrk1.gif) no-repeat 10px 9px;
	padding-left: 30px;
	border-bottom: none;
}

ul li.wfLevel_3 {
	
	border-bottom: none;
	list-style-type: disc;
	margin: 0px 0px 0px 28px;
	padding: 0px 0px 7px 5px;
}

ul li.wfLevel_3 a {
	border-bottom: none;
	display: inline;
	padding: 0px;
	background-image: none;
	font-weight: normal;
}

img.left { float: left; }
img.center { margin: 0 auto; display: block; }
div.center-div { text-align: left; margin: 0 auto; width: 300px; clear: both; }
div.grey-line { border-top: 1px solid #B0B0B0; margin: 3px; }
table.no-border td { border:none; }
p.center { text-align: center; }
table.small-padding td { padding: 1px; }
.white { color:#ffffff; }
div.back { font-weight: bold; }
div.back a { color:#6E6E6E; }

/******Ditto******/
.item { margin-bottom: 15px; }
.item h3 { margin-bottom: 3px; }



.main_5 {
	width: 110px;
}

.mainOfMain {
	background: #F7F7F7;
}

.mainOfMain input {
	width: 30px;
}

.mainOfMain th {
	background: #BEC1C8 url(images/bg/bg_th.jpg) repeat-x;
	padding-top: 8px;
	padding-bottom: 8px;
	border-right: 1px solid #FFF;
}

.newsAnnounce {
	padding: 10px;
}

.newsAnnounce h3 {
	font-size: 13px;
}

.newsAnnounce h3 span {
	color: #AAA;
	font-style: italic;
	font-weight: normal;
	
}

.newsAnnounce a {
	color: #2A78A6;
	font-weight: bold;
}


/*Search*/
.search { height: 35px; font-size: 1px; }
.search fieldset { border: none; }
#ajaxSearch_input {	width: 195px;
	height: 17px;
	border: 0px solid #999;
	margin-left: 10px;
	margin-top: 2px;
}
#ajaxSearch_submit {
	width: 17px;
	height: 17px;
	padding: 0px;
	border: 0px;
	margin-top: 2px;
	background: url(images/icons/but_ok.jpg) no-repeat right;
}
.ajaxSearch_highlight { font-weight: bold; }

/*endSearch*/

li.wfLevel_2 ul.innerList {
	background: none;
}

.aqPaginate {
	
}

.aqPaginate a {
	margin: 0px 5px;
}

.aqPaginate a.paginateActive {
	font-weight: bold;
}

#xParams {
	width: 600px;
	height: 150px;
}

#newForm table tr td input {
	width: 600px;
}

.tdDialog {
	padding: 20px 15px 20px 15px !important;
	font: normal bold 12px Arial, Helvetica, sans-serif !important;
	color: #3D8AC2 !important;
	text-align: center !important;
}

.ditto_currentpage {
	padding: 0px 5px;
}

.hLink {
	text-decoration: none;
	color:#094371;
}

.hLink:hover {
	text-decoration: underline;
}

.contentLogo {
	/*float: left;*/
	margin: 0px 20px 20px 10px;
}

.rightBlock h3.newsHeader {
	font: normal font 14px Arial, Helvetica, sans-serif;
	color: #999;
	margin-bottom: 10px;
	padding-left: 10px;
}



/*-- seo-блок внизу страницы --*/
.seo {padding:15px 5px 5px 5px; color:#ccc; background:#fff; font-size:10px; }
.seo a { color:#ccc; }













