/* SYS */
@import url(index.css);
@import url(misc.css);
/* HTML */

html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #f9f1e3;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, Georgia, sans-serif;
	font-size: 12px;
	color: #000033;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0px 20px 0px;
}
h2 {
	font-size: 14px;
	margin: 25px 0px 20px 0px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
h3,  h4 {
	margin: 15px 0px 10px 0px;
	font-family: Tahoma,  Arial, Verdana, Helvetica, sans-serif;
}

a:link {
	color: #990000;
}
a:visited {
	color: #843E2F;
}
a:hover {
	color: #e50000;
	text-decoration: underline;
}

.blink a:link, .blink a:visited {
	color: #000033;
}


table {
	font-size: 100%;
	margin: 10px;
	border-collapse: collapse;
	border: 1px solid #ccbfad;
}
th {
	background-color: #f7f1e9;
	padding: 5px 10px;
	border: 1px solid #ccbfad;
	font-weight: bold;
	text-align: center;
}
td {
	border: 1px solid #ccbfad;
	padding: 5px 10px;
}

hr {
	border-bottom: 1px solid #ccb38f;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
}
dt {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}
li {
	margin: 5px 0px 5px 0px;
}
dd ul {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
input, select, button {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a img {
	border-style: none;
}
Q:lang(ru) { quotes: "\00AB" "\00BB" "\2019" "\2019"; }
Q:before { content: open-quote; }
Q:after  { content: close-quote; }

del {
	text-decoration: line-through;
}
ins {
	text-decoration: none;
}

.paylink {
	border-top: 1px solid #cccccc;
	color: #7d7d7d;
	font-size: 11px;
	padding: 5px 10px 5px 20px;
}
.paylink a:link, .paylink a:visited {
	color: #7d7d7d;
}


.small {
	font-size: 11px;
	font-family: Tahoma,  Arial, Verdana, Helvetica, sans-serif;
}
.big {
	font-size: 14px;
}
.big2 {
	font-size: 18px;
}
.red {
	color: #e50000;
}

.brown {
	color: #990000;
}
.green {
	color: #339900;
}
.rstar {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.err {
	color: #FF0000;
}
.done {
	color: #339900;
}
.noul, .noul:link , .noul:visited , .noul:hover {
	text-decoration: none;	
}
.floatbr {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	font-size: 1px;
}

.new_good {
	font-style: italic;
	font-weight: normal;
	color: #FF0000;
	position: relative;
	top: -7px;
	font-size: 11px;
	margin-left: 3px;
}

/* STRUCTURE */

#container {
	margin: 25px auto;
	width: 782px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #990000;
}

#header {
	height: 60px;
	width: 100%;
	background-color: #990000;
	background-image: url(/img/lbg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}
#logo {
	display: none;
}
#logo2 {
	height: 60px;
	width: 400px;
	background-image: url(/img/logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
}

#outer {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#body {
	float: left;
	width: 570px;
	background-color: #FFFFFF;
}
#menu {
	color: #e50000;
	width: auto;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #e5d7c3;
	background-color: #f7f1e9;
	font-size: 12px;
	font-family: Tahoma,  Arial, Verdana, Helvetica, sans-serif;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px 12px 0px 12px;
}
#menu li a, #menu li a:visited {
	color: #990000;
	text-decoration: none;
}
#menu li a:hover {
	color: #e50000;
	text-decoration: underline;
}

#usermenu {
	margin: 0px auto;
	width: auto;
	text-align: left;
	background-color: #e5d9c3;
	padding: 7px 20px 7px 20px;
	border-bottom: 1px solid #ccb38f;
	font-family: Tahoma,  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
}
#usermenu span, #usermenu #rightlnk span {
	margin-right: 15px;
}
#usermenu #rightlnk {
	position: absolute;
	right: 20px;
	top: 7px;
}
#main {
	padding: 10px 10px 30px 20px;
}
#col {
	float: right;
	width: 200px;
}
#cart {
	margin: 0px 10px 10px 5px;
	width: auto;
	background-color: #ffd1a4;
	border: 1px solid #cca67c;
	padding: 5px 0px 20px 0px;
	/*background-image: url(/img/cartbg.gif);
	background-repeat: repeat-x;
	background-position: top;*/
	text-align: center;
}

#cart table {
	border-collapse: collapse;
	margin: 0px auto 20px auto;
	border-style: none;
}
#cart .rght {
	text-align: right;
}
#cart td {
	border: 0px;
	padding: 2px 5px;
	text-align: left;
}
#cart #orderlnk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	background-color: #e6bd94;
	border-top: 1px solid #b99770;
	border-left: 1px solid #b99770;
	border-right: 1px solid #766048;
	border-bottom: 1px solid #766048;
	padding: 3px 10px;
	display: inline;
}
#cart #orderlnk a:link, #cart #orderlnk a:visited {
	text-decoration: none;
	color: #990000;
}
#cart #orderlnk:hover {
	background-color: #e49d6e;
}

#cartlnk {
	padding: 0px 0px 10px 10px;
}
#cartlnk img {
	position: relative;
	top: 4px;
	margin-right: 5px;
}
#cartlnk a, #cartlnk a:visited {
	color: #990000;
	font-weight: bold;
}
#cartlnk a:hover {
	color: #e50000;
}
#catal {
	background-color: #ffe6cc;
	width: auto;
	border: 1px solid #ccb183;
	overflow: hidden;
	margin: 10px 10px 20px 5px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
}
#catal h2, #catal h2 a, #catal h2 a:visited {
	background-color: #990000;
	color: #f0e2ca;
	font-size: 10px;
	margin: 0px 0px 10px 0px;
	padding: 6px 0px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#catal h2 a:hover {
	color: #FFCC99;
	text-decoration: none;
}
#catal dt, #catal dd, #catal ul, #catal a {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
#catal a:hover {
	text-decoration: underline;
}
#catal dt {
	margin: 7px 0px 5px 15px;
	padding: 0px;
	font-weight: bold;
}
#catal li {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	font-weight: normal;
	font-size: 11px;
	line-height: 120%;
	color: #7f6e52;
	font-family: Tahoma,  Arial, Verdana, Helvetica, sans-serif;
}
#search {
	margin: 0px 0px 20px 15px;
}
#search button {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer {
	clear: both;
}
#footbar {
	background-image: url(/img/foot_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #a70000;
	height: 45px;
}
#contacts {
	float: left;
	width: 500px;
	padding: 5px;
}
#contacts, #contacts a {
	color: #f5df9e;
	font-size: 11px;
}
#contacts em {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
#counters {
	float: right;
	/*width: 350px;*/
	text-align: right;
	padding: 5px;
}
#footmenu {
	background-color: #f7f1e9;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	clear: both;
	padding: 7px 0px 7px 0px;
	border-top: 1px solid #ccb38f;
}

#footmenu ul {
	margin: 0px;
	padding: 0px;
}
#footmenu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
#footmenu li a, #footmenu li a:visited {
	color: #990000;
	text-decoration: none;
}
#footmenu li a:hover {
	color: #e50000;
	text-decoration: underline;
}

