
.tblock {
	 font-size: 12px;
	 font-family: Helvetica;
}

body {
	font-family: Helvetica;
	font-size: 11px;
}


body, form {
 	margin:0px;
 	padding:0px;
}

.bgb {
	background: rgb(240,240,240); 
}

.bgtop {
	background: rgb(60,60,70);
}
.bgbot {
	background: rgb(60,60,70);
}

.bgnb {
	background: rgb(253,253,255);
}

.bgnbc {
	background: rgb(150,150,150);
	background-image: url('/images/bg-nb-cap.gif');
}


.bgmid {
	background: rgb(253,253,254);
}	

.bgtov {
	/* 
		background: rgb(250,250,250);
	*/
	background: #F0F0F0;
	background-image: url('/images/bg-tov.gif');
	background-repeat: repeat-x;
}

.shadow3 {
	-webkit-box-shadow: 2px 2px 3px hsla(0, 0%, 0%, .3);
	-moz-box-shadow: 2px 2px 3px hsla(0, 0%, 0%, .3);
}

.shadow2 {
	-webkit-box-shadow: 2px 2px 3px hsla(0, 0%, 0%, .2);
	-moz-box-shadow: 2px 2px 3px hsla(0, 0%, 0%, .2);
}


.noline {
	text-decoration: none;
}

small {
 	font-style : normal;
 	font-size : 0.9em;
}

h1,h2,h3,h4,h5 {
	margin-top: 0px;
}

em {
 	font-style : italic;
}

a {
 	text-decoration: none;
 	color: #33F;
}

p a {
	text-decoration: underline;
}


a:hover {
	text-decoration:underline;
	color:navy;
}

.anti a:hover {
	text-decoration: none;
	background: inherit;
}

p a:hover {
	text-decoration: none;
	background: #EEE;
}




span,div {
 	margin: 0px;
}

#top {
	 clear:both;
	 min-width:950px;
	 overflow:hidden;
	 height:145px;
}

#middle {
	min-width:950px;
	background: url('/images/bg-m-r.gif');
	background-repeat:repeat-y;
	background-position:right;
	/*
	position:absolute;
	*/
}

#middle #leftbg {
	background: url('/images/bg-m-l.gif');
	background-repeat:repeat-y;
}

#bottom {
	clear:both;
	min-width:950px;
	text-align:center;
}

.fleft {
	float:left;
	width:240px;
	overflow:hidden;
}

.fright {
	float:right;
	width:170px;
}

.fmiddle {
	margin-left:240px;
	margin-right:170px;
	padding:0px;
}

#searchbox {
	position: relative;
	top: 50px;
	right: 80px;
	width: 200px;
}

#searchbox div {
	float: left;
	background: url('/images/bg-t-src1.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

#searchbox div input {
	font-family: Verdana;
	width: 155px;
	height: 20px;
	border: none;
	font-size: 11px;
	background: none;
	margin: 1px 1px 1px 1px;
}

#searchbox span {
	float: left;
	width: 25px;
	height: 24px;
	background: url('/images/bg-t-src2.gif');
	cursor: pointer;
}


#menu {
	background:url('/images/bg-t-m-l.gif');
	background-repeat:no-repeat;
}
#menu div {
	background:url('/images/bg-t-m-r.gif');
	background-repeat:no-repeat;
	background-position:right;
}
#menu div div {
	height:25px;
	margin-left:6px;
	margin-right:6px;
	background:url('/images/bg-t-m-c.gif');
	background-repeat:repeat-x;
	text-align:center;
}

#navigation {
	margin: 0px;
	list-style: none;
	position: relative;
	top: 4px;
	padding: 0px;
}

#navigation li {
	display: inline;
	border-left: 2px solid #555;
}

#navigation li.sm {
 	font-size: 11px;
 	border-left: 1px solid #555;
}

#navigation li.lif {
	border: none;
}

#navigation li.sm a {
 	font-size: 11px;
}

#navigation li a {
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	color: #fff;
	font-family:Verdana;
	font-size:13px;
}

#navigation li a:hover{
	text-decoration: underline;
	color: rgb(160,160,240);
}


#navigation li a.selected{
	color: rgb(170,170,250);
}

#path {
	height:15px;
	max-height:15px;
	background:rgb(190,190,200);
	border-left: 1px solid rgb(250,250,250);
	border-right: 1px solid rgb(250,250,250);
	vertical-align:middle;
	padding-left:10px;
	text-align:left;
	font-size:10px;
	font-weight:normal;
	font-family:Verdana;
	color: rgb(10,10,10);
}

#path a {
	font-size:10px;
	font-weight:normal;
	font-family:Verdana;
	color: rgb(10,10,10);
	text-decoration:none;
}

#path a:hover{
	color: white;
}

.nicebox {
	overflow:hidden;
	border: 1px solid #AAA;
	text-align:left;
	margin:5px;
	position:relative;
}

.nicebox .caption {
	height:1.85em;
	text-align:center;
	font-family:Verdana;
	color:rgb(255,255,255);
}

.nicebox .caption h3 {
	margin:0px;
	font-size:1.2em;
}	


.pagerbox {
	display: block;
	text-align: center;
	margin-top:7px;
	line-height:2em;
}

.pagerbox * {
	font-family: tahoma;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#666;
}

.pagerbox a,.pagerbox b {
	margin-left:1px;
	margin-right:1px;
	margin-top:5px;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
	height:1.5em;
	border: 1px #CCC solid;
}

.pagerbox a {
	background:#EEF;
	color:#666;
	cursor:pointer;
}

.pagerbox a:hover {
	background:rgb(255, 205, 40);
	color:#666;
	cursor:pointer;
}

.pagerbox b {
	background:rgb(255, 165, 0);
	color:#222;
}

#basketbox {
	margin:5px 5px 5px;
}

#basketbox div {
	font-weight:bold;
	text-align:center;
}

#basketbox b {
	color:blue;
}

.catalog {
	margin: 10px 0px 10px 20px;
	padding: 0px;
}

.catalog ul {
	margin-left: 15px;
	padding: 0px;
}

.catalog li {
 	margin: 5px;
 	padding: 0px;
	padding-bottom: 5px;
 	font-weight: bold;
}

.catalog ul li {
 	padding-bottom: 0px;
 	font-weight: normal;
}

.catalog li.ps {
 	list-style-image: url('/images/bull1.gif');
}

.catalog li.pn {
 	list-style-image: url('/images/bull0.gif');
}

.catalog li.ls {
 	list-style-image: url('/images/bull.gif');
}

.catalog li.ln {
 	list-style-image: url('/images/bull.gif');
}

.catalog li.ln ul {
	display:none;
}
.catalog li.pn ul {
	display:none;
}

.catalog li a {
	display: block;
	text-decoration: none;
	color: black;
}

.catalog li ul li a {
	font-size:11px;
	font-weight:bold;
}

.catalog li ul li ul li a {
	font-size:11px;
	font-weight:normal;
}

.catalog li a:hover {
	text-decoration: underline;
	color: rgb(10,10,240);
	background: rgb(230,230,230);
}

.catalog li.ps > a {
	text-decoration: none;
	color: rgb(10,10,240);
}

.catalog li.ls > a {
	text-decoration: none;
	color: rgb(10,10,240);
}

.contacts {
	text-align:center;
}

.contacts .text {
	margin: 5px;
}

.contacts .text em {
	display: block;
	font-weight:bold;
	font-size:15px;
}

.contacts .text b {
	display: block;
	font-size:15px;
}

.news {
	overflow: hidden;
	position: relative;
	height: 180px;
}

#allnews {
	position : relative;
}

.news_block {
	height: 180px;
	margin:0px;
	overflow: hidden;
	margin-left:  5px;
	margin-right: 5px; 
}

.news_block hr {
	margin-top:3px;
	margin-bottom:3px;
	padding:0px;
}

.news_block h4 {
	margin-top:3px;
	margin-bottom:3px;
	text-align:center;
}

.news_block p {
	margin-top: 3px;
	margin-bottom:3px;
}



#mid_left {	position:absolute;top:145px;left:0px; float:none; }
#mid_right{ position:absolute;top:145px;right:0px;float:none; }

#mid_center {
	padding: 15px 0px 30px 0px;
	min-height:393px;
}

#mid_center #content {
}

#mid_center #content .tblock {
	margin: 0px 15px 10px 15px;
	line-height:1.4em;
	overflow:hidden;

}

#mid_center #content h1 {
	font-weight:bold;
	font-size:1.6em;
	color:#11D;
	text-align:center;
	margin-left:15px;
	margin-right:15px;
}

#mid_center #content h2 {
	font-weight:bold;
	font-size:1.1em;
	color:#11D;
	text-align:center;
}

.button {
	width:150px;
	height:2.2em;
	vertical-align:middle;
}

.item_head {
		font-weight:bold;
		text-decoration:underline;
		}


.item_text {}
.item_more {text-align:right;}
.item_all  {text-align:center;}

.gb_error		{color:red;	font-style:italic;	font-weight:bold;}
.gb_ok      	{color:green;font-style:italic;font-weight:bold;}
.gb_form_text 	{
					width:300px;
					background:url('/images/bg-tov.gif');
					background-repeat:repeat-x;
					background-color: #f0f0f0;
					border:1px solid #d0d0d0;
					background-position:0px -30px;
				}
				
.gb_form_area 	{
		width:300px;
		height:150px;
		background:url('/images/bg-tov.gif');
		background-repeat:repeat-x;
		background-color: #f0f0f0;
		border:1px solid #d0d0d0;
		}

.tl {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.bl {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.tr {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.br {
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}



.tovarshort {
	border: 1px #AAB solid;
	margin:3px;
	margin-top: 15px;
	position: relative;
}

.tovarshort .image {
	float: left;
	width: 190px;
	text-align: center;
}

.tovarshort .image img {
	border:1px #AAB solid;
	margin: 10px;
	cursor:pointer;
}

.tovarshort .description {
	margin-top:10px;
	margin-right:100px;
	margin-left:190px;
	min-height:150px;
}

.tovarshort .description h3 {
	font-size:16px;
	margin-right:30px;
}

.tovarshort .description p,.tovarshort .description strong,.tovarshort .description span {
	font-family: tahoma;
	font-size:11px;
}

.tovarshort .description p {
	margin-bottom:1px;
	margin-top:0px;
}

.tovarshort .form {
	margin:0px;
	padding:0px;
	margin-left:190px;
	margin-top:10px;
	text-align:center;
	position:relative;
	top:-5px;
}

.tovarshort .form * {
	font-family: tahoma;
	font-size:11px;
}

.tovarshort .price {
	text-align:center;
	font-weight:bold;
	font-size:15px;
	padding-top:0.5em;
	/*
	background-image: url('/images/bg-tov.gif');
	background-repeat: repeat-x;
	background-position-y:-100px;
	*/
	background-color:#EEE;
	color:#555;
	
	position:absolute;
	top:0px;
	right:0px;
	width:110px;
	height:25px;
}


.tovarshort .admin {
	text-align:center;
	font-weight:bold;
	background:rgb(190,190,190);

	position:absolute;
	bottom:0px;
	right:0px;
	width:20px;
	height:20px;
}


.fresh {
	text-align:center;
	font-weight:bold;
	font-size:15px;
	padding-top:0.5em;
	background:orange;
	border:1px solid #AAB;
	color:#555;

	position:absolute;
	top:40px;
	right:-1px;
	width:110px;
	height:25px;
}

.r {
	position:relative;
	float:right;
}

.l {
	position:relative;
	float:left;
}

.status {
	height:1.3em;
	margin-top:0.5em;
}

.status span {
	border:1px black solid;
	padding-bottom:2px;
	display:block;
	font-size:0.8em;
	font-weight:bold;
	color:white;
	background:#A00;
	width: 110px;
}	

.tovarfull {
}

.tovarfull .status {
	position:absolute;
	top:0px;
	left:0px;
}

.tovarfull .upper {
	position: relative;
	text-align:center;
}

.tovarfull .upper img {
	position:relative;
	border:1px #AAA dotted;
}

.tovarfull .upper .price {
	margin-top:5px;
}

.tovarfull .upper .price b {
	font-family: tahoma;
	font-size:15pt;
	color:green;
	font-weight:normal;
	vertical-align:middle;
}

.tovarfull .description {
	font-family: tahoma;
	font-size: 11px;
}

.tovarfull .description p {
	margin-bottom: 1px;
	margin-top: 0px;
}

#sblock {
	text-align: center;
	margin: 15px;
	border: 1px #AAB solid;
	background: #EEE;
	position: relative;
}

.tbasket {
}

.tbasket .bl {
	font-weight: bold;
}

.tbasket .bp {
	font-weight: bold;
	color: blue;
}

.price_list {
	border-collapse: collapse;
	border-color: silver;
}

.price_list .bb {
	font-size: 13px;
}

.price_list .bh {
	font-size: 1.5em;
	color: black;
}

.price_list .cb {
	font-size:9px;
}

.price_list .ch {
	font-size: 1.2em;
	color: marine;
}

.price_list .ph {
	font-size: 0.9em;
	color: gray;
}

.price_list tr {
	font-family:arial;
	background:#FEFFFF;
	border-color:silver;
}

.price_list tr:hover{
	background:#F0F0F0;
}
