/*
	Author: Rumin Sergey
	Copyright: CENTROARTS.com
	e-mail: sale@centroarts.com
	URL: http://www.centroarts.com
*/

@import url("tools.css");
@import url("blocks.css");
@import url("base.css");
@import url("engine.css");

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, pre, code, address, caption, cite, code, table, font {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5 {
    font-family: Tahoma, Arial, Verdana, sans-serif;
    margin: 0;
	line-height: 1.2em;
	font-weight: bold;
}

/*heading*/
h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }

/*links*/
a { color: #359fba; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }

/*forms*/
input, textarea, select {
	font-size: 1em;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

/*PAGE*/
body {
	color: #303030;
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 0.70em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
}

.pagebg {
	padding: 0; margin: 0;
	background: #144166 url("../images/pagebg.png") repeat-x 50% 0;
}

/*OTHER SETTINGS*/
p {
	padding: 0; margin: 0;
	margin-bottom: 8px;
}
.nom { margin: 0; }
.clr { clear: both; }
img  { border:0 none; }
img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }
hr	{
	border: 0 none;
	border-top: 1px solid #cfcfcf;
	height: 1px;
}

/*UL, LI*/
ul {
    margin: 0;
    padding-left: 16px;
    list-style-position:outside;
    list-style-image:none;
}

ul li { margin: 0; padding: 0; }

ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 18px;
	margin-left: 2.2em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.reset, .reset li { margin: 0; padding: 0; display: block; list-style: none; }

/*WRAPPER*/
.wwide { width: 100%; height: auto; text-align: center; min-width: 996px; }
* HTML .wwide { width: expression(document.body.clientWidth > 996 ? "100%" : "996px") }

.wrapper {
	margin: auto;
	width: 980px;
	text-align: left;
}

.toppad { padding-top: 38px; }

/*HEAD*/
.lcolomn { float: left; display: inline; }
.rcolomn { float: right; display: inline; }
.blue { color: #4f91c1; }

.pagebgmid { background: url("../images/pagebg_mid.png") repeat-y 50% 0; }
.pagebgtop { background: url("../images/pagebg_top.jpg") no-repeat 50% 0; }
.footwide { background: url("../images/pagebg_foot.png") no-repeat 50% 0; }

.header {
	height: 274px;
	background: #4b8bd9 url("../images/tophead.jpg") no-repeat 0 0;
	padding: 0 8px 0 24px;
	overflow: hidden;
}

.tophead { height: 48px; overflow: hidden; }
.header .rcolomn { width: 285px; height: 260px; overflow: hidden; }

.rssbtn { height: 20px; text-align: right; }
.calbox { padding: 0 5px 0 0; }
.calbox .calbox {
	background: url("../images/calendar.png") no-repeat 0 0;
	width: 208px; height: 178px;
	overflow: hidden;
	float: right;
	padding: 0;
}
.calbox .mpad { padding: 25px 0 0 0; }

.headblueline {
	background: #00579e url("../images/topblueline.png") repeat-y 0 0;
	height: 53px;
	padding: 0 15px;
	line-height: 31px;
	color: #fff;
}
.headblueline a { color: #fff; }
.headblueline span { float: right; }
.headblueline .mainpage {
	padding-left: 16px;
	background: url("../images/whitearrow.png") no-repeat 0 60%;
}

/*ÑÒÐÓÊÒÓÐÀ ÁËÎÊÎÂ*/
.mainbg { background: #fff url("../images/mainbody.png") repeat-y 0 0; }
.container,
.leftside,
.midside,
.rightside,
.mainside { overflow: hidden; }
.container { padding: 1px 0 0 205px; }
.container .midside .container { padding: 0 245px 0 0; }
.leftside {
	display: inline;
	float: left;
	width: 205px;
	margin: 0 0 0 -205px;

}
.rightside {
	display: inline;
	float: right;
	width: 245px;
	margin: 0 -245px 0 0;
}
.midside {
	float: right;
	width: 100%;
}
.mainside {
	float: left;
	width: 100%;
}
table.conts {
	border-collapse: collapse;
	border-spacing: 0; border: 0px;
	width: 100%;
}

/*FOOTER*/
.footer {
	background: #2c7aba url("../images/footer_bg.jpg") no-repeat 0 0;
	overflow: hidden;
	color: #fff;
	position: relative;
	height: 65px;
	padding: 0 233px 0 15px;
}

.footer .bottom-logo {
	float: right;
	display: inline;
	width: 233px;
	margin: 0 -233px 0 0;
	overflow: hidden;
	padding-top: 15px;
}
.footer .bottom-logo a {
	width: 233px; height: 50px;
	background: url("../images/backata.png") no-repeat 22px 14px;
	display: block;
	overflow: hidden;
	text-indent: 250px;
	white-space: nowrap;
}

.footer ul {
	float: left;
	width: 100%;
	padding-top: 25px;
}

.footfoot {
	height: 65px;
	background: url("../images/footfoot.png") no-repeat 100% 0;
	overflow: hidden;
	padding: 0 255px 0 20px;
}
.footfoot .lcolomn {
	width: 100%;
	position: relative;
}
.footfoot .rcolomn {
	width: 255px;
	margin: 0 -255px 0 0;
}

.copyright {
	float: left;
	padding-top: 13px;
	color: #d3dbe2;
}
.copyright a { color: #d3dbe2; }

/*===Ñ×ÅÒ×ÈÊÈ===*/
.count {
	position: absolute;
	top: 17px; right: 0;
	display: inline;
}

.count span {
	display: block;
	float: left;
	height: 31px;
	margin-left: 4px;
}

.centroarts {
	position: relative;
	float: left;
	top: 19px;
	width: 100px; height: 22px;
	background: url("../images/centroarts.png") no-repeat 0 0;
	overflow: hidden;
	line-height: 200px;
	margin-left: 36px;
}

#hintbox {
    text-align : left;
    width : 150px;
    font-size : 10px;
    border : 1px solid #99a1ab;
    background-color : #fff;
    layer-background-color : #a396d9;
    color : #282828;
    margin : 10px 0 0 10px;
    padding : 3px 5px;
    position : absolute;
    visibility : hidden;
    z-index : 998;
    opacity: 0.9;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-border-radius : 5px;
}

.onl_table {
    width : 100%;
    font-size : 10px;
}
.onl_table td {
    padding-right : 5px;
    font-size : 10px;
/* Ðàñêîììåíòèðîâàòü, åñëè ó Âàñ â äâå êîëîíêè*/ /*    width : 50%;
*/ }

.a_link, .a_link a:link, .a_link a:visited, .a_link_on {
    color : #008000;
}
.a_link_on a:hover, .a_link_on a:active {
    color : #008000;
}

.u_link, .u_link a:link, .u_link a:visited, .u_link_on {
    color : #666666;
}
.u_link_on a:hover, .u_link_on a:active {
    color : #4b73d4;
}

.e_link, .e_link a:link, .e_link a:visited, .e_link_on {
    color : #00a400;
}
.e_link_on a:hover, .e_link_on a:active {
    color : #00a400;
}

.j_link, .j_link a:link, .j_link a:visited, .j_link_on {
    color : #0000ff;
}
.j_link_on a:hover, .j_link_on a:active {
    color : #0000ff;
}

.b_link, .b_link a:link, .b_link a:visited, .b_link_on {
    color : #666666;
}
.b_link_on a:hover, .b_link_on a:active {
    color : #666666;
}

.v_link, .v_link a:link, .v_link a:visited, .v_link_on {
    color : #FC9011;
}
.v_link_on a:hover, .v_link_on a:active {
    color : #FC9011;
}

.hide_stop {
    border: 1px dotted #FF0000;
    padding: 5px 5px 5px 5px;
    background: #FFEAEA;
}

.hide_good {
    border: 1px dotted #00CC00;
    padding: 5px 5px 5px 5px;
    background: #EBFFEA;
}

.hide_in {
    border: 1px dashed #00CC00;
    padding: 3px 3px 3px 3px;
    background: #D1FEC2;
}