/* PANTEONPC Screen style sheet										*/
/* Author: Alexey Ryumin (ryumin_av@panteon1.ru)					*/
/* Copyright: Panteon &amp; M &copy; 2007 (http://www.panteon1.ru/)	*/
/* #f60 */

/* COMMON */
html, body {
	height: 100%;
	width: 100%;
	min-width: 770px;
	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: #f60;
}
h2 {
	font-size: 11pt;
	margin: 10px 0;
	color: #006818;
}
h3 {
	font-size: 10pt;
	margin: 10px 0;
	color: #006818;
}
h4 {
	font-size: 12pt;
	margin: 5px 0;
	color: #006818;
}
h2.title {
	font-size: 8pt;
	background: url(/img/bg-h2.jpg) top repeat-x #006818;
	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: #00821e; }
a:visited { color: #00821e; }
a:hover { text-decoration: none; }
a:active { color: #f00; }
a.a-buy { color: #f60; }
p {
	margin: 0 0 10px 0;
}
form {
	margin: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
fieldset#search {
	float: right;
	width: 135px;
}
img {
	border: 0;
}
th {
	background: #006818;
	color: #fff;
	font-size: 8pt;
	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: 770px;
}
#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 #00821e;
}
#logo-outer {
	float: left;
	width: 360px;
	height: 157px;
	background: url(/img/bg-logo.jpg) no-repeat;
}
#software {
	float: right;
	width: 290px;
	height: 157px;
	background: url(/img/bg-soft.jpg) no-repeat;
}
#menu-top {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 233px;
	height: 25px;
	background: url(/img/bg-menu-top.jpg) no-repeat #00821e;
}
#menu-top * {
	color: #fff;
}
#menu-top input, #menu-top img  {
	float: right;
}
#searchbox {
	border: 1px solid #fff;
	color: #fff;
	background: #b2d9bb;
	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;
}

/* 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 #006818;
	padding: 5px 10px;
}
#clear {
	height: 22px;
	clear: both;
}

/* LEFT */
#left {
	float: left;
	width: 25%;
}
#sotmarket td {
	border: 1px solid #00821e;
	background: #fff;
}

/* RIGHT */
#right {
	float: right;
	width: 20.9%;
}

/* FOOTER */
#footer {
	height: 22px;
	background: #99cda5;
	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;
}
.c {
	text-align: center;
}
.act {
	color: #f60;
	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: #00821e;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
}
.prod-scat {
	background: #339b4b;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
}
.prod-sscat {
	background: #66b478;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 10px;
}
.prod-item {
	/*font-size: 11pt;*/
	border-bottom: 1px solid #66b478;
	border-left: 1px solid #fff;
}
.cat-desc {
	font-size: 8pt;
}
.odd {
	background: #e5f2e8;
}
.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;
}
.submit {
	border: 1px outset #006818;
	padding: 2px;
	font-size: 10px;
	color: #fff;
	background: url(/img/bg-button.jpg) top left repeat-x #006818;
	font-weight: bold;
}
