
.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);
	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);
	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;
}

.tblock a {
	text-decoration: underline;
}


p a {
	text-decoration: underline;
}


a:hover {
	text-decoration:underline;
	color:navy;
	border: 0px ;
}

.tblock a:hover {
	text-decoration: none;
	background: inherit;
	border: 0px ;
}

.anti a:hover {
	text-decoration: none;
	background: inherit;
	border: 0px ;
}




.verti2  { font: 13px Verdana, Arial, Helvetica, sans-serif;}
.verti2 a {text-decoration: none; color:#ffffff;}
.verti2 a:hover {text-decoration: underline; color:#f8d803;}


p a:hover {
	text-decoration: none;
	background: #EEE;
}



#lod a img{
border: 0px ;
}



span,div {
 	margin: 0px;
}

#top {
	 clear:both;
	 min-width:950px;
	 overflow:hidden;
	 height:145px;
	 position: relative;
}

#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;
}


#uuearchbox2 {
	position: absolute;
	top: 35px;
	right: 200px;
	width: 365px;}
#uuearchbox {
	position: absolute;
	top: 52px;
	right: 200px;
	width: 310px;}


#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;
}
#searchbox a {
	color: #fff;
	font-family: Verdana;
	font-size: 13px;
}
#searchbox a:hover {
	color: rgb(160,160,240);
}

#menu {
	background:url('/images/bg-t-m-l.gif');
	background-repeat:no-repeat;
	position:relative;
	z-index:9000;
}
#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);
	position:relative;
	z-index:9000;
}

#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: inline-block;
	text-align: center;
	margin-top:7px;
	line-height:2em;
}

b.pagerbutsel {
    line-height: 1.42857143;
    font-stretch: condensed;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #EEE;
    display: block;
    float: left;
    position: relative;
    padding: 6px 12px;
    background-color: #55F;
    border: 1px solid #777;
    margin-left: -1px;
    text-decoration: none;
}

a.pagerbutton {
    line-height: 1.42857143;
    font-stretch: condensed;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    display: block;
    float: left;
    position: relative;
    padding: 6px 12px;
    background-color: #EEE;
    border: 1px solid #777;
    margin-left: -1px;
    text-decoration: none;
}

a.pagerbutton:hover {
	color:#777;
    background-color: #FFF;
	border: 1px solid #777;
}
a.pagerbutton.invisible {
	display:none;
}

.pagerbutton.first {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagerbutton.last {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}


/*
.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:80px;
	margin-top:14px;
	margin-bottom:7px;
	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;
}	

.status span.nu {
	border:1px #EEE solid;
	padding-bottom:2px;
	display:block;
	font-size:0.9em;
	font-weight:bold;
	color:#555;
	background:#CCC;
	width: 110px;
}

.status span.nu a {
	color:#555;
	/* text-decoration:none; */
}


.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 .pprice {
	margin-top:30px;
}

.tovarfull .upper .pprice b {
	font-family: tahoma;
	font-size:15pt;
	color:green;
	font-weight:normal;
	vertical-align:middle;
}

.tovarfull .upper .pprice .theprice {
	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;
}

#conotifier {
	position:fixed;
	top		:0px;
	right	:0px;
	z-index	:9999;
	padding	:10px;
	max-width: 300px;	
}

.notifier {
    border: 3px solid #303F9F;
    margin-top: 5px;
    background: #4CAF50;
    font-family: Tahoma,Arial,Helvetica;
    color: white;
    font-size: 17px;
    font-weight: bold;
    cursor: e-resize;
}



div.button_helper {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
a.button_buy {
    background: #3F51B5;
    border-radius: 5px;
    font-size: 12px!important;
	font-family: Helvetica!important;
    text-shadow: 0 0 7px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 10px rgba(0,0,0,0.25);
    color: #fff;
    margin: 0px 0px 0px 0px;
    white-space: nowrap;
    padding: 7px 12px;
    text-decoration: none!important;
    margin-right: 10px;
    cursor: pointer;
    font-weight: bold;
}
a.button_buy:hover {
	border: 0px!important;
    color: #0004FF!important;
    background: #DFDFDF!important;
}
a.button_full {
    background: #3F51B5;
    border-radius: 5px;
    font-size: 12px!important;
	font-family: Helvetica!important;
    text-shadow: 0 0 7px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 10px rgba(0,0,0,0.25);
    color: #fff;
    margin: 0px 0px 0px 0px;
    white-space: nowrap;
    padding: 7px 12px;
    text-decoration: none!important;
    margin-right: 10px;
    cursor: pointer;
    font-weight: bold;
}
a.button_full:hover {
	border: 0px!important;
    color: #0004FF!important;
    background: #DFDFDF!important;
}

a.button_credinfo {
    /* background: rgb(0,143,23); */
    /* border-radius: 5px; */
    font-size: 9px!important;
	font-family: Helvetica!important;
    text-shadow: 0 0 1px rgba(0,0,0,0.25);
    /* box-shadow: 0px 1px 10px rgba(0,0,0,0.25); */
    /* color: #fff; */
    /* margin: 0px 0px 0px 0px; */
    /* white-space: nowrap; */
    /* padding: 7px 12px; */
    /* text-decoration: none!important; */
    margin-right: 10px;
}


a.button_buycredit {
    background: rgb(0,143,23);
    border-radius: 5px;
    font-size: 12px!important;
	font-family: Helvetica!important;
    text-shadow: 0 0 7px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 10px rgba(0,0,0,0.25);
    color: #fff;
    margin: 0px 0px 0px 0px;
    white-space: nowrap;
    padding: 7px 12px;
    text-decoration: none!important;
    margin-right: 2px;
    cursor: pointer;
}
a.button_buycredit:hover {
	border: 0px!important;
    color: #0004FF!important;
    background: #DFDFDF!important;
}

a.button_print {
    position: relative;
    top: 8px;
}



.tovarshort .form {
    display: inline-block;
    height: 35px;
    /* background: #FAFAFA; */
    width: 100%;
    margin: 0px;
    padding: 0px;
    /* margin-left: 80px; */
    /* margin-top: 14px; */
    /* margin-bottom: 7px; */
    text-align: right;
    position: relative;
    /* top: -5px; */
    vertical-align: middle;
	padding-top: 5px;
}