/* Reset styles m*/

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;

}

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 */

html {
	background:#f1f1f1 url("../images/wrap-left.gif") repeat-y left;
	padding-left:9px;
}

body {
	font:0.7em Arial;
	color:#636363;
	background:url("../images/wrap-right.gif") repeat-y right;
	padding-right:9px;
}

a {
	text-decoration:underline;
	color:#119CD1;
}

a:hover {
	text-decoration:none;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/* Titles */

h1 {
	font:normal 1.6em Arial;
	color:#8DC63F;
	border-bottom:1px dotted #bbb;
	padding-bottom:2px;
	margin-bottom:2px;
}

h2 {
	font:bold 1.25em Arial;
	margin-bottom:5px;
	color:#F26D7D;
}

	h2 img {
		float:left;
		margin-right:5px;
	}

h3 {
	font:bold 1.1em Arial;
	margin-bottom:3px;
}

	h3 a {
		color:#0076A3;
		text-decoration:none;
	}

	h3 a:hover {
		color:#636363;
	}

h4 {
	font:bold 1.1em Arial;
	color:#000000;
	padding:9px 0 5px;
}
h5 {
		background:#F26D7D;
		color:#fff;
		font-size:11px;
		padding:1px 3px;
		vertical-align:top;
	}

/* Titles */

.textbox, select {
	border:1px solid #ddd;
	background:#fff;
	font:normal 1em Arial;
	color:#636363;
}

.button {
	background:#6C6C6C;
	border:1px solid #6C6C6C;
	color:#fff;
	font:normal 1em Arial;
	cursor:pointer;
}

textarea {
	background:#eee;
	font:1em Arial;
	padding:0;
	color:#636363;
}

/* Structure */

.wrapper {
	background:url("../images/bg.gif") repeat-x top;
	margin:0 -9px;
	padding:0 9px;
	min-width:984px;
}

	.wrap {
		background:#fff url("../images/bg.gif") repeat-x top;;
	}

.container {
	width:100%;
	float:left;
	margin-right:-227px;
}

/* Header */

.header {
	position:relative;
	height:87px;
	background:url("../images/header.jpg") no-repeat center;
}

	.logo {
		position:absolute;
		top:7px;
		left:51px;
		width:350px;
		height:60px;
		display:block;
		background:url("../images/logogod.png") no-repeat left top;
	}

	.header-banner {
		position:absolute;
		top:14px;
		right:8px;
	}

/* Content */

.content {
	margin-right:227px;
}

	.center {
		text-align:center;
	}

/* Intro */

.newbar
{

}

.intro {
	position:relative;
	padding:10px 0 0 25px;
	margin:0 3px 10px 0;
	background:url("../images/intro-bg.gif") repeat-x bottom;
}

.intro-ins {
	overflow:hidden;
	padding:0 25px 10px 0;
	background:url("../images/intro-right.gif") no-repeat right bottom;
}

	.intro dl {
		float:left;
		width:28%;
		padding:1%;
		margin-right:2%;
		overflow:hidden;
	}

	.intro .even {
		background:#F6FCFE;
	}

		.intro ul {
			/*float:left;
			margin-right:5px;  */

			list-style: none; margin:0; padding:0
		}

			.intro ul img {
				border:1px solid #EEF1F2;
				padding:3px;
			}

	.intro li {
		float:left;
		font-family:tahoma;
		width:29%;
		font-size:11px;
		color:#787878;
		padding-right:15px;

		/*display:table;*/
	}

	.intro h3 {
		margin-bottom:15px;
	}


	.left-arrow {
		background:url("../images/intro-left-arrow.gif") no-repeat;
		width:17px;
		height:20px;
		bottom:20px;
		left:5px;
		position:absolute;
		display:block;
	}
 .login2 li  {
     	float:left;
		font-family:tahoma;
		width:220px;
		font-size:11px;
		color:#787878;
		padding-right:15px;
}
	.right-arrow {
		background:url("../images/intro-right-arrow.gif") no-repeat;
		width:17px;
		height:20px;
		position:absolute;
		bottom:20px;
		right:5px;
		display:block;
	}

	/* Searchbox */

	.searchbox {
		float:right;
		margin-left:10px;
		padding-right:10px;
	}

		.searchbox .textbox {
			width:125px;
		}

	.login {
		float:right;
		color:#F26D7D;
		padding-top:2px;
	}

		.login a {
			font-weight:bold;
			color:#F26D7D;
		}

	.login-window3 {
		border:2px solid #C9C8C8;
		background:#fff;
		padding:10px 15px;
		visibility:hidden;
		position: absolute;
		margin-top:-150px;
        margin-left:130px ;

	}

		.login-window3 form {
			text-align:right;
		}

			.login-window3 p {
				margin-bottom:7px;
			}

			.login-window3 .textbox {
				width:120px;
			}

     	.login-window2 {
		border:2px solid #C9C8C8;
		background:#fff;
		padding:10px 15px;
		visibility:hidden;
		position:absolute;
		margin-top:80px;
	}
    	.login-window2 form {
			text-align:right;
		}

			.login-window2 p {
				margin-bottom:7px;
			}

			.login-window2 .textbox {
				width:120px;
			}
/* Central column */

.main {
	margin-left:230px;
	padding:0 7px 10px 0;
}

	.recommended {
		background:#F26D7D;
		color:#fff;
		font-size:11px;
		padding:1px 3px;
		vertical-align:top;
	}

	.new {
		background:#F69679;
		color:#fff;
		font-size:11px;
		padding:1px 3px;
		vertical-align:top;
	}

	.title-footer {
		overflow:hidden;
		color:#959595;
		padding-bottom:8px;
	}

		.title-footer a {
			color:#959595;
			text-decoration:none;
		}

		.title-footer a:hover {
			text-decoration:underline;
		}

		.title-footer img {
			vertical-align:top;
		}

		.rating {
			float:right;
		}

	.news {
		border-bottom:1px dotted #bbb;
		padding-bottom:8px;
		overflow:hidden;
	}

		.news img {
			margin:0 5px;
		}

	.post-footer {
		padding:3px 0;
		margin-bottom:20px;
		overflow:hidden;
		text-align:right;
	}

		.info {
			float:left;
		}

			.info a {
				color:#848589;
			}

		.post-footer span {
			padding-left:19px;
			margin-right:5px;
		}

		.user {background:url("../images/user.png") no-repeat left;}
		.date {background:url("../images/date.png") no-repeat left;}
		.view {background:url("../images/view.png") no-repeat left;}
		.download {background:url("../images/download.png") no-repeat left;}
		.comments {background:url("../images/comments.png") no-repeat left;}

/* Block */

.block {
	margin-bottom:7px;
	padding:7px;
}

	.block h2 {
		line-height:23px;
		border-bottom:1px dotted #bbb;
		padding-bottom:2px;
	}

	.random-films {
		background:#FAF9F9;
		border:2px solid #F4F3F3;
	}

		.random-films dl {
			background:#E3EFF5;
			text-align:center;
			padding:5px;
			margin-bottom:7px;
		}

			.random-films dt {
				font-weight:bold;
				margin-bottom:5px;
			}

	.calendar-block {
		background:#F3F8FE;
	}

	.tag-cloud {
		background:#FDF5F9;
	}

	.nav {
		background:#FDF5F9;
	}

		.nav ul {
			padding-left:10px;
		}

			.nav li {
				margin-bottom:10px;
			}

				.nav li a {
					font:bold 1.25em Arial;
					color:#363636;
				}

	.top-news {
		background:#F2F8FE;
	}

	.vote-block {
		background:#F0FFDB;
	}

	.archive-block {
		background:#F1F3F4;
		border:2px solid #EAE8E8;
	}

/* Left column */

.leftside {
	width:220px;
	float:left;
	padding:0 7px 0 3px;
}

/* Right column */

.rightside {
	width:220px;
	float:right;
	padding:0 7px 0 0;
}

	.genre-list {
		border:2px dotted #9C9C9C;
		overflow:hidden;
		padding:7px 10px;
		margin-bottom:7px;
	}

		.genre-list li {
			float:left;
			width:95px;
			padding-right:2px;
			margin-bottom:3px;
		}

			.genre-list a {
				color:#707070;
				font-family:Verdana;
			}

			.genre-list a:hover {
				color:#0072BC;
			}

/* Footer */

.footer {
	clear:both;
	background:#767676;
	padding:7px 10px;
	overflow:hidden;
}

	.footer ul {
		text-align:center;
		padding-top:7px;
	}

		.footer li {
			display:inline;
			border-right:1px solid #fff;
			padding:0 6px;
		}

		.footer .last {
			border:none;
		}

			.footer li a {
				color:#fff;
			}

	.footer p {
		float:right;
		color:#E1E1E1;
		text-align:right;
	}

.rate li {
overflow:hidden;
zoom:1;
}

.rate li img {
float:left;
margin-right:5px;
}


Общее
Управление
Добавление
Пользователи
Мультимедиа
Управление uNet профилемМой профиль на сайте
Цвет юзер-бара
Выход с сайта
Закрыть юзер-бар
Мои материалы
Мои заказыМои комментарииКомментарии к материалам
Извещения об обновлениях
Поиск по сайту
Новости сайтаФотоальбомы
Пользователи сайтаОтправить личное сообщение
Граффити
Подключить видео (youTube ...)
Подключить аудио (mp3)
.catPages1 {color:#ffffff;border:1px;margin-bottom:10px;margin-top:10px;}
.catPages1 a:link,
.catPages1 a:visited,
.catPages1 a:hover,
.catPages1 a:active {text-decoration:none;color: #636363;background:#f9f9f9;padding:3px 6px;font-size:11px;font-weight:bold;border:1px solid #e6e6e6;}
.catPages1 a:hover {background:#6699cc;color:#FFFFFF;font-weight:bold;border:1px solid #e6e6e6;}
.catPages1 b {text-decoration:none;background:#ffffff;padding:3px 6px;color:#ccc;font-size:11px;border:1px solid #e6e6e6;}

.pagesBlockuz1 {color:#ffffff;border:1px;margin-bottom:10px;margin-top:10px;}
.pagesBlockuz1 a:link,
.pagesBlockuz1 a:visited,
.pagesBlockuz1 a:hover,
.pagesBlockuz1 a:active {text-decoration:none;color: #636363;background:#f9f9f9;padding:3px 6px;font-size:11px;font-weight:bold;border:1px solid #e6e6e6;}
.pagesBlockuz1 a:hover {background:#6699cc;color:#FFFFFF;font-weight:bold;border:1px solid #e6e6e6;}
.pagesBlockuz1 b {text-decoration:none;background:#ffffff;padding:3px 6px;color:#ccc;font-size:11px;border:1px solid #e6e6e6;}

.pagesBlock1 {color:#EFEEEB;border:0px;margin-bottom:10px;margin-top:10px;}
.pagesBlock1 a:link,
.pagesBlock1 a:visited,
.pagesBlock1 a:hover,
.pagesBlock1 a:active {text-decoration:none;color: #636363;background:#353535;padding:3px 10px;font-size:11px;font-weight:bold;}
.pagesBlock1 a:hover {background:#2c2c2c;color:#FFFFFF;font-weight:bold;}
.pagesBlock1 b {text-decoration:none;background:#ffffff;padding:3px 10px;color:#ccc;font-size:11px;}

.catPages2 {color:#ffffff;border:1px;margin-bottom:10px;margin-top:10px;}
.catPages2 a:link,
.catPages2 a:visited,
.catPages2 a:hover,
.catPages2 a:active {text-decoration:none;color: #636363;background:#f9f9f9;padding:3px 6px;font-size:11px;font-weight:bold;border:1px solid #e6e6e6;}
.catPages2 a:hover {background:#6699cc;color:#FFFFFF;font-weight:bold;border:1px solid #e6e6e6;}
.catPages2 b {text-decoration:none;background:#ffffff;padding:3px 6px;color:#ccc;font-size:11px;border:1px solid #e6e6e6;}

.pagesBlockuz2 {color:#ffffff;border:1px;margin-bottom:10px;margin-top:10px;}
.pagesBlockuz2 a:link,
.pagesBlockuz2 a:visited,
.pagesBlockuz2 a:hover,
.pagesBlockuz2 a:active {text-decoration:none;color: #636363;background:#f9f9f9;padding:3px 6px;font-size:11px;font-weight:bold;border:1px solid #e6e6e6;}
.pagesBlockuz2 a:hover {background:#6699cc;color:#FFFFFF;font-weight:bold;border:1px solid #e6e6e6;}
.pagesBlockuz2 b {text-decoration:none;background:#ffffff;padding:3px 6px;color:#ccc;font-size:11px;border:1px solid #e6e6e6;}

.pagesBlock2 {color:#EFEEEB;border:0px;margin-bottom:10px;margin-top:10px;}
.pagesBlock2 a:link,
.pagesBlock2 a:visited,
.pagesBlock2 a:hover,
.pagesBlock2 a:active {text-decoration:none;color: #636363;background:#353535;padding:3px 10px;font-size:11px;font-weight:bold;}
.pagesBlock2 a:hover {background:#2c2c2c;color:#FFFFFF;font-weight:bold;}
.pagesBlock2 b {text-decoration:none;background:#ffffff;padding:3px 10px;color:#ccc;font-size:11px;} 
.myWinCont input {max-width:95% !important;}


/* Style User DLE info by Voldemar */
a.udleinf:link {text-decoration:none; color:#ffffff; font-weight:bold; font-family:Tahoma;}
a.udleinf:active {text-decoration:none; color:#ffffff; font-weight:bold;}
a.udleinf:visited {text-decoration:none; color:#ffffff; font-weight:bold;}
a.udleinf:hover {text-decoration:underline; color:#ffffff; font-weight:bold;}
/* ------------- */ 


/* top sites */   
.topstable {border:1px solid #dcdcdc; text-align:center; vertical-align:center; margin-top:2px;}   
.topstd {border-right:1px solid #dcdcdc;}   
.topstable:hover {background: #fbfbfb;}   
/* - */ 

.newslink {font-size: 16; font-weight: bold;  text-decoration: none;}




.bbQuoteName {color: #ffffff !important; padding-left: 5px; padding-bottom: 2px; font-size: 7pt; }
.bbCodeName {color: #ffffff !important; padding-left: 5px; padding-bottom: 2px; font-size: 7pt; }
.bbQuoteName {color: #000; !important; background: #E4EAF2 url(/css/86600.gif) no-repeat right; font-size: 10pt; !important; font-weight: bold; margin: 0 auto 0 auto; border: 1px #000 dotted; border-bottom: 0; border-left: 4px #8394B2 solid; padding-top: 7px; padding-bottom: 7px;}  
.bbCodeName {color: #000; !important; background: #FDDBCC url(/css/86600.gif) no-repeat top right; font-size: 10pt; !important; font-weight: bold; margin: 0 auto 0 auto; padding-top: 7px; padding-bottom: 7px;}  
.codeMessage {color: #465584; background: #f0ffdb; font-size: 10px; border: 1px #000 dotted !important; padding: 3px;}  
.quoteMessage {color: #465584; background: #f0ffdb; font-size: 10px; border: 1px #000 dotted !important; border-left: 4px #8394B2 solid !important; border-top: 0 !important; padding: 3px;}


.loadfiless  {border: 1px solid #799DC4; padding : 10px; font: bold 12px; text-align: center; color: #0D2938; width: 100%;}



.faq {BORDER:#80a0c6 1px dotted;PADDING:5px;MARGIN:2px;COLOR:#446a7b;BACKGROUND-COLOR:#F8FBFD;FONT-SIZE: 10px;font-weight: bold; font-family: Comic Sans MS;text-align: center;}



/* News/Blog Archive Style */
.archiveCalendars {text-align:center;color:#0000FF;}
.archiveDateTitle {font-weight:bold;color:#4D6D91;padding-top:15px;}
.archEntryHr {width:250px;color:#DDDDDD;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('http://src.ucoz.ru/t/111/18.gif') no-repeat 0px 3px; margin-bottom: .6em;}
.archiveEntryTime {width:65px;font-style:italic;}
.archiveEntryComms {font-size:9px;color:#C3C3C3;}
a.archiveDateTitleLink:link {text-decoration:none; color:#000000}
a.archiveDateTitleLink:visited {text-decoration:none; color:#000000}
a.archiveDateTitleLink:hover {text-decoration:none; color:#666666}
a.archiveDateTitleLink:active {text-decoration:none; color:#000000}
.archiveNoEntry {text-align:center;color:#0000FF;}
/* ------------------------ */

/* News/Blog Calendar Style */
.calMonth {text-align:right;}
.calWday {border:1px solid #c0c0c0; background:#E9ECF5; width:17px;}
.calWdaySe {border:1px solid #c0c0c0; background:#E9ECF5; width:17px; font-weight:bold;}
.calWdaySu {border:1px solid #c0c0c0; background:#E9ECF5; width:17px; font-weight:bold; color:#FF0000;}
.calMday {border:1px solid #c0c0c0; background:#F4F4F4;}
.calMdayA {border:1px solid #c0c0c0; background:#F4F4F4; font-weight:bold;}
.calMdayIs {border:1px solid #c0c0c0; background:#E9ECF5;}
.calMdayIsA {border:1px solid #c0c0c0; background:#E9ECF5;font-weight:bold;}
a.calMonthLink:link {text-decoration:none; color:#4D6D91;}
a.calMonthLink:visited {text-decoration:none; color:#4D6D91;}
a.calMonthLink:hover {text-decoration:underline; color:#4D6D91;}
a.calMonthLink:active {text-decoration:underline; color:#000000;}
a.calMdayLink:link {text-decoration:underline; color:#4D6D91;}
a.calMdayLink:visited {text-decoration:underline; color:#4D6D91;}
a.calMdayLink:hover {text-decoration:underline; color:#000000;}
a.calMdayLink:active {text-decoration:underline; color:#000000;}
/* ------------------------ */

