html, body {
	width: 100%;
	height: 100% !important;
}
body {
	background: #fff;
	font-family: Verdana;
}
.page {
	height: 100%;
	margin: auto;
}
table td {
	border: none;
	margin: 0;
	padding: 0;
}
.header {
	height: 1%;
}
.logo {
	background: url('/i/head.jpg') left bottom no-repeat;
	height: 100px;
	color: #fff;
	text-shadow: #aaa 0px 0px 1px;
	vertical-align: middle;
	padding-left: 10px;
}
.logo .li {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo.png', sizingMethod='scale');
	width: 80px;
	height: 80px;
}
.logo .li img {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.logo b {
	font-size: 24pt;
	font-weight: bold;
	display: block;
	line-height: 20pt;
	cursor: pointer;
	margin-top:14px;
}
.logo i {
	font-size: 16pt;
	font-style: normal;
	display: block;
	cursor: pointer;
}
.user {
	float:right;
	margin-right:20px;
	text-align:right;
	color: #fff;
	text-shadow: #eee 0px 0px 1px;
}
.user a {
	color: #fff;
	padding:2px;
}
.user a:hover {
	color: #001f5c;
	background: #fff;
}
.line {
	background: #001f5c url('/i/l.gif') left top repeat-x;
	padding-left: 20px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.line i {
	font-style: normal;
	font-weight: normal;
}
.line i a {
	color: #fff;
	font-size: 9pt;
	padding: 2px;
}
.line i a:hover {
	color: #001f5c;
	background: #fff;
}
.opts {
	float: right;
	margin-right: 20px;
	font-size: 9pt;
}
.opts a {
	color: #fff;
	padding: 2px;
}
.opts a:hover {
	color: #001f5c;
	background: #fff;
}
.regions {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #eee;
	z-index: 10;
	list-style: none;
	width: 150px;
	padding: 10px;
}
.regions img {
	float: right;
	cursor: pointer;
}
.regions a {
	color: #05C;
}
.regions a:hover {
	color: #C00;
}
.nav {
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #ededed url('/i/s.gif') left top repeat-x;
}
.nav h1 {
	color: #666;
	font-size: 12pt;
}
.nav form {
	margin-top: 10px;
	width: 40%;
}
.nav input {
	width: 99%;
	border: #aaa 1px solid;
	height: 21px;
}
.nav td.b {
	width: 1%;
	padding-left: 5px;
}
.nav button {
	overflow: visible;
	width: 50px;
	height: 24px;
}
#rubrics {
	display: block;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
}
#rubrics ul {
	display: block;
	float: left;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	list-style: none;
	margin-top: 20px;
	width: 27%;
	overflow: hidden;
	border-left: #e0e0e0 1px solid;
	position: relative;
}
#rubrics ul.c1 {
	width: 90%;
}
#rubrics ul.c2 {
	width: 40%;
}
#rubrics ul.z {
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow: hidden;
}
#rubrics li {
	line-height: 22px;
	display: inline
}
#rubrics a:first-letter {
	text-transform: uppercase;
}
#rubrics a {
	display: block;
	color: #05C;
	white-space: nowrap;
}
#rubrics a:hover {
	color: #C00;
}
#rubrics i.s {
	position: absolute;
	right:0px;
	top:0px;
	background: url('/i/smog.png') left top repeat-y;
	width: 30px;
	height: 100%;
	display: block;
}
* html #rubrics i.s {
	background: none;
}
.buttons {
	float: right;
	margin-top: 5px;
	width: 50%;
}
.buttons li {
	margin-right: 20px;
	display: block;
	float: right;
	width: 135px;
	height: 55px;
	text-align: center;
}
.buttons li.blue {
	background: #fff url('/i/b_b_l.gif') left top no-repeat;
}
.buttons li.green {
	background: #fff url('/i/b_g_l.gif') left top no-repeat;
}
.buttons li.purple {
	background: #fff url('/i/b_p_l.gif') left top no-repeat;
}
.buttons li.yellow {
	background: #fff url('/i/b_y_l.gif') left top no-repeat;
}
.buttons li.red {
	background: #fff url('/i/b_r_l.gif') left top no-repeat;
}
.buttons li a {
	display: block;
	color: #fff;
	margin-left: 5px;
	padding-right: 5px;
	width: 125px;
	height: 55px;
	text-decoration: none;
	text-shadow: #eee 0px 0px 1px;
	font-weight: bold;
}
.buttons li.blue a {
	background: #fff url('/i/b_b_r.gif') right top no-repeat;
}
.buttons li.green a {
	background: #fff url('/i/b_g_r.gif') right top no-repeat;
}
.buttons li.purple a {
	background: #fff url('/i/b_p_r.gif') right top no-repeat;
}
.buttons li.yellow a {
	background: #fff url('/i/b_y_r.gif') right top no-repeat;
}
.buttons li.red a {
	background: #fff url('/i/b_r_r.gif') right top no-repeat;
}
.buttons li a i {
	font-style: normal;
	display: block;
	height: 47px;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
}
.buttons li.blue a i {
	background: #fff url('/i/b_b_m.gif') left top repeat-x;
}
.buttons li.green a i {
	background: #fff url('/i/b_g_m.gif') left top repeat-x;
}
.buttons li.purple a i {
	background: #fff url('/i/b_p_m.gif') left top repeat-x;
}
.buttons li.yellow a i {
	background: #fff url('/i/b_y_m.gif') left top repeat-x;
}
.buttons li.red a i {
	background: #fff url('/i/b_r_m.gif') left top repeat-x;
}
.list {
	background: #fff url('/i/s2.gif') left top repeat-x;
}
.list h5 {
	font-size: 10pt;
	text-align: center;
	margin-bottom: 5px;
	color: #999;
}
.list #news {
	display: block;
	list-style: none;
	float: right;
	margin-right: 10px;
	width: 240px;
	background: #f6f6f6 url('/i/s3.gif') left top repeat-x;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
	font-size: 8pt;
}
.list #news li {
	padding-bottom: 6px;
	display: block;
	cursor: pointer;
}
.list #news li b {
	color: #aaa;
	font-size: 7pt;
	display: block;
	clear: left;
}
.list #news li img {
	float:left;
	border: 1px solid gray;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
}
.list #news li a {
	color: #05c;
	margin-left: 75px;
	display: block;
}
.list #news li a:hover {
	color: #c00;
}
.list #glos {
	display: block;
	list-style: none;
	float: right;
	margin-right: 20px;
	width: 190px;
	height: auto;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	position: relative;
	font-size: 8pt;
	overflow: hidden;
}
.list #glos li {
	display: block;
	padding-top: 7px;
	white-space: nowrap;
}
.list #glos li a {
	color: #05c;
	white-space: nowrap;
}
.list #glos li a:hover {
	color: #c00;
}
.list #glos li i {
	color: #666;
	white-space: nowrap;
	font-style: normal;
}
.list #glos li b {
	color: #666;
}
.list #glos i.s {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url('/i/smog.png') left top repeat-y;
	width: 30px;
	height: 98%;
	display: block;
}
* html .list #glos i.s {
	background: none;
}

.list #item {
	margin-right: 500px;
	display: block;
	margin-left: 20px;
	margin-top: 20px;
}
.list #item .date {
	font-size: 8pt;
	font-weight: bold;
	color: gray;
	margin-left: 140px;
	margin-bottom: 10px;
}
.list #item .head {
	font-size: 20pt;
}
.list #item img {
	float: left;
	padding: 4px;
	border: #f0f0f0 1px solid;
	background: url('/i/ib.gif') bottom left repeat-x;
}
.list #item p {
	margin-left:140px;
}
.list #items {
	margin-right: 500px;
	display: block;
	list-style: none;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	/*border-top: #e0e0e0 1px solid;*/
}
.list #items li {
	cursor: pointer;
	border-bottom: #f0f0f0 1px solid;
	padding-bottom: 10px;
	display: block;
}
.list #items h2 {
	font-size: 14pt;
	margin-top: 30px;
	color: #0055CC;
	font-weight: normal;
	text-decoration: underline;
}
.list #items h2:hover {
	color: #c00;
}
.list #items img {
	float: left;
	padding: 4px;
	border: #f0f0f0 1px solid;
	background: url('/i/ib.gif') bottom left repeat-x;
}
.list #items p {
	margin-left: 140px;
}
.list #item .firm {
	border-top: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
	margin-left: 140px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.list .index {
	margin-right: 500px;
	margin-top: 8px;
	margin-bottom: 20px;
	display: block;
	/*border: 1px solid gray;
	background: yellow;*/
	height: 100%;
}
.message {
	text-align:center;
	padding-top:40px;
}
.block {
	float: left;
	width: 28%;
	height: 210px;
	list-style: none;
	margin-left: 20px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}
*+html .block {
	margin-left: 0px;
}
.block li {
	padding-left: 10px;
	margin-left:10px;
	border-left: #e0e0e0 1px solid;
}
.block li.s {
	margin-left: 0px;
	padding-left: 10px;
	border: none;
}
.block i.s {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url('/i/smog.png') left top repeat-y;
	width: 30px;
	height: 100%;
	display: block;
}
* html .block i.s {
	background: none;
}
.block ul {
	list-style: none;
}
.block a {
	color: #05c;
	white-space: nowrap;
}
.block a:hover {
	color: #c00;
}
div.firm {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 500px;
}
div.firm img {
	float: right;
	padding: 4px;
	border: #f0f0f0 1px solid;
	background: url('/i/ib.gif') top left repeat-x;
}
div.firm h4 {
	font-size: 20pt;
}
div.firm h5 {
	font-size: 14pt;
}
div.firm p {
	margin-top: 20px;
}
.contacts {
	margin-top: 20px;
	margin-left: 20px;
	border-top: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.firm .contacts p {
	margin: 0px;
}
div.nitem {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 500px;
	margin-bottom: 20px;
}
div.nitem .header {
	font-size: 24pt;
}
div.nitem img {
	padding: 5px;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
div.nitem p {
	margin-bottom: 10px;
}
div.nitem ul {
	margin-left: 20px;
}
div.pitem {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 510px;
	margin-bottom: 20px;
}
div.pitem table {
	border: 1px solid #aaa;
}
div.pitem td {
	padding: 2px;
	border: 1px solid #aaa;
}
div.pitem .head td {
	font-weight: bold;
	vertical-align: bottom;
}
div.pitem .d td {
	background: #eee;
}
div.pitem td.p {
	text-align: right;
	white-space: nowrap;
}
.pages {
	margin-bottom: 40px;
	margin-left: 20px;
}
.brands {
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	list-style: none;
}
.brands li {
	display: inline;
}
.brands a {
	text-transform: uppercase;
	font-size: 7pt;
	padding: 4px;
	font-weight: bold;
	color: #666;
}
.brands a:hover {
	background: #333;
	color: #fff;
}
*+html .brands a {
	background: none;
}
*+html .brands a:hover {
	background: none;
	color: #000;
}
.pages a {
	color: #05c;
}
.footer {
	background: #f6f6f6;
	border-top: #ccc 1px solid;
	height: 1%;
}
.cr {
	padding:20px;
	background: url('/i/foot.jpg') top left no-repeat;
	color: #333;
}
.cr p {
	font-size:8pt;
}
.cr .cs {
	float: right;
	font-size:10px;
}
.cr .cs img {
	float:left;
	margin-left:4px;
}
#bpanel {
	display: none;
	position: absolute;
}
#bpanel a {
	cursor: pointer;
}

.hint {
	font-size:75%;
	color:gray;
	margin-top:5px;
	margin-bottom:10px;
}
.error {
	color:red;
}
b.error {
	font-size:75%;
}
input.error, textarea.error  {
	background:#fffafa;
	border:1px solid red;
}
.valid {
	color:green;
}

.label {
	width:150px;
	text-align:right;
	padding-right: 20px;
}

input.valid, textarea.valid  {
	background:#fafffa;
	border:1px solid green;
}

input.file {
	padding:2px;
	border:1px solid #7F9DB9;
}

label {
	font-weight:bold;
	float:none;
}

#addform {
	background: #fff url('/i/s2.gif') left top repeat-x;
	padding-top:30px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: left;
}

#addform input, #addform textarea {
	width:600px;
	padding:2px;
	border:1px solid #7F9DB9;
}
#addform textarea {
	height:200px;
}
#addform button {
	padding: 2px 6px;
}
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.jqmOverlay { background-color: #000; }

* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

.dialog {
	position: absolute;
	top: 40px;
	left: 40px;
	background: #fff;
	border: 1px solid #000;
	padding: 20px;
	display: none;
}
.begun {
	width: 210px;
}
.yad {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 500px;
}
