
body {
	background: #fff url(/images/bg.jpg) repeat-x top left;	
	height: 100%;
	padding: 30px 0px 50px 0px;
        margin: 0px;
        font: 12px Trebuchet MS, Tahoma, sans-serif;
        color: #333;
	text-align: center;
}
 p {
 	margin: 0px; 
	padding: 0px 0px 10px 0px;
	}
a {
	color: #0066cc; 
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
}


.head {
	width: 840px;
	height: 166px;
}

.logo {
	width: 220px;
	height: 166px;
	display: block;
	float: left;
	background: url(/images/logo.gif) no-repeat center center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	bor der: 1px solid red;
}

.bar {
	height: 50px;
	background: url(/images/bg-bar.gif) repeat-x top left;
	margin: 0px 0px 0px 240px;
	text-align: left;
	padding: 0px;
}


.basket-info {
	width: 110px;
	float: left;
	padding: 16px 0px;
}

.view_card {
	width: 71px;
	height: 26px;
	display: block;
	background: url(/images/view_card.gif) no-repeat top left;
	margin: 13px 1px;
	float: left;
	cursor: pointer;
}
.view_card_new {
  width: 71px;
  height: 26px;
  display: block;
  margin: 13px 1px;
  float: left;
  cursor: pointer;
}

.checkout {
	width: 71px;
	height: 26px;
	display: block;
	background: url(/images/checkout.gif) no-repeat top left;
	margin: 13px 1px;
	float: left;
	cursor: pointer;
}

.checkout_new {
  width: 71px;
  height: 26px;
  display: block;
  margin: 13px 1px;
  float: left;
  cursor: pointer;
}
.login {
	width: 50px;
	height: 50px;
	display: block;
	background: url(/images/login.gif) no-repeat top left;
	margin: 0px;
	float: right;
	cursor: pointer;
}

.loginnew {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0px;
  float: right;
  cursor: pointer;
}

.access {
  float: left;
  margin: 16px 0px 0px 5px;
  text-align: left;
}

.bar_link {
	float: left;
	margin: 16px 5px 0px 5px;
	text-align: left;
}

.bar_link a {
	margin-right: 10px;
	text-decoration: underline;
}

.bar_link_user {
  float: left;
  margin-top: 16px ;
  text-align: right;
	width:130px;
	
}

.bar_link_user a {
  text-decoration: underline;
}
.main-menu {
	list-style: none;
	padding: 16px 0px 0px 22px;
	margin: 0px;
	height: 37px;
	float: left;
}

.main-menu li {
	float: left;
}

.main-menu a {
	display: block;
	width: 94px;
	height: 40px;
	border: none;
	background: url("/images/bg-noactive.gif") no-repeat top center;
	margin: 0px 2px 0px 0px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

.main-menu .selected {
	background: url("/images/bg-active.gif") no-repeat top center;
}

.tel {
	font-size: 18px;
	color: #999; 
	padding: 10px 0px 0px 40px;
	float: left;
	text-align: center;
}

.tel span {
	color: #42b500;
	font-size: 24px;
}

.page {
	width: 840px;
}

.top {
	height: 16px;
	margin: 0px;
	padding: 0px;
}

.middle {
	width: 806px;
	border-left: 1px solid #42b500;
	border-right: 1px solid #42b500;
	padding: 0px 16px;
	margin: 0px;
}

.bottom {
	height: 16px;
	background: url("/images/bord-bottom.gif") no-repeat top center;
}

.main-baner {
	height: 300px;
	width: 806px;
	padding: 0px;
	margin: 0px;
}

.fix {
	min-height: 500px;
	width: 806px;
	padding: 0px;
	margin: 0px;
}

/*
.content {
	width: 570px;
	padding: 0px;
	
	text-align: left;
	position: relative;
	margin: 0px 0px 0px 230px;
}
*/
.content {
	width: 570px;
	padding:  0px 0px 0px 230px;
	margin:  0px;
	
	text-align: left;
}



.main-block {
	width: 200px;
	height: 230px;
	float: left;
}

.db-block {
	width: 200px;
	float: left;
}

.search {
	height: 59px;
	background: url("/images/bg-search.gif") no-repeat top center;
	color: #fff;
	font-size: 14px;
	text-align: left;
	padding: 10px;
}

.search_text {
	width: 120px;
	height: 20px;
	border: 1px solid #999;
	margin: 4px 0px 0px 0px;
}

.search_butt {
	width: 37px;
	height: 37px;
	border: none;
	float: right;
}











.bord {
	height: 141px;
	width: 200px;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}


.bord td {
	padding: 0px;
	margin: 0px;
	text-align: left;
	border-bottom: 1px solid #cdcdcd;
}

.bord td.last {
	border-bottom: none;
}

.bord a {
	line-height: 12px;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

.bord td.selected {
	line-height: 12px;
	font-size: 13px;
	color: #fff;
	background-color: #42b500;
}

.bord td.submenu {
	background-color: #a5da77;
}

.bord td.selected a {
	color: #fff;
	padding: 0px;
}

.bord ul {
	padding: 0px;
	margin: 0px 0px 0px 26px;
	color: #fff;
}

.bord ul li {
	padding: 2px;
}

.bord li a {
	color: #2d5900;
}

.bord li a.selected {
	color: #fff;
	text-decoration: underline;
}


h2 {
	line-height: 12px;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 0px;
}















.new {
	height: 144px;
	background: url("/images/bg-new.gif") repeat-x top left;
	margin: 10px 0px 0px 0px;
	width: 806px;
	padding: 0px;
}

.subs {
	width: 190px;
	height: 124px;
	background: url("/images/bg-subs.gif") no-repeat top left;
	float: left;
	color: #fff;
	text-align: left;
	padding: 20px 0px 0px 10px;
	font-size: 14px;
	margin: 0px;
}

.email_text {
	width: 120px;
	height: 20px;
	border: 1px solid #2f95ce;
	margin: 4px 0px 0px 0px;
	font-size: 12px;
	color: #666;
}

.email_butt {
	width: 37px;
	height: 37px;
	border: none;
	float: right;
}

.rss {
	width: 160px;
	background: url("/images/rss.gif") no-repeat top left;
	padding: 0px 0px 0px 30px;
	line-height: 12px;
	font-size: 12px;
}
.rss a
{
	color: white;
}

.space1 {
	height: 20px;
}

.photoblock {
	height: 144px;
	margin: 0px 16px 0px 224px;
	color: #fff;
	font-size: 14px;
}

.photoblock p {
	//margin: 5px 0px;
}

.scroll {
	background-color: #fff;
	height: 110px;
}

.photos img {
	border: 1px solid #cdcdcd;
	margin: 4px 10px 4px 10px;
}

.titl-best {
	background: url("/images/best.gif") no-repeat top left;
	height: 29px;	
}

.titl-spec {
	background: url("/images/spec.gif") no-repeat top left;
	height: 29px;	
}

.block-top {
	height: 9px;
	margin: 0px;
	padding: 0px;
}

.block-bott {
	height: 9px;
	margin: 0px;
	padding: 0px;
}

.block-mid {
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	margin: 0px;
	padding: 0px;
	width: 804px;
}

.item-titl {
	font-size: 14px;
}

.item-price {
	font-size: 14px;
}

.item-price span {
	color: #42b500;
	font-size: 18px;
}

.way {
	text-align: left;
}

h3 {
	color: #0066cc;
	font-size: 24px;
}

.price {
	color: #faab00;
 	font-size: 24px;
}

.add {
	margin: 20px 0px;
}






.footer {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	height: 118px;
	background: url("/images/bg-footer.gif") repeat-x top left;
	position: relative;
}

.footer img {
	margin: 0px;
	padding: 0px;
}

.footer_info {
	height: 92px;
	width: 735px;
	background-color: #fff;
	margin: 22px 0px 0px 0px;
	padding: 0px;
	float: left;
	text-align: left;
}

.footer_info p {
	margin: 10px 0px 0px 0px;
	line-height: 14px;
}
#tb2
{
	background-color:#A5DA77;
}
#tb3
{
  background-color:#dddddd;
}
#tb4
{
  background-color:#ffffff;
}
.order_error
{
	color: red;
	text-align: left;
}

.contenttable { border: 0; border-collapse: collapse;}
table.contenttable td { background-color: #C7F0FF; border: 1px solid #ffffff; vertical-align: top; padding: 0.3em; margin: 0; }
table.contenttable th { background-color: #0096CD; border: 1px solid #ffffff; color: #ffffff; text-align: center; vertical-align: top; padding: 0.3em; margin: 0; }
.th {border-collapse: collapse;}
tr.th td {border: 1px solid #ffffff;  background-color: #0096CD; padding: 0.3em; margin: 0; color: #ffffff; vertical-align: top; text-align: center;}
