html{
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/body-bg.gif) top left;
	color: #444444;
	font-family: Arial, helvetica, sans-serif;
}

a{ cursor: pointer; color: #555555; text-decoration: none; outline: none; }
a:hover{ text-decoration: none; }

h1,h2,h3,p,form { margin:0; padding: 0; }

.toggle { cursor: pointer; color: #2A9EFF; border-bottom: 1px dashed #2A9EFF; }
.toggle:hover { border-bottom: 0; }

#main { font-size: 0.9em; }
#body { width: 1000px; margin: 0 auto; }
#top { padding: 0; border-bottom: 1px solid #cccccc;
	   box-shadow: 0px 1px 0px #ffffff; -moz-box-shadow: 0 1px 0px #ffffff; -webkit-box-shadow: 0 1px 0px #ffffff; }

#top_div { width: 100%; height: 102px;  clear: both; overflow: hidden; }
#logo { height: 90px; width: 90px; float: left; padding: 0 0 10px 0; margin: 0 0 0 15px; }
#cms { float: right; padding: 20px 0 0; width: 200px; }

#nav_panel { overflow: hidden; padding: 3px 0 0 5px; font-size: 0.9em; }
#nav_panel div.p1 { float: left; text-align: left; }
#nav_panel div.p2 { float: right; text-align: right; }

#lang { padding: 4px 0; }
#lang a { text-decoration: underline; }
#lang a:hover { text-decoration: none; }

#module_header { overflow: hidden; color: #555555; margin: 0 0 20px 0; }
#module_header h2 { float: left; font-weight: normal; font-size: 1.8em; }

#top_menu { background: #141313 url(../images/topbg.gif) top left; }

#adminmenu { width: 1000px; font-size: 0.9em; margin: 0 auto; padding: 10px 0 10px 0; list-style-type: none; }
#adminmenu li { display: inline-block; position: relative; width: 96px; text-align: center; }
#adminmenu li a { color: #ffffff; }
#adminmenu .mcounter { height: 16px; padding: 2px 4px 0 2px; font-size: 0.8em; position: absolute; top: -6px; right: 16px; border-radius: 10px; background-color: red; color: #ffffff; text-align: center; }

#modules_tabs { margin-top: 30px; overflow: hidden; font-size: 1.1em; }
#modules_tabs div { float: left; width: 170px; margin-right: 10px; padding: 10px 5px; text-align: center; background: #F2F2F2;
					 box-shadow: 0px 5px 7px #b8b8b8; border-radius: 10px 10px 0 0; }
#modules_tabs div.active {  background-color: #F8F8F8; }

#content-container { padding: 20px; margin: 0 0 20px 0; background-color: #F8F8F8; border-radius: 0px 0px 10px 10px;
	    box-shadow: 0px 5px 7px #b8b8b8; -moz-box-shadow: 0px 5px 7px #b8b8b8; -webkit-box-shadow: 0px 5px 7px #b8b8b8; }
#footer { height: 30px; color: #888888; font-size: 0.9em; text-align: center; }

/***************** LOGIN PANEL *******************/
#top_div { width: 100%; height: 102px;  clear: both; overflow: hidden; }

div.login_panel { width: 400px; height: 250px; margin: 30px auto 0 auto; padding: 20px;
				  border-radius: 10px; box-shadow: 0 1px 7px #B8B8B8; background-color: #ffffff; border: 1px solid #cccccc; }
div.login_panel h1 { margin: 0 0 30px 0; font-size: 1.4em; }
div.login_panel form { margin-left: 115px; }
div.login_panel div { margin-bottom: 5px; }
div.login_panel div.checkbox { font-size: 0.9em; }
div.login_panel div.checkbox input { height: 13px; margin: 0; padding: 0; position: relative; top: 1px; vertical-align: top; width: 13px; }
div.login_panel .login_inputs { width: 150px; padding: 5px; border:1px solid #C4C4C4; }
div.login_panel .login_submit { width: 162px; padding: 5px; cursor: pointer; border: 1px solid #C4C4C4; }
div.login_panel .login_submit:hover { background-color: #D7D7D7; }
/***************** END LOGIN PANEL *******************/

#module { overflow: hidden; min-height: 400px; font-size: 0.9em; }
#module-content { float: left; width: 680px; }
#module-right { width: 250px; float: right; }

a.addnew { display: block; width: auto; float: right; padding: 5px 10px 5px 30px; border: 1px solid #b8b8b8; border-radius: 13px;
		   background: #ffffff url(../images/addnew.png) no-repeat 7px center; }
a.addnew:hover { color: #888888; }

.List { margin: 10px 0; border-top: 1px solid #B8B8B8; }
.List .item { overflow: hidden; padding: 8px 10px 8px 0px; background-color: #F2F2F2; border-bottom: 1px solid #B8B8B8; }
.List .item.homepage { padding-left: 20px; }
.List .item .checkbox { float: left; padding: 1px 2px 0 2px; }
.List .item .move_zone { float: left; padding: 0 2px; }
.List .item .image { float: left; height: 30px; width: 30px; margin: 0 10px 0 5px; vertical-align: middle; }
.List .item .image a { display: block; }
.List .item .image img { width: 30px; }
.List .item .title { float: left; width: 535px; padding: 3px 0 0 0; }
.List .item .title b { font-size: 0.9em; font-weight: normal; color: #b8b8b8; }
.List .item .icons { float: right; padding: 3px 0 0 0; width: 80px; text-align: right; }
.List .item a { text-decoration: underline; }
.List .item a:hover { text-decoration: none; }
.List .item .date { color: #888888; font-weight: normal; }

#faqadmin .comment { float: left; width: 575px; padding-left: 10px; }
#faqadmin .comment .info {  }
#faqadmin .comment .approved { color: green; border-bottom: 1px dotted green; cursor: pointer; }
#faqadmin .comment .text { padding: 5px 0; }
#faqadmin .unapproved { background-color: #ffffff; }
#faqadmin .answer { padding: 10px; margin-top: 5px; background-color: #ffffff; border-top: 1px solid #B8B8B8; }
#faqadmin .comment .binfo { margin-top: 5px; color: #888888; font-size: 0.9em; }

#themeadmin {}
#themeadmin ul { overflow: hidden; margin: 0; padding: 0; list-style-type: none; }
#themeadmin ul li { float: left; margin-right: 20px; }
#themeadmin .tick { float: left; margin-right: 3px; }
#themeadmin p { margin-bottom: 5px; }
#themeadmin .preview { width: 200px; border: 1px solid #888888; }

a.move { display: block; width: 20px; height: 20px; cursor: move; background: url(../images/move.png) no-repeat center center; }
.icons a { padding: 8px; margin: 2px; background-repeat: no-repeat; background-position: center center; }
.icons a.inslide { background-image: url(../images/inslide-off.png); }
.icons a.delete { background-image: url(../images/delete.png); }
.icons a.visible { background-image: url(../images/on.png); }
.icons a.loading { background-image: url(../images/loader.gif); }
.icons a.save { background-image: url(../images/save.gif); }
.icons a.cancel { background-image: url(../images/cancel.gif); }
.icons a.delete_c { background-image: url(../images/icon_message_error.png); }
.List .disabled a.visible { background-image: url(../images/off.png); }
.List .inslide a.inslide { background-image: url(../images/inslide.png); }
a.add-in { padding: 0 0 0 20px; background: url(../images/plus-circle.png) no-repeat center left; }
a.delete-in { padding: 0 0 0 20px; background: url(../images/icon_message_error.png) no-repeat center left; }

.dash_link { border-bottom: 1px dotted #4D4D4D; color: #4D4D4D; cursor: pointer; font-style: normal; font-weight: normal; text-decoration: none; }

#left-column, #right-column { float: left; width: 470px; margin-bottom: 10px; }
#left-column { clear: left; padding-right: 20px; }
#right-column { clear: right; }

#right-filters {  }
#right-filters ul { margin: 0 0 20px 0; padding: 0; line-height: 20px; list-style-type: none; }
#right-filters ul li ul { margin: 0; }
#right-filters ul a { text-decoration: underline; }
#right-filters ul a:hover { text-decoration: none; }
#right-filters ul li { margin-bottom: 5px; }
#right-filters li.selected a { color: #ffffff; padding: 3px 5px; background-color: #18A5FF; text-decoration: none; }
#right-filters li.child { padding-left: 20px; }

#image div { padding: 0; }
#image .item { position: relative; width: 102px; }
#image .item .icons { display: none; position: absolute; top: 2px; right: 0px; }
#image .item img { border: 1px solid #e4e4e4; padding: 5px; }
#image .item:hover .icons { display: block; }

#product_images {}
#product_images ul { overflow: hidden; margin: 0; padding: 0; list-style-type: none; }
#product_images ul li { position: relative; display: inline-block; width: 100px; height: 100px; margin: 0 5px 5px 0; line-height: 100px;
						text-align: center; vertical-align: top; border: 1px solid #b8b8b8; background-color: #ffffff; }
#product_images ul li img { max-width: 100px; vertical-align: middle; }
#product_images .icons { position: absolute; diplay: block; width: 16px; height: 16px; margin: -40px 0 0 80px; visibility: hidden; }
#product_images li:hover .icons { visibility: visible; }

#add_images .upload_image { display: block; margin-bottom: 7px; }

#tender_files {}
#tender_files ol { margin: 0; padding: 0 0 0 20px; }
#tender_files ol li { margin-bottom: 5px; }
#tender_files ol li a { color: #18a5ff; margin-right: 5px; }

.Form {  }
.Form .hr { border-top: 1px solid #E4E4E4; }
.Form .input, .Form select { width: 280px; padding: 3px; }
.Form .pagetitle { display: table; width: 100%; }
.Form .pagetitle .input { display: table-cell; width: 98%; font-size: 1.7em; }
.Form .active_checkbox { width: 1px; padding-left: 20px; display: table-cell; white-space: nowrap; vertical-align: middle; }
.Form .block { clear: both; margin-top: 20px; padding-top: 10px; }
.Form .block h2 { margin-bottom: 10px; font-weight: normal; font-size: 1.5em; }
.Form .block div { padding: 5px 0; overflow: hidden; }
.Form .block .label { width: 153px; float: left; margin-top: 4px; }
.Form .block .url { width: 70px; float: left; padding-right: 5px; text-align: right; }
.Form .block input.adress { width: 205px; }
.Form textarea.editor_short { height: 250px; }
.Form textarea.editor_full { height: 500px; }
.Form div.sbtn { margin: 10px 0 0 0; text-align: right; }
.Form input.submit-button { width: 140px; height: 28px; padding: 0 0 3px 15px; cursor: pointer; border: 1px solid #b8b8b8; border-radius: 13px;
							color: #ffffff; background: #7EC853 url(../images/save.png) no-repeat 13px center; }
.Form input.submit-button:hover { color: #555555; }
.Form .b { overflow: hidden; padding: 20px 0 10px 0; }
.Form .b .s { width: 411px; float: left; }
.Form select { font-size: 1.2em; margin-left: 10px; }
.Form input.sent-button { height: 28px; padding: 0 15px 2px 35px; cursor: pointer; border: 1px solid #b8b8b8; border-radius: 13px;
						  color: #ffffff; background: #7EC853 url(../images/letter.png) no-repeat 13px center; }
.Form input.loading { background-image: url(../images/ajax-loader.gif); background-color: #ffffff; color: #888888; }
.Form .action {  }
.Form .action input.sent-button { float: right; }
.Form .button { border: 1px solid #b8b8b8; padding: 2px; background-color: #ffffff; cursor: pointer; }
.Form .button:hover { background-color: #f2f2f2; }

#add_images .upload_image { display: block; margin-bottom: 7px; }

#langs_change { margin-top: 6px; float: right; text-align: right; }
#langs_change a { padding: 5px 20px; border: 1px solid #b8b8b8; border-radius: 13px; }
#langs_change a:hover { color: #555555; }
#langs_list { margin-top: 20px; }
#langs_list .item { padding: 0 0 5px 0; }
#langs_list .item div.name { margin-bottom: 5px; }
#langs_list .item div.value { position: relative; }
#langs_list .item div.value .icons { position: absolute; top: -20px; right: 0; z-index: 10; }
#langs_list .item div.value textarea { width: 98%; height: 100px; border: 1px dashed #555555; padding: 5px; }

#pagination { padding: 5px 0; overflow: hidden; }
#pagination a { display: block; float: left; background-color: #fffeff; margin-right: 5px; padding: 7px 7px;
				min-width: 16px; min-height: 13px; text-align: center; border: 1px solid #d7d7d7; text-decoration: none; }
#pagination a.selected:hover,
#pagination a.selected { background-color: #18a5ff; color: #ffffff; border-color: #008fe9; }
#pagination a:hover { background-color: #f8f8f8; }

#pagination a.drop_active { background-color: #c4ffb2; border: 1px solid #3cff00; color: #000000; }
#pagination a.drop_hover { background-color: #4eee00; border: 1px solid #4eee00; color: #ffffff; }

#subscribeadmin .message_error { padding: 10px; margin-top: 20px; }

#tip { color: #00aa00; }

/* Сообщение */
.message { clear: both; height: 25px; padding: 10px 20px; margin-bottom: 20px; overflow: hidden; color: black; }
.message span{ background-repeat: no-repeat; padding-left: 20px; display: block; float: left; margin-right: 50px; margin-top: 5px; }
.message a.link { float: left; margin: 5px 0 0 10px; text-decoration: underline; }
.message a.button { display: block; float: right; text-decoration: none; padding: 3px 15px; border: 1px solid #a3a5a5; color: #000000; background: #f5f5f5; margin-left: 10px; }
.message a.button:hover { color: #000; }

/* Сообщение успешное */
.message_success { background-color: #c5ff8d; border: 1px dotted #8cbf32; }
.message_success span{	background-image: url(../images/tick.png); }
.message_success a.link { color: #3f8000; }
.message_success a.link:hover {	color: #5dbd00; }

/* Сообщение с ошибкой */
.message_error { background-color: #ffcaca; border: 1px dotted #ff4545; }
.message_error span { background-image: url(../images/icon_message_error.png); }
.message_error a.link { color: #ff0000; }
.message_error a.link:hover { color: #ff4f4f; }

#action-block { padding: 20px; background-color: #f2f2f2; border: 1px solid #b8b8b8; }

/* * * * * * * KMK * * * * * * */
#schedule-filter-block { padding: 20px; background-color: #f2f2f2; border: 1px solid #b8b8b8; }
#schedule-filter-block form select { width: 250px; margin: 0; padding: 2px; font-size: 1.2em; }
#schedule-filter-block form .button { width: 140px; padding: 2px; font-size: 1.2em; }
#schedule-filter-block .label { float: left; width: 130px; font-size: 1.3em; }
#schedule-filter-block .search-step { margin-bottom: 10px; }

#sel-date-block { }
#sel-date-block .input { width: 98px; font-size: 1.2em; }

#schedulesadmin { margin: 20px 0; }
#schedulesadmin .schedule { margin-bottom: 20px; }
#schedulesadmin .schedule table { background-color: #f2f2f2; border: 1px solid #b8b8b8; }
#schedulesadmin .schedule table td { background-color: #ffffff; }

.editpanel { float: right; margin-top: -20px; }
.editpanel a { color: #18A5FF; text-decoration: underline; }
.editpanel a:hover { text-decoration: none; }

.schedule-table {}
.schedule-table h2 { margin: 0 0 5px 0; padding: 0; text-align: center; background-color: #CECECE; }
.schedule-table table { width: 100%; margin-left: 1px; border-collapse: collapse; border: 2px solid #888888; }
.schedule-table table td, .schedule-table table th { padding: 3px; border: 1px solid #888888; }
/* * * * * * * KMK * * * * * * */