/* Design by  lostprophet admin@61site.ru  http://61site.ru  Enjoy it =) */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  css reset ############################ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* #######################  GENERAL SETTINGS ############################ */
* {
margin: 0;
padding: 0;
}

html{height:100%;}

body{
margin:0;
padding:0;
height:100%;
font-family: Tahoma, Verdana, Geneva;
min-width: 980px;
}
/*  Heading Formatting */
h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
color: #575e66;
font-weight: normal;
}
h1 {font-size: 20px; line-height: 24px;}
h2 {font-size: 20px; line-height: 24px; color: #ef3a2b;}
h3 {font-size: 20px; line-height: 24px; font-weight: bold; color: #42474d;}
h4 {font-size: 20px; line-height: 24px;}
h5 {font-size: 20px; line-height: 24px;}
h6 {font-size: 20px; line-height: 24px;}


/*links*/
a:link {color: #4097a1;}
a:hover {color: #4097a1; text-decoration: none;}
a:visited {color: #4097a1;}
img {border: 0 none;}
a {outline: 0 none;}	

p {
padding: 5px 0;
}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

#wrapp {
width: 92%;
min-width: 960px;
margin: 0 auto;
min-height: 100%;
height: auto !important;
height: 100%;
position: relative;
}
#main {
min-width: 960px;
position: relative;
padding-bottom: 115px;
margin: 0 auto;
}
#upbutton {
width: 35px;
height: 26px;
background: url(../images/ontop_bg.png) no-repeat;
display: block;
position: fixed;
top: 20%;
right: 10px;
font-size: 12px;
line-height: 14px;
text-align: center;
color: #4b3b0e;
font-weight: bold;
text-decoration: none;
z-index: 1000000;
}
/**** header group ****/
#header .clr {
margin: 0!important;
}
#header {
width: auto;
overflow: hidden;
height: 95px;
min-width: 960px;
font-family: Arial, Helvetica, sans-serif;
}
/* logo group */
#logo {
width: 26%;
height: 39px;
float: left;
display: inline;
margin: 22px 0 0 0;
}
#logo a {
width: 233px;
height: 39px;
display: block;
text-decoration: none;
background: url(../images/logo.jpg) no-repeat;
}
/* headrow group */
#headrow {
float: left;
width: 74%;
position: relative;
overflow: hidden;
}
#headrow > div {
float: left;
margin: 10px 5% 0 5%;
display: inline;
}
/* loglink group */
#loglink {
font-size: 12px;
line-height: 14px;
color: #555555;
position: relative;
}
#loglink a {
color: #ef3124;
}
#loglink a.highslide {
color: #ef3124;
text-decoration: none!important;
display: inline-block;
border-bottom: 1px #ef3124 dashed;
}
.highslide-container {
margin: 20px 0 0 0!important;
position: absolute;
left: 95px!important;
font-size: 12px;
line-height: 14px;
color: #333333;
width: auto!important;
}
.highslide-container table {
width: 230px!important;
}
.highslide-body div form#form-login, #highslide-html1 form {
padding: 5px 10px;
}
.highslide-body div form#form-login #modlgn_username, .highslide-body div form#form-login #modlgn_passwd, #highslide-html1 input[type="text"] {
width: 165px;
border: 1px #bfbfbf solid;
display: block;
height: 16px;
font-size:13px;
color: #9b9b9b;
line-height: 16px;
padding: 0 5px;
}
.highslide-body a.forgpass {
display: block;
color: #2e6cbe;
font-size: 13px;
margin: 0 0 10px 0;
}
.highslide-body div form#form-login .button, #highslide-html1 .button {
cursor: pointer;
display: block;
float: right;
width: 68px;
height: 27px;
color: #333333;
font-size: 14px;
background: url(../images/login_btn.jpg) no-repeat left top;
border: 0 none;
padding: 0 0 2px 0;
}
.highslide-body div form#form-login .button:hover, #highslide-html1 .button:hover {
background: url(../images/login_btn.jpg) no-repeat left bottom;
color: #fff;
}
#loglink a:hover {
text-decoration: none!important;
}
.namelink {
margin: 0 20px 0 0;
padding: 0 13px 0 0;
background: url(../images/namelink_bg.jpg) no-repeat right center;
color: #555555!important;
}
/* onsite group */
#onsite {
font-size: 12px;
line-height: 15px;
color: #555555;
}
#onsite .onsitett {
padding-right: 10px;
}
#onsite > div > span {
padding: 0 5px;
}
/* langswitch */
#langswitch {
right: 0;
top: 10px;
color: #ef3124;
font-size: 11px;
line-height: 13px;
position: absolute;
}
#langswitch a {
margin: 0 10px;
color: #333333;
text-decoration: none;
}
/* search group */
#search {
width: 62%;
margin: 15px 3% 0 5%!important;
}
#search #mod_search_searchword, #search .button {
font-size: 12px;
color: #5f5e5f;
border: 1px #bfbfbf solid;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
height: 18px;
display: inline-block;
}
#search #mod_search_searchword {
width: 72%;
padding: 0 2%;
}
#search .button {
width: 18%;
margin-left: 2%;
cursor: pointer;
background: url(../images/search_button_bg.jpg) repeat-x;
padding: 0 0 2px 0;
height: 20px;
}
/* ordercall group */
#ordercall {
width: 22%;
margin: 15px 3% 0 5%!important;
}
#ordercall a {
padding: 16px 0 6px 32px;
background: url(../images/ordercall_bg.jpg) no-repeat left 3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 16px;
color: #5993d3;
font-weight: bold;
}
#ordercall a span {
display: inline-block;
border-bottom: 1px dashed #5993D3;
}
/* headphone group */
.headphone {
font-size: 18px;
color: #555;
margin: 10px 0 0 0;
}
.headphone span {
font-size: 13px;
}
/**** menu group ****/
#menu {
height: 31px;
margin: 5px 0 15px 0;
background: url(../images/menu_bg.jpg) repeat-x;
border: 2px #ffa49d solid;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
/* first-level menu */
#menu > div > ul.menu {
text-align: left;
}
#menu > div > ul.menu > li {
text-align: center;
display: inline-block;
height: 33px;
padding: 0 10px;
}
#menu > div > ul.menu > li:hover {
position: relative;
overflow: visible;
}
#menu > div > ul.menu > li:hover > a {
text-decoration: underline;
}
#menu > div > ul.menu > li.active > a, #menu > div > ul.menu > li#current > a {
color: #fccc8d;
}
#menu > div > ul.menu > li > a {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 30px;
color: #fff;
text-decoration: none;
padding: 0 10px;
display: block;
height: 33px;
}
#menu > div > ul.menu > li.parent > a:after {
content:'';
display:block;
position:absolute;
bottom:0;
left:50%;
right: 50%;
width:0;
height:0;
border-color: transparent transparent #f0f5f7 transparent;
border-style: solid;
border-width: 7px;
}
/* second-level menu */
#menu > div > ul.menu > li ul {
display: none;
}
#menu > div > ul.menu > li:hover ul {
display: block;
position: absolute;
top: 33px;
background: #f0f5f7;
padding: 10px 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-left: 1px #e7e7e7 solid;
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
z-index: 10000;
}
#menu > div > ul.menu > li ul li {
white-space: nowrap;
text-align: left;
display: block;
border-top: 1px #fff solid;
}
#menu > div > ul.menu > li ul li:first-child {
border: 0 none;
}
#menu > div > ul.menu > li ul li:hover, #menu > div > ul.menu > li ul li.active {
background: #e0e6e9;
}
#menu > div > ul.menu > li ul li a {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 17px;
color: #42474d;
text-decoration: none;
display: block;
padding: 7px 15px;
}
/**** rollbar group ****/
#rollbar {
width: auto;
height: 125px;
overflow: hidden;
margin: 15px 0;
}
#kwick {
position: relative;
}
#kwick .kwicks {
background: #a6a8ae;
display: block!important;
width: auto!important;
height: 125px;
list-style: none outside none;
margin: 0;
}
#kwick li {
float: left;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 24px;
}
#kwick .kwick {
background: #a6a8ae;
display: block;
height: 105px;
overflow: hidden;
padding: 10px;
}
#kwick .kwick span {
}
#kwick a {
text-decoration: none;
}
#kwick .one {
background: #7a7c86;
color: #f8beb7;
}
#kwick .two {
background: #898b93;
color: #d1e5fc;
}
#kwick .three {
background: #989aa1;
color: #e5f5b6;
}
#kwick .four {
background: #a6a8ae;
color: #c4fef9;
}
/***** own moduletable rules h3 blocks ******/
.spoiler-wrapper .spoiler_links.h3 a, .moduletable.unfolded .spoiler-wrapper.folded .spoiler_links.h3 a {
background: url(../images/spoiler_links_h3_bg.png) no-repeat right 5px;
}
.moduletable.unfolded .spoiler_links.h3 a, .spoiler-wrapper.folded .spoiler_links.h3 a {
background: url(../images/spoiler_links_h3_bg.png) no-repeat right -76px;
}
.moduletable .spoiler_links.h3, #content .spoiler_links.h3 {
min-height: 27px;
background: #8f9cac;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: auto;
padding: 0 10px;
cursor: pointer;
}
#content .spoiler_links.h3 {
margin: 0 0 20px 0;
}
.moduletable .spoiler_links.h3 a, #content .spoiler_links.h3 a {
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 27px;
color: #ffffff;
text-transform: uppercase;
text-decoration:none;
}
.moduletable .spoiler_links.h3:hover {
background: #778595;
}
.spoiler_body {
display: none;
}
.spoiler_body.unfolded {
display: block;
}
/***** end own moduletable rules h3 blocks  ******/
/***** mainbody group *****/
#mainbody {
width: auto;
margin: 10px 0 0 0;
}
#mainleft, #mainright {
width: 49%;
min-width: 460px;
display: inline;
margin: 15px 0 0 0;
}
/* mainleft group */
#mainleft {
float: left;
}
/* mainleft menu */
dt.a-m-t, dt.a-m-t-n {
background: #d7dde5;
display: block;
cursor: pointer;
border: 0 none;
overflow: hidden;
border-bottom: 1px #e7ecf3 solid;
position: relative;
z-index:100;
}
dt.a-m-t:hover, dt.a-m-t-n:hover {
background: #cad0d8;
}
dt.a-m-t-expand {
background: #a3aebb;
}
[id*="activeparent_roll"] {
font-weight: bold;
}
span#room_square_amount, span[id*="_amount"] {
padding: 0 0 0 23px;
}
.a-m-t > a.[id*="activeparent_roll"] + dd.a-m-d {
}
dt.a-m-t.a-m-t-expand a, dt.a-m-t.a-m-t-expand span {
color: #fff;
}
dt.a-m-t a, dt.a-m-t-n a, dt.a-m-t span, dt.a-m-t-n span {
padding: 5px 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 17px;
color: #42474d;
text-decoration: none;
display: inline-block;
position: relative;
z-index: 1000;
}
dd.a-m-d {
display: block;
background: #f0f5f7;
overflow: hidden;
}
dd.a-m-d a:hover {
background: #e0e6e9!important;
}
dd.a-m-d dd a {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 17px;
color: #42474d;
display: block;
padding: 5px 20px;
text-decoration: none;
border-bottom: 1px #fff solid;
}
#active_roll_menu { background: #f0f5f7; color: #999; font-style: italic;}
/*a:hover#active_roll_menu {color: #f500f5;}*/
#activeparent_roll_menu {color: #00ff00;}
/* mainleft2 group */
#mainleft2 {
margin: 20px 0 0 0;
overflow: hidden;
}
#mainleft2 > div {
width: 48%;
float: left;
display: inline;
}
#mainleft2 > div.moduletable.unfolded.second {
float: right;
}
/* newsblock group */
.news_row .news_row {
font-family: Arial, Helvetica, sans-serif;
}
.news_row .news_link {
font-size: 16px;
line-height: 18px;
color: #42474d;
font-weight: bold;
display: block;
margin: 12px 0 10px 0;
text-decoration: none;
}
.news_row .news_link:hover {
color: #5993d3;
}
.news_row .news_date {
font-size: 12px;
line-height: 14px;
color: #94999c;
display: block;
margin: 0 0 7px 0;
}
.news_row .news_img {
width: 100px;
height: 95px;
float: left;
margin: 0 10px 0 0;
}
.news_row .news_text {
font-size: 12px;
line-height: 17px;
color: #575e66;
}
.news_row .news_more {
font-size: 12px;
color: #4097a1;
}
.news_block .allnews {
font-size: 12px;
color: #4097a1;
display: block;
text-align: right;
margin: 15px 0 0 0;
}
/* latestnews group */
ul.latestnews {
display: block;
margin: 5px 0 0 0;
}
ul.latestnews li.latestnews {
border-bottom: 1px #cdd4d6 dotted;
}
ul.latestnews li.latestnews:hover {
background: #f0f5f7;
}
ul.latestnews li.latestnews a {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 17px;
color: #575e66;
text-decoration: none;
padding: 5px 12px;
display: block;
}
ul.latestnews li.latestnews:hover a {
color: #42474d;
}
ul.latestnews .alllink {
font-size: 12px;
line-height: 14px;
color: #4097a1;
display: block;
margin: 15px 0 0 0;
text-align: right;
}
/* mainright group */
#mainright {
float: right;
}
/* mainright2 group */
#mainright2 {
margin: 20px 0 0 0;
overflow: hidden;
}
#mainright2 > div {
width: 48%;
display: inline;
float: left;
margin: 0 0 15px 0;
}
#mainright2 > div.moduletable.unfolded.second {
float: right;
}
/* poll group */
table.poll {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 17px;
color: #42474d;
padding: 0 13px;
margin: 10px 0 0 0;
display: block;
width: 100%!important;
}
table.poll thead {
padding: 0 0 5px 0;
display: block;
}
table.poll tbody, table.poll tbody tr {
display: block;
width: auto;
}
table.poll tbody .sectiontableentry1, table.poll tbody .sectiontableentry2 {
text-align: left!important;
padding: 3px;
font-size: 12px;
line-height: 15px;
color: #575e66;
}
table.poll .results_butt {
text-align: right;
}
table.poll .button.vote {
display: inline-block;
height: 20px;
padding: 0 4px;
margin: 0 10px 0 0;
background: url(../images/vote_btn_bg.jpg) repeat-x;
border: 1px #a4a4a4 solid;
font-size: 12px;
line-height: 20px;
color: #333333;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin: 7px 0 15px 0;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
}
table.poll .button.resultlink {
border: 0 none;
display: inline;
background: none;
cursor: pointer;
font-size: 12px;
color: #4097a1;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
}
table.poll .button.resultlink:hover {
text-decoration: none;
}
/* klatest-items group */
.klatest-items {
display: block;
margin: 5px 0 0 0;
font-family: Arial, Helvetica, sans-serif;
}
li.klatest-item {
padding: 5px 0 9px 0!important;
margin: 0 5px!important;
border-bottom: 1px #cdd4d6 dotted!important;
}
li.klatest-item a {
display: block;
margin: 0 0 3px 0;
}
li.klatest-item .klatest-subject a {
font-size: 13px;
line-height: 15px;
color: #42474d;
text-decoration: none;
font-weight: normal!important;
}
li.klatest-item .klatest-subject a:hover {
text-decoration: underline;
}
li.klatest-item .klatest-cat a {
font-size: 11px;
line-height: 13px;
color: #5993d3;
}
li.klatest-item .klatest-author a, li.klatest-item .klatest-author span {
display: inline;
font-size: 11px;
line-height: 13px;
color: #5993d3;
}
.klatest-items li.onforum a {
font-size: 12px;
color: #4097a1;
display: block;
text-align: right;
margin: 15px 0 0 0;
font-family: Arial, Helvetica, sans-serif;
}
/* pathway group */
#pathway {
padding: 2px 0;
}
#pathway, #pathway a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 13px;
color: #5993d3;
}
/* left group */
#left {
width: 20%;
float: left;
display: inline;
margin: 15px 0 0 0;
}
#left > div {
margin: 0 0 25px 0;
}
/* center group */
#center {
width: 56%;
margin: 15px 0 0 2%;
display: inline;
float: left;
}
#center100 {
margin: 15px 0 0 0;
display: inline;
}
/* right group */
#right {
width: 20%;
float: right;
display: inline;
margin: 15px 0 0 0;
}
#right > div {
margin: 0 0 25px 0;
}
/**** content group ****/
#center100 #content {
margin: 15px 0 0 0;
}
#content, #content span, #content p {
font-family: Arial, Helvetica, sans-serif!important;
font-size: 13px!important;
line-height: 18px!important;
color: #575e66;
}
.contentheading, .componentheading, .contentheading a, .componentheading a {
font-size: 20px;
line-height: 24px;
color: #575e66;
padding: 0 0 2px 0;
text-decoration: none;
display: block;
width: auto;
}
.contentheading h1, .componentheading h1 {
padding: 0 0 5px 0;
}
.contentheading:after, .componentheading:after {
content: '';
display: block;
border-bottom: 1px #c5cbd3 solid;
margin: 0 0 10px 0;
width: auto;
}
.contentdescription {
display: block;
margin: 0 0 15px 0;
}
.contentpaneopen {
display: block;
width: auto;
}
/*#content .contentpaneopen > tbody > tr > td table {
min-width: 600px; 
}*/
#content .contentpaneopen > tbody > tr > td table td {
border: 1px #ccc solid;
padding: 5px;
vertical-align: top;
font-size: 10px;
white-space: normal;
word-break: break-all;
}
#content .cont_bottom table td {
border: 0 none!important;
}
.sectiontableentry1 td, .sectiontableentry2 td, .sectiontableheader {
padding: 5px 5px;
border-bottom: 1px #e7e7e7 solid;
}
#content ul {
list-style: disc outside none;
margin-left: 15px;
}
#content ol {
list-style: decimal outside none;
margin-left: 20px;
}
.pagination {
display: block;
margin: 15px 0 0 0;
}
.pagination span, .pagination a {
margin: 0 3px;
}
.cont_bottom {
border-top: 1px #c5cbd3 solid;
padding: 3px 10px 8px 10px;
background: url(../images/cont_bottom_bg.jpg) repeat-x;
}
.cont_bottom .cont_left, .cont_bottom .cont_right {
display: inline-block;
float: left;
}
.cont_bottom .cont_right {
float: right;
}
#content #cont_rait {
float: right;
}
#content .content_rating, #content .content_vote {
float: left;
height: 30px;
line-height: 30px;
vertical-align: middle;
}
#content .content_rating {
height: 25px;
padding: 3px 0 0 0;
}
#content .content_rating img {
padding: 0 2px;
}
#content .content_vote {
margin: 0 0 0 20px;
}
.content_vote input {
margin: 0 2px;
display: inline-block;
}
/**** footer group ****/
#footer_inner {
width: 100%;
position: absolute;
bottom: 0;
height: 90px;
}
#footer {
height: 90px;
}
#copy {
width: auto;
height: 23px;
border: 2px #a6a8ae solid;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
background: url(../images/copy_bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
color: #ffffff;
padding: 8px 15px 0 15px;
}
#copy span {
padding-right: 10px;
color: #cccccc;
}
#copy span.skype, #copy span.icq {
display: inline-block;
height: 17px;
margin: 0 0 0 20px;
padding: 0 0 0 20px;
color: #fff;
}
#copy span.skype {
background: url(../images/copy_span_bg.png) no-repeat left top;
}
#copy span.icq {
background: url(../images/copy_span_bg.png) no-repeat left bottom;
}
#social {
width: 87px;
height: 23px;
background: url(../images/social_bg.png) no-repeat;
overflow: hidden;
float: left;
margin: 10px 0 0 10px;
}
#social a {
display: block;
float: left;
width: 26px;
height: 23px;
margin-right: 3px;
}
#counters {
float: right;
display: inline-block;
margin: 10px 10px 0 0;
}
.copy61 {
text-align: right;
font-size: 11px;
line-height: 13px;
}