/* cReset styles */

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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

b  { background-color: transparent; }

a img, :link img, :visited img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.7em Verdana;
	color:#6B6A6A;
	background:#c9e5f3 url("../images/bg.jpg") repeat-x left top;
	padding:63px 16px 0;
}

a {
	text-decoration:underline;
	color:#93bd35;
}

a:hover {
	text-decoration:none;
}



strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/* Titles */

h1 {
	color:#C37A7E;
	font:normal 1.2em Arial;
	margin-bottom:3px;

}



	h1 sup {
		font:normal 0.6em Arial;
		color:#fff;
		background:#F69679;
		padding:0 3px;
	}

h2 {
	font:bold 1.25em/22px Verdana;
	color:#8DC63F;
	overflow:hidden;
	margin-bottom:5px;
}

	h2 img {
		float:left;
		margin-right:6px;
	}

h3 {
	font:bold 1.1em Verdana;
	margin-bottom:3px;
}
	
h4 {
	font:bold 1.1em Verdana;
	margin-bottom:6px;
}


/* Form elements */

.textbox {
	border:1px solid #E4E4E4;
	background:#fff;
	color:#6B6A6A;
	font:normal 1em Verdana;
}

.comgr {
	background:#FAF0E6;
	color:#000000;
	border:1px doted #999;
	font:normal 14px Verdana;
	font-weight: bold;
	cursor:pointer;
}

.comgr img {
	vertical-align:middle;
}



.button {
	background:#74756D;
	color:#fff;
	border:1px solid #999;
	font:normal 1em Verdana;
	cursor:pointer;
}

.vote-button {
	background:#74756D;
	color:#fff;
	border:1px solid #999;
	font:normal 0.9em Arial;
	cursor:pointer;
}

select {
	border:1px solid #E4E4E4;
	background:#fff;
	color:#6B6A6A;
	font:normal 1em Arial;
}

textarea {
	background:#eee;
	font:normal 1em Verdana;
	padding:0;
	color:#6B6A6A;
}


/* Structure */

.top-wrap {
	background:url("../images/wrap-l-t.gif") no-repeat left top;
	width:970px;
	margin:0 auto;
}

	.top-wrap div {
		background:url("../images/wrap-r-t.gif") no-repeat right top;
		padding:0 14px;
	}

		.top-wrap div div {
			padding:0;
			height:13px;
			background:url("../images/wrap-c-t.gif") repeat-x top;
		}
	
.wrapper {
	background:#fff url("../images/wrap-c-b.gif") repeat-x bottom;
	width:970px;
	margin:0 auto;
}

	.wrapper .inside {
		background:url("../images/wrap-l-b.gif") no-repeat left bottom;
	}
	
		.wrapper .inside .inside {
			background:url("../images/wrap-r-b.gif") no-repeat right bottom;
			padding:0 4px;
		}
		
			.wrapper .inside .inside .inside {
				background:url("../images/wrap-c-m.gif") repeat-x top;
				padding:0 0 20px;
			}
			
			.wrapper .inside .inside .inside:after {
				clear:both;
				content:"";
				display:block;
			}

.container {
	width:100%;
	float:left;
	margin-right:-220px;
}

/* Header */

.header {
	position:relative;
	padding:7px 15px 7px 15px;
	min-height:142px;
}

	.notebook {
		position:absolute;
		top: 7px;
		margin-left:100%;
		left:-193px;
		font-size:16px;
		display:block;
		width:194px;
		height:133px;
		background:url("../images/notebook222.png") no-repeat;
	}
	


	.minishrift {
		font-size:2px;
	}



	.ok {
		position:absolute;
		top:-76px;
		right:12px;
		background:url("../images/ok.png") no-repeat;
		width:242px;
		height:103px;
		display:block;
	}


	
	.searchbox {
		float:right;
		position:relative;
		padding-right:0px;
		top:15px;
	}
	
		.searchbox .textbox {
			width:300px;
		}
		
	.header .button {
		background:#C8EB78;
		border:1px solid #C8EB78;
	}
	
	.login {
		padding:0 0 10px 15px;
	}
	
		.login input {
			margin-right:15px;
		}
		
		.login .textbox {
			width:70px;
		}
		
		table.login {
			margin-bottom:10px;
			width:60%;
		}
		
			table.login td {
				padding:1px;
			}
	
	.logo {
		float:left;
	}
	
	/* Menu */

	.menu-block {
		position:relative;
		margin:0 -35px 0 290px;
	}
	
	.menu {
		overflow:hidden;
	}
	
		.menu li {
			float:left;
			width:33%;
		}
		
			.menu li a {
				width:96px;
				height:47px;
				display:block;
				padding:15px 10px 0 47px;
				font:bold 1.2em Verdana;
				color:#959595;
				text-decoration:none;
				text-align:right;
				outline:none;
			}
			
			.menu li a:hover, .menu .selected {
				color:#8FB242;
				text-decoration:underline;
			}
			
			.menu1 {background:url("../images/menu1.png") no-repeat}
			.menu2 {background:url("../images/menu2.png") no-repeat center}
			.menu2 a {
				margin:0 auto;
			}
			.menu3 {background:url("../images/menu3.png") no-repeat right}
			.menu3 a {
				float:right;
			}
		
			#country1 {background:#EDF8C4}

			#country2 {
				background:#F8F7E1;
				text-align:center;
			}

			#country3 {
				background:#F0FBCC;
				text-align:right;
			}
		
			.tabcontent {
				overflow:hidden;
				padding:6px 0;
				width:99%;
			}
			
				.tabcontent li {
					border-left:1px solid #7B7A7A;
					padding:0 8px;
					margin:2px 0 2px -1px;
					float:left;
				}
				
					.tabcontent a {
						width:auto;
						display:inline;
						height:auto;
						padding:0;
						color:#7B7A7A;
						font:normal 0.95em Verdana;
					}
					
					.tabcontent a:hover {
						color:#8FB242;
						text-decoration:underline;
					}
	
/* Content */

.content {
	margin-right:220px;
}

.center {
	text-align:center;
}

/* Central column */

.main {
	margin-left:220px;
	padding:0 6px;
}

	.banner-block {
		margin-bottom:10px;
		text-align:center;
	}
	
	.post {
		padding:8px;
		font-family:Arial;
		margin-bottom:10px;
	}
	
	.post.odd {
		background:#F6FDD6;
	}
	
		.title-footer {
			margin-bottom:10px;

			padding-left:1px;
		}
		
			.title-footer a {
				color:#707070;
			}
			
			.title-footer span a {
				color:#F26C4F;
				font-weight:bold;
				text-decoration:none;
			}
			
			.title-footer img {
				vertical-align:top;
			}


		.zagolovok {
			margin-bottom:1px;
			padding-left:12px;
		}

			.zagolovok a {
				color:#707070;
			}

			.zagolovok span a {
				color:#FF0000;
				font-weight:bold;
				text-decoration:none;
			}


		
		.news {
			overflow:hidden;
			padding-bottom:8px;

		}
		
			.news img {
				margin:0 5px;
			}
			
			.news form img {
				margin:0;
				vertical-align:top;
			}
				
		.post-footer {
			overflow:hidden;
		}
		
			.post-footer p {
				padding:3px 0;
			}
			
				.post-footer a {
					color:#B76065;
				}
				
				.post-footer span {
					margin-right:10px;
				}
				
					.details a {
						background:url("../images/details.gif") no-repeat left top;
						padding:1px 0 1px 22px;
					}
					
					.comments a {
						background:url("../images/comments.gif") no-repeat left top;
						padding:1px 0 1px 20px;
					}

					.comments2 {
						background:url("../images/comments.gif") no-repeat left top;
						padding:1px 0 1px 20px;
					}

.guestborders {
border: 14px;
}

			
			.rating {
				float:right;
			}

/* Block */

.block {
	background:#F9FFE3;
	padding:10px;
	margin-bottom:10px;
}




/* Left column */

.leftside {
	width:220px;
	float:left;
}

	.program-top {
		overflow:hidden;
		width:200px;
	}

		.program-top td {
			vertical-align:top;
			padding:4px 2px 4px;
			font:0.9em Arial;
		}
		
			.program-top strong {
				font-size:1.1em;
			}

/* Right column a*/

.rightside {
	width:220px;
	float:right;
}

	.nav {
		padding:0 0 0 15px;
	}
	
		.nav li {
			margin-bottom:3px;
		}
		
			.nav li a {
				color:#555;
				font:bold 1.1em Verdana;
				text-decoration:none;
			}
			
			.nav li a:hover {
				color:#8DC63F;
				text-decoration:underline;
			}
			
			.nav ul {
				padding:3px 0 0 5px;
				display:none;
			}
			
				.nav ul a {
					color:#898989;
					font-weight:normal;
				}
				
				.nav ul a:hover {
					color:#898989;
				}
	
	.topnews {
		font:normal 1.1em Arial;
		color:#4D4D4D;
	}
	
		.topnews h2 {
			font:bold 1.1em/22px Verdana;
		}
	
		.topnews a {
			color:#4D4D4D;
			text-decoration:none;
		}
		
		.topnews a:hover {
			color:#965659;
			text-decoration:underline;
		}

/* Footer */

.footer {
	clear:both;
	width:970px;
	margin:0 auto;
	padding:10px 0;
	font:bold 1.1em Arial;
	text-align:center;
}

	.footer a {
		text-decoration:none;
	}
	
		.footer a span {
			color:#F49AC1;
		}




#hintbox {
    text-align : left;
    width : 150px;
    font-size : 10px;
    border : 1px solid #99a1ab;
    background-color : #fff;
    layer-background-color : #a396d9;
    color : #282828;
    margin : 10px 0 0 10px;
    padding : 3px 5px;
    position : absolute;
    visibility : hidden;
    z-index : 998;
    -moz-opacity : 0.9;
    -moz-border-radius : 5px;
    filter : alpha(opacity="90");
}

.onl_table {
    width : 100%;
    font-size : 10px;
}
.onl_table td {
    padding-right : 5px;
    font-size : 10px;
/* Раскомментировать, если у Вас в две колонки*/ /*    width : 50%;
*/ }

.a_link, .a_link a:link, .a_link a:visited, .a_link_on {
    color : #ff0000;
}
.a_link_on a:hover, .a_link_on a:active {
    color : #ff0000;
}

.u_link, .u_link a:link, .u_link a:visited, .u_link_on {
    color : #666666;
}
.u_link_on a:hover, .u_link_on a:active {
    color : #4b73d4;
}

.e_link, .e_link a:link, .e_link a:visited, .e_link_on {
    color : #00a400;
}
.e_link_on a:hover, .e_link_on a:active {
    color : #00a400;
}

.j_link, .j_link a:link, .j_link a:visited, .j_link_on {
    color : #0000ff;
}
.j_link_on a:hover, .j_link_on a:active {
    color : #0000ff;
}

.b_link, .b_link a:link, .b_link a:visited, .b_link_on {
    color : #666666;
}
.b_link_on a:hover, .b_link_on a:active {
    color : #666666;
}








#yellow1 { background-color: rgb(240, 255, 240); }  // где "(255, 247, 222)" это цвет формы  сообщения
                                                  // его можно взять в фотошопе в палитре цветов "(R,G,B)"















































/* Script Online: Begin */
.onl_hintbox {
	position:absolute;
	display:block;
    text-align : left;
    width: 200px;
    font-size: 10px;
    border: 1px solid #99a1ab;
    background-color: #fff;
    color: #282828;
    z-index: 998;

    -moz-border-radius : 5px;

/*	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE 5.5+ */
/*	filter: alpha(opacity=90); /* IE4 */
/*	-moz-opacity: 0.9; /* Mozilla 1.6 и ниже */
/*	-khtml-opacity: 0.9; /* Konqueror 3.1, Safari 1.1 */
/*	opacity: 0.9; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}
.onl_hintbox_t {display:block; height:5px; overflow:hidden}
.onl_hintbox_c {display:block; padding:2px 7px 2px 8px; background:#fff; color:#000}
.onl_hintbox_b {display:block; height:5px; overflow:hidden}

.onl_table {
	width : 100%;
	font-size : 10px;
}
.onl_table td {
	padding-right : 5px;
	font-size : 10px;
/* Раскомментировать, если у Вас в две колонки*/
/*    width : 50%;*/
}

.onllink_0 a, .onllink_0 a:focus,
.onllink_1 a, .onllink_1 a:focus,
.onllink_2 a, .onllink_2 a:focus,
.onllink_3 a, .onllink_3 a:focus,
.onllink_4 a, .onllink_4 a:focus {
	outline: 0;
}

.onllink_0, .onllink_0 a:link, .onllink_0 a:visited {
	color: #666666;
}
.onllink_0:hover, .onllink_0 a:hover, .onllink_0 span:hover {
	color: #999999;
/*	cursor: pointer;*/
}
.onllink_0 span:hover {
	cursor: default;
}

.onllink_1, .onllink_1 a:link, .onllink_1 a:visited {
	color: #ff0000;
}
.onllink_1:hover, .onllink_1 a:hover {
	color: #ff6666;
}

.onllink_2, .onllink_2 a:link, .onllink_2 a:visited {
	color: #00a400;
}
.onllink_2:hover, .onllink_2 a:hover {
	color: #00b300;
}

.onllink_3, .onllink_3 a:link, .onllink_3 a:visited {
    color: #0000ff;
}
.onllink_3:hover, .onllink_3 a:hover {
	color: #6666ff;
}

.onllink_4, .onllink_4 a:link, .onllink_4 a:visited {
	color: #666666;
}
.onllink_4:hover, .onllink_4 a:hover {
	color: #4b73d4;
}

#dle-online_u, #dle-online_lu, #dle-online_a, #dle-online_la {
/*	margin-bottom: 8px;*/
}

#dle-online_u .full_list,
#dle-online_lu .full_list,
#dle-online_a .full_list,
#dle-online_la .full_list {
	text-align: right;
}
#dle-online_u .full_list span,
#dle-online_lu .full_list span,
#dle-online_a .full_list span,
#dle-online_la .full_list span {
	font-size: 9px;
	color: #000000;
}
#dle-online_u .full_list span:hover,
#dle-online_lu .full_list span:hover,
#dle-online_a .full_list span:hover,
#dle-online_la .full_list span:hover {
	color: #666666;
	cursor: pointer;
}

.onl_refresh, .onl_hs_dbg {
	margin-top: 8px;
	text-align: right;
}

.onl_refresh span, .onl_hs_dbg span {
	font-size: 9px;
	color: #000000;
}
.onl_refresh span:hover, .onl_hs_dbg span:hover {
	color: #666666;
	cursor: pointer;
}
.onl_hs_dbg {
	float: left;
}
.onl_refresh {
	float: right;
}

.onl_dbg, .onl_dbg_u, .onl_dbg_lu, .onl_dbg_a, .onl_dbg_la {
	margin-top: 8px;
	color: #a0a0a0;
	text-align: right;
	font-size: 9px;
	border-top: 2px #ccc solid;
	border-bottom: 2px #ccc solid;
	padding-bottom: 2px;
}

.onl_dbg .onl_title, .onl_dbg_u .onl_title, .onl_dbg_lu .onl_title, .onl_dbg_a .onl_title, .onl_dbg_la .onl_title {
	color: #000;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color: #ddd;
	border-bottom: 2px #ccc solid;
	padding: 2px;
	margin-bottom: 2px;
}

.onl_dbg_ajax_a, .onl_dbg_ajax_u {
	margin-top: 8px;
	color: #a0a0a0;
	text-align: right;
	font-size: 9px;
	border-top: 2px #ccc solid;
	border-bottom: 2px #ccc solid;
	padding-bottom: 2px;
}

.onl_dbg_ajax_a .onl_title, .onl_dbg_ajax_u .onl_title {
	color: #000;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
/*	text-transform: uppercase;*/
	background-color: #ddd;
	border-bottom: 2px #ccc solid;
	padding: 2px;
	margin-bottom: 2px;
}
/* Script Online: End */





div#stip {
 	 display: none;
 	 position:absolute;
 	 border:1px solid #777;
 	 background:#fafafa;
 	 color:#282828;
 	 padding:4px;
 	 z-index: 9999;
}



.psrus{
	display:-moz-inline-stack;
	display:inline-block;
border:1px solid #c8d2db;
background:#f2f6f8;
padding:1px 2px;
	font-weight:bold;
	_overflow:hidden;
 	 color:#228B22;
	*zoom:1;
	*display:inline;
}

.pseng{
	display:-moz-inline-stack;
	display:inline-block;
border:1px solid #c8d2db;
background:#FFE4E1;
padding:1px 2px;
	font-weight:bold;
	_overflow:hidden;
 	 color:#228B22;
	*zoom:1;
	*display:inline;
}

.pslus{
	display:-moz-inline-stack;
	display:inline-block;
border:1px solid #c8d2db;
background:#FFFF00;
padding:1px 2px;
	font-weight:bold;
	_overflow:hidden;
 	 color:#000000;
	*zoom:1;
	*display:inline;
}



/*Hover on comments images*/
/*
.gallery_c {position:relative;}
.gallery_c span{
	display:none;
	background-image:url('http://vphotoshope.ru/uploads/my-images/1283588492_zoom.png');
	background-repeat:no-repeat;
	width:48px;
	height:48px;
	position:absolute;
	left:10px;
	top:10px;
}
*/


.gallery_c {position:relative;}
.gallery_c span{
	display:none;
	background-image:url('http://vphotoshope.ru/uploads/my-images/1283590669_search-icon.png');
	background-repeat:no-repeat;
	width:90px;
	height:86px;
	position:absolute;
	left:20px;
	top:20px;
}



/* jCarousell styles by Sander =) */
.jCar1 ul {padding:0; margin:0;}
.jCar1 li {display:inline;}
.jCar1{
	overflow:hidden;
	width:650px;
	height:93px;
	position:relative;
	border:0;
}
.jCarouselLite{width:617px;margin:0 auto;} 
.jCarouselLite li {
	width:88px;
	height:93px;
	text-align:center;
}
.jCarouselLite img {
	width:70px;
	max-height:93px;
}
#jnext, #jprev{
	background: url('../images/navbutt.png') no-repeat;
	width:17px;height:17px;
	display:block;
}
#jnext:hover{background-position:0 -17px;}
#jprev{background-position:-17px 0;}
#jprev:hover{background-position:-17px -17px;}
