* {
	padding:0;
	margin:0;
	border:none;
}

body {
	font:11px Tahoma;
	color:#687275;
	background:#fff url("images/bg.gif") repeat-x top;
}

a {
	text-decoration:underline;
	color:#0473BA;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-size:1.6em;
	font-weight:normal;
	color:#485256;
	margin-bottom:10px;
	text-align:left;
}

h2 {
	font-size:1.6em;
	font-weight:normal;
	background:url("images/h2.gif") no-repeat left top;
	padding-left:20px;
}

.h2_current {
	background:url("images/h2_current.gif") no-repeat left top;
}

.spec {
	padding-left:20px;
	background:url("images/spec.gif") no-repeat left;
}

h3 {
	color:#FF6000;
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:5px;
}

h4 {
	color:#FF6000;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:5px;
}

h5 {
	color:#0473BA;
	font-size:1em;
}

h6 {
	font-size:1.1em;
}

/* Элементы форм */

.textbox {
	border:1px solid #C2CAD0;
	width:120px;
	background:#fff;
	height:18px;
}

.button {
	width:54px;
	height:20px;
	background:url("images/button.png") no-repeat;
	vertical-align:bottom !important;
	vertical-align:baseline;
}


.searchbutton {
	background:url("images/searchbutton.png") no-repeat;
	width:92px;
	height:24px;
	vertical-align:top;
}

/* Структура сайта */

#wrapper {
	min-width:1000px;
	width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");
}

/* Шапка сайта */

#header {
	text-align:right;
	padding:20px 20px 0 25px;
	margin:0;
	font-size:1.1em;
	background:url("images/header.gif") no-repeat left top;
	height:125px;
}

#header a {
	text-decoration:underline;
}

#header a:hover {
	text-decoration:none;
}

#header p {
	margin-bottom:20px;
}

#logo {
	margin:27px 0 0 30px;
	float:left;
}

#header ul {
	float:right;
}

#header li {
	font-size:1.5em;
	list-style:none;
	font-weight:normal;
	display:inline;
	background:url("images/nav_list.gif") no-repeat left center;
	margin:0 0 0 10px;
}

#header li a {
	padding-left:17px;
	text-transform:lowercase;
}

#header form {
	margin-bottom:25px;
}

#header .textbox {
	width:465px;
	height:16px;
	padding:3px 0;
	font:1em Verdana;
}

/* Контент сайта */

#container {
	width:100%;
	float:left;
	margin-right: -277px;
}

#content {
	margin-right:277px;
	padding-left:20px;
}

/* Центральная колонка */

#main {
	margin-left:240px;
	padding:0 20px 10px 30px;
}

#main table {
	width:99%;
	border-bottom:1px dashed #D7DEE3;
	margin-bottom:20px;
	text-align:center;
}

#table1 td {
	width:99%;
	border:1px dashed #D7DEE3;
	text-align:left;
}

#main td {
	vertical-align:top;
}

.lot {
	width:190px;
	margin:0 auto 10px;
	text-align:center;
}

.lot img {
	margin-top:8px;
}

.lot p {
	text-align:left;
	margin-bottom:5px;
}

.price {
	font-size:1.6em;
}

.product {
	font-size:1.2em;
	font-weight:bold;
}

/* Спецпредложение */

#special {
	height:143px;
	background:url("images/special1.png") repeat-x top;
	color:#fff;
	width:99%;
	margin:0 0 10px 0;
	padding:0;
}

#special p {
}

#special a, #special h1 {
	color:#fff;
	padding-right:20px;
}

#special a {
	background:url("images/arw1.gif") no-repeat right;
	line-height:16px;
	display:block;
	font-size:1.1em;
	text-decoration:none;
	font-weight:bold;
}

#special .right {
	text-align:right;
}

#special .price {
	font-size:2.5em;
	text-decoration:underline;
}

#special .inside1 {
	background:url("images/special2.png") no-repeat left;
	height:128px;
	float:left;
	width:127px;
	padding:15px 0 0 15px;
}

#special .inside2 {
	background:url("images/special3.png") no-repeat right;
	height:123px;
	padding:20px 20px 0 0px !important;
	padding:20px 20px 0 20px;
}

/* Классы для каталога */

.thing {
	padding:5px 0;
	font-size:1em;
	border-bottom:1px dashed #D7DEE3;
	color:#485256;
	width:98%;
	margin-bottom:15px;
	position:relative;
}

.thing .price {
	font-size:1.6em;
}

.thing img {
	float:left;
	margin:5px 20px 0 0;
}

.thing p {
	margin-bottom:10px;
}

/* Навигация страниц */

#nav {
	font-weight:bold;
	color:#485256;
	font-size:1.1em;
}

#nav a {
	text-decoration:none;
}

#nav a:hover {
	text-decoration:underline;
}

/* Классы для страницы с товаром */

.tovar {
	padding:5px 0 5px;
	color:#485256;
	line-height:16px;
	font-size:1em;
	border-bottom:1px dashed #D7DEE3;
	margin-bottom:10px;
}

.tovar img {
	margin:5px 25px 0 0;
	float:left;
}

.tovar p {
	margin-bottom:10px;
}

.item {
	width:100%;
	float:left;
	padding-bottom:5px;
	border-bottom:1px dashed #D7DEE3;
}

/* Описание */

#main .description {
	border:1px solid #D7DEE3;
	color:#1C2224;
	font-size:1.1em;
	border-collapse:collapse;
}

.description td {
	text-align:left;
	padding:2px 5px;
}



.description th {
	border-left:1px solid #D7DEE3;
	padding:2px 5px;
}

/* Кнопка "купить" */

.buy {
	background:url("images/buy.png") no-repeat;
	height:30px;
	width:158px;
	border:none;
	margin:10px 0;
}

/* Левая колонка */

#left {
	width:245px;
	float:left;
	padding-bottom:40px;
	background:url("images/left_bg.gif") repeat-y right;
}

/* Меню */

#left li {
	list-style:none;
	height:30px;
	margin-left:5px;
}

#left li a {
	text-decoration:none;
}

#left .submenu {
	height:25px;
	margin-left:30px;
}

#left .submenu a {
	font-size:1.1em;
	font-weight:bold;
	height:19px;
	padding-right:12px;
}

#left .submenu a:hover, #left .submenu .current a {
	text-decoration:none;
	color:#FF6000;
	background:url("images/arrow.gif") no-repeat right top;
}

/* Блок */

#left .block {
	color:#8D9A9F;
	font-weight:bold;
	line-height:20px;
	font-size:1.2em;
	padding:10px 0 10px 5px;
	margin:0 15px 10px 0;
	border-bottom:1px dashed #D7DEE3;
}

#left .block select {
	width:215px;
	margin:0 0 5px 0;
	border:1px solid #DEE2E3;
	font:1em Tahoma;
}

#left .block img {
	margin-bottom:10px;
}

/* Правая колонка */

#sidebar {
	width:237px;
	float:right;
	padding-right:20px;
}

#sidebar .block {
	padding:0 0 20px;
	border-bottom:1px dashed #D7DEE3;
	margin:0 30px 10px 20px;
}

#sidebar .block h3 {
	font-size:1.6em;
}

#sidebar form {
	line-height:22px;
}

/* Корзина */

#basket {
	background:url("images/basket.png") no-repeat top left;
	width:237px;
	height:107px;
	color:#626C71;
	font-size:1.2em;
	padding:10px 0 0 20px;
	margin-bottom:10px;
}

#basket a {
	font-weight:bold;
}

/* Вход в систему */

#login {
	background:url("images/login.png") no-repeat top left;
	width:237px;
	height:107px;
	color:#626C71;
	font-size:1.2em;
	padding:10px 0 0 20px;
	margin-bottom:10px;
}

#login p {
	margin-bottom:6px;
}

/* Подвал сайта */

#footer {
	background:url("images/footer1.gif") repeat-x bottom;
	padding:0 20px 0 25px;
	font-size:1.1em;
	margin-top:10px;
}

#footer .inside1 {
	border-top:1px dashed #D7DEE3;
	background:url("images/footer2.gif") no-repeat bottom right;
	padding:20px 0 10px;
}

#footer p {
	margin-bottom:10px;
}

/* Счетчики */

#counters {
	position:absolute;
	left:45px;
	width:190px;
	margin-top:-36px;
}

/* Дополнительные классы */

.clearing {
	height:0;
	clear:both;
	font-size:0;
}

.gray {
	background:#F2F4F6;
}	

.black {
	color:#000;
}

.right {
	float:right;
}
.right1 {
        background:url("images/v_korz.jpg") no-repeat left;
        padding:0px 20px 5px;
	/*float:right;
	margin-top:-25px;*/
		margin:0;
        font-size:13px;
        font-weight:bold;
        
}

.left {
	float:left;
}

.orange {
	color:#FF6000;
	white-space:nowrap;
}
.orange1 {
	color:#FF6000;
        font-size:15px;
	font-weight:bold;
}