/********************** Общее описание **********************/
body {
	font: 9pt Arial;
	color: #000;
	padding: 0;
	margin: 0;
	background: #95989e;
}
a {
	color: #17619f;
	text-decoration: underline;
}
a:visited {
	color: #84b3db;
	text-decoration: underline;
}
img {
	border: 0;
}
/********************** Шапка **********************/
.title_container {
	position: relative;
	width: 100%;
	height: 98px;
	background: #f5f6f6 url('/img/back_title.jpg') repeat-x;
}
.title {
	position: relative;
	width: 998px;
	height: 98px;
	margin: 0 auto;
	background: #f5f6f6 url('/img/back_title.jpg') repeat-x;
}
.logo {
	width: 293px;
	height: 81px;
	margin: 11px 0 0 77px;
}
.menu {
	position: absolute;
	top: 58px;
	left: 398px;
}
.menu a {
	font-size: 8pt;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 11px 0 0;
}
.menu a:visited {
	color: #888;
}
.menu a:hover {
	color: #3384cd;
	text-decoration: underline;
}
.menu a.select {
	color: #3384cd;
}
.action {
	position: absolute;
	top: 21px;
	left: 861px;
	width: 63px;
	height: 21px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: block;
	background: #d70c07 url('/img/back_but_action.gif') no-repeat;
	padding: 4px 0 0 0;
}
a.action:visited {
	color: #ccc;
	text-decoration: none;
}
/********************** Под Шапкой **********************/
.under_title_container {
	width: 100%;
	background: #acaeb3 url('/img/back_under_title.jpg') repeat;
}
.under_title {
	position: relative;
	width: 998px;
	margin: 0 auto;
	background: #acaeb3 url('/img/back_under_title.jpg') repeat;
}
.under_title_shade_container {
	width: 100%;
	height: 11px;
	font-size: 1pt;
	background: #acaeb3 url('/img/back_under_title_shade.jpg') repeat-x;
}
.under_title_shade {
	width: 998px;
	height: 11px;
	font-size: 1pt;
	background: #acaeb3 url('/img/back_under_title_shade.jpg') repeat-x;
}
.under_title_shade_bottom_container {
	width: 100%;
	height: 11px;
	font-size: 1pt;
	background: #acaeb3 url('/img/back_under_title_shade_bottom.jpg') repeat-x;
}
.under_title_shade_bottom {
	width: 998px;
	height: 11px;
	background: #acaeb3 url('/img/back_under_title_shade_bottom.jpg') repeat-x;
}
/********************** Блокнот **********************/
.note_container {
	position: relative;
	width: 998px;
	margin: 0 auto;
	background: url('/img/back_note_shade_right.jpg') 924px 0 repeat-y;
}
.note_container_second {
	position: relative;
	width: 998px;
	margin: 0 auto;
	background: url('/img/back_note_shade_text_right.jpg') 924px 0 no-repeat;
}
.note {
	width: 850px;
	background: #f2f2f3 url('/img/back_note.jpg') top center repeat-y;
	margin: 0 auto;
}
.note_shade {
	width: 850px;
	height: 13px;
	background: url('/img/back_note_shade.jpg') no-repeat;
	margin: 0 auto;
}
.note_arrow {
	position: absolute;
	top: 100px;
	left: 52px;
}
.left_side {
	float: left;
	width: 390px;
	margin: 10px 0 0 8px;
	text-align: center;
}
.right_side {
	float: right;
	width: 383px;
	margin: 10px 8px 0 0;
}
img.new {
	width: 115px;
	height: 86px;
	border: 1px solid #adadad;
	margin-right: 7px;
}
a.cat_menu {
	float: left;
	width: 164px;
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	text-decoration: none;
	text-transform: uppercase;
	background: url('/img/menu_cat_top_index.gif') no-repeat;
	margin: 0 15px 3px 10px;
}
#cat a.cat_menu {
	margin: 0 0 6px 0;
	background: url('/img/menu_cat_top.gif') no-repeat;
	display: block;
	float: none;
}
#cat a#cat_menu_select, #cat a.cat_menu:hover  {
	background: url('/img/menu_cat_top_select.gif') no-repeat;
}
a.cat_menu span {
	width: 154px;
	display: block;
	background: url('/img/menu_cat_bottom_index.gif') bottom no-repeat;
	padding: 0 5px 4px 5px;
}
#cat a.cat_menu span {
	background: url('/img/menu_cat_bottom.gif') bottom no-repeat;
}
#cat a#cat_menu_select span {
	background: url('/img/menu_cat_bottom_select.gif') bottom no-repeat;
}
#cat a.cat_menu:hover span {
	background: url('/img/menu_cat_bottom_select.gif') bottom no-repeat;
}
#cat a.cat_menu:visited span {
	color: #777;
}
ul.cat_submenu a {
	display: block;
	color: #000;
	text-decoration: none;
}
ul.cat_submenu a:hover {
	color: #17619f;
}
ul.cat_submenu a:visited {
	color: #777;
}
a.load {
	width: 164px;
	height: 18px;
	color: #fff;
	font-size: 8pt;
	text-align: center;
	padding-top: 2px;
	text-decoration: none;
	text-transform: uppercase;
	background: url('/img/menu_cat_load.png') no-repeat;
	margin: 0 0 6px 0;
	display: block;
}
.title_in_note {
	width: 371px;
	height: 13px;
	background: #d2c6ab;
	margin: 7px 0 10px 0;
}
.clear_note {
	height: 8px;
	font-size: 1pt;
	clear: both;
}
/********************** Панель: вход пользователя, корзина **********************/
.panel {
	position: relative;
	width: 844px;
	height: 74px;
	margin: 0 auto;
	border: 4px solid #bdbfc3;
	background: #e2e3e5;
}
.panel form {
	position: relative;
	height: 46px;
	color: #3e3e3e;
	font-size: 8pt;
	margin: 12px 0 0 13px;
	padding: 0 0 0 220px;
	background: url('/img/back_panel_form.gif') 0 5px no-repeat;
}
.panel form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
.panel form input {
	width: 115px;
	height: 13px;
	font: 9pt Arial;
	color: #bfc3ae;
	margin: 0;
	padding: 3px 2px;
	border: 1px solid #555;
}
.panel form input.logo {
	margin: 0 0 8px 8px;
}
.panel form .but {
	position: absolute;
	top: 14px;
	left: 390px;
	width: 70px;
	height: 20px;
	color: #17619f;
	font-size: 8pt;
	text-decoration: underline;
	padding: 0 0 0 12px;
	cursor: pointer;
	background: url('/img/back_enter_panel.jpg') no-repeat;
	border: 0;
}
.panel form lable {
	position: absolute;
	top: 0;
	font-size: 9pt;
	left: 233px;
	font-weight: bold;
	text-transform: uppercase;
}
.panel form div {
	position: absolute;
	width: 220px;
	top: 20px;
	left: 233px;
	color: #9b9c9d;
	line-height: 8pt;
}
.reference {
	position: absolute;
	top: 20px;
	left: 480px;
	background: url('/img/back_reference.jpg') 0 6px no-repeat;
	padding: 0 0 0 27px;
}
.reference a {
	display: block;
	margin: 0 0 3px 0;
	font-size: 8pt;
}
.basket {
	position: absolute;
	top: 5px;
	left: 616px;
	width: 158px;
	height: 60px;
	font-size: 7pt;
	padding-left: 63px;
	margin-top: 5px;
}
.basket img.basketimg {
	position: absolute;
	left: 0;
}
.basket a.button {
	width: 148px;
	height: 16px;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #cb0000 url('/img/back_but_basket.jpg') no-repeat;
	padding-top: 2px;
	margin: 0 0 2px 6px;
	display: block;
}
.basket span {
	color: #339b00;
	font-size: 8pt;
}
.basket b {
	font-size: 8pt;
	color: #bc0000;
}
/********************** Основной текст **********************/
.main_text_container {
	position: relative;
	width: 100%;
	background: #fdfdfd url('/img/back_main_text.jpg') left bottom repeat-x;
}
#index .main_text_container {
	background: #fdfdfd url('/img/back_main_text_index.jpg') left bottom repeat-x;
}
.main_text {
	position: relative;
	width: 852px;
	margin: 0 auto;
	background: #fdfdfd url('/img/back_main_text.jpg') left bottom repeat-x;
	padding: 0 73px 20px 73px; 
}
#index .main_text {
	background: #fdfdfd url('/img/back_main_text_index.jpg') left bottom repeat-x;
}
.main_text h3 {
	font-size: 13pt;
	padding: 10px 0 5px 0;
	margin: 0;
}
.main_text p {
	text-align: justify;
	padding: 8px 0 5px 0;
	margin: 0;
}
.main_text_left {
	float: left;
	width: 390px;
}
#cat .main_text_left {
	width: 170px;
	padding: 50px 0 0 5px;
}
.main_text_right {
	float: right;
	width: 390px;
}
#cat .main_text_right {
	width: 644px;
}
dl.news {
	margin: 0;
	padding: 0;
}
.news dt {
	width: 109px;
	height: 16px;
	text-align: center;
	background: url('/img/back_news_date.gif') no-repeat;
}
dl.news dd {
	margin: 4px 0 12px 0;
}
h1 {
	font-size: 13pt;
	text-transform: uppercase;
	margin: 0;
	padding: 13px 0;
}
h1 a {
	color: #cb0000;
	text-decoration: none;
}
h4 {
	font-size: 10pt;
	text-transform: uppercase;
	padding: 10px 0 5px 0;
	margin: 0;
}
form.otherform {
	margin: 0;
}
form fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
form.otherform textarea {
	margin: 1px 0 4px 0;
	display: block;
	width: 500px;
	height: 100px;
}
form.otherform label {
	display: block;
	font-weight: bold;
}
form.otherform label span {
	font-size: 8pt;
}
form.otherform input {
	width: 130px;
	display: block;
	margin: 1px 0 7px 0;
	clear: both;
}
/********************** Корзина покупок **********************/
table.cart {
	clear: left;
	width: 100%;
	margin: 10px 0;
}
table.cart th, table.cart td {
	text-align: center;
	border-bottom: 1px solid #c2c0bb;
	padding: 3px 0;
}
table.cart th {
	height: 19px;
	color: #174693;
	border-bottom: 2px solid #c2c0bb;
}
table.cart td.tit {
	width: 280px;
	padding: 3px 5px;
	text-align: left;
}
table.cart td span {
	font-size: 7pt;
}
table.cart input {
	width: 60px;
	height: 12px;
	font-size: 8pt;
	margin: 0;
}
.but_cart {
	width: 130px;
	height: 20px;
	font: 8pt Arial;
	background: url('/img/back_but.gif') no-repeat;
	border: 0;
	vertical-align: middle;
	cursor: pointer;
	float: left;
}
.but_cart:hover {
	background: url('/img/back_but_select.gif') no-repeat;
}
a.but_cart {
	display: block;
	height: 17px;
	text-decoration: none;
	color: #000;
	text-align: center;
	padding-top: 3px;
	margin-left: 6px;
}
/********************** Каталог **********************/
table.cat {
	border-top: 1px solid #aaafab;
	border-bottom: 1px solid #aaafab;
	padding: 2px 0 3px 0;
	margin: 0 0 15px 0;
}
table.cat th {
	font-size: 8pt;
	text-align: right;
	text-transform: uppercase;
	padding: 2px 2px 2px 1px;
	background: #bfc0c4;
}
table.cat th a {
	color: #000;
	text-decoration: none;
}
table.cat tr {
	text-align: right;
}
table.cat tr img {
	width: 152px;
	height: 100px;
	margin: 4px 0 0 0;
	border: 1px solid #aaafab;
}
a.detailed {
	height: 16px;
	color: #3f3f3f;
	font-size: 8pt;
	text-align: left;
	text-decoration: none;
	background: url('/img/cat_detailed.png') right no-repeat;
	display: block;
	padding: 2px 0 0 0;
	margin-left: 12px;
}
.price {
	border-top: 1px solid #a9acb0;
	font-size: 8pt;
	font-weight: bold;
	color: #cb0000;
	margin-top: 3px;
	padding: 3px 0;
	clear: both;
}
.price span.left {
	float: left;
	margin-left: 12px;
}
.price span.right {
	float: right;
}
a.buy {
	width: 138px;
	height: 13px;
	color: #fff;
	font-size: 8pt;
	text-align: center;
	text-decoration: none;
	background: url('/img/cat_buy_small.gif') no-repeat;
	display: block;
	clear: both;
	padding: 0 0 0 14px;
	margin: 0 0 0 11px;
}
table a.buy img {
	width: 13px;
	height: 13px;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
table.cat td {
	width: 163px;
	font-size: 8pt;
}
table.cat td.first {
	width: 154px;
}
table.cat td.first a, table.cat td.first span {
	margin: 0;
}
h2 {
	font-size: 9pt;
	text-transform: uppercase;
	padding: 6px 2px 2px 5px;
	background: #bfc0c4 url('/img/back_h2.gif') repeat-x;
	clear: both;
}
.photo {
	float: left;
	width: 425px;
	border: 1px solid #adadad;
	padding: 5px;
	text-align: center;
	margin: 0 0 5px 0;
}
.characteristic {
	float: right;
	width: 166px;
	border: 4px solid #bdbfc3;
	background: #e2e3e5;
	padding: 5px 10px;
	margin: 0 0 5px 0;
}
.characteristic strong {
	text-transform: uppercase;
	display: block;
	margin: 15px 0 10px 0;
}
.characteristic a {
	font-size: 8pt;
	display: block;
	margin: 5px 0;
	clear: both;
}
.characteristic a.increase {
	height: 16px;
	font-size: 9pt;
	background: url('/img/back_increase.jpg') no-repeat;
	padding-left: 25px;
	display: block;
}
.characteristic img {
	float: left;
	margin: 0 5px 5px 0;
}
.characteristic img {
	border: 3px solid #bdbfc3;
	vertical-align: middle;
}
.characteristic a.buy {
	width: 151px;
	height: 16px;
	font-size: 9pt;
	background: url('/img/cat_buy_big.gif') no-repeat;
	display: block;
	clear: both;
	padding: 2px 0 0 14px;
	margin: 2px auto;
}
.characteristic a.buy img {
	width: 13px;
	height: 13px;
	border: 0;
	margin: 0;
	padding: 0;
	float: none;
	vertical-align: top;
}
.characteristic .price {
	font-size: 9pt;
	text-transform: uppercase;
	padding-top: 5px;
}
.characteristic .price img {
	border: 0;
	float: none;
}
.characteristic .price span {
	color: #373737;
	margin: 0 3px;
}
.cat_question {
	width: 157px;
	height: 152px;
	font-size: 8pt;
	margin-top: 15px;
	padding: 8px 0 0 9px;
	background: url('/img/cat_question.png') no-repeat;
}
.cat_question b {
	display: block;
	margin: 0 0 4px 0;
	color: #1b71a5;
}
/********************** Подвал **********************/
.copy_container {
	position: relative;
	width: 100%;
	background: #95989e;
}
.copy {
	position: relative;
	width: 686px;
	height: 120px;
	font-size: 8pt;
	margin: 0 auto;
	padding: 10px 156px 0 156px;
	background: #95989e;
}
.copy span {
	position: absolute;
	top: 45px;
	left: 73px;
}
.question {
	position: absolute;
	top: 25px;
	left: 600px;
	width: 190px;
	height: 50px;
	font-size: 11pt;
	color: #1b71a5;
	text-decoration: none;
	background: url('/img/back_question.jpg') no-repeat;
	padding: 6px 0 0 65px;
	display: block;
}
a.question:visited {
	color: #1b71a5;
	text-decoration: none;
}
.question b {
	font-weight: normal;
	font-size: 16pt;
	color: #fff;
	display: block;
}
.copyright {
	font-size: 7pt;
}
.copyright a {
	text-decoration: none;
	color: #5b5c5d;
	font-size: 7pt;
}
.imgright {
	float: right;
	padding-left: 10px;
}
.imgleft {
	float: left;
	padding-right: 10px;
}
.input_center {
	text-align: center;
}
.input_readonly {
	text-align: center;
	border: 0px;
}

