@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, h6, pre, code, address, caption, cite, code, table, font {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
    margin: 0 0 0.2em 0;
	line-height: 1.1em;
}

/*Íàñòðîéêà çàãîëîâêîâ*/
h1 { font-size: 12px; font-weight: bold; }
h2 { font-size: 12px; font-weight: bold; line-height: 18px; }
h3 { font-size: 1em; font-weight: bold; line-height: 16px; }
h4 { font-size: 10px; font-weight: bold; line-height: 15px; }
.flarge { font-size: 17px; font-weight: normal; line-height: 18px; }

/*links*/
a { color: #177ebb; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }

/*forms*/
input, textarea, select {
	font-size: 1em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

/*PAGE*/
body {
	color: #414141;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
}

.pagebg {
	padding: 0; margin: 0;
	background-color: #5d7282;
}

*html .pagebg { background-attachment: scroll; }

/*OTHER SETTINGS*/
p {
	padding: 0; margin: 0;
	margin-bottom: 12px;
}
.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;
}

table {
	border-collapse: collapse;
	border-spacing: 0; border: 0px;
}

table td { padding: 0px; }

/*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;
}

ul.reset, ul.reset li { list-style: none; padding: 0; margin: 0; }

/*WRAPPER ÎÑÍÎÂÍÎÉ ÐÀÇÌÅÐÍÛÉ ÁËÎÊ*/
.wrapper {
	margin: auto;
	width: 90%;
	min-width: 986px;
	max-width: 1400px;
	text-align: left;
}

.wrapper { width: expression(((document.body.clientWidth)) < 986? "986px": ((document.body.clientWidth)) > 1400? "1400px": "90%" ); }

.wwide {
	margin: auto;
	width: 100%;
	min-width: 994px;
}
.wwide { width: expression(document.body.clientWidth) < 994? "994px" ); }

/*HORIZONTAL TOP MENU*/
.thmenu {
	height: 54px;
	background: #699dc4 url("../images/theader_bg.png") repeat-x 0 0;
	font-size: 0.8em;
}

.tophead, .tophead .wrapper { height: 159px; }
.tophead {
	overflow: hidden;
	background: #f7f7f7 url("../images/theader_bg.png") repeat-x 0 -54px;
}

.tophead .wrapper {
	background: url("../images/theader_bg.jpg") no-repeat 0 8px;
	position: relative;
	overflow: hidden;
}

/*Ëîãîòèï*/
h1.pwlogo {
	display: block;
	width: 343px; height: 84px;
	margin: 0; padding: 0;
	top: 45px; left: 72px;
	position: absolute;
}

h1.pwlogo a {
	width: 343px; height: 84px;
	display: block;
	overflow: hidden;
	line-height: 200px;
	background: url("../images/pw_logo.png") no-repeat 0 0;
}

/*HOMEBTN*/
.tophead .righthead {
	margin-left: 481px;
	height: 144px;
	text-align: center;
}

.homebtn {
	text-align: right;
	height: 35px;
}


.homebtn span { float: right; padding-top: 14px; }

/*BANNER TOP*/
.bannertop {
	margin: 0 auto;
	width: 484px; height: 109px;
	background: url("../images/banner_bg.png") no-repeat 0 0;
	text-align: left;
	overflow: hidden;
}

.bannerpad {
	margin: 8px 0 0 8px;
	width: 468px; height: 60px;
	overflow: hidden;
}

/*CATEGORY MENU*/
.catmenu {
	height: 55px;
	background: #f7f7f7 url("../images/theader_bg.png") repeat-x 0 -213px;
	font-size: 0.9em;
}
.catmenu .dmid, .catmenu .dleft, .catmenu .dright { height: 45px; }
.catmenu .dmid { background: url("../images/headmenu_bg.png") repeat-x 0 0; }
.catmenu .dleft { padding-left: 8px; background: url("../images/headmenu_bg.png") no-repeat 0 -164px; }
.catmenu .dright { overflow: hidden; padding-right: 8px; background: url("../images/headmenu_bg.png") no-repeat 100% -82px; }

.catinmenu {
	margin-left: 219px;
	margin-top: 1px;
	height: 43px;
}

/*0..9 ABCDEF...Z MENU*/
.abcmenu {
	height: 44px;
	background: #f7f7f7 url("../images/theader_bg.png") repeat-x 0 -268px;
}
.abcmenu .dmid, .abcmenu .dleft, .abcmenu .dright { height: 27px; }
.abcmenu .dmid { background: url("../images/headmenu_bg.png") repeat-x 0 -55px; }
.abcmenu .dleft { padding-left: 8px; background: url("../images/headmenu_bg.png") no-repeat 0 -219px; }
.abcmenu .dright { padding-right: 8px; background: url("../images/headmenu_bg.png") no-repeat 100% -137px; }

.pagebody { background-color: #5d7282; }

/*SHADOWS CONT*/
.s_left {
	background: #fff url("../images/shadowleft.png") repeat-y 0 0;
	border: 1px solid #4e616e;
}
.s_right {
	border-top: 1px solid #c4cbcf;
	padding: 0 20px 0 7px;
}
.s_mid { overflow: hidden; }

li.menus {margin: 3px;padding: 3px 3px 3px 20px; background: url('../images/part.png') center left no-repeat; margin-bottom: .6em;}
li.menuss {margin: 3px;padding: 3px 3px 3px 20px; background: url('../images/ld.png') center left no-repeat; margin-bottom: .6em;}
li.mwmr {margin: 3px;padding: 3px 3px 3px 20px; background: url('../images/mwmr6.png') center left no-repeat; margin-bottom: .6em;}
li.pwmz {margin: 3px;padding: 3px 3px 3px 20px; background: url('../images/pwmz6.png') center left no-repeat; margin-bottom: .6em;}


/*ÑÒÐÓÊÒÓÐÀ ÁËÎÊÎÂ*/
.container,
.leftside,
.centersideinn { overflow: hidden; }
.leftside { float: left; width: 268px; padding: 15px 0; }
.centerside { margin-left: 292px; padding: 15px 0; }
.centersideinn { overflow: hidden; }
*html .centerside { margin-left: 290px; }
*html .centersideinn { width: 98.8%; }

/*FOOTBOX*/
.footbox { background-color: #3d4b56; }
.footbox .wrapper { background-color: #38454f; padding: 10px 0; }
.line1, .line2, .line3 { width: 100%; }
.line1 { background: url("../images/footboxline.png") repeat-y 25% 0; }
.line2 { background: url("../images/footboxline.png") repeat-y 50% 0; }
.line3 { background: url("../images/footboxline.png") repeat-y 75% 0; }

/*FOOT BANNER*/
.footbanner {
	height: 80px;
	overflow: hidden;
	background: #5d7282 url("../images/footerwide_bg.png") repeat-x 0 0;
}

.footbanner .wrapper {
	margin-top: 10px;
	height: 60px;
	overflow: hidden;
	text-align: center;
}

/*FOOTMENU*/
.footmenu {
	height: 39px;
	overflow: hidden;
	background: #5d5d5d url("../images/footerwide_bg.png") repeat-x 0 -80px;
	font-size: 0.9em;
}

/*FOOTER*/
.footer, .footer .wrapper { height: 106px; }
.footer {
	background: #f7f7f7 url("../images/footerwide_bg.png") repeat-x 0 -119px;
	overflow: hidden;
	font-size: 0.9em;
}

.footer .wrapper { overflow: hidden; }

/*COPYRIGHT*/
.copyright, .copyright a { color: #5d5d5d; }
.copyright { padding-top: 26px; overflow: hidden; margin-right: 290px; }

.copyright .pwdown {
	float: left;
	width: 213px; height: 42px;
	margin-top: 5px;
}
.copyright span {
	display: block;
	margin-left: 231px;
	border-left: 1px solid #b3b3b3;
	padding: 10px 0 10px 20px;
}

/*COUNTS*/
.counts {
	float: right;
	position: relative;
	top: 19px;
	line-height: 0;
	overflow: hidden;
}
.counts .clr { height: 36px; }

.counts span {
	float: left;
	margin-left: 5px;
	margin-bottom: 3px;
	width: 88px; height: 33px;
	overflow: hidden;
}

/*FOOTSHADOW*/
.footshadow {
	height: 83px;
	font-size: 0.9em;
	background: #5d7282 url("../images/footerwide_bg.png") repeat-x 0 -225px;
}
.footshadow .wrapper {
	padding-top: 11px;
	overflow: hidden;
	position: relative;
	line-height: normal;
}
.footdescription {
	display: block;
	margin-right: 330px;
	color: #d9e4ec;
}
.footdescription a { color: #d9e4ec; }

.centroarts {
	position: absolute;
	right: 0;
	width: 100px; height: 22px;
	background: url("../images/centroarts.png") no-repeat 0 0;
	overflow: hidden;
	line-height: 200px;
}

.lastcomm {
	padding: 3px 2px 3px 2px;
	border-bottom:1px solid #E6E6E6;
}

.lastcomm_over {
	padding: 3px 2px 3px 2px;
	border-bottom:1px solid #E6E6E6;
	background:#F5F5F5;
	cursor: hand;
}
#hintbox {
	text-align:left;
 	width:150px;
	font-size: 11px;
 	border: 1px solid #000000;
	background-color: #FFFFFF;
 	filter:alpha(opacity="95");
	font-family: tahoma;
 	layer-background-color:#a396d9;
	color:#000;
	z-index: 3;
	margin: 0px 15px 0px 0px;
	-moz-opacity : 0.9;
	-moz-border-radius : 5px;
	margin: 10px 0 0 10px;
	padding:3px 5px;
	position:absolute;
	visibility:hidden;
	z-index: 3;
}

.copyright, .copyright a { color: #5d5d5d; }

.resizer {cursor:pointer; width:499px; height:14px; border:1px solid #D7D7D7; background: #F0F0F0; margin:2px 0 10px 0;}

.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: #c9c9c9;
}

.hide_in {
    border: 1px dashed #00CC00;
    padding: 3px 3px 3px 3px;
    background: #D1FEC2;
}

.download {
    display: block;
    padding: 7px 7px 7px 45px;
    margin: 12px 0;
}

.download {
    color: #57861A;
    border-top: 2px solid #3b586e;
    border-bottom: 2px solid #3b586e;
    background: #ffffff url(../images/download.png) 10px 50% no-repeat;
}
