/* для всех */
* {
	margin: 0;
	padding: 0;
	font: 8pt tahoma, arial, verdana;
	font-weight: bold;
	text-decoration: none;
}
*.red {
	font: 8pt tahoma, arial, verdana;
	font-weight: normal;
	color: #FF0000;
}
*.price {
	font: 9pt tahoma, arial, verdana;
	font-weight: bold;
}
s {/* Если надо локально задать другие параметры */
	font: 8pt tahoma, arial, verdana;
	font-weight: normal;
	text-decoration: line-through;
}
.content {
	padding-left: 5px;
	padding-right: 5px
}
table.header td, table.header a, table.header img {
	font: 8pt/9px tahoma, arial, verdana;
	color: #FFFFFF;
	font-weight: bold;
}
table.basket, table.basket td{
	border-color: #327CD0;
}
table.orderinfo, table.orderinfo td{
	border-color: #327CD0;
	margin: 1%;
	font-weight: normal;
}
body {
	background: url('/Images/blanc5.gif') no-repeat;
	background-attachment: fixed;
}

/* ie6 hack */ 
* html body{ height: 100%; }

html, body {
	min-height: 100%;
	height: auto!important;
	height: 100%;
}

/* ссылки */
a {
	color: #327CD0;
}
a:hover {
	color: #327CD0;
	text-decoration: underline
}
a.current {
	text-decoration: underline
}
a.current:hover {
	text-decoration: underline
}
a.red{
	font-weight: bold;
	color: #FF0000;
}

/* элементы форм */
select {
	border: 1px solid #4085D3;
	background-image: url('/Images/formfield.gif');
	background-color: #D6E5F6;
}
input {
	border: 1px solid #4085D3;
	background-image: url('/Images/formfield.gif');
	height: 15px;
}
button{
	background-color: #D6E5F6;
	color: #FFFFFF; 
	height: 15px
}
textarea {
	border: 1px solid #4085D3;
	background-color: #D6E5F6;
}
.submit {
	background-color: #327CD0;
	border: 0px solid;
	color: #FFFFFF; 
	height: 15px;
	padding-left: 22px;
	background-image: url('/Images/leftsubmit.gif');
	background-repeat: no-repeat
}
.submit:hover {
	background-color: #327CD0;
	border: 0px solid;
	color: #000000; 
	height: 15px;
	padding-left: 22px;
	background-image: url('/Images/leftsubmit.gif');
	background-repeat: no-repeat
}
.submitleft {
	background-color: #327CD0;
	border: 0px solid;
	color: #FFFFFF; 
	height: 15px;
	padding-right: 22px;
	background-image: url('/Images/leftsubmit.gif');
	background-repeat: no-repeat;
	background-position: right
}
.submitleft:hover {
	background-color: #327CD0;
	border: 0px solid;
	color: #000000; 
	height: 15px;
	padding-right: 22px;
	background-image: url('/Images/leftsubmit.gif');
	background-repeat: no-repeat;
	background-position: right
}
.submitcenter {
	background-color: #327CD0;
	border: 0px solid;
	color: #FFFFFF; 
	height: 17px;
	background-image: none
}
.submitcenter:hover {
	background-color: #327CD0;
	border: 0px solid;
	color: #000000; 
	height: 17px;
	background-image: none
}

/* форматирование */
.width100 {
	width: 100%
}
p {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
}
p.narrow {
	font-weight: normal;
}
#AdvSearch_down {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-color: #FFFFFF;
}
#AdvSearch_up {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#AdvSearch_content {
	position: relative;
	width: 300px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-top: -100px; /* половина высоты */
	margin-left: -150px; /* половина ширины */
}

/* каталог */
div.Cat_1 div {
	float: left;
	margin-right: -1.2em;
	width: 100%;
	position: relative;
	background-color: #D6E5F6;
	padding-top: 10px
}
div.Cat_1:hover div {
	float: left;
	margin-right: -1.2em;
	width: 100%;
	position: relative;
	padding-top: 10px;
	background-color: #327CD0;
	color: #D6E5F6;
	text-decoration: none;
}
div.Cat_1 div a {
	padding-left: 5px;
	margin-right: 1.4em;
	font-size: 10pt;
	display: block;
}
div.Cat_1:hover div a {
	padding-left: 5px;
	margin-right: 1.4em;
	display: block;
	font-size: 10pt;
	color: #D6E5F6;
	text-decoration: none;
}
div.Cat_2 div {
	float: left;
	margin-right: -1.2em;
	width: 100%;
	position: relative;
	background-color: #D6E5F6;
	padding-top: 8px
}
div.Cat_2:hover div {
	float: left;
	margin-right: -1.2em;
	width: 100%;
	position: relative;
	padding-top: 8px;
	background-color: #327CD0;
	color: #D6E5F6;
	text-decoration: none;
}
div.Cat_2 div a {
	padding-left: 15px;
	margin-right: 1.4em;
	display: block;
}
div.Cat_2:hover div a {
	padding-left: 15px;
	margin-right: 1.4em;
	display: block;
	color: #D6E5F6;
	text-decoration: none;
}
div.Cat_2 div img {
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 100%;
	margin-left: -1.2em
}
div.Cat_3 div {
	float: left;
	margin-right: -1.2em;
	width: 100%;
	position: relative;
	background-color: #D6E5F6;
	padding-top: 5px
}
div.Cat_3:hover div {
	float: left;
	margin-right: -1.2em;
	width: 100%;
	position: relative;
	background-color: #327CD0;
	color: #D6E5F6;
	text-decoration: none;
}
div.Cat_3 div a {
	padding-left: 25px;
	margin-right: 1.4em;
	display: block;
	font-weight: normal;
}
div.Cat_3:hover div a {
	padding-left: 25px;
	margin-right: 1.4em;
	display: block;
	color: #D6E5F6;
	text-decoration: none;
	font-weight: normal;
}
div.Cat_3 div img {
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	left: 100%;
	margin-left: -1.2em
}
div.Cat_red div {
	float: left;
	margin-right: -1.2em;
	width: 100%;
	position: relative;
	background-color: #D6E5F6;
	padding-top: 8px
}
div.Cat_red:hover div {
	float: left;
	margin-right: -1.2em;
	width: 100%;
	position: relative;
	padding-top: 8px;
	background-color: #327CD0;
	/*color: #D6E5F6;*/
	color: #FF0000;
	text-decoration: none;
}
div.Cat_red div a {
	padding-left: 15px;
	margin-right: 1.4em;
	display: block;
	color: #FF0000;
}
div.Cat_red:hover div a {
	padding-left: 15px;
	margin-right: 1.4em;
	display: block;
	/*color: #D6E5F6;*/
	color: #FF0000;
	text-decoration: none;
}
div.Cat_red div img {
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 100%;
	margin-left: -1.2em
}

/*Меню подкатегорий*/
.Subs_0{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
	font-size: 10pt;
}
.Subs_1{
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 10px;
	font-size: 9pt;
	font-weight: normal;
}
.Subs_2{
	padding-left: 30px;
	padding-right: 10px;
	margin-top: 5px;
	font-size: 8pt;
	font-weight: normal;
}
/*Меню подкатегорий*/
td.Good_list {
	border-top: 1px solid #327CD0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px
}
td.Good_list div{
	padding-right: 10px;
	position: relative;
}
td.Good_list div div span{
	color: #FF0000;
}
td.Good_list h1{
	font-size: 9pt;
}
td.Good_list a{
	text-decoration: none;
}
td.Good_list a:hover{
	text-decoration: none;
}
td.Good_list_new {
	border-top: 1px solid #327CD0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px
}
td.Good_list_new span{
	color: #FF0000;
}
td.Good_list_new h1{
	font-size: 9pt;
}
td.Good_list_new a{
	text-decoration: none;
}
td.Good_list_new a:hover{
	text-decoration: none;
}
td.narrow {
	font-weight: normal;
}

table.Good_card h1{
	font-size: 11pt;
}

/* вспомогательные объекты */
div.fix {
    position: absolute;
    top: expression(parseInt(document.documentElement.scrollTop||document.body.scrollTop, 10)  + "px");
}
#loader {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}
#loader_down {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 11;
	background-color: #FFFFFF;
	/*background-image: url('/Images/curl.png');*/
}
#loader_up {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 12;
}
