/* PANTEONPC Screen style sheet										*/
/* Author: Alexey Ryumin (ryumin_av@panteon1.ru)					*/
/* Copyright: Panteon &amp; M &copy; 2007 (http://www.panteon1.ru/)	*/

/* COMMON */
html, body {
	height: 100%;
	width: 100%;
	min-width: 900px;
	font: 10pt Tahoma, Arial, Sans-Serif;
}
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: url(/img/bg-r.gif) 79% repeat-y #fff;
}
h1 {
	font-size: 14pt;
	margin: 10px 0;
	color: #118200;
}
h2 {
	font-size: 11pt;
	margin: 10px 0;
	color: #001b68;
}
h3 {
	font-size: 10pt;
	margin: 10px 0;
	color: #001b68;
}
h4 {
	font-size: 10pt;
	margin: 5px 0;
	color: #001b68;
}
h2.title {
	font-size: 8pt;
	background: url(/img/bg-h2.jpg) top repeat-x #001b68;
	color: #fff;
	margin: 0;
	padding: 5px;
}
h3.image, h3.image a, h3.image a:visited {
	color: #fff;
	margin: 0;
	padding: 0;
	/* Mac IE5 hack */
	/* \*/
  	overflow: hidden;
}
h3.image span {
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
a { text-decoration: underline; }
a:link { color: #002282; }
a:visited { color: #002282; }
a:hover { text-decoration: none; }
a:active { color: #f00; }
p {
	margin: 0 0 10px 0;
}
form {
	margin: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
fieldset#search {
	float: right;
	width: 140px;
}
img {
	border: 0;
}
th {
	background: #6a7eb6;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 10px;
	border-left: 1px solid #fff;
}
td img { vertical-align: bottom; }
dt {
	font-weight: bold;
}

/* DIVISIONS */
#counters {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
}
#header, #main-outer, #footer {
	min-width: 900px;
}
#left, #main, #right {
	margin-top: 157px;
}

/* HEADER */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 157px;
	background: url(/img/bg-top.jpg) repeat-x #002282;
}
#logo-outer {
	float: left;
	width: 360px;
	height: 157px;
	background: url(/img/bg-logo.jpg) no-repeat;
}
#keyboard {
	float: right;
	width: 290px;
	height: 157px;
	background: url(/img/bg-keyb.jpg) no-repeat;
}
#menu-top {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 358px;
	height: 25px;
	background: url(/img/bg-menu-top.jpg) no-repeat #002282;
}
#menu-top * {
	color: #fff;
}
#menu-top input, #menu-top img  {
	float: right;
}
#searchbox {
	border: 1px solid #fff;
	color: #fff;
	background: #99a6cd;
	width: 96px;
	height: 11px;
	padding: 1px;
	margin-top: 5px;
	font-size: 10px;
	font-weight: bold;
}
h3#logo {
	width: 219px;
	height: 66px;
	padding: 10px;
}
h3#logo span {
	width: 219px;
	height: 66px;
	background: url(/img/logo.jpg) no-repeat;

}
#header-print {
	display: none;
}
#topadv {
	position: absolute;
	width: 468px;
	height: 60px;
	top: 40px;
	right: 15px;
}

/* BREADCRUMBS */
ul#breadcrumbs {
	position: absolute;
	top: 135px;
	left: 10px;
	margin: 0;
	padding: 0;
	width: 90%;
	height: 16px;
	overflow: hidden;
	min-width: 770px;
}
ul#breadcrumbs li {
	display: inline;
	padding: 0 10px 0 10px;
	border-left: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	height: 16px;
}
ul#breadcrumbs li:first-child {
	border: 0;
}
ul#breadcrumbs * {
	color: #fff;
}

/* MAIN */
#main-outer {
	height: 100%;
	min-height: 100%;
	background: url(/img/bg-l.gif) 25% repeat-y;
	margin-bottom: -23px;
	border-top: 1px solid #fff;
}

html>body #main-outer {
	height: auto;
}
#main {
	float: right;
	display: inline; /* IE double left margin hack */
	width: 54%;
}
#shadow {
	height: 7px;
	font-size: 1px;
	background: url(/img/bg-shadow.gif) repeat-x #999;
}
table#products {
	border-collapse: collapse;
}
table#products td {
	border: 1px dashed #001b68;
	padding: 5px 10px;
}
#clear {
	height: 22px;
	clear: both;
}

/* LEFT */
#left {
	float: left;
	width: 25%;
}

/* RIGHT */
#right {
	float: right;
	width: 20.9%;
}

/* FOOTER */
#footer {
	height: 22px;
	background: #99a6cd;
	color: #fff;
	font-size: 9px;
	border-top: 1px solid #fff;
}
#footer a {
	color: #fff;
}

/* CLASSES */
.pages {
	padding: 5px;
}
.cat {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.scat {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}
.sscat {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}
.content {
	padding: 5px;
}
.b {
	font-weight: bold;
}
.r {
	text-align: right;
}
.act {
	color: #118200;
	font-weight: bold;
}
.error {
	text-align: center;
	border: 2px solid red;
	margin: 5px 0;
	padding: 10px;
}
.ok {
	text-align: center;
	border: 2px solid #080;
	margin: 5px 0;
	padding: 10px;
}
.price td {
	padding: 2px 10px;
}
.prod-cat {
	background: #6a7eb6;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
}
.prod-scat {
	background: #94a2ca;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
}
.prod-sscat {
	background: #bfc7df;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 10px;
}
.prod-item {
	font-size: 8pt;
	border-bottom: 1px solid #bfc7df;
	border-left: 1px solid #fff;
}
.prod-name {
	width: 90%;
	font-size: 8pt;
	border-bottom: 1px solid #bfc7df;
	border-left: 1px solid #fff;
}
.prod-price {
	text-align: right;
	white-space: nowrap;
	font-size: 8pt;
	border-bottom: 1px solid #bfc7df;
	border-left: 1px solid #fff;
}
.prod-sng-price {
	text-align: right;
	color: #666;
	font-weight: bold;
	font-size: 14pt;
}
.prod-new {
	margin-bottom: 5px;
	padding: 10px;
	border: 1px dashed #999;
}
.prod-new {
	font-size: 10px;
}
.cat-desc {
	font-size: 8pt;
}
.odd {
	background: #e9ecf4;
}
.cont-l {
	margin-right: 1px;
	background: url(/img/bg-side.jpg) top repeat-x;
}
.cont-r {
	margin-left: 1px;
	background: url(/img/bg-side.jpg) top repeat-x;
}
.load {
	color: #f00;
}
.red {
	color: #f00;
	font-weight: bold;
}
.nws-date {
	color: #999;
	font-size: 9px;
}
.form td {
	padding: 2px 5px;
}
.small {
	font-size: 11px;
}