/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */

		#version_site {
			background: #555;
			padding: 20px 0;
			display: block;
			border-bottom: 0px solid #FFF;
			color: #FFF;
			font-size: 18px !important;
			font-family: Arial !important;
			border-bottom: 3px solid #333;
		}
		
		#version_site span {
			color: #FFF;
		}
		
		#version_site a {
			color: #FFF !important;
		}
		
		#normal_site {
			margin-bottom: 20px;
			padding-bottom: 20px;
			border-bottom: 1px solid #4F4040;
		}
		
		#normal_site a#version_normal {
			background: url("/img/version_normal.png") no-repeat scroll 0 50%;
			padding-left: 40px;
			font-size: 20px !important;
		}
		
		#setting_site {
			margin: 5px 0;
		}
		
		
		#button_settings {
			background: url("/img/version_settings.png") no-repeat scroll 0 50%;
			padding-left: 25px;
			font-size: 20px !important;
			cursor: pointer;
		}
		
			#button_settings span {
				border-bottom: 1px dashed #CCC;
			}
		
		/*
		#add_settings {
			border: 3px solid #000;
			border-top: 0px solid #000;
			padding: 10px 0;
			margin: 0 auto;
			display: block;
			width: 990px;
			background: #555;
		}
		*/
		
		#add_settings {
			border: 3px solid #333;
			border-top: 0px solid #333;
			border-bottom: 7px solid #333;
			padding: 0;
			margin: 0;
			display: block;
			width: 1000px;
			background: #555;
			position: absolute;
			left: 50%;
			margin-left: -500px;
			margin-top: -3px;
			z-index: 9999;
		}
		
			#add_settings #fix {
				margin: 0;
				padding: 25px 15px;
				padding-bottom: 0;
				color: #FFF;
			}
			
		#add_settings .add_settings {
			cursor: pointer;
			display: block;
			margin-top: 35px;
			padding: 15px 0;
			text-align: center;
			background: #444;
			border-top: 1px solid #000;
			color: #CCC;
		}
		
			#add_settings .add_settings:hover {
				background: #4F4040;
			}
			
			#add_settings .add_settings span {
				border-bottom: 1px dashed #CCC;
			}
		
		.font_settings {
			font-size: 20px;
		}
		
		.font_family {
			margin: 15px 0;
		}
			
			
		
	
		.fs {
			padding: 3px 8px;
			margin: 0px 1px;
			border: 1px solid #6F6868;
			color: #FFF;
			
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				
			position: relative;
			
		}
		
		a.fs:hover {
			border: 1px solid #8F8F8F;
			color: #FFF;
		}
		
		b.fs {
			font-weight: normal;
			background: #6F6868;
			border: 1px dashed #8F8F8F;
		}
		
		.small {
			font-size: 16px;
		}

		.medium {
			font-size: 18px;
			top: 1px;
		}

		.big {
			font-size: 20px;
			top: 2px;
		}
		

		.bg_site {
			padding: 3px 8px;
			margin: 0px 1px;
			font-weight: normal;

				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;

		}
		
		/* белый */
		.bg_FFF {
			background: #FFF;
			color: #000;
			border: 1px solid #4F4040;
		}
		
			b.bg_FFF {
				border: 1px dashed #999;
			}
		
		/* черный */
		.bg_000 {
			background: #000;
			color: #FFF;
			border: 1px solid #4F4040;
		}

			b.bg_000 {
				border: 1px dashed #999;
			}
		
		/* синий */
		.bg_0000FF {
			background: #0000FF;
			color: #FFF;
			border: 1px solid #999;
		}
		
			b.bg_0000FF {
				border: 1px dashed #999;
			}
		
		/* зеленый */
		.bg_008000 {
			background: #008000;
			color: #FFF;
			border: 1px solid #999;
		}	

			b.bg_008000 {
				border: 1px dashed #999;
			}
			
			
		/* изображения */
		.img_site {
			padding: 3px 8px;
			margin: 0px 1px;
			border: 1px solid #6F6868;
			color: #FFF;
			
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				
			position: relative;
			
		}
		
		a.img_site:hover {
			border: 1px solid #8F8F8F;
			color: #FFF;
		}
		
		b.img_site {
			font-weight: normal;
			background: #6F6868;
			border: 1px dashed #8F8F8F;
		}
		
		
		/* изображения */
		.settings_button {
			padding: 3px 8px;
			margin: 0px 1px;
			border: 1px solid #6F6868;
			color: #FFF;
			
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				
			position: relative;
			
		}
		
		a.settings_button:hover {
			border: 1px solid #8F8F8F;
			color: #FFF;
		}
		
		b.settings_button {
			font-weight: normal;
			background: #6F6868;
			border: 1px dashed #8F8F8F;
		}
		
		
		/* блок управления отображением нужных настроек */
		.fontsize_settings, .background_settings, .img_settings {
			display: inline;
		}

		.bg_FFF, .bg_000, .bg_0000FF, .bg_008000 {
			display: inline;
		}

		/* \\\ */

			
			
#global-wrapper input, #global-wrapper textarea {
    background: #FFF !important;
	color: #000 !important;
	border: 1px solid #CCC;
	padding: 2px !important;
}

#global-wrapper option, #global-wrapper select {
    background: #FFF !important;
	color: #000 !important;
	padding: 2px !important;
}
			
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */




body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}

fieldset, img { 
	border: 0;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

a:focus {
	outline: none;
}

ol, ul {
	list-style: none;
}

caption {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/* ТАБЛИЦА ДЛЯ ВЕРСТКИ */
.tl {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

	.tl th {
		margin: 0;
		padding: 0;
		text-align: left;
	}

	.tl td {
		margin: 0;
		padding: 0;
	}

/* /// Устарешее */	
.valign_top {
	vertical-align: top;
}

.vertical_middle {
	vertical-align: middle;
}

.vertical_bottom {
	vertical-align: bottom;
}

/* \\\ Устарешее */

	.td_top {
		vertical-align: top;
	}

	.td_middle {
		vertical-align: middle;
	}

	.td_bottom {
		vertical-align: bottom;
	}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}


.bold {
	font-weight: bold;
}

.pointer {
	cursor: pointer;
}


/* РАЗНЫЕ ПОЛЕЗНЫЕ ПРИМОЧКИ */
a.opacity_button img {
	width: 99%;
}
	a:hover.opacity_button img {
		opacity: 0.80;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */
		filter: alpha(opacity=80); /* IE 5-7 */
	}
	
a:hover.opacity_button_link {
	opacity: 0.80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */
	filter: alpha(opacity=80); /* IE 5-7 */
}

			
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */

/* === СПЕЦ НАСТРОЙКИ === */

body {
	font-family: Arial !important;
	font-size: 18px;
	text-shadow: none;
}

#global-wrapper ul, #global-wrapper li, #global-wrapper table, #global-wrapper td {
	background: transparent;
}

#global-wrapper a:hover {
	background: none;
	text-decoration: underline;
}


#global-wrapper #bfline {
    background: #999 !important;
	display: block;
	height: 5px;
	margin: 0 auto;
	width: 100%;
}

.special_version_none {
	display: none !important;
}

#version_special {
	display: none;
}

/* ====================== */



/* САЙТ ********************************************************************** */
/* //// ********************************************************************** */
/* //// ********************************************************************** */




#header {
	display: block;
	height: auto;
}

	#header img {
		display: none;
	}
	
	
#header h1 {
    position: static;
	display: block;
	width: 100% !important;
    text-indent: 0px;
	line-height: 1.25;
	text-transform: uppercase;
	font-weight: bold !important;
	color: transparent;
	text-align: center;
	text-shadow: none;
}

#top_info {
	display: none;
}

#top_menu_link a {
    background: transparent;
    color: transparent;
}

#top_menu_link b {
    background: transparent;
    color: transparent;
}

#top_menu_link td {
    border: 1px solid #CCC;
	border-left: none;
	border-right: none;
    color: transparent;
}

#top_menu_link #td_main_start {
    border: 1px solid #CCC;
	border-left: none;
	border-right: none;
}


	#top_menu_link a:hover b {
		background: transparent;
		color: transparent;
		text-decoration: none;
	}

	
#body {
	margin-bottom: 25px;
}

#site_block {
	margin-top: 30px;
}


#search input#search_text {
	border: 1px solid #CCC;
	border-radius: 0;
	margin-bottom: 20px;
	padding: 8px 0 !important;
	width: 254px;
	text-align: center;
}
	
	#search_enter {
		display: none;
	}	


.menubox_left {
	border: 0 none;
}

.main_menu a {
    background: none;
    padding: 8px 1px 8px 1px;
}


.main_menu b {
    background: none;
    padding: 8px 1px 8px 1px;
}

.main_menu .a_active {
    background: none;
    padding: 8px 1px 8px 1px;
}



#body_title {
    padding: 5px 1px 15px 1px;
}

#body_title h2 {
	font-size: 150% !important;
}

#body_padding {
    box-shadow: none;
	border: 1px solid #CCC;
}






#footer {
    background: transparent;
    font-size: transparent;
    height: auto;
}

	#footer table {
		height: auto;
	}

	#footer td {
		padding-left: 10px;
		padding-top: 25px;
		padding-bottom: 35px;
		vertical-align: top;
	}