@import url(http://fonts.googleapis.com/css?family=Cuprum:400,700&subset=latin,cyrillic);
body { 	 
	font-family: Arial, Helvetica, sans-serif;
	color:#8a8a8a;
	min-width:980px;
	background:url(../images/body.png) center top repeat #fff;
	font-size:12px;
	line-height:17px;
}


.main {
	width: 980px; 	
	padding: 0;
	margin: 0 auto;	
	position:relative;
}

.wrapper {
	width: 100%; 
	overflow: hidden; 
	position: relative;
}

.floatleft {
	float: left;
}

.indent-top {
	padding-top: 24px; 
	float: right;
}

.indent-toptext {
	margin:28px 0 20px 0;
}

/*********************************SLIDER********************************/



/*********************************LINKS********************************/
a {
	color: #8a8a8a; 
	outline: none; 
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}


/*********************************HEADER*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
}

/*********************************TITLE TAG*************************************/
h1 {margin: 3px; font-size: 15pt;} 

h2 {
	color: #000;
	display: block;
	padding:8px 0 8px 19px;
	border: 1px solid #E8E8E8;
	border-radius:3px;
	-webkit-border-radius:5px;
	font-size: 18px;
	outline: none;
	background:url(../images/page1-bg1.gif) repeat-x 0 0 #ededed;
	line-height:1.2em;
	margin-bottom: 21px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}

/*********************************MENU HEADER*************************************/
nav {
	float:right;
	margin-right: 2px;
}
.menuheader {
	float:left;
	position:relative;
}
.menuheader li {
	float:left; 
	position:relative;
	font-family: 'Open Sans Condensed', sans-serif;
	background:#fafafa;
	padding:1px;
	border-left: #E8E8E8 1px solid;

}
.menuheader li span {
	display:block;
	background:url(../images/menu.gif) left top repeat-x #f3f3f3;
	-webkit-transition: all 0.2s ease;
}
.menuheader li span a {
	padding:19px 18px 21px 19px;
}
.menuheader li:first-child span a {
	padding:19px 20px 21px 19px;
}
.menuheader .last,
.menuheader .last span {
	border-radius:0 4px 4px 0;
}
.menuheader li a {
	display:block;
	font-size:16px;
	line-height:16px;
	color:#000000; 
	text-decoration: none;
	font-weight: bold;
}
.menuheader li.sfHover {
	position:relative;
	z-index:10;
}
.menuheader li.active span,
.menuheader > li:hover span {
	background:url(../images/menu1.gif) left top repeat-x #e7e7e7;
	border-radius: 2px;
}
.menuheader li.active span a,
.menuheader > li:hover span a {
	color:#fff;
}

/*********************************CONTENT*************************************/

#content {
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

#content .main {
	background:#fff;
	border-bottom: 1px solid #cfcfcf;
	box-shadow: 0 1px 2px 2px #E6E6E6;
	-webkit-box-shadow: 0 1px 7px 1px #E6E6E6;
}

.block {
	background-color: #F8F8F8;
	border-radius: 4px;
}

.blockTitle {
	color: #000;
	display: block;
	padding:8px 0 8px 19px;
	border: 1px solid #E8E8E8;
	border-radius:3px;
	-webkit-border-radius:5px;
	font-size: 18px;
	outline: none;
	background:url(../images/page1-bg1.gif) repeat-x 0 0 #ededed;
	line-height:1.2em;
	margin-bottom: 21px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}

.blockContent {
	margin: 5px 10px 20px 10px;
	padding-bottom: 15px;
}

.logo {
	font-family: "Lobster";
	font-size: 38px;
	text-decoration: none!important;
	display: block;
	margin: 20px 0 0 23px;
	font-weight: normal;
	color: #353636;
}

input[type='text'], input[type='password'], textarea, input[type='file'], select{
	font-size:11px;
	color:#777;
	padding:5px 3px;
	background:#eee;
	border:1px solid #fff; 
	border-radius:6px;
	-moz-box-shadow:inset 0 1px 2px 0 #ccc;
	-webkit-box-shadow:inset 0 1px 2px 0 #ccc;
	box-shadow:inset 0 1px 2px 0 #ccc;
	-webkit-appearance:none;outline:none;
}


.eTitle a {	
	text-decoration:none!important; 
	color: #000000!important;
}
.eTitle a:hover {
	text-decoration: underline!important;
}

.eTitle  {
	text-decoration:none!important; 
	color: #000000!important;
	-moz-text-shadow: 1px 1px 1px #FFF!important;
	-webkit-text-shadow: 1px 1px 1px #FFF!important;
	transition: all 0.3s ease!important;
	-o-transition: all 0.3s ease!important;
	-moz-transition: all 0.3s ease!important;
	-webkit-transition: all 0.3s ease!important;
	display: block;
	padding:8px 0 8px 19px;
	border: 1px solid #E8E8E8;
	border-radius:3px;
	-webkit-border-radius:5px;
	font-size: 20px;
	outline: none;
	background:url(../images/page1-bg1.gif) repeat-x 0 0 #ededed;
	font-family: 'Open Sans Condensed';
	font-weight: bold;
	margin-bottom: 10px;
	}


.eDetails,.eDetails1,.eDetails2{
	padding: 18px 0 0 0;
	border-top: 1px dotted #bbb;
}
.eDetails a,.eDetails1 a,.eDetails2 a {
	text-decoration:none!important;
	color:#304351; 
}
.eDetails a:hover,.eDetails1 a:hover,.eDetails2 a:hover {
	text-decoration:underline!important;
}

.eBlock {
	margin:0 0 20px 0;

}

.link {
	color: #444;
	border: 1px solid #d0d0d0;
	background-image: -moz-linear-gradient(#ededed, #e1e1e1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
	background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
	background-image: -o-linear-gradient(#ededed, #e1e1e1);
	text-shadow: 1px 1px 1px #fff;
	background-color: #e1e1e1;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none!important;
	font-family: Helvetica, Arial, sans serif;
	padding: 8px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0px 0px 2px #fff;
	-o-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	-moz-box-shadow: inset 0px 0px 2px #fff;
}

.link:hover {
	border: 1px solid #b0b0b0;
	background-image: -moz-linear-gradient(#e1e1e1, #ededed);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#e1e1e1));
	background-image: -webkit-linear-gradient(#e1e1e1, #ededed);
	background-image: -o-linear-gradient(#e1e1e1, #ededed);
	background-color: #ededed;
}

.cMessage {
	font-size:13px;
}

.cMessage img {
	margin:0 5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.pages a, .pages b, .catPages1 a, .catPages1 b {
	color: #444;
	border: 1px solid #b0b0b0;
	background-image: -moz-linear-gradient(#ededed, #e1e1e1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
	background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
	background-image: -o-linear-gradient(#ededed, #e1e1e1);
	text-shadow: 1px 1px 1px #fff;
	background-color: #e1e1e1;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none!important;
	font-family: Helvetica, Arial, sans serif;
	padding: 8px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0px 0px 2px #fff;
	-o-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	-moz-box-shadow: inset 0px 0px 2px #fff;
	text-transform: uppercase;
}

.pages a,  .catPages1 a {
	color: #444;
	border: 1px solid #d0d0d0;
	background-image: -moz-linear-gradient(#ededed, #e1e1e1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
	background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
	background-image: -o-linear-gradient(#ededed, #e1e1e1);
	text-shadow: 1px 1px 1px #fff;
	background-color: #e1e1e1;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none!important;
	font-family: Helvetica, Arial, sans serif;
	padding: 8px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0px 0px 2px #fff;
	-o-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	-moz-box-shadow: inset 0px 0px 2px #fff;
	text-transform: uppercase;
}

.pages a, .catPages1 a:hover {border: 1px solid #d0d0d0;
	background-image: -moz-linear-gradient(#e1e1e1, #ededed);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#e1e1e1));
	background-image: -webkit-linear-gradient(#e1e1e1, #ededed);
	background-image: -o-linear-gradient(#e1e1e1, #ededed);
	background-color: #ededed;}
.pages a:hover, .catPages1 a:hover {border: 1px solid #b0b0b0;
	background-image: -moz-linear-gradient(#e1e1e1, #ededed);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#e1e1e1));
	background-image: -webkit-linear-gradient(#e1e1e1, #ededed);
	background-image: -o-linear-gradient(#e1e1e1, #ededed);
	background-color: #ededed;}

.catPages1 {
	margin:20px;
}

.pgSwchA  b {
	color: #444;
	border: 1px solid #b0b0b0;
	background-image: -moz-linear-gradient(#ededed, #e1e1e1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
	background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
	background-image: -o-linear-gradient(#ededed, #e1e1e1);
	text-shadow: 1px 1px 1px #fff;
	background-color: #e1e1e1;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none!important;
	font-family: Helvetica, Arial, sans serif;
	padding: 8px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0px 0px 2px #fff;
	-o-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	-moz-box-shadow: inset 0px 0px 2px #fff;
	text-transform: uppercase;
}

.plist a { 
	color: #444;
	border: 1px solid #d0d0d0;
	background-image: -moz-linear-gradient(#ededed, #e1e1e1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
	background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
	background-image: -o-linear-gradient(#ededed, #e1e1e1);
	text-shadow: 1px 1px 1px #fff;
	background-color: #e1e1e1;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none!important;
	font-family: Helvetica, Arial, sans serif;
	padding: 8px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0px 0px 2px #fff;
	-o-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	-moz-box-shadow: inset 0px 0px 2px #fff;
	text-transform: uppercase;
}

.plist a:hover {
	border: 1px solid #b0b0b0;
	background-image: -moz-linear-gradient(#e1e1e1, #ededed);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#e1e1e1));
	background-image: -webkit-linear-gradient(#e1e1e1, #ededed);
	background-image: -o-linear-gradient(#e1e1e1, #ededed);
	background-color: #ededed;
}

.ui-sortable {
	z-index: 150!important;
}

/* ====== FORUM ====== */


/* General forum Table View */
.gTable {}
.gTableTop {
-webkit-border-radius:3px;
padding: 8px 0 8px 15px;
font-size: 18px;
outline: none;
background: url(../images/menu1.gif) repeat-x 0 0 #ededed;
line-height: 1.2em;
font-weight: normal;
text-transform: uppercase;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: bold;
color:#fff;
}
.gTableTop a {color:#fff;}
.gTableSubTop {padding:3px;background: #E5E5E5;border:2px solid #FFFFFF;color:#000000;height:20px;font-size:12px;}
.gTableSubTop a {color:#000000;}
.gTableBody {padding:2px;background:#EEEEEE;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:#D8D8D8; border:1px solid #FFFFFF;;}
.gTableLeft {padding:2px;background:#FFFFFF;font-weight:bold;}
.gTableRight {padding:2px;background:#FFFFFF}
.gTableError {padding:2px;background:#D8D8D8; border:1px solid #FFFFFF;;color:#FF0000;}
/* ------------------------ */


/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding: 2px;background: #E5E5E5;border: 2px solid #fff;
} 
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

a.catLink:link {text-decoration:none; color:#fff;-webkit-transition:none!important;}
a.catLink:visited {text-decoration:none; color:#fff;}
a.catLink:hover {text-decoration:underline; color:#fff;}
a.catLink:active {text-decoration:underline; color:#fff;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}
/* ------------- */

/* forum Titles & other */
.forum {font-weight:bold;font-size:9pt;}
.forumDescr,.forumModer {color:#858585;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color: #2E373E;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color: #2E373E;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color: #2E373E;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color: #2E373E;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {font-weight:bold;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#000000;}
a.forumBarA:visited {text-decoration:none; color:#000000;}
a.forumBarA:hover {text-decoration:none; color:#9CCF00;}
a.forumBarA:active {text-decoration:underline; color:#9CCF00;}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {background:#C7D7EF;}
.fastNavCat {background:#E7EEF8;}
.fastNavCatA {background:#E7EEF8;color:#0000FF}
.fastNavForumA {color:#0000FF}
/* -------------------------- */

/* forum Page switches */
.switches {background:#C2C2C2;}
.pagesInfo {background: #E5E5E5; padding-right: 10px; font-size: 8pt; padding-left: 7px; border: 1px solid #CDCDCD;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background: #4E71E8;
color: #fff;
width: 17px;
border: 1px solid #4E71E8;}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#000000;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#000000;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FF0000;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#FF0000;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#D8D8D8; border:1px solid #FFFFFF;}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#AFAEAE;border:1px solid #FFFFFF;color:#FFFFFF;height:20px;font-size:10px;padding-left:40px;}
.threadsDetails {padding:2px;background:#E7E7E7;color:#000000;height:20px;font-size:10px;border:2px solid #FFFFFF;border-radius: 3px;}
.forumOnlineBar {padding:2px;background:#E7E7E7;border:2px solid #FFFFFF;color:#000000;height:20px;font-size:10px;border-radius: 3px;}

a.threadPinnedLink:link {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:visited {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:hover {text-decoration:none; color:#FF0000;}
a.threadPinnedLink:active {text-decoration:underline; color:#FF0000;}

a.threadLink:link {text-decoration:none; color:#2E373E;}
a.threadLink:visited {text-decoration:none; color:#2E373E;}
a.threadLink:hover {text-decoration:underline; color:#314452;-webkit-transition:none!important;}
a.threadLink:active {text-decoration:underline; color:#314452;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ------------------- */

/* forum Posts View */
.postTable {}
.postPoll {background:#EEEEEE;text-align:center;}
.postFirst {background:#F5F9FD;border-bottom: 1px solid #E5E5E5;}
.postRest1 {background:#EEEEEE;}
.postRest2 {background:#F5F9FD;}
.postSeparator {height:3px;background:#999999;}

.postTdTop {background: #E5E5E5;;color:black;height:20px;font-size:10px; border: 2px solid #fff;border-left: #E8EBF6;}
.postBottom {color:#000000;height:20px;padding: 5px;border: 1px solid #E8EBF6;}
.postUser {font-weight:bold; color: black;}
.postTdInfo {text-align: center; padding: 5px; background: #EEEEEE; border: 2px solid #fff;border-bottom: 1px solid #E8EBF6;
border-left: 1px solid #E8EBF6;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#2D435B;}
.posttdMessage {padding:5px;background:#FFFFFF;}

.pollQuestion {text-align:center;font-weight:bold;} 
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}

.codeMessage {background:#FFFFFF;font-size:9px;}
.quoteMessage {background:#FFFFFF;font-size:9px;}

.signatureView {font-size:7pt;} 
.edited {padding-top:30px;font-size:7pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:8pt;}

.statusBlock {padding-top:3px;}
.statusOnline {padding-right: 5px;}
.statusOffline {padding-right: 5px;}
/* ------------------ */

/* forum AllInOne Fast Add */
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px;}
.newPollItem {padding: 0 0 0 8px; }
/* ----------------------- */

/* forum Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background: #8D8A83;color:#DAD7CC;border:1px outset #615E58;}


.postNameFl,.postDescrFl {background:#EBEBEB;border:1px solid #9CCF00;width:400px}
.postPollFl,.postQuestionFl {background:#EBEBEB;border:1px solid #9CCF00;width:400px}
.postResultFl {background:#EBEBEB;border:1px solid #9CCF00;width:50px}
.postAnswerFl {background:#EBEBEB;border:1px solid #9CCF00;width:300px}
.postTextFl {background:#EBEBEB;  width:550px;height:150px}
.postUserFl {background:#EBEBEB;border:1px solid #9CCF00;width:300px}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
.forumContent{margin-top: 20px;}
#forum_filter #filter_by {
margin-top: 9px!important;
}
.fFastSearchTd {
	padding-top: 9px!important;
}
/* ----------------- */


#sFltLst{
	position: static!important;
}

.shop-cat-descr img {
	background: #e7e7e7;
	padding: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #999;
	-moz-box-shadow: 0 1px 3px #999;
	box-shadow: 0 1px 3px #999;
	margin-bottom: 20px;
}

.gphoto:hover {
	opacity:0.9; 
	-webkit-transition: all 0.4s ease;
	background-image: url(../images/item-ico.png);
	background-position: center; 
   }

.commSbmFl {
	margin-bottom: 10px;
}

/*********bg*********/

.backgrounds {
	background:url(../images/bg-1.gif) left top repeat-x #f3f3f3;
	box-shadow:0 2px 5px #e6e6e6;
	border-bottom:1px solid #cfcfcf;
	border-radius: 5px;
	margin-bottom: 19px;
}

/**********buttons***********/

.buttonsearch {
	display:inline-block;
	color:#383939;
	font-size:15px;
	line-height:1.2em;
	padding: 5px 19px 5px 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	border-radius:3px;
	-webkit-border-radius:3px;
	background: #EDEDED;
	text-decoration: none!important;
		
}

.buttonsearch:hover {
	background:url(../images/menu1.gif) repeat-x 0 0 #f3f3f3;
	color:#fff;
	-webkit-transition: all 0.2s ease;
}
.buttonsearch:hover span {
	background-position:right -26px;
}

input[type='submit'], input[type='reset'], input[type='button'], button {
	color: #444;
	border: 1px solid #d0d0d0;
	background-image: -moz-linear-gradient(#ededed, #e1e1e1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
	background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
	background-image: -o-linear-gradient(#ededed, #e1e1e1);
	text-shadow: 1px 1px 1px #fff;
	background-color: #e1e1e1;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none!important;
	font-family: Helvetica, Arial, sans serif;
	padding: 8px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0px 0px 2px #fff;
	-o-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	-moz-box-shadow: inset 0px 0px 2px #fff;
}
input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover, button:hover {
	border: 1px solid #b0b0b0;
	background-image: -moz-linear-gradient(#e1e1e1, #ededed);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#e1e1e1));
	background-image: -webkit-linear-gradient(#e1e1e1, #ededed);
	background-image: -o-linear-gradient(#e1e1e1, #ededed);
	background-color: #ededed;
}


/*************************footer************************/
footer {
	color:#8a8a8a;
	width:100%;
	padding: 20px 0;
}

.footer {
		padding:19px 0;
	}

.backgroundfooter {
	background:url(../images/foot-bg.gif) repeat-x 0 bottom #f3f3f3 !important;
	border-bottom:1px solid #cfcfcf;
	border-radius:5px ;
	-webkit-border-radius:5px;
	box-shadow: 0 0px 0 0 #E6E6E6;
	-webkit-box-shadow:0 0 0 1px #E6E6E6;
}

.menufooter a {
	color:#959595;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	text-transform:uppercase;
	line-height:1.2em;
}

.menufooter li {
	float:left;
	padding-right:18px;
}

.menufooter a:hover,
.menufooter a.active {
	color:#000;
}

.footer2 {
	margin-left: 675px;
}

.footer2 a {
	color:#8a8a8a;
}

.footer2 a:hover {
	color:#000;
}

.menufooter {
	float:left;
	margin-left: -2px;
	padding-top: 3px;
}

.foot {
	text-align:center;
}

#doSmbBt,.u-combobut {display:none;}
.u-comboeditcell, .u-combo {border:0!important;background:none!important;}
.u-combolist {background:#eee;border:1px solid #fff;font-size:12px!important;color:black!important;-moz-box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.2);box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.2);}
#uCatsMenu7 {
left:0!important;
top:0!important;
position: static!important;
}
.photo-img {
	border: 4px solid #fff;
	width: 193px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
	border-radius: 5px;
	height: 130px;

}
.photo-img:hover {
	
}
.fancybox-image {
	width: auto!important;
height: auto!important;
max-width: auto!important;
max-height: auto!important;
}
#fancybox-overlay {
	background:url(../images/fancybg.png)!important;
	opacity:.6!important;
	-moz-opacity:.6!important;
	filter:alpha(opacity=85)!important;
}
.img-box {
display: inline-block;
background: #fff;
margin: 15px 10px 10px 36px;
height: 220px;
overflow: hidden;
position: relative;
width: 640px;
}
.img-box:hover {opacity:.9!important;
	-moz-opacity:.9!important;
	-webkit-transition: all 0.9s ease;}
.titleshop a {
 text-decoration: none!important;
font-family: Cuprum, sans-serif;
color: #A12283!important;
font-weight:bold!important;
}

.titleshop a:hover {
text-decoration: none!important;
font-family: Cuprum, sans-serif;
color: #29A0D2!important;
font-weight:bold!important;
-webkit-transition: color .1s ease-in-out .1s;
-moz-transition: color .1s ease-in-out .1s;
-o-transition: color .1s ease-in-out .1s;
-ms-transition: color .1s ease-in-out .1s;
transition: color .1s ease-in-out .1s;
}

#back-top {
	position: fixed;
	bottom: 15px;
    right: 25px;
	padding:0;
	margin:0;
	z-index: 5;
}
#back-top a {
	text-decoration: none;
	width: 33px;
	height: 33px;
	display: block;
	margin-bottom: 7px;
	background-color: #f5f5f5;
	border-radius: 3px;
	background-image: url(../images/back-top.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #d6d6d6;
}
#back-top a:hover {
	background-color: #e2e2e2;
}

.second-effect .mask {
   opacity: 0;
   overflow:visible;
   border: 0px solid rgba(238, 235, 235, 0.17);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.second-effect a.info {
	position:relative;
	opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.second-effect:hover .mask {
   opacity: 1;
   border: 120px solid rgba(238, 235, 235, 0.17);
}
.second-effect:hover a.info {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;
}
.view {
   width: 640px;
   height: 220px;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: pointer;
}
.viewphoto {
   width: 193px;
   height: 130px;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: pointer;
}
.view .mask, .view .content {
   width: 640px;
   height: 220px;
   position: absolute;
   top: 0;
   left: 0;
}
.viewphoto .mask, .viewphoto .content {
   width: 193px;
   height: 130px;
   position: absolute;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.viewphoto img {
   display: block;
   position: relative;
}
.view a.info {
   background:url(../images/overlay-zoom.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   text-indent:-9999px;
   width:640px;
   height:220px;
bottom: 120px;
right: 119px;
}	
.viewphoto a.info {
     background:url(../images/overlay-zoom.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   text-indent:-9999px;
   width:193px;
   height:130px;
bottom: 120px;
right: 119px;
}	

/*--------------------��� �������� ��� ���� ������ �� uCoz----------------------*/
.cell-news {
  float:left;  
  width:95%;
  margin-bottom: 15px;
  background: #fff;
  border-radius:3px;
  padding: 15px 15px 15px 15px;  
  border: 1px solid #D6D6D6  
}

.cell-news-l {
  float:left;  
  width:180px;
  margin-right: 15px;  
}

.cell-news-r {
  float:left;  
  width:375px;
}

.cell-news-l-img {
  width:180px;
  height:240px;
  margin-bottom: 5px;
  border-radius:3px;
}

.cell-news-rating {
  width:100%;
}

.cell-news-rating img{
  margin-top: 2px;  
}

.cell-news-rating-os{
  margin-left: 10px;
  background: #8EC98C;
  padding: 3px 10px 3px 10px;  
  text-shadow: 1px 1px 1px #469943;
  font-weight: bold;
  color:#fff;  
  border-radius:3px;
}

.cell-news-r h2 {
  margin:0;  
  float:left;
  width:120%;  
  padding-bottom: 10px;
  border-bottom: 1px solid #D6D6D6;
  font: 125% Verdana,Arial,Helvetica, sans-serif;
  font-weight: 700;  
}

.cell-news-top{
  float:left;
  width:125%;  
  padding: 5px 0px;
  border-bottom: 1px solid #D6D6D6;
  font:9px Verdana,Arial,Helvetica, sans-serif;
  color:#999;
}

.cell-news-center{
  float:left;
  width:125%;  
  margin:0;  
  min-height: 163px;
  padding: 10px 0px;
  border-bottom: 1px solid #D6D6D6;
  font:11px 1.5 Verdana,Arial,Helvetica, sans-serif;
  text-align:justify;
}

.cell-news-bottom{
  float:left;
  width:125%;
  font-weight: bold;  
  padding: 10px 0px 0px 0px;  
}

.left {float:left;}
.right {float:right;}
/*--------------------/��� �������� ��� ���� ������ �� uCoz----------------------*/

<----��� ���������� �� ������� ��������---->  
  .expected {border-bottom:1px dashed #dfdfdf; padding-bottom:10px; margin-bottom:3px;}  
  a.aticlename:hover {text-decoration:underline; color:#2DC5EB;}  
  div.articlecat {color:#afafaf !important; padding:0px 0px 5px 0px;}  
  div.articlecat a {color:#afafaf !important;}  
  div.articlecat a:hover {color:#aeaeae !important; text-decoration:underline !important;}  
  .expected div.descrsep {border-bottom:1px dotted #eaeaea; padding:3px 0px 4px 0px;}  
  #expected5 {border-bottom:none; padding-bottom:none;}  
  .videoarticle {text-align:left; margin:5px 0px; display:inline-block;}  
  .videoarticleimg {position:relative; height:200px; overflow:hidden; width:230px;}  
  .videoaticleinfo {position:absolute; background:url('http://webo4ka.ru/Ucoz6/videoprevbg.png'); width:216px; color:#ffffff; padding:4px 7px 5px 7px; bottom:-39px;}  
  <----/��� ���������� �� ������� ��������----> 

/* Torrent */  
  .row1, .row1 td { background: #f6f6f6; }  
  .row2, .row2 td { background: #DEE3E7; }  
  .row3, .row3 td { background: #e5e5e5; }  
  .row4, .row4 td { background: #ECECEC; }  
  .row5, .row5 td { background: #E7E7E7; }  
  .row6, .row6 td { background: #E9E9E6; }  
  .row7, .row7 td { background: #F7B0B1; }  
  .row8, .row8 td { background-image: url(/images/cellpic3.jpg); }  
  .table-wrap {  
  width: 95%; margin: 6px auto; clear: both; background: #E9E9E6;  
  border: solid #C3CBD1; border-width: 1px 1px 1px 1px;  
  }  
  .prow1 { background: #ECECEC; }  
  .prow2 { background: #E7E7E7; }  
  .prow3 { background: #DEE3E7; }  

  .tCenter { text-align: center !important; }  
  .tLeft { text-align: left !important; }  
  .tRight { text-align: right !important; }  
  .pad_6, .pad_6 td, td.pad_6 { padding: 6px; }  
  table.attach { width: 95%; margin: 0 auto; clear: both; border-color: #A5AFB4; }  
  .attach th, .attach td { border-color: #A5AFB4; }  
  .attach th { padding: 2px; text-align: center; font-weight: bold; background-image: url(/images/cellpic3.jpg); }  
  .attach td { padding: 2px 4px; }  
  .dl-link { font-size: 13px; }  
  fieldset.attach { width: 95%; margin: 14px auto; padding: 2px; clear: both; }  
  .attach_link { margin: 2px 12px 6px; }  
  .attach_stats { padding-left: 3px; }  
  .attach_comment {  
  margin: 6px 12px; padding: 1px 8px; line-height: 110%;  
  color: #444444; border-left: 2px solid #CC9933;  
  }  
  .attach .denied { color: #800000; }  
  #tor_blocked { width: 95%; }  
  #tor_blocked td { background: #FAEBD7; padding: 8px 12px; color: #6E380F; }  
  table.bordered { border-collapse: collapse; border: 1px solid #B7C0C5; }  
  .bordered th, .bordered td { border-style: solid; border-width: 1px; border-color: #B7C0C5; }  
  .myWinCont input {max-width:95% !important;}  
  #ldM45 {display:none;}  
  #ldM44 {display:none;} 
/*----------/������� �������---------*/

/*----------������� ��� ��------------*/
 .uSpoilerButton { 
 width: 100%; 
 border: none; 
 background: #FFF; 
 padding: 9px; 
 color: #2B587A; 
 cursor: pointer; 
 } 

 .uSpoilerButton:hover { 
 background: #E9EDF1; 
 } 

 .uSpoilerText { 
 margin-top: -10px; 
 padding: 0 5 5 5px; 
 } 
/*----------/������� ��� ��------------*/

/*----------����------------*/
.bnav {width:215px;}  
.bnav li {margin:4px 0 0 0;}  
.bnav li:first-child {margin:0;}  
.bnav li a {height:30px; padding:0 0 0 36px; display:block; position:relative; overflow:hidden; font:12px/30px Calibri; color:#4e6378; text-shadow:0 1px 1px #f5f8fa; text-decoration:none; background:url(http://zornet.ru/CSS-ZORNET/Skript/block_bg.png) no-repeat -698px 0;}  
.bnav li a:hover {color:#fff; text-shadow:0 1px 1px #329500; background-position:-698px -32px;}  
.bnav li a .ico {width:24px; height:24px; display:block; position:absolute; left:6px; top:3px; background-image:url(http://zornet.ru/CSS-ZORNET/Skript/icon_block.png); background-repeat:no-repeat;}  
.bnav li a .ico_01 {background-position:center 3px;}  
.bnav li a .ico_02 {background-position:center -28px;}  
.bnav li a .ico_03 {background-position:center -60px;}  
.bnav li a .ico_04 {background-position:center -94px;}  
.bnav li a .ico_05 {background-position:center -128px;}  
.bnav li a .ico_06 {background-position:center -160px;}  
.bnav li a .ico_07 {background-position:center -194px;}  
.bnav li a .ico_08 {background-position:center -228px;}  
.bnav li a .ico_09 {background-position:center -260px;}  
.bnav li a .ico_10 {background-position:center -293px;}  
.bnav li a .ico_11 {background-position:center -228px;}
/*----------/����------------*/

/*----------������� �������------------*/
.features-table 
 { 
  width: 100%; 
  margin: 0 auto; 
  border-collapse: separate; 
  border-spacing: 0; 
  text-shadow: 0 1px 0 #fff; 
  color: #2a2a2a; 
  background: #fafafa; 
  background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); /* Firefox 3.6 */ 
  background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#fff)); 
  margin-top:20px; 
  margin-bottom:20px; 
 } 
   
 .features-table td 
 { 
  height: 50px; 
  padding: 0 20px; 
  border-bottom: 1px solid #cdcdcd; 
  box-shadow: 0 1px 0 white; 
  -moz-box-shadow: 0 1px 0 white; 
  -webkit-box-shadow: 0 1px 0 white; 
  text-align: center; 
  vertical-align: middle; 
  display: table-cell; 
 } 
   
 .features-table tbody td 
 { 
  text-align: center; 
  width: 150px; 
 } 
   
   
 .features-table td.grey 
 { 
  background: #efefef; 
  background: rgba(144,144,144,0.15); 
  border-right: 1px solid white; 
 } 
   
 .features-table td.green 
 { 
  background: #e7f3d4; 
  background: rgba(184,243,85,0.3); 
 } 
   
 .features-table td:nowrap 
 { 
  white-space: nowrap; 
 } 
   
 .features-table thead td 
 { 
  font-size: 120%;  
  font-weight: bold; 
  -moz-border-radius-topright: 10px; 
  -moz-border-radius-topleft: 10px; 
  border-top-right-radius: 10px; 
  border-top-left-radius: 10px; 
  border-top: 1px solid #eaeaea; 
 } 
   
 .features-table tfoot td 
 { 
  font-size: 120%;  
  font-weight: bold; 
  -moz-border-radius-bottomright: 10px; 
  -moz-border-radius-bottomleft: 10px; 
  border-bottom-right-radius: 10px; 
  border-bottom-left-radius: 10px; 
  border-bottom: 1px solid #dadada; 
 }  
/*----------/������� �������------------*/




#film-block-top { 
   border: 1px solid #2280da; background: #22caf0 url('http://usite.su/images/new/
highlight_faint.png') repeat-x top; 
   width: 207px; padding: 5px; margin-bottom: 7px; color: #fff; 
 }
 #film-block-arr { 
   width: 0; height: 0; position: absolute; margin-top: -7px; margin-left: 5px; 
   border-left: 4px solid transparent; border-right: 4px solid transparent; 
border-top: 4px solid #2280da; 
 }
 #block-film { 
  width: 212px; background: #2280da; padding: 3px; 
 } 
 .radius2 { 
  -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; 
 }
 #button-film { 
  border: 1px solid #2280da; background: #22caf0 url('http://usite.su/images/new/
highlight_faint.png') repeat-x top; padding: 10px 6px 10px 6px; 
  color: #2280da; text-shadow: 0 -1px 0 rgba(255,255,255,0.45); text-decoration: 
none; font-weight: bold; display: block; 
 }