html, body {
  padding: 0px;
  margin: 0px;
  border: none;
  font-family: Tahoma;
  font-size: 8pt;
  color: #333333;
}

#message {

	margin: 10px 0;
	padding: 10px;
	color: #fff;
	background-color: #78C96B;
	width: 200px;
}

#e_message {

	margin: 10px 0;
	padding: 10px;
	color: #fff;
	background-color: red;
	width: 200px;
}

#news_form {

	margin: 10px 0;
}

#news_form textarea {

	width: 400px;
	height: 200px;
	display: block;
}

label {

	display: block;
}

body {
	background:url(/img/background.gif);
  	background-color: #D1CABF;
}

input, select, textarea, h5 {
  font-family: Tahoma;
  font-size: 8pt;
  color: #333333;
}

body.frame {
  background-color: white;
}

img {
  border: none;
}

h6 {
  font-family: Arial;
  font-size: 12px;
  margin: 0px;
  margin-bottom: 4px;
}

h5 {
  font-weight: normal;
  margin: 0px;
  color: #8a8a8a;
}


a, b {
	color:#666666;
	text-decoration: none;
}

a.l1, a.l2, a.l4, a.l5 {
	text-decoration: underline;
}

a.l2, a.l3, a.l4 {
   background-image: url(/img/arrow.right.gif);
   background-position: right 4px;
   background-repeat: no-repeat;
   padding-right: 10px;
}

a.l4 {
   background-image: url(/img/arrow.up.gif);
}

a.l5 {
   background-image: url(/img/arrow.left.gif);
   background-position: left 4px;
   background-repeat: no-repeat;
   padding-left: 10px;
}


ul.treeTop {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	list-style: none outside;
}

ul.treeTop ul {
	display: none;
	padding-left: 0;
	padding-top: 0;
	margin: 0;
}

ul.treeTop ul li {
	list-style: none outside;
	line-height: 20px;
	margin-left: 15px;
	padding: 0px;
}

div.search{
   width:213px;
   height:27px;
}


span.orgprice{
	text-decoration: line-through;
}

span.currprice{
	color: red;
}

.grey {
	color: #8a8a8a;
}


div.breaker {
	height: 1px;
	overflow: hidden;
	clear: both;
}

div.fl {
	float: left;
}

div.fr{
	float: right;
}

div.coldiv {
	margin: 0 30px;
	float:left;
	width:3px;
	height:350px;
	background-image: url('/img/vline.gif');
}

div.m4 {
	margin: 4px;
}

div.m5 {
	margin: 5px;
}

div.m18 {
	margin: 18px;
}

div.m20 {
	margin: 20px;
}


div.content {
	/*width: 980px;*/
	margin-left: auto; margin-right: auto;
	background-color: #fff;
	/*border:1px solid #D1CABF;*/
}


div.content div.tophead {
   height: 90px;
   margin-left:35px;
}

div.topmenu {
  background-color: #ffffff;
  line-height: 20px;
  padding: 0px 5px;
  height: 20px;
  overflow:hidden;
}

div.topmenu a{
  color: #000000;
  font-size: 11px;
  text-decoration: none;
}

div.topmenu div{
  padding: 0px 5px;
  color: #3E382E;
  width: auto;
  float:left;
  height: 20px;
  overflow: hidden;
}

div.topmenu div.selected {
  padding: 0px 5px;
  background-color: #AAA399;
  overflow: hidden;
}

div.topmenu div.selected a{
  font-size: 11px;
  color: #ffffff;
}

div.submenu {
  background-color: #AAA399;
  height: 19px;
}


div.submenu a{
  color: #ffffff;
  text-decoration: none;
  font-size:11px;
}

div.submenu div{
  padding: 0px 5px;
  color: #3E382E;
  width: auto;
  float: left;
  overflow: hidden;
}

div.submenu div.selected {
  background-color: #D1CABF;
  color: #3E382E;
}
div.submenu div.selected a{
  color: #ffffff;
}


div.footer {
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  color: #AAA399;
  overflow: hidden;
}

div.footer a {
  color: #AAA399;
  text-decoration: none;
}

div.footer div {
	float:left;
	padding: 0px 5px;
	border-left: 2px solid #D1CABF;
}

div.footer div.flags {
	padding: 3px;
	padding-top: 2px;
	border: none;
}

div.footer div.partners {
	float: right;
	height: 22px;
}

div.footer div.partners img{
 	margin-top: 2px;
}

div.space-footer {
  background-color: #D1CABF;
  height: 2px;
  overflow: hidden;
}

img.sort-arrow {
	width: 11px;
	height: 11px;
	background-position: center center;
	background-repeat: no-repeat;
	margin:	0 2px;
}

img.sort-arrow.descending {
	background-image: url('/img/downsimple.png');

}

img.sort-arrow.ascending {
	background-image: url('/img/upsimple.png');
}

div.toppuff {
/*	background-image:url('/img/topnews.png');
	background-repeat: no-repeat; */
	height:auto;
	width:472px;
	margin: 0px;
}

div.toppuff div.head {
 	margin-left: 5px;
	margin-top: 3px;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: red;
}

div.toppuff div.subhead {
 	margin-left: 5px;
	margin-top: 3px;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
}

div.toppuff div.description{
	float: left;
	margin: 4px;
	width: 340px;
}

div.description div.price{
	margin-right: 10px;
	font-size: 24px;
	font-family: Arial;
	line-height: 20px;
	height: 20px;
}

div.description div.price span{
	color: gray;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

a.menuBorder {
	border:1px solid #000000;
	background-color:#FFFFFF;
	width:10px;
	height:10px;
}
div.basket{
	background-image:url('/img/basket.bg.gif');
	background-repeat: repeat-y;
	width:221px;
	margin-bottom: 15px;
}

div.basket div.col1, div.basket div.col2, div.basket div.col3 {
	float: left;
	padding-left: 0px;
	width: 114px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
}

div.basket div.col2 {
	width: 18px;
	text-align: center;
}

div.basket div.col3 {
	width: 80px;
	text-align: right;
}

div.basket div.top{
	background-image:url('/img/basket.top.gif');
	background-repeat: no-repeat;
	height: 26px;
	line-height: 28px;
	vertical-align: baseline;
	padding-left: 6px;
}

div.basket div.head{
	background-image:url('/img/basket.head.gif');
	background-repeat: no-repeat;
	line-height: 14px;
	height: 14px;
	padding-left: 6px;
}

div.basket div.bottom{
	background-image:url('/img/basket.bottom.gif');
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	text-align: right;
	vertical-align: baseline;
	padding-left: 0px;
	padding-right: 6px
}

div.basket div.odd, div.basket div.even{
	line-height: 14px;
	padding-left: 6px;
}

div.basket div.odd{
	background-image: url('/img/basket.odd.row.gif');
	background-repeat: no-repeat;
}

div.button {
	float: left;
	padding: 0px;
	margin: 0px;
}

div.button div, div.button input, div.button div.img{
	float: left;
	border: none;
	height: 20px;
	line-height: 20px;
	background-repeat: no-repeat;
	background: transparent;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

div.button input, div.button div.img{
	background-image: url('/img/button.bg.gif');
	background-repeat: repeat-x;
	vertical-align: top;
}

div.button div.img img{
	margin-top: 6px;
}

div.button div.img img.basket{
	margin-top: 3px;
	margin-left: 3px;
}

div.button div.left{
	background-image: url('/img/button.left.gif');
	width: 7px;
	padding: 0px;
	margin: 0px;
}

div.button div.right{
	background-image: url('/img/button.right.gif');
	width: 7px;
	padding: 0px;
	margin: 0px;
}

div.btnspace, div.puffspace {
	float: left;
	height: 20px;
	width: 5px;
	overflow: hidden;
}

div.puffspace {
	width: 25px;
}

div.four_puff {
	width:472px;
}

div.puffsmallrub{
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #999999;
}

div.puffrub{
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 5px;
}

div.puff {
	float:left;
	/*border-top: 1px solid #dedede;*/
	width: 222px;
	margin-top: 25px;
}

div.puff div.description span{
	height: 160px;
	overflow:hidden;
}

div.puff div.price{
	text-align: right;
	width: 190px;
}


div.rub, div.basket div.top{
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}

div.producthead {
	margin-left:25px;
	height:28px;
	margin-top:0px;;
	line-height:20px;
}

div.producthead div.flag {
	margin:0px;
	margin-top:3px;
	margin-right:10px;
	width:15px;
	float:left;
}

div.producthead div.name, div.producthead div.name a{
	font-family:Arial;
	color:#333333;
	font-size:16px;
	font-weight:bold;
}

h1 {
	font-family:Arial;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.line {
	width:495px;
	background-color:#dedede;
}

div.productlistbody {
	width:475px;
	margin-top:10px;
	height:160px;
}

div.productbody {
	width:475px;
	margin-top:10px;
	height:auto;
	margin-left:25px;
}

div.productlistbody div.text, div.productbody div.text {
	margin-left:25px;
	width:300px;
	line-height:14px;
}

div.productlistbody div.price, div.productbody div.price {
	margin-right:1px;
	width:130px;
}

div.price div, div.quant div{
	font-family:Arial;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#f1f1f1;
}

div.productlistbody div.quant, div.productbody div.quant {
	margin-right:1px;
	width:120px;
}

div.productlistbody div.buy, div.productbody div.buy {
	margin-right:1px;
	width:100px;
}

table.main {
	margin:0px;
	/*margin-left: auto;
	margin-right:auto;*/
} table.main td {
	border-width:0px;
}

table {
  margin-top : 5px;
  border-collapse : collapse;
}

table td{
  border-left : 1px solid #cccccc;
}

tr.header, tr.footer {
  cursor: default;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
}

tr.footer {
  color: white;
  background-color: #78a46c;
}

tr.footer td {
	border: none;
	font-weight: normal;
	border-top: 1px solid #cccccc;
}

tr.footer td.first, tr.footer td.last {
	font-weight: bold;
}

tr.footer td.last {
	background-color: #497b3d;
}

tr.odd {
	background-color: #d1e6cd;
}

tr.even {
	background-color: #f3f9f2;
}

table.clean td{
  border : none;
}

div.category {
	float:left;
	padding-left:25px;
	width:200px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#727272;
}

td.content {
	padding:15px;
}


td.menu {
	background-color:#f1f1f1;
	padding-top:20px;
	padding-left:20px;
	border-right:1px solid #dedede;
}

div.newMenu {
	margin-bottom:10px;
} 

div.newSub {
	margin-left:25px;
	margin-bottom:10px;
}

