/*
 * RESET
 */
/* v1.0 | 20080212 */
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
/*
 * RESET/end
 */

.margin-top
{
	margin-top: 40px;
}

.margin-bot 
{
	margin-bottom: 20px;
}
 
body
{
	background: url(/img/bg2.png) repeat;
	width: 100%;
} 

#page
{	
	padding: 10px 0px 20px 0px;
	margin: 0 auto;
	width: 990px;
}

#all
{
	width: 990px;
	font-size: 10px;
	font-family: Verdana;
}

#head
{
	height: 95px;
	margin-bottom: 10px;
}
	
	#head .logo
	{
		margin-top: 30px;
		float: left;
	    width: 239px;
        height: 44px;
	}

	#menu
	{
		width: 990px;
		background: #FDF6E4;
		border-bottom: 5px solid #D8CEB2;
		height: 45px;
	}
	
		#menu li
		{
			width: 164px;
			border-right: 1px solid #ada58f;
			float: left;
			list-style-type: none;
			text-align: center;
			height: 45px;
			overflow: hidden;
		}
		
			#menu li.last
			{
				background: none;
			}
		
			#menu li a
			{
				color: #333333;
				font-size: 1.7em;
				font-family: Tahoma;
				text-decoration: none;
				width: 100%;
				height: 100%;
				display: block;
				padding-top: 13px;
				/*text-shadow: 1px 1px 1px #5a5a5a;*/
			}
			
			#menu li.now a
			{
			    background: #D8CEB2;
			}
			
			#menu li a:hover
			{
				background: #D8CEB2;
			}
			
			#menu li.last a:hover/*,#menu li.last.now*/
			{
				padding-right: 0px;
			}

#cash
{
	float: right;
	width: 730px;
    height: 90px;
	background: #FAF4F4;
	border-top: 5px solid #FF5914;
}
			
#slider
{
    position: relative;
	width: 990px;
	height: 240px;
	margin-top: 0px;
}

    #slider .slide1
      {
	    width: 240px;
	    height: 240px;
		margin-top: 10px;
	    margin-left: 0px;
	    font-size: 1.8em;
	    font-family: Arial;	
       	background: #FAF4F4;
        border-top: 5px solid #ffa800;
    }
	
	#slider .slide2
      {
	    width: 240px;
	    height: 240px;
	    margin-left: 250px;
		margin-top: -245px;
	    font-size: 1.8em;
	    font-family: Arial;
		background: #FDF6E4;
		border-top: 5px solid #b7d22c;
    }

    #slider .slide3
      {
	    width: 240px;
	    height: 240px;
		margin-left: 500px;
		margin-top: -245px;
	    font-size: 1.8em;
	    font-family: Arial;
		background: #FAF4F4;
	    border-top: 5px solid #ff5914;		
    }

	#slider .slide4
      {
	    width: 240px;
	    height: 240px;
		margin-left: 750px;
		margin-top: -245px;
	    font-size: 1.8em;
	    font-family: Arial;
		background: #FDF6E4;
        border-top: 5px solid #53c1c4;
    }
    
#slider2
{
	overflow: hidden;
	margin-right: -10px;
	margin-top: 10px;
}

	#slider2 .block
	{
		float: left;
		width: 240px;
		margin-right: 10px;
	}

	#slider2 .color1
	{
		border-top: 5px solid #ffa800;	
	}
	
	#slider2 .color2
	{
		border-top: 5px solid #b7d22c;	
	}
	
	#slider2 .color3
	{
		border-top: 5px solid #ff5914;	
	}
	
	#slider2 .color4
	{
		border-top: 5px solid #53c1c4;	
	}
	
	#slider2 .block .title
	{
		background: #fff;
		padding: 10px;
		font-size: 14px;
		height: 40px;
	}
	
		#slider2 .block .title a
		{
			color: #000;
		}
	
#content
{    
    padding-top: 15px;
	overflow: hidden;
}

	#content .left
	{
		float: left;
		width: 240px;
		overflow: hidden;
	}

		#content .left .blocks
		{
			padding: 10px 15px 15px 15px;
			position: relative;
			color: #444444;
		}
			
			#content .left h2
			{
				color: #C23616;
				font-family: Arial;
				font-size: 2em;
				font-weight: normal;
				margin-bottom: 0.5em;
			}			
			
			#content .left li
			{
				color: #fff;
				margin-bottom: 1em;	
				padding-left: 15px;
				background: url(/img/mdash.png) left 7px no-repeat;
			}
			
				#content .left li a
				{
					color: #444444;
					font-size: 1.3em;
				}
				
				
			#content .left li.now
			{
				background: url(/img/mdash-now.png) left 7px no-repeat;
			}
			
				#content .left li.now a
				{
					color: #C23616;
				}
				
					#content .left li.now a:hover
					{
						text-decoration: none;
					}
		
		#content .left .block-1
		{
		    background: #FCF6E3;
			border-top: 5px solid #B7D22C;
			min-height: 320px;
			margin-bottom: 10px;
		}
		
		#content .left .block-2
		{
			background: #FAF4F4;
			border-top: 5px solid #FFA800;
			min-height: 320px;
			margin-bottom: 10px;
		}
		
			#content .left .block-2 span
			{
				display: block;
				margin: 1em 0;
			}
			
			#content .left .block-2 a
			{
				color: #45688E;
				font-size: 1.2em;
			}
		
		#content .left .block-3
		{
		    background: #FAF4F4;
			border-top: 5px solid #FF5914;
			min-height: 320px;
			margin-bottom: 10px;
		}
		
			#content .left .block-3 a
			{
				color: #45688E;
			}
			
			#content .left .block-3 p
			{
				margin-bottom: 1em;
			}
			
		#content .left .block-4
		{
		    background: #FCF6E3;
			border-top: 5px solid #53C1C4;
			min-height: 320px;
			margin-bottom: 10px;
		}

			#content .left .block-4 span
			{
				display: block;
				margin: 1em 0;
			}
			
			#content .left .block-4 a
			{
				color: #45688E;
				font-family: Arial;
				font-size: 1.1em;
			}

		    #content .left .block-5
		       {
			    background: #FAF4F4;
			    border-top: 5px solid #FF5914;
			    min-height: 100px;
			    margin-bottom: 10px;
		    }			

		    #content .left .block-6
		       {
		        background: #FAF4F4;
			    border-top: 5px solid #FF5914;
			    min-height: 320px;
			    margin-bottom: 10px;
		    }

		    #content .left .block-7
		       {
		       background: #FCF6E3;
			   border-top: 5px solid #53C1C4;
			   min-height: 320px;
			   margin-bottom: 10px;
		    }

			#content .left .block-8
		       {
		       background: #FCF6E3;
			   border-top: 5px solid #B7D22C;
			   min-height: 320px;
			   margin-bottom: 10px;
		    }

			#content .left .block-8 span
			{
				display: block;
				margin: 1em 0;
			}
			
			#content .left .block-8 a
			{
				color: #45688E;
				font-size: 1.2em;
			}			
					
			#content .left .blocks .txt
			{
				font-size: 1.2em;
			}
	
			#content .blocks .buttons
			{
				position: absolute;
				top: 10px;
				right: 15px;
				width: 48px;
			}
			
				#content .blocks .buttons a
				{
					width: 23px;
					height: 23px;
					display: inline-block;	
					position: absolute;
				}
			
				#content .block-2 .buttons .up
				{
					background: url(/img/up4.png);
					left: -2px;
				}
			
				#content .block-2 .buttons .down
				{
					background: url(/img/down4.png);
					left: 25px;
				}
				
				#content .block-3 .buttons .up
				{
					background: url(/img/up2.png);
					left: -2px;
				}
				
				#content .block-3 .buttons .down
				{
					background: url(/img/down2.png);
					left: 25px;
				}
				
				#content .block-4 .buttons .up
				{
					background: url(/img/up.png);
					left: -2px;
				}
				
				#content .block-4 .buttons .down
				{
					background: url(/img/down.png);
					left: 25px;
				}

				#content .block-8 .buttons .up
				{
					background: url(/img/up3.png);
					left: -2px;
				}
				
				#content .block-8 .buttons .down
				{
					background: url(/img/down3.png);
					left: 25px;
				}			

	#content .right
	{
	    background: #FAF4f4;
		width: 710px;
		min-height: 1000px;
		margin-left: 250px;
		font-size: 1.3em;
		color: #444;
		padding: 10px 15px 15px 15px;
		border-top: 5px solid #FFA800;
		overflow: hidden;
	}
	
		#content .right a
		{
		    font-size: 1.1em;
			font-family: Arial;
			color: #476907;
			text-decoration: underline;
		}
	
			#content .right a:hover
			{
				color: #D25522;
			}
	
		#content .right a.ajax
		{
			color: #D25522;
			border-bottom: 1px dashed #D25522; 
			text-decoration: none;
		}
		
			#content .right a.ajax:hover
			{
				color: red;
				border-bottom: 1px dashed red; 
			}
		
		#content .right h1
		{
			font-size: 1.5em;
			font-family: Arial;
			font-weight: normal;
			margin-bottom: 0.5em;
			margin-top: 0.5em;
		}
		
		#content .right h2
		{
			font-size: 1.4em;
			font-family: Arial;
			color: #476907;
			font-weight: normal;
			margin-bottom: 0.5em;
		}
		
		#content .right h3
		{
			font-size: 1.4em;
			margin-bottom: 0.5em;
		}

		#content .right h4
		{
			font-size: 1.1em;
			margin-bottom: 0.5em;
			color: #484848;
		}	
		
		#content .right p
		{
			margin-bottom: 0.9em;
		}
		
		#content .right ul
		{
			margin-bottom: 1em;
		}
		
			#content .right ul li
			{
				padding-left: 20px;
				margin-bottom: 0.2em;
				background: url(/img/mdash-2.png) left 8px no-repeat;
			}
			
		#content .table
		{
			border-collapse: collapse;	
			width: 100%;		
			text-align: left;
			margin: 0 0 2em 0;
		}
		
			#content .table th
			{
				border-bottom: 1px solid #444;
				padding: 5px;		
				text-align: left;
			}

			#content .table td
			{
				padding: 3px;
				border-bottom: 1px solid #999;
			}
			
			#content .table tr:nth-child(2n)
			{
				background: #F5EEB5;
			}
			
			
		#content .limg
		{
			float: left;
			margin: 0 1em 1em 0;
		}
		
		#content .rimg
		{
			float: right;
			margin: 0 0 1em 1em;
		}
		
		#content .cimg
		{
			text-align: center;
		}

#footer
{
	background: #D8CEB2;
	width: 740px;
	height: 60px;
	margin-top: 0px;
	margin-left: 250px;
}

	#footer p
	{
		padding: 25px 0 0 0;
		text-align: center;
		color: #444444;
	}
	
#metrica
{
	height: 40px;
	margin-top: -10px;
	margin-left: 250px;
	text-align: center;
}

#yshare {
	position: relative;
	margin-right: -5px;
	margin-top: 0px;
	float: right;
}

#indexpage
{
	width: 740px;
	float: right;
	margin-right: -15px;
	
}

	#indexpage .block
	{
		width: 130px;
		height: 220px;
		float: left;
		margin: 0px 28px 0px 27px;
		text-align: center;
		font-size: 0.9em;
	}

		#indexpage  .block a
		{
		    margin-top: 0.5em;
		    font-size: 1.1em;
			text-decoration: none;
		}	

#searchpage
{
	min-height: 920px;
}		

/*
 * Новости
 */
.newsFeed 
{
}

	.newsFeed .news
	{
		margin-bottom: 25px;
		overflow: hidden;
	}
	
		.newsFeed .news span
		{
			display: block;
			font-weight: bold;
		}
		
		.newsFeed .news  .newsleft
		{
			width: 110px;
			height: 130px;
			float: left;
			margin: 0 -100px -32000px 0;
			padding: 0 0 32000px 0;
			overflow: hidden;			
		}
		
		.newsFeed  .news .newsright
		{
			margin-left: 125px;
		}
		
		.newsFeed .newsright p
		{
			margin: 0;
			padding: 0;
		}
		
		.newsFeed .newsright .title
		{
			margin-bottom: 10px;
		}
		
	.newsFeed .pagination
	{
		font-size: 1.8em;
		margin-top: 2em;
	}
	
		#content .newsFeed .pagination .prevnext a
		{
			font-size: 0.9em;
			text-decoration: none;
		}
	
		.newsFeed .pagination .pages
		{
			font-size: 0.7em;
			margin-top: 0.5em;
		}
	
		.ditto_page,
		.ditto_currentpage
		{
			display: inline-block;
			padding: 3px 7px;
		}
		
		.ditto_currentpage
		{
			background: #EFE595;
		}
		
		.ditto_previous_link,
		.ditto_previous_off 
		{
			margin-right: 0.5em;
			display: inline-block;
		}
		
.newsReturn
{
	margin-bottom: 2em;
}
/*
 *поиск
 */

#ajaxSearch_form {
	position: relative;
	margin-right: -5px;
	margin-top: 0px;
	float: right;
}

#ajaxSearch_input {
	background: url(/img/search_input.png);
	border: 0;
	height: 24px;
	width: 180px;
	padding: 0px 5px 0 5px;
	vertical-align: bottom;
	margin-right: -5px;
	font-size: 1em;
}

#ajaxSearch_submit {
	display: inline;
	border: 0;
	padding: 0px 0px 0px 0px;
	height: 24px;
	width: 44px;
	overflow: hidden;
	background: url(/img/search_button.png);
	vertical-align: top;
}

#ajaxSearch_output {
   border: 1px solid #444;
   padding: 10px;
   background: #fff;
   display: block;
   height: auto;
   vertical-align: top;
}

#grpResult_site_wide
{
}

#grpResult_site_wide .ajaxSearch_result
{
   font-size: 1em;
   margin-top: 2em;
   margin-bottom: 2em;
}

#grpResult_site_wide .ajaxSearch_result a
{
   font-size: 1.1em;
}

/*
 * Служебные стили
 */
.hide
{
	display: none !important;
}
