body {
	background:#8b8b8b;
	color:#303030;
	font:76% Verdana, Tahoma, Arial, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}
a {
	color:#505050;
	font-weight:bold;
	text-decoration:none;
	border: none;
}
a.cvet {
	color:#232222;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#808080;
	text-decoration:underline;
}
p {
	line-height:1em;
	margin:0 0 15px;
}
/*** Main container ***/

#container {
	background:#f0f0f0 url(../img/bodybg.jpg) repeat-x;
	color:#303030;
	margin:0;
	min-width:1000px;
	padding:0;
	text-align:left;
	width:100%;
	min-height:780px
}
/*** Header section ***/

#sitename {
	color:#ffffff;
	height:150px;
	/**margin:0px 20px 10px;**/
	padding:5px 0px 0px;
	text-align:left;
	background:#f0f0f0 url(../img/header.jpg) repeat;
}
#sitename h3, #sitename h4 {
	font-weight:400;
	letter-spacing: -1.8px;
	margin:0;
	padding:0;
	white-space:nowrap;
	width:auto;
}
#sitename h3 {
	font-size:2.0em;
	padding-top:20px;
	word-spacing:5px
}
#sitename h4 {
	font-size:1.4em;
	white-space: normal;
	width: 70%;
	margin-right: 30%;
}
#kontakty {
	position: absolute;
	right: 1%;
	width: 400px;
	height: 30px;
	top: 110px;
	text-align: center;
	font-size: 1.1em;
	text-shadow: #000 0px 0px 2px;
	color:#000000;
	font-weight:bold;

}

#shapka {
	word-spacing: 55px;
	text-shadow: #000 0px 0px 3px;
    letter-spacing: 100em;
}

.headtext
{
    font-size:14px;
	position:absolute;
	top:105px;
	left:3px;
	margin-left:0;
	padding-left:0;
}

.icq {
	list-style:none;
	position:absolute;
	top:35px;
	right:30px;
	background:url(../img/icq.gif) left center no-repeat;
	margin-left:0;
	padding-left:0;
}
.icq li {
	display:inline;
	margin-left:20px;
	font-size:1.1em;
}
.icq li img {
	border:none;
}
/*** Horizontal menu ***/

#mainmenu {
	float: none;
	margin: 0px;
	width: 100%;
	background:#f0f0f0 url(../img/mainmenu.jpg) repeat-x;
	height: 38px;
}
#mainmenu ul {
	font-size:16px;
	margin:0px;
	padding:0px;
   text-shadow: #666 0px 1px 3px;

}
#mainmenu li {
	float:left;
	list-style:none; 
	margin:0;
	padding:0;
	border-right:1px solid #b0b0b0;
	display: inline;
}
#mainmenu a {
	color:#606060;
	display:block;
	font-size:0.7em;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 13px;
	text-transform: uppercase;
	margin: none;
	height: 25px;

}
#mainmenu a:hover {
	background:#f0f0f0 url(../img/menu_onmouseover.jpg) repeat-x;
	text-decoration:none;
}
#mainmenu a.current {
	background:#f0f0f0 url(../img/menuhover.jpg) repeat-x;
	text-decoration:none;
}
#current {
	background:#f0f0f0 url(../img/menuhover.jpg) repeat-x;
	color: #606060;
	display:block;
	font-size:0.7em;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 13px;
	padding-bottom: 0px;
	margin: none;
	height: 25px;
	text-transform: uppercase;
	font-weight: bold;
}

/*** Content wrap ***/

#wrap {
	clear:both;
	font-size:0.9em;
	padding-top: 20px;
	background: #f0f0f0 url(../img/body.jpg) repeat-x;
}
/*** Sidebars ***/

#leftside, #rightside {
	margin:0;
	padding:0px 10px 0px 10px;
	width:165px;
}
#leftside {
	float:left;
	margin-right:10px;
}
#rightside {
	
	float:right;
	margin-right: 8px;
	/**margin-left: 10px;**/
}

#rightside img {
margin: 0px	
}


/*#rightside h4{
display: none;*/
}

#leftside h4, #rightside h4 {
	color:#505050;
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 12px;
}
#leftside h4, #rightside h4 {
	font-size:1.1em;
	margin:0 0 20px;
	color:#505050;
	letter-spacing:-1px;
}
#leftside p, #rightside p {
	font-size:0.9em;
	line-height:1.4em;
	margin:0 0 16px 10px;
}
.linklist {
	list-style:none;
	margin:0 0 16px;
	padding:0;
}
.linklist li {
	margin-bottom:0.7em;
	list-style-type: disc;
}

.linklist ul li{
margin-bottom: 0em;	
}
/*** Sidebar menu ***/

.nav {
	background: #FFF;
	border:1px solid #b0b0b0;
	border-left: 5px solid #b0b0b0;
	color:#606060;
	display:block;
	margin-bottom:3px;
	padding:4px 3px 3px 9px;
	position:relative;
	text-transform:uppercase;
	width:200px;
}
.nav:hover {
	background:#dde5f6;
	border:1px solid #909090;
	color:#303030;
	text-decoration:none;
	border-left: 5px solid;
}
.active {
margin-left: 5px;
background:#f8f9fa;
border:1px solid #909090;
color:#303030;
text-decoration:none;
border-left: 5px solid;
}

.sub {
	font-size:0.8em;
	letter-spacing:1px;
	margin:3px 0 2px 10px;
	padding:4px 2px 2px 8px;
	width:125px;
}
/*** Content ***/

.content, .ack {
	background-color:#fafcff;
    border: 1px solid #909090;
	color:#2a2a2a;
	padding:10px 10px 10px 15px;
	margin: 0px 200px 10px 250px;
	min-width: 500px;
	line-height: 1.3em;
	}
	
	.ack
	{ background:#CC0000; color:white; font-weight:bold; padding:2px 10px 2px 15px;
	margin: 0px 200px 1px 250px; }
	
	
	
.content p {
line-height: inherit;
}
	
.proizvoditel {
	padding:5px;
	background-color: #dee1e6;
	border:1px solid #909090;
}
.proizvoditel dt {
	font-weight:bold;
}
.proizvoditel dd {
	display:inline;
	font-size:18px;
}
.proizvoditel a {
	font-weight:normal;
}
.proizvoditel a:hover {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.content .model {
	margin:0px 0px 70px 0px;
}
.content h1, .content h2 {
	background-color:inherit;
	color:#606060;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 10px;
	padding:0;
}
.content h1 {
line-height: 1em;	
}

.content h2 {
	font-size: 1.2em;
	margin-bottom:10px;
}

.content h3 {
	font-size: 1.2em;
	margin: 10px 20px;
	text-align: left;
}

.content img {
	/***border:1px solid #b0b0b0;***/
	float:left;
	margin:5px 15px 6px 15px;
	padding:5px;
	border: 0;
}

.content table {
text-align: center;	
}

.content table img {
float: none;
}

.name_kategory {
	text-indent:140px;
	font-size:16px
}
.cena span {
	font-size:14px;
	font-weight:bold;
}
#kupit {
	background-color:#0a98c8;
	padding:7px;
	width:60%;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align:center;
}
#kupit a {
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	display: block;
}
#kupit a:hover {
	text-decoration:underline;
}
.zapravka {
	background-color:#51b4d4;
	padding:7px;
	width: 60%;
	margin:auto;
	text-align:center;
}
.zapravka a {
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	display: block;
}
.zapravka a:hover {
	text-decoration:underline;
}
.content .pr {
	width:99%;
	border-collapse:collapse;
}

.content .pr td {
	width:50%;
	padding: 3px 10px;
	width: 25%;
}
.content .pr .pr1 {
	background:#d9dde0;
}
.content .pr .prh1 {
	background:#4D4D4D;
	color:#FFFFFF;
}
.pr2 {
	background:#ffffff;
}
/*** Footer ***/

#footer {
	background:#8b8b8b url(../img/footerbg.jpg) top left repeat-x;
	clear:both;
	color:#d0d0d0;
	font-size:0.9em;
	font-weight:bold;
	margin:0;
	padding:20px 0;
	text-align:center;
	width:100%;
}
#footer a {
	color:#d0d0d0;
	font-weight:bold;
}

#footer div {
display: none;	
}
/*** Various classes ***/

.thumbnail {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin:0 0 10px 10px;
	padding:5px;
}
.searchform {
	margin:0;
}
.searchbox {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
	margin:0 4px 5px 0;
	width:150px;
}
.searchbutton {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
}
.clearingdiv {
	clear:both;
	height:30px;
	width:1px;
}
.hide {
	display: none;
}
/*** Text format ***/

.intro {
	font-size:1.1em;
	font-style: italic;
	float: none;
}
.small {
	font-size:0.8em;
}
.large {
	font-size:1.4em;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
/*** End of file ***/
.paragraph {
	height: 1%;
	margin: auto;
	width: 100%;
}
.content .horizontal_banner {
	padding: 0px;
	float: none;
	margin: 0px;
	border: 0px;
}
.content .ban {
	padding: 0px;
	border: none;
	margin: 10px auto;
	width: 600px;
}

#inputfind {
margin-bottom: 3px;
}

#myfind {
margin-top: 0px;
padding: 0px;
border: none;
}

.tablelist {
margin: none;
border-collapse:collapse;
width: 99%;
}

.tablelist a{
display: block;
}


.tablelist tr {	
text-align:	left;
height: 3em;
}


.tablelist td {
padding: 0px 7px;
}

h3 {
padding: none;
margin-bottom: 0.2em;
margin-top: 2em;
	}
	
.content h4 {
margin-top: 2em;
margin-bottom: 2px;
font-size: 8pt;
}

.content ul {
	margin: 0px 0px 10px 10px;
	padding: 0px;
}

.content ul li {
margin-left: 3em;	
}

#moscow table, #spb table, #nsk table {
	text-align: left;
	vertical-align: top;	
}

.tabl_valign_top
{
margin: 5px auto;
width: 99%;
}

.tabl_valign_top thead td
{
font-weight: bold;
font-size: 10pt;
background-color: #06C;
padding: 6px;
color: #CCC;
}


.tabl_valign_top td
{
vertical-align: center;
text-align: left;
}

.tabl_valign_top ul{
margin: 0px;
padding: 0px;
text-align: left;
list-style: none;
}

.tabl_valign_top li{
margin-bottom: 2px;
}

.firm_info_wrap {
width: 95%;
margin: auto;
margin-bottom: 10px;	
}

.firm_logo {
	width: 96px;
	height: 96px;
	margin: 5px 15px 50px 0px;
	float: left;
}

.firm_text {
padding: 10px;	
}

#gorod {
text-align: left;	
display: none;
padding-left: 10%;
}

#telefon_moscow, #telefon_piter, #telefon_novosib,#telefon_nn, #telefon_ekaterinburg {

width: 125px;
padding-top: 30px;
position: absolute;
text-align: center;
margin: none;
border: none;
font-size:12px;
}

#telefon_nn {
top: -10px;
left: -280px;
background: url(../img/telefon_nn.png) no-repeat;
}

#telefon_moscow {
top: -10px;
left: -140px;
background: url(../img/telefon_moscow.png) no-repeat;
}
	

#telefon_piter {
top: -10px;
left: 0px;
background: url(../img/telefon_piter.png) no-repeat;
}

#telefon_novosib {
left: 140px;
top: -10px;
background: url(../img/telefon_novosib.png) no-repeat;
}

#telefon_ekaterinburg {
left: 280px;
top: -10px;
background: url(../img/telefon_ekaterinburg.png) no-repeat;
}

.plaintextarea {
width: inherit;
padding: inherit;
text-align: left;
border: inherit;
margin-bottom: inherit;
font-size: 1.5em;
white-space: normal;
}

.style3 {
font-size: 1em;
font-weight: bold;
}

.akcii {
font-size: 1.4em;
}

.iteminfo {
margin: 1px;
padding: 0px;
}

.iteminfo_table {
margin: none;
border-collapse:collapse;
width: 99%;

}

.iteminfo_table tr {	
text-align:	left;
height: 2em;
}

.iteminfo_table td {
padding-left: 15px;
width: auto;
}

#zakaz_table {
text-align: left;
vertical-align: top;
}

#zakaz_table td {
vertical-align: top;
}

#zakaz_table input, #zakaz_table textarea {
width: 98%;	
}
#zakaz_table select {
width: 100%;
}

#logo_image {
width: 183px;
height: 35px;
position: absolute;
top: 0px;
margin-left:50px;
margin-top: 10px;
background:url(../img/logo.png) no-repeat center;	
}

#logo_text{
padding: 0px;
border: none;
margin-top: 0px;
}

#logo_container {
position: relative;
top: 10px;
left: 0px;
width: 70%;
}

.yellow_box {
font-weight: bold;
font-size: 1.1em;
color: #F90;
font-style: normal;
}

.red {
font-weight: bold;
color: #F00;
}


#main_advertise {
width: auto;
margin: auto;
border: 0px;
padding: 0px 30px;
}


#main_advertise img {
margin: 0px;
border: none;
padding: 0px;
}

#preload {
background:#f0f0f0 url(../img/menu_onmouseover.jpg) repeat-x;
visibility: hidden;
}

.content .type_icon {
vertical-align: middle;
margin: 1px 5px 1px 0px;
padding: 0px;
border: none;
}