/* LIBS */
/**
 * jQuery lightBox plugin
 */
#jquery-overlay { position: absolute; top: 0px; left: 0px; z-index: 90;	width: 100%; height: 500px; }
#jquery-lightbox { position: absolute; top: 0px; left: 0px; width: 100%; z-index: 100; text-align: center; line-height: 0px; }
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box { position: relative; background-color: #000000; width: 250px; height: 250px; margin: 0px auto; }
#lightbox-container-image { padding: 10px; }
#lightbox-loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0px; }
#lightbox-nav { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; z-index: 10; }
#lightbox-container-image-box > #lightbox-nav { left: 0px; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext { width: 49%; height: 100%; display: block; }
#lightbox-nav-btnPrev { left: 0px; float: left; }
#lightbox-nav-btnNext { right: 0px; float: right; }
#lightbox-container-image-data-box { font: 10px Arial, Helvetica, sans-serif; background-color: #000000; margin: 0px auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0px 10px 0px; }
#lightbox-container-image-data { padding: 0px 10px; color: #FFFFFF; }
#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; }	
#lightbox-image-details-caption { font-weight: bold; color: #FFFFFF; }
#lightbox-image-details-currentNumber { display: block; clear: left; padding-bottom: 1.0em; }			
#lightbox-secNav-btnClose { width: 66px;  float: right; padding-bottom: 0.7em; }

/* jquery validation */
.invalidInput {	border: 1px dotted #F00; background-color: #F5D8CD; }
.validInput { border: 1px dotted #FF0000; }

/* MODULES */
/*pages.php*/
.pages { margin-top: 10px; } /* многостраничность, functions.php */

/*faq.php*/
.faq { padding: 3px; }
.faq_s { margin-top: 10px; font-size: 12px; }
.faq_form input, .faq_form textarea { width: 300px; border: 1px solid #007c00; margin: 1px 0px; }
.faq_form button, .form_table button, .reviews_form button { border: 1px solid #333; background: #eeeeee; cursor: pointer; font: bold 14px Verdana, Arial, Helvetica, sans-serif; color: #666666; width: 120px; height: 22px; }

/*form.php*/
.form_td { padding-top: 5px; font-size: 12px; padding-right: 10px; font-weight: bold; text-align: right }
.form_table input, .form_table textarea, .reviews_form textarea, .reviews_form input, .faq_form input, .faq_form textarea { font: 11px Verdana, Arial, Helvetica, sans-serif; border: 1px solid #007c00; margin: 1px 0px; }
#quest_form_submit { border: 1px solid #333; background: #eeeeee; cursor: pointer; font: bold 14px Verdana, Arial, Helvetica, sans-serif; color: #666666; width: 120px; height: 22px; margin: 0px; }

/*map.php*/
.map li { margin-top: 3px; }
.mapimg { float: left; margin-right: 5px; }

/*reviews.php*/
.reviews_form { margin-top: 10px; }
.reviews_table td { font-size: 12px; }
.reviews_form td input, 
.form_table input { height: 20px; font: bold 15px "Trebuchet MS", Arial, Verdana; color: #666666; }
.reviews_form textarea,
.form_table textarea { font: bold 15px "Trebuchet MS", Arial, Verdana; color: #666666; }

/*galery.php*/
.stepcarousel { position: relative; overflow: scroll; width: 273px; height: 200px; border: 1px solid #165f88; margin-top: 5px;}
.stepcarousel .belt { position: absolute; left: 0; top: 0; }
.stepcarousel .panel { float: left; overflow: hidden; margin: 10px; width: 250px; }
p.samplebuttons { text-align: center;}
#galeryall { margin-left: 30px }
#galerydark { position:absolute; left: 0; right: 0; width: 250px; text-align: left; }
#galery_table td { padding-top: 10px; }
a.galerylist:link, a.galerylist:active, a.galerylist:visited { margin: 0px; padding: 0px; font: bold 13px Tahoma; color: #646e92; }
a.galerylist:hover {}

/*search.php*/
.search_table td a, .search_table td a:active, .search_table td a:visited { font: bold 11px Tahoma; color: #000000; text-decoration: none; }
.search_table td a:hover { text-decoration: underline; color: #000000; }
.search_table { border-collapse: collapse; margin-top: 15px; }
.search_table td { border-top: 1px solid #BBBBBB; border-bottom: 1px solid #BBBBBB; font-size: 11px; height: 20px; vertical-align: middle; padding-left: 15px; }
.search_table td img { margin-right: 5px; }

/* Drop-down-menu */
/* SPECIAL STYLES DO NOT CHANGE */
#nav { display: block; margin: 0; padding: 0; position: relative; }
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav a { display: block; }
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav ul { line-height: 0; } /* IE6 "fix" */
/* #nav ul a { zoom: 1; } */ /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }
/* Essentials - configure this */
#nav ul {  }
#nav ul ul {  }
/* Everything else is theming */ 
#nav { height: 28px; }
#nav li { text-align: center; padding: 7px 19px 3px 16px; cursor: pointer; background: url('/images/bg_menu.gif') no-repeat; }
#nav li a, #nav li a:active, #nav li a:visited { color: #595959; font: bold 11px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
#nav li a:hover { color: #fff; }
#nav ul { top: 23px; padding-top: 10px; background: #f6f7fc; padding-bottom: 7px; }
#nav ul li { text-align: left; width: 155px; padding: 6px 0px 3px 17px; }
#nav ul li a { color: #595959; }
#nav ul li a:hover { text-decoration: underline; color: #595959; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

/* TAG CLASSES */
table, div, span, h1, h2, h3, h4, h5, h6, body, html, tr, th, ul, li, form { margin: 0px; padding: 0px; }
html, body { width: 100%; height: 100%; min-width: 990px; color: #000000; font: 11px Verdana, Arial, Helvetica, sans-serif; }
h1 { font: bold 18px Verdana, Arial, Helvetica, sans-serif; }
h2 { font-size: 15px; }
/* h3 { font-size: 13px; } */
h4 { margin-top: 10px; font-size: 13px; }
/* a { color: #d00; font: 13px Verdana, Arial, Helvetica, sans-serif; } */
a { color: #D96200; font-weight: bold; }
a:hover { text-decoration: none; }
a img { border-width: 0px; }
/* td { vertical-align: top; } */
/* td p { margin: 0px 5px;} */
/* p { margin: 0px; padding: 0px; } */

/* UNIVERSAL CLASSES */
.hidden { display: none; }
.pointer { cursor: pointer; }
.float_left { float: left; }
.absolute { position: absolute; }
.clear_both { clear: both; }
.err { color: #f00; }

/* LIVETECH */
#copy { color: #FFFFFF; font: 10px Verdana, Arial, Helvetica, sans-serif; line-height: 13px; }
#copy a, #copy a:visited, #copy a:active, #copy a:hover { font: 10px Verdana, Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; font-weight: bold; }
#copy #livetech { text-decoration: underline; }
#copy #livetech:hover { text-decoration: none; }

/* MAIN */
#headers { min-height: 100%; height: auto !important; height: 100%; margin: auto auto -96px auto; }
#footer { height: 96px; margin: auto; width: 1000px; }
#underfooter { height: 96px; width: 1000px; clear: both; }
#header { width: 1000px; text-align: left;  }

/* SITE */
html { background: #a0e13d url('/images/bg_top.jpg') repeat-x; }
#headers { background: url('/images/bg_bot.jpg') repeat-x bottom; }
.topleft { float: left; width: 250px; padding-left: 20px; padding-bottom: 40px; }
.topblock { margin-left: 270px; }
.topright { float: right; width: 260px; }
.topcenter { margin-right: 260px; }
.endblock { margin-left: 500px; }
.endright { float: right; width: 490px; }

#top { background: url('/images/top.jpg') no-repeat; height: 290px; }
#top_bg_menu { background: url('/images/top_bg_menu.gif') no-repeat center top; }
#header_panel { position: relative; background: #A0E13F; }
#logo { width: 217px; height: 92px; position: absolute; z-index: 2; cursor: pointer; left: 22px; top: 103px; }
#ch_design1 { position: absolute; z-index: 2; width: 150px; height: 100px; top: 90px; right: 38px; cursor: pointer; }
#flash { position: absolute; top: 53px; left: 163px; }

#spred_block { background: url('/images/left_block_bg.jpg') repeat-y; }
#leftblock_bg { width: 217px; padding: 0px 15px; background: url('/images/left_block_bot.jpg') no-repeat left bottom; padding-bottom: 10px; font: 10px Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; }
#leftblock_bg a { font: 10px Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: none; }
#leftblock_bg a:hover { text-decoration: underline; }
#topleft img { margin: 0px; padding: 0px; }
#forplane { height: 20px; }

.leftblock { background: url('/images/leftblock_bg.gif') repeat-y; }
.leftblock_top { background: url('/images/leftblock_top.jpg') no-repeat; width: 248px; padding-top: 10px; }
.leftblock_bg { background: url('/images/leftblock_bot.gif') no-repeat left bottom; color: #636363; font: 10px Verdana, Arial, Helvetica, sans-serif; padding: 0px 15px 15px 23px; }
.leftblock_bg a { color: #636363; font: 10px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
.leftblock_bg a:hover { text-decoration: underline; }
.leftblock_dev { height: 10px; font-size: 2px; }
.leftblock_top_counter { background: url('/images/leftblock_top_counter.jpg') no-repeat; width: 248px; padding-top: 10px; }

#bot_pred { text-align: right; }
#bot_pred a, #bot_pred a:active, #bot_pred a:visited { color: #ffffff; font: bold 15px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }

#phones { background: url('/images/phone.jpg') no-repeat; width: 435px; padding-left: 35px; font: bold 14px Verdana, Arial, Helvetica, sans-serif; color: #ffffff; text-align: left; line-height: 20px; }

h1.title, h2.title, div.title { color: #ffffff; font: bold 19px Verdana, Arial, Helvetica, sans-serif; }
h1.title { color: #000 }
#for_search { background: url('/images/search.jpg') no-repeat; float: right; width: 164px; height: 24px; padding-left: 3px; }
#search { border-width: 0px; width: 140px; height: 20px; background: none; }
.rightblock_dev { height: 15px; }

.news { padding-top: 5px; }
.news_date { width: 56px; float: left; color: #828282; font: bold 11px Verdana, Arial, Helvetica, sans-serif; }
.news_text { margin-left: 56px; background: url('/images/news_bg.jpg') repeat-y; width: 179px; }
.news_top { height: 10px; background: url('/images/news_top.jpg') no-repeat; font-size: 5px; }
.news_bg { background: url('/images/news_bot.jpg') no-repeat left bottom; color: #323232; font: 10px Verdana, Arial, Helvetica, sans-serif; padding: 0px 5px 8px; }
.news_bg a, .news_bg a:active, .news_bg a:visited { text-decoration: none; color: #D96200; font: bold 10px Verdana, Arial, Helvetica, sans-serif; }
.news_bg a:hover { text-decoration: underline; }
.day { color: #ffffff; font-size: 19px; }
.year { color: #5d5d5d; font-size: 14px; }

#main_links { text-align: center; color: #ffffff; font: bold 14px Verdana, Arial, Helvetica, sans-serif; }
#main_links a, #main_links a:active, #main_links a:visited { color: #ffffff; font: bold 14px Verdana, Arial, Helvetica, sans-serif; }
#main_links a:hover { text-decoration: none; }

.main_text { color: #323232; font: 11px Verdana, Arial, Helvetica, sans-serif; text-align: justify; }
.main_text a { text-decoration: none; color: #D96200; font: bold 11px Verdana, Arial, Helvetica, sans-serif; }
.main_text a:hover { text-decoration: underline; }

#content { color: #000000; padding: 5px 30px 10px 20px; font-size: 13px; color: #333; }
#content h1.title { padding-bottom: 10px; }
#content table { border-collapse: collapse; border-color: #fff; }
#content td { border-color: #fff; }
#content td p { margin: 0px 5px;} 
#content ul, li, ul p, li p { margin: 0px; padding: 0px; }


h1 a { font-size: 18px; }
.art { width: 405px; background: url('/images/art_bg.jpg') repeat-y; }
.art_bot { height: 29px; background: url('/images/art_bot.jpg') no-repeat; }
h3.title { color: #945533; font: bold 19px Verdana, Arial, Helvetica, sans-serif; padding: 18px 0px 25px 82px; }
.arts { padding-left: 60px; }
a.arrts, a.arrts:active, a.arrts:visited { font: 11px "Trebuchet MS", Verdana, Arial; color: #000; }
.arrow { color: #06c61d; font-weight: bold; padding-right: 4px; }
#arts_end { height: 60px; }

#all_news { text-align: right; padding-top: 5px; padding-right: 30px; }
#all_news a { text-decoration: none; color: #323232; }
#all_news a:hover { text-decoration: underline; }

/* .shownews_date { color: #dd0000; font-weight: bold; } */
.shownews_date { color: black; font-weight: bold; }
.shownews_text { margin-bottom: 10px; padding-top: 5px; }
.shownews { padding-bottom: 10px; position: relative; overflow: hidden; }
.shownews img { margin-right: 5px; }
.shownews_header { color: #fff; font-size: 13px; font-weight: bold; }

.hr { margin: 0px 0px 20px; }
#block2 { display: none; }
#first { text-decoration: none; cursor: text; }
.catimg { cursor: pointer; border: 1px solid #fff; }
#cattable { margin-top: 10px; }
#cattable td { padding: 10px 0px; }
#cattable td a { color: #000; font: bold 14px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; margin-bottom: 5px; }
#cattable td a:hover { text-decoration: underline; }
.cattext { padding-left: 10px; font-size: 11px; }

#contacts_page {}
#contacts_page div { padding-bottom: 10px; }
#contacts_page .left { float: left; text-align: right; width: 145px; color: #000; font-weight: bold; }
#contacts_page .right { margin-left: 155px; }
#contacts_page .right span { font-weight: bold; }
#contacts_page .right div { padding: 5px 0px; }

#partners { width: 410px; font-size: 11px; }
#partners .pname { color: #000; font-weight: bold; padding: 10px 0px 3px; }
#partners .text { margin-bottom: 20px; overflow: hidden; background-color: #a0d73d; width: 410px; }
#partners .left { float: left; width: 34%; }
#partners .center { float: left; width: 33%; }
#partners .right { float: left; width: 33%; }
#partners .for_ie { clear: both; width: 1px; height: 1px; font-size: 1px; }

.header-table-color { border: 1px solid #fff; background-color: #a0c73d; font-weight: bold; }
.text-header { font-weight: bold; }
.item-table-color { border: 1px solid #fff; background-color: #a0d73d; color: #000; }

#panel { position: absolute; left: 3px; top: 32px; }
#panel a, #panel a:active, #panel a:visited { color: #ffffff; font: 10px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
#panel a:hover { text-decoration: underline; }
#panel div { float: left; padding-right: 10px; }
#panel div img { margin-right: 5px; }

div.votes-list { border-bottom: 1px dotted red; margin-top: 12px; margin-bottom: 6px; padding-bottom: 6px; }
div.votes-list a { color: #000; }
div.vote-results { margin-top: 6px; display: none; }
div.vote-results p { margin: 0px 0px 5px 0px; }
#votebutton { margin-top: 10px; border: 1px solid #555; background-color: #FFF; color: 555; font-size: 10px; }
.votevote { margin: 3px 0px 3px 0px; }
p.title { margin: 0px 0px 10px 0px; color: yellow; font-size: 12px; font-weight: bold; }
div.voteline p { margin-top: 10px; margin-bottom: 3px; }
div.popular-photo { width: 250px; padding: 15px 50px 10px 0px; margin-left: 90px; }

table.photo-votes-preview td {
	padding: 15px 50px 10px 0px;
	vertical-align: top;
	width: 33%;
}

table.photo-votes-preview img, div.popular-photo img {
	border: 1px solid #FFF;
	padding: 2px;
}

table.photo-votes-preview a.vote, div.popular-photo a.vote {
	float: right;
	text-align: right;
}

div.photo-votes-photo {
	margin: 20px 0px 30px 0px;
}

div.photo-votes-photo img {
	border: 1px solid #FFF;
	padding: 2px;
	text-align: center;
	margin-bottom: 20px;
}

div.clear10px {
	clear: both;
	height: 10px;
}

div.clear20px {
	clear: both;
	height: 20px;
}
