@CHARSET "UTF-8";

html {
	background: white
}

body {
	min-width: 985px; max-width: 1200px;
	margin: 0 auto;
	font: normal 10pt 'Tahoma';
	color: #393939
}

h1 {
	font-size: 1.3em;
	font-weight: normal;
	color: #552d22
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #ff9a24
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #00999a;
}

h4 {
	font-size: 1.3em;
	font-weight: normal;
	color: #552d22;
	text-decoration: none;
	margin: 8px 0;
}

h5 {
	margin: 15px 0 10px;
	font-size: 1em
}

img { border: none }

#content img.with-border {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #11aaab;
	float:left;
	padding:5px;
	margin: 0 10px 10px -5px;
}

a {
	color: #00999a;
	outline: 0;
}

.more {
	text-align: right;
}

.more a {
	text-decoration: none;
}

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

a.more {
	display: block;
	text-align: right;
}

input[type=text] {
	width: 90%;
}

input[type=submit] {
	float: right;
}

textarea {
	width: 90%;
}

.header {
	width: 100%; height: 150px;
	margin-bottom: 70px;
	position: relative;
	z-index: 1;
}

.header .grid, .header .header-left-image, .header .company-name {
	position: absolute;
	top: 0; left: 0;
}

.header .company-name, .header .company-name span, .header .logo { display: block }

.header .company-name {
	margin: 50px 0 0 17%;
	color: #ff942e;
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
}

.header .company-name span {
	font-size: 1.5em;
	color: #62d7da
}

.header .logo {
	width: 379px; height: 140px;
	margin: 0 auto;
	position: relative;
	top: 0
}

.header .header-left-image, .header .logo, .header form {
	z-index: 30
}

.header .header-left-image {
	top: 7px;
	left: 1%;
}

.header .grid {
	width: 100%; height: 100%;
	background: url(/themes/default/images/header-bgr.gif) repeat left top;
	z-index: 20;
}

.header form {
	width: 215px;
	display: block;
	position: absolute;
	top: 19px; right: 52px;
	overflow: hidden;
	font-size: 0.85em;
	color: #552d22;
}

.header form ul {
	width: 100%;
	margin: 0; padding: 0;
	list-style: none;
	overflow: hidden;
	clear: both;
}

.header form a {
	display: block;
}

.header form a.registration {
	font-weight: bold;
	color: #552d22;
	text-align: right;
	margin: 10px 10px 15px 0
}

.header form label, .header form input {
	float: left;
	margin: 2px 0 1px;
}

.header form label {
	width: 68px;
	padding: 3px 0 0
}

.header form input {
	width: 143px;
	font-size: 0.85em;
	border: 1px solid #b9b9b9;
}

.header form input[type=submit] {
	width: 82px; height: 13px;
	margin: 0; padding: 0;
	color: #00999a;
	text-decoration: underline;
	border: none;
	background: none
}

.header form li {
	color: #00999a;
	float: right;
}

.wrapper {
	width: 96%;
	margin: 0 2%;
}

.sidebar {
	width: 20%;
}

.sidebar .inner {
	width: 190px;
	overflow: hidden;
}

.sidebar h3 span {
	display: block;
	font-size: 0.6em;
	white-space: nowrap;
}

.sidebar-left, .sidebar-left .inner {
	float: left;
}

.sidebar-right, .sidebar-right .inner {
	float: right;
}

#content {
	width: 56%;
	margin: 0 auto;
}

.footer {
	width: 100%;
	margin: 0; padding: 0;
	border: none;
	border-collapse: collapse;
	font-size: 0.85em;
	color: #552d22;
}

.footer td { margin: 0; padding: 0; }

.footer .creator {
	padding-top: 40px;
	background: url(/themes/default/images/vofise.gif) no-repeat 50% 0
}

.banners {
	width: 190px;
	margin: 0; padding: 0;
	list-style: none;
}

.banners li {
	margin: 10px 0;
}

.banners img {
	width: 190px; height: 128px;
}

.partner img {
	height: 384px
}

.banners a {
	display: block;
}

.banners .comment {
	position: relative;
	padding: 20px 20px 10px;
	background: url(/themes/default/images/comment-bgr.gif) no-repeat bottom left;
}

.banners .comment .head {
	position: absolute;
	top: 0; left: 0;
	width: 190px; height: 7px;
	display: block;
	background: url(/themes/default/images/comment-head.gif) no-repeat bottom left;
}

.red {
	border: 1px solid red;
	color: red;
}

.page_active {
	font-weight: bold;
}

table.simple-form {
	width: 100%;
	border: 1px solid #c0c0c0;
	padding: 20px;
	margin-top: 10px
}

table.simple-form td, table.simple-form th
 {
	padding: 0 10px; 
	vertical-align: top;
	text-align: left;
}

a.big-link {
	margin: 1em 0 0;
	display: block;
	font-size: 1.3em;
	color: #552d22;
	text-decoration: underline;
}

a.main-page {
	font-size: 1.1em;
	font-family: Tahoma;
	font-weight: bold;
	color: #00999A
}

table.content-table1 {
	width: 100%;
	padding: 3px;
}

table.content-table1 th{
	background-color: #f0f0f0;
	padding: 5px;
	border: solid 1px #bbb;
	text-align: center;
}

table.content-table1 td{
	background-color: #fff;
	padding: 5px;
	border: solid 1px #ccc;
}

table.content-table1 tr td h3{
	font-size: 11pt;
	font-weight: bold
}

table.regform td{
	padding: 5px
}
ul.partner li{
	margin-top: 0px
}
h3.partner{
	margin-bottom: 5px
}

.manufacturer {
	overflow: hidden;
	clear: both;
}

.manufacturer h4 {
	font-size: 1.6em;
	margin: 15px 0 10px
}

.manufacturers_cat .manufacturer p {
	margin-left: 210px
}

.manufacturers_cat .man-free p {
	margin-left: 0
}

.manufacturer img {
	display: block;
	float: left;
	margin: 5px 20px 12px 0
}

.manufacturer .scheme, .manufacturer .scheme img {
	display: block;
}

.manufacturer .scheme {
	overflow: hidden;
}

.manufacturer .scheme img {
	margin: 0 auto;
	float: none;
}

.block .photos, .block .files {
	overflow: hidden;
	clear: both;
	/*background: red;*/
}

.block .photos ul, .block .files ul, .block ul.files {
	width: 99%;
	margin: 0; padding: 0;
	list-style: none;
	overflow: hidden;
}

.manufacturer .photos li {
	float: left;
	overflow: hidden;
	margin: 5px 5px 2px 0;
}

.block .files li {
	margin: 5px 0;
}

.manufacturer .photos a {
}

.manufacturer .photos img {
	width: 90px; height: 90px;
	margin: 0;
	float: none;
	/*display: inline;*/
	border: 1px solid #66cccc
}

.manufacturer .other-cats {
	overflow: hidden;
	clear: both;
}

.manufacturer .other-cats ul, .manufacturer .other-cats p {
	margin: 0; 
	float: left;
}

.manufacturer .other-cats ul {
	list-style: none;
	padding-left: 10px;
}

.other-cats {
	margin: 0 0 20px
}
li.big-offers-cat {
	margin: 0; 
	padding: 0;
	list-style: none;
}
li.big-offers-cat p {
	color:#552D22;
	font-size:1.3em;
	margin: 3px 0;
}
.payman {
display:block;
float:left;
margin:5px 20px 12px 0;
}
div.#abgi {
top: 600px
}