﻿@import 'reset.css' all;
@import url(http://fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic&subset=latin,cyrillic);

hr {margin-top:10px;border:none;border-top: 1px dotted #F1F0F0;height:10px}



body {
	padding: 0;
	margin: 0;
	background: #fff url(/style/offline-bg.png);
	text-align: left;
	font-family: 'Cuprum', sans-serif;
	font-size: 13px;
	color: #373737;
}


.wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
}

input.pollBut, .morelnk a, .bcomm .fast a, .user_h .lcol .link a {
	border:0 none;
	padding:4px 10px 3px;
	height:24px\9;
	color:#898989;
	text-transform:uppercase;
	font-size:12px;
	font-style:italic;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6);
	background-image: -ms-linear-gradient(top, #ffffff, #f6f6f6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f6f6f6));
	background-image: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
	background-image: -o-linear-gradient(top, #ffffff, #f6f6f6);
	background-image: linear-gradient(top, #ffffff, #f6f6f6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.17);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.17);
	-webkit-box-shadow: 0 1px 3px rgba(188, 85, 197, 0.53);
}
.fbutton:hover, .morelnk a:hover, .bcomm .fast a:hover, .user_h .lcol .link a:hover {
	color:#75cb40;
	cursor:pointer;
}

/*======== HEADER ========*/
header{background:url(../images/header_bg.png) repeat-x;height:128px;margin:0px auto 0;width:1000px;}

/* logotype */
.logotype {
	float:left;
	margin:16px 0 0 0;
}
.logotype a {
	background:url(../images/logotype.png) no-repeat;
	display:block;
	width:267px;
	height:111px;
}

/* login panel */
.lpanel {
	float:right;
	margin:25px 0 0 0;
}
.lpanel li {
	display:block;
	float:left;
	background:url(../images/lbtn_sep.png) no-repeat;
	padding:0 5px 0 10px;
	height:29px;
	width:70px;
	line-height:14px;
	position:relative;
}
.lpanel li:first-child {
	background:none;
}
.lpanel li a {
	color:#a09c98;
	text-transform:uppercase;
	font-style:italic;
	font-size:12px;
	text-decoration:none;
}

.lpanel #spanel {
	display:none;
	background:rgba(0,0,0,0.04);
	position:absolute;
	top:100%;
	right:0;
	margin-top:15px;
	width:258px;
	padding:3px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	z-index:2;

}
.lpanel .islogin {
	width:345px !important;
}
.lpanel #spanel .arrow {
	border-bottom: 11px solid rgba(0,0,0,0.04);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	position: absolute;
	left:81%;
	bottom:100%;
}
.lpanel .islogin .arrow {
	left:82.2% !important;
}

.lpanel .scont {
	background:#fff url(../images/scont.png) repeat-x top;
	position:relative;
	padding:5px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:inset 0 0 1px rgba(0,0,0,0.21);
	-moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.21);
	-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.21);	
}
.lpanel .scont:after, .lpanel .scont:before {
	bottom:99%; 
	border:solid transparent; 
	content: ""; 
	height:0; 
	width:0; 
	position:absolute;
	pointer-events:none;
} 
.lpanel .scont:after {
	border-color:rgba(255,255,255,0);
	border-bottom-color:#fff;
	border-width:10px;
	left:86%;
	margin-left:-10px;
} 
.lpanel .scont:before {
	border-color:rgba(241,241,241,0);
	border-bottom-color:#f1f1f1;
	border-width:11px;
	left:86%;
	margin-left:-11px;
}
.lpanel .scont .title {
	display:block;
	text-transform:uppercase;
	font-size:12px;
	color:#b9b6b6;
	padding:3px 0 15px 5px;
}
.lpanel .scont .lpinp {
	background:#fbfbf7;
	margin:0 5px 5px;
	padding:4px 10px;
	border-radius:5px;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.07);
}
.lpanel .scont .lpinp label {
	color:#919176;
	font-size:11px;
	text-transform:uppercase;
	font-style:italic;
	width:40px;
	display:block;
	float:left;
	padding-top:2px;
}
.lpanel .scont .lpinp input[type="text"], .lpanel .scont .lpinp input[type="password"] {
	border:0 none;
	background:none;
	color:#919176;
	font-style:italic;	
}
.lpanel .scont .lpbtn {
	margin:7px 0 4px;
	text-align:center;
}
.lpanel .scont .lpbtn .fbutton {
	color:#75cb40;
}
.lpanel .scont .lpbtn .fbutton:hover {
	color:#898989;
}
.lpanel .scont .avatar {
	background:#fbfbf7;
	margin:5px 0px 5px 3px;
	padding:4px 4px;
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.06);
	-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.06);
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.06);
}
.lpanel .scont .avatar > img {
	display:block;
	width:92px;

	box-shadow:0 0 2px rgba(0,0,0,0.18);
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.18);
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.18);
}
.lpanel .scont .rcol ul {
	margin:-2px 10px 0;
}
.lpanel .scont .rcol ul li {
	display:block;
	float:none;
	border-top:1px dotted #ececec;
	background:none;
	padding:5px 2px 5px 1px;
	height:auto;
	width:auto;
}
.lpanel .scont .rcol ul li:first-child {
	border-top:none;
}
.lpanel .scont .rcol ul li a {
	color:#98987f;
	background:url(../images/gwdot.png) no-repeat left;
	padding-left:8px;
	text-transform:none;
	font-style:italic;
	font-size:12px;
	text-decoration:none;	
}
.lpanel .scont .rcol ul li a:hover {
	color:#75cb40;
}

/* navbar */
header nav {
	position:absolute;
	bottom:0;
	right:0;
	width:740px;
	min-height:50px;
}

/* topnav */
.topnav {
	margin:10px 0 0 0;
}
.topnav li {
	display:block;
	float:left;
}
.topnav li a {
	display:block;
	color:#929292;
	font-size:14px;
	font-weight:700;
	border-right:1px dotted #eaeaea;
	padding:8px 15px;
	text-transform:uppercase;
}
.topnav li a:hover {
	text-decoration:none;
	color:#75cb40;
}

/* searchbar */
.searchbar {
	background:#f7f7f3;
	width:252px;
	height:33px;
	margin:8px 8px 0 0;
}
.searchbar input[type="text"] {
	border:0 none;
	background:none;
	width:200px;
	float:left;
	padding:5px 10px;
	margin-top:4px;
	font-size:12px;
	color:#c3c3b6;
	font-style:italic;
}
.searchbar input[type="image"] {
	background:url(../images/sbtn.png) no-repeat;
	width:14px;
	height:14px;
	float:right;
	margin:10px 10px 0 0;
}
.searchbar input[type="image"]:hover {
	cursor:pointer;
	background-position:100% 0;
}

/*======== CONTAINER ========*/
.container {
	background:#fff url(../images/container.png) no-repeat top;
	margin:10px auto 0;
	padding:10px 0 0 8px;
	width:990px; 
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	box-shadow:0 2px 3px rgba(0,0,0,0.12);
	-moz-box-shadow:0 2px 3px rgba(0,0,0,0.12);
	-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.12);
}

section {
	width:708px;
	float:left;
}

/* topnews block*/
.topnews .gbtitle .alltop {
	line-height:normal;
	background:#fefefe;
	text-align:center;
	padding:3px 7px 2px;
	margin:0px -10px;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.11);
}
.topnews .gbtitle .alltop a {
	font-size:12px;
	color:#75cb40;
}
.topnews .gbtitle .alltop a:hover {
	color:#f41971;
	text-decoration:none;	
}
.topnews ul {
	padding:2px 0 3px 0;
}
.topnews ul li {
	display:block;
	float:left;
	width:343px;
	position:relative;
	margin:10px 0 0 5px;
}
.topnews ul li .lcol img {
    width:133px;
	
	border-radius:5px;
}
.topnews ul li .desc .comments {
	display:block;
	background:url(../images/tncomm.png) no-repeat;
	width:30px;
	height:25px;
	line-height:21px;
	text-align:center;
	font-size:12px;
	text-shadow:1px 1px 0 #64ae37;
	color:#fff; 
	position:absolute;
	top:-5px;
	right:-2px;
}
.topnews ul li .desc {
	background:#F5FFEF;
	min-height:85px;
	padding:5px 3px;
	margin-left:140px;
	border-radius:5px;
}
.topnews ul li .desc a {
	display:block;
	border-bottom:1px dotted #e3e3dc;
	font-style:italic;
	padding:0 30px 5px 3px;
	margin-bottom:5px;
	
}
.topnews ul li .desc a:hover {
	color:#75cb40;
	text-decoration:none;
}
.topnews ul li .desc p {
	padding:0 3px;
	color:#242424;
	font-size:12px;
	line-height:15px;
}

/* content */
.content {
	background:#fff;
	border:3px solid #FEF0F6;
	padding:10px;
	margin-bottom:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:inset 0 0 1px rgba(0,0,0,0.29);
	-moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.29);
	-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.29);
}

article {
	background:url(../images/article.png) repeat-x bottom;
	padding:7px;
	margin:1px -10px;
}



.gTableTop, article .ahead h2{
	background:#75cb40 url(../images/tarrow.png) no-repeat 7px 8px;
	padding:7px 10px 5px 21px;
	font-style:italic;
	text-shadow:1px 1px 0 #5c9f32;
	color:#fff;
}

.gTableTop {
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.eTitle {
	padding:7px 0px;
	font-style:italic;
font-size: 20px;
font-weight: 700;
border-bottom: 1px dotted #F1F0F0;

}


.gTableTop a,article .ahead h2 a {
	color:#fff;
}
article .ahead .ratebox {
	margin:7px 0 0 0;
}
article .ainfo {
	margin:7px 0;
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;	
}
article .ainfo .lcol {
	margin:11px 0 0 0;
}
article .ainfo .lcol li {
	display:inline-block;
	padding:0 10px;
	color:#898989;
	border-left:1px dotted #dbdbdb;
}
article .ainfo .lcol li:first-child {
	border-left:none;
}
article .ainfo .lcol li a, article .abottom .category a {
	color:#898989;
}

.isicon {
	margin:5px 5px 0 0;
}
article .ainfo .isicon li {
	float:left;
	margin:0 1px;
}

article .ainfo .isicon li.complain img {
	background:url(../images/complain.png) no-repeat;
}
article .ainfo .isicon li.edit img {
	background:url(../images/editnews.png) no-repeat;
}
article .ainfo .isicon li.complain img:hover, article .ainfo .isicon li.edit img:hover {
	background-position:100% 0;
}

article .acontent,.eMessage {
	line-height:16px;
	padding-bottom:7px;
}
article .acontent img {
	margin:0 5px 2px 0;
	width:210px;

	border:3px solid #eee;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
article .abottom {
	border-top:1px dotted #efefef;
	padding:5px 0;
}
article .abottom .category {
	background:url(../images/carrow.png) no-repeat 5px 49%;
	padding:0 0 0 15px;
	margin-top:7px;
}
.morelnk a {
	display:block;
	padding:7px 5px 5px;
	text-decoration:none;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
.morelnk a span {
	background:url(../images/mlnk.png) no-repeat right;
	padding:0 15px 0 5px;
}
.morelnk a:hover span {
	background:url(../images/mlnk_hov.png) no-repeat right;
}
.blnk a span {
	background:url(../images/blnk.png) no-repeat left; 
	padding:0 5px 0 15px;
}
.blnk a:hover span {
	background:url(../images/blnk_hov.png) no-repeat left;
}

/* related news */
.related {
	background:#fff url(../images/article.png) repeat-x bottom;
	margin: 0 -10px;	
	padding-bottom:10px;
}
.related ul {
	padding:7px 7px 0;
}
.related li a {
	display:block;
	background:#fbfbf7 url(../images/carrow.png) no-repeat 10px 50%;
	padding:7px 10px 7px 23px;
	margin-bottom:3px;
	color:#919176;
}
.related li a:hover {
	background:#ea3579 url(../images/tarrow.png) no-repeat 10px 50%;
	color:#fff;
	text-shadow:1px 1px 0 #b82a5f;
	text-decoration:none;
}

/* comments */
.comments {
	background:#fff;
	margin:-2px 1px 0;	margin: 0 -10px;
}
.bcomm {
	background:url(../images/article.png) repeat-x bottom;
	padding:7px 3px 7px;
}
.bcomm .bchead {
	border-bottom:1px dotted #e8e7e7;
	padding:0 5px 5px 5px;
	height:28px;
}
.bcomm .bchead .avatar {
	background:#fbfbf7;
	padding:3px;
	position:relative;
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.06);
}
.bcomm .bchead .avatar img {
	width:50px;

	display:block;
}
.bcomm .bcinfo {
	width:490px;
	margin:3px 0 0 3px;
}
.bcomm .bcinfo li {
	display:block; 
	float:left;
	background:#fbfbf7 url(../images/gwdot.png) no-repeat 5px 50%;
	padding:5px 10px 5px 15px;
	margin:0 0 5px 5px;
	font-size:12px;
	color:#919176;
}
.bcomm .bcinfo li.span1 {
	width:120px;
}
.bcomm .bcinfo li.span2 {
	width:125px;
}
.bcomm .bcinfo li.span3 {
	width:150px;
}
.bcomm .comedit {
	margin-bottom:9px;
}
.bcomm .comedit li {
	display:block;
	float:left;
	margin:0 2px;
}
.bcomm .comedit li img {
	display:block;
	width:23px;
	height:23px;
}
.bcomm .comedit li.comp img {
	background:url(../images/complain.png) no-repeat;
}
.bcomm .comedit li.cedit img {
	background:url(../images/editnews.png) no-repeat;
}
.bcomm .comedit li.cdelete img {
	background:url(../images/delete.png) no-repeat;
}
.bcomm .comedit li.comp img:hover, .bcomm .comedit li.cedit img:hover, .bcomm .comedit li.cdelete img:hover {
	background-position:100% 0;
}
.bcomm .fast a {
	margin-left:3px;
	font-size:12px;
	text-transform:none;
	text-decoration:none;
	padding:4px 11px 4px 11px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.bcomm .bctext {
	padding:5px;
	color:#919176;
	line-height:14px;
}

/* errors */
.berrors {
    color: #fff;
    padding: 13px 15px 15px 65px;
	margin:7px 10px 5px;
    background: #d81419 url(../images/berrors.png) no-repeat 9px 7px;
	font-size:12px;
	font-style:italic;
	text-shadow:1px 1px 0 #a91014;
	border-radius:10px;
}
.berrors b {
	font-weight:700;
	font-size:13px;
}
.berrors a {
    color: #fff;
}

/* status */
.online {
	background:#4a9d16;
	padding:1px 5px 2px;
	display:block;
	color:#fff;
	font-size:9px;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #3e8412;
	position:absolute;
	top:-2px;
	left:-2px;
}
.offline {
	background:#d81419;
	padding:1px 5px 2px;
	display:block;
	color:#fff;
	font-size:9px;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #bf1216;
	position:absolute;
	top:-2px;
	left:-2px;	
}

/* add comments */
.addcomments {
	background:#fff;
	margin:0 1px;
	border-top:2px solid #f8f8f8;
}
.addcomments .gbtitle {
	border-top:1px solid #e6e6e6;
}

/*---forms---*/
.baseform {
    background: #fff;
	margin:1px 1px 0;
}

.tableform {
    width: 100%;
}

.tableform td {
	color:#adadad;
}

.tableform td.label {
    width: 20%;
    vertical-align: top;
    padding-right: 0;
}

.fieldsubmit, .tableform td {
    padding: 5px 15px;
}

.addnews {
    font-weight: bold;
}

.impot {
    color: #96c;
    font-weight: normal;
}

.checkbox {
    padding: 4px 0;
    line-height: 1em;
}

.checkbox input {
    margin-top: -2px;
    vertical-align: middle;
}

.securityCode,.f_input {
	border:0 none;
    width: 400px;
	font-size:12px;
    padding: 3px 5px;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #fdfdfd, #ffffff);
	background-image: -ms-linear-gradient(top, #fdfdfd, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #fdfdfd, #CAFDD0);
	background-image: -o-linear-gradient(top, #fdfdfd, #ffffff);
	background-image: linear-gradient(top, #fdfdfd, #ffffff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#ffffff', GradientType=0);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.12);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.12);
	-webkit-box-shadow:inset 0 1px 1px rgba(188, 85, 197, 0.53);
	border-radius:5px;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.f_textarea {
    width: 458px;
}

.fieldtr select, .textin, .f_textarea, .xfields textarea, .xprofile textarea,.xfields input, .xprofile input, .xfields select, .xprofile select {
    padding: 2px;
    background: #fff;
	font-family:'Cuprum', sans-serif;
    border: 1px solid #bcc0c2;
}

.f_textarea, .editor_button select {
    padding: 0;
}

.textin {
    padding: 2px;
}

/* userinfo */
.userinfo {
	margin:1px 1px 0;
}
.baseform .grbtitle {
	border-top:1px solid #e6e6e6;
}
.userinfo .user_h {
	margin:7px;
	position:relative;
}
.user_h .avatar {
	float:left;
	background:#fbfbf7;
	margin:0 0 5px 3px;
	padding:4px 4px 2px;
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.06);
	-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.06);
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.06);
}
.user_h .lcol {
	margin:0 0 0 10px;
	min-width:285px;
}
.user_h .lcol li {
	border-bottom:1px dotted #e8e7e7;
	padding:6px 3px;
	color:#919176;
}
.user_h .lcol li span {
	background:url(../images/mlnk_hov.png) no-repeat left;
	padding-left:10px;
	color:#c0c0ab;
}
.user_h .lcol .link {
	display:block;
	margin-top:15px;
}
.user_h .lcol .link a {
	padding:4px 10px;
	margin-right:10px;
	text-transform:none;
	font-size:12px;
	text-decoration:none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.user_h .lcol .edit {
	position:absolute;
	top:-5px;
	right:-5px;
}
.userinfo .user_b {
	position:relative;
	margin:10px 10px 0;
	top:10px;
}
.user_b .utitle {
	padding:15px 15px 10px;
	text-transform:uppercase;
	font-style:italic;
	color:#919176;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #fbfbf7, #ffffff);
	background-image: -ms-linear-gradient(top, #fbfbf7, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbf7), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #fbfbf7, #ffffff);
	background-image: -o-linear-gradient(top, #fbfbf7, #ffffff);
	background-image: linear-gradient(top, #fbfbf7, #ffffff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbf7', endColorstr='#ffffff', GradientType=0);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.07);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.07);
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.07);
	border-radius:8px 8px 0 0;	
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
}
.user_b .lcol, .user_b .rcol {
	min-width:325px;
	background:#fbfbf7;
	border-radius:10px;
	padding:5px;
	font-size:12px;
}
.user_b .lcol li, .user_b .rcol li {
	color:#919176;
	border-top:1px dotted #e8e8d2;
	padding:5px 3px;
}
.user_b .lcol li:first-child, .user_b .rcol li:first-child {
	border-top:none;
}	

/* calendar */
.calTable {width:100%}
.calWday,.calMday,.calMonth {height:20px;line-height:20px}
.calMonth a{color: #928C8C;}
.calMonth a:hover{color: #70C13F;text-decoration:none;}
.calMdayA {color: #70C13F;}



/* navigation */
.catPages1 {
	padding:12px 7px 5px 5px;
	margin:5px 0px;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #faf8f8, #ffffff);
	background-image: -ms-linear-gradient(top, #faf8f8, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faf8f8), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #faf8f8, #ffffff);
	background-image: -o-linear-gradient(top, #faf8f8, #ffffff);
	background-image: linear-gradient(top, #faf8f8, #ffffff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faf8f8', endColorstr='#ffffff', GradientType=0);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.07);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.07);
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.07);	
	border-radius:7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;
}
.swchItem span, .swchItemA span {	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;	
	padding:1px 5px;
	margin:0 2px;
}
.swchItemA {
        border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;	
	background:#edeeec;
}
.swchItem:hover {border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;	
	background:#75cb40;
	color:#fff;
	text-decoration:none;
}


/*======== MARKET ========*/
.market {
	background:url(../images/article.png) repeat-x bottom;
	margin:1px 1px 0;
	padding-bottom:10px;
}
.market .product {
	float:left;
	background:#fbfbf7;
	width:216px;
	min-height:250px;
	padding:3px;
	margin:7px 0 0 8px;
	position:relative;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.market .product .instock {
	display:block;
	background:#75cb40;
	padding:5px 10px;
	color:#fff;
	position:absolute;
	top:7px;
	left:7px;
	text-shadow:1px 1px 0 #64ae37;
	border-radius:8px;
}
.market .product .expected {
	display:block;
	background:#ea1a72;
	padding:5px 10px;
	color:#fff;
	position:absolute;
	top:7px;
	left:7px;
	text-shadow:1px 1px 0 #ce1764;
	border-radius:8px;
}
.market .product > img {
	display:block;
	width:216px;

	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
}
.market .product .title a {
	display:block;
	padding:5px;
	color:#75cb40;
}
.market .product .title a:hover {
	color:#ef1a75;
	text-decoration:none;
}
.market .product .desc {
	padding:0 5px;
	color:#919176;
	font-size:12px;
	font-style:italic;
}
.market .product .desc img {
	display:none;
}
.market .product .price {
	padding:5px;
}
.market .product .price span {
	color:#646464;
	font-size:18px;
	font-weight:700;
}
.market .product .price .old {
	color:#df3f7f;
	font-size:14px;
	font-weight:400;
	padding-left:10px;
}
.market .product .additem {
	display:block;
	color:#fff;
	text-transform:uppercase;
	padding:10px 0;
	margin:3px auto 5px;
	width:140px;
	text-align:center;
	border:3px solid #e4e4e1;
	text-shadow:1px 1px 0 #bc185e;
	background-color: #fbfbf7;
	background-image: -moz-linear-gradient(top, #ff328a, #e1136b);
	background-image: -ms-linear-gradient(top, #ff328a, #e1136b);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff328a), to(#e1136b));
	background-image: -webkit-linear-gradient(top, #ff328a, #e1136b);
	background-image: -o-linear-gradient(top, #ff328a, #e1136b);
	background-image: linear-gradient(top, #ff328a, #e1136b);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff328a', endColorstr='#e1136b', GradientType=0);
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;	
}
.market .product .additem:hover {
	text-shadow:1px 1px 0 #599d2e;
	text-decoration:none;
	background-image: -moz-linear-gradient(top, #7cd544, #69bc35);
	background-image: -ms-linear-gradient(top, #7cd544, #69bc35);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7cd544), to(#69bc35));
	background-image: -webkit-linear-gradient(top, #7cd544, #69bc35);
	background-image: -o-linear-gradient(top, #7cd544, #69bc35);
	background-image: linear-gradient(top, #7cd544, #69bc35);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cd544', endColorstr='#69bc35', GradientType=0);
}
	

/*======== LEFT SIDEBAR ========*/
.contbl {padding:5px 8px}

aside {
	width:275px;
	float:right;
}

/* block navigation */
.bnavi {
	margin:0 3px;
}
.uMenuV {margin: -5px -8px;}

.uMenuItem a{
	display:block;
	background:url(../images/gwdot.png) no-repeat 5px 50%;
	border-top:1px dotted #f1f0f0;
	padding:10px 0 10px 15px;
	color:#928c8c;
	font-size:14px;
}

.uMenuItem a:hover {
	background:url(../images/gdot.png) no-repeat 5px 50%;
	color:#70c13f;
	text-decoration:none;
}

/* block archives */

.catName, .archUl .archLink {
	display:block;
	background:#fbfbf7 url(../images/carrow.png) no-repeat 10px 50%;
	padding:7px 10px 7px 23px;
	margin-bottom:3px;
	color:#919176;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.catName:hover, .archUl .archLink:hover {
	background:#ea3579 url(../images/tarrow.png) no-repeat 10px 50%;
	color:#fff;
	text-shadow:1px 1px 0 #b82a5f;
	text-decoration:none;
}
.catNumData,.catDescr {display:none;}


/* block vote */
.pollQue {
        line-height:23px;
	background:#75cb40;
	color:#fff;
	text-shadow:1px 1px 0 #5b9e32;
	font-style:italic;
	padding:0px 10px;
        padding-bottom:2px;
        border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;	
}

.pollAns {
	margin:10px 0 0;
}	
}
.pollBut {
	margin:8px 8px 0 8px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.pollBut:hover {
	color:#ea3579;
}


/* forum */

#tt1,.forumIcoTd,.forumNameTd,.forumThreadTd,.forumPostTd,.forumLastPostTd {
border-bottom: 1px dotted #EFEFEF;
padding:4px;
}

.gTableSubTop {
border-bottom: 1px dotted #EFEFEF;
padding:4px;
}

.gTable {display:block;border:1px dotted #EFEFEF;padding:4px;}

.gTableSubTop,.pollLnk {
        margin-top:10px;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #fcfcfc, #ffffff);
	background-image: -ms-linear-gradient(top, #fcfcfc, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #fcfcfc, #ffffff);
	background-image: -o-linear-gradient(top, #fcfcfc, #ffffff);
	background-image: linear-gradient(top, #fcfcfc, #ffffff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#ffffff', GradientType=0);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.03);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.03);
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.03);
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
}

/*======== FOOTER ========*/
footer{width:1000px;margin:0 auto;background:#2d72a2;height:77px;position:relative;box-shadow:0 3px 3px rgba(0,0,0,0.12);-moz-box-shadow:0 3px 3px rgba(0,0,0,0.12);-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.12);}

footer .copyright {
	margin:27px 0 0 25px;
	color:#8f8f75;
	font-size:12px;
	line-height:16px;
}
footer .copyright a {
	color:#ea3579;
	text-decoration:underline;
}

footer .counts {
	margin:27px 30px 0 0;
}
footer .counts li {
	display:block;
	float:left;
	width:88px;
	height:31px;
	margin-left:10px;
}

footer .dizoff a {
	display:block;
	background:url(../style/AsM-studio.png) no-repeat;
	width:106px;
	height:50px;
	margin:15px 25px 0 0;
	overflow:hidden;
	text-indent:-9999px;
}
.lpanel.clr {
	clear:none;
	}
nav.clr {
	clear:none;
	}
.msgText>div>div {
	clear:both;
	}
.ainfo {
	margin-bottom:12px !important;
	}

.grbtitle h2, .grbtitle h3 {
	background:url(../images/grbtitle.png) no-repeat 10px 50%;
	padding:0 0 0 40px;
	font-size:14px;
	text-transform:uppercase;
margin 0 -10px;	
}
.gbtitle h2, .gbtitle h3 {
	background:url(../images/gbtitle.png) no-repeat 10px 50%;
	padding:0 0 0 40px;
	font-size:14px;
margin 0 -10px;
	text-transform:uppercase;
}

.codeButtons,.fbutton, .morelnk a, .bcomm .fast a, .user_h .lcol .link a {
	border:0 none;
	padding:4px 10px 3px;
	height:24px\9;
	color:#898989;
	text-transform:uppercase;
	font-size:12px;
	font-style:italic;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6);
	background-image: -ms-linear-gradient(top, #ffffff, #f6f6f6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f6f6f6));
	background-image: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
	background-image: -o-linear-gradient(top, #ffffff, #f6f6f6);
	background-image: linear-gradient(top, #ffffff, #f6f6f6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:55px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.17);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.17);
	-webkit-box-shadow: 0 1px 3px rgba(188, 85, 197, 0.53);
}
.codeButtons:hover,.fbutton:hover, .morelnk a:hover, .bcomm .fast a:hover, .user_h .lcol .link a:hover {
	color:#75cb40;
	cursor:pointer;
}
.codeButtons {margin: 5px 2px;}











.gbtitle h2, .gbtitle h3 {
background-color: #1FAEFF;
color: #FFFFFF;
padding: 0 0 0 40px;
font-size: 14px;
text-transform: uppercase;
}





.latest-main li a:hover {
background: #ea3579 url(../images/tarrow.png) no-repeat 10px 50%;
color: #fff;
text-shadow: 1px 1px 0 #b82a5f;
text-decoration: none;
}
.latest-main li a {
display: block;
background: #fbfbf7 url(../images/carrow.png) no-repeat 10px 50%;
padding: 7px 10px 7px 23px;
margin-bottom: 3px;
color: #EA3579;
}
a:hover {
color: #8ec50a;
text-decoration: none;
}
a {
color: #09a0d8;
text-decoration: none;
outline: none;
}
user agent stylesheeta:-webkit-any-link {
color: -webkit-link;
text-decoration: underline;
cursor: auto;
}





.grbtitle h2, .grbtitle h3 {
background-color: #EA3579;
color: #FFFFFF;
padding: 0 0 0 40px;
font-size: 14px;
text-transform: uppercase;
}







.topnav li a:hover {
text-decoration: none;
color: #ffffff;
background-color: #1FAEFF;
}















<style type="text/css"> 
.slider { 
  background-color: #fff; 
  box-shadow: inset 0 0 2px hsla(0,0%,0%,.2), 
 ; 0 3px 1px hsla(0,0%,100%,.75), 
  0 -1px 1px 2px hsla(0,0%,0%,.1); 
  height: 15em; 
  left: 50%; 
  margin: -8em -13em; 
  padding: .5em; 
  position: absolute; 
  top: 50%; 
  width: 25em; 
} 
/* Рамка*/ 
.slider:before { 
  background-color: #22130c; 
  bottom: -2.5em; 
  box-shadow: inset 0 1px 1px 1px hsla(0,0%,100%,.2), 
 ; inset 0 -2px 1px hsla(0,0%,0%,.4), 
  0 5px 50px hsla(0,0%,0%,.25), 
  0 20px 20px -15px hsla(0,0%,0%,.2), 
  0 30px 20px -15px hsla(0,0%,0%,.15), 
  0 40px 20px -15px hsla(0,0%,0%,.1); 
  content: ''; 
  left: -2.5em; 
  position: absolute; 
  right: -2.5em; 
  top: -2.5em; 
  z-index: -1; 
} 
/* yraaa.ru */ 
.slider:after { 
  background-color: #fff5e5; 
  bottom: -1.5em; 
  box-shadow: 0 2px 1px hsla(0,0%,100%,.2), 
 ; 0 -1px 1px 1px hsla(0,0%,0%,.4), 
  inset 0 2px 3px 1px hsla(0,0%,0%,.2), 
  inset 0 4px 3px 1px hsla(0,0%,0%,.2), 
  inset 0 6px 3px 1px hsla(0,0%,0%,.1); 
  content: ''; 
  left: -1.5em; 
  position: absolute; 
  right: -1.5em; 
  top: -1.5em; 
  z-index: -1; 
} 
/* Слайды */ 
.slider li { 
  box-shadow: 0 -1px 0 2px hsla(0,0%,0%,.03); 
  list-style:none; 
  position: absolute; 
} 
.slider input { 
  display: none; 
} 
/* Переключатели */ 
.slider label { 
  background-color: #111; 
  background-image: -webkit-linear-gradient(transparent, hsla(0,0%,0%,.25)); 
  background-image: -moz-linear-gradient(transparent, hsla(0,0%,0%,.25)); 
  background-image: -ms-linear-gradient(transparent, hsla(0,0%,0%,.25)); 
  background-image: -o-linear-gradient(transparent, hsla(0,0%,0%,.25)); 
  background-image: linear-gradient(transparent, hsla(0,0%,0%,.25)); 
  border: .2em solid transparent; 
  bottom: .5em; 
  border-radius: 100%; 
  cursor: pointer; 
  display: block; 
  height: .5em; 
  left: 24em; 
  opacity: 0; 
  position: absolute; 
  width: .5em; 
  visibility: hidden; 
  z-index: 10; 
  -webkit-transition: .25s; 
  -moz-transition: .25s; 
  -ms-transition: .25s; 
  -o-transition: .25s; 
  transition: .25s; 
} 
.slider label:after { 
  border-radius: 100%; 
  bottom: -.2em; 
  box-shadow: inset 0 0 0 .2em #111, 
 ; inset 0 2px 2px #000, 
  0 1px 1px hsla(0,0%,100%,.25); 
  content: ''; 
  left: -.2em; 
  position: absolute; 
  right: -.2em; 
  top: -.2em; 
} 
.slider:hover label { 
  opacity: 1; 
  visibility: visible; 
} 
.slider input:checked + label { 
  background-color: #fff; 
} 
.slider:hover li:nth-child(1) label { 
  left: .5em; 
  -webkit-transition: .25s; 
  -moz-transition: .25s; 
  -ms-transition: .25s; 
  -o-transition: .25s; 
  transition: .25s; 
} 
.slider:hover li:nth-child(2) label { 
  left: 2em; 
  -webkit-transition: .25s .05s; 
  -moz-transition: .25s .05s; 
  -ms-transition: .25s .05s; 
  -o-transition: .25s .05s; 
  transition: .25s .05s; 
} 
.slider:hover li:nth-child(3) label { 
  left: 3.5em; 
  -webkit-transition: .25s .1s; 
  -moz-transition: .25s .1s; 
  -ms-transition: .25s .1s; 
  -o-transition: .25s .1s; 
  transition: .25s .1s; 
} 
.slider:hover li:nth-child(4) label { 
  left: 5em; 
  -webkit-transition: .25s .15s; 
  -moz-transition: .25s .15s; 
  -ms-transition: .25s .15s; 
  -o-transition: .25s .15s; 
  transition: .25s .15s; 
} 
/* Images */ 
.slider img { 
  height: 15em; 
  opacity: 0; 
  width: 25em; 
  vertical-align: top; 
  visibility: hidden; 
  -webkit-transition: .25s; 
  -moz-transition: .25s; 
  -ms-transition: .25s; 
  -o-transition: .25s; 
  transition: .25s; 
} 
.slider li input:checked ~ img { 
  opacity: 1; 
  visibility: visible; 
  z-index: 10; 
} 
</style>





.post-list .post{  
  height:1%;  
  overflow:hidden;  
  margin:1px 0;  
  font-size:13px;  
  }  
  .post a.title{  
  display:block;  
  color:#009cff;  
  text-decoration:none;  
  border:solid #009cff;  
  border-width:0 0 1px 0;  
  }  
  .post a.title span{  
  display:block;  
  background:url(/style/paly.png) no-repeat;  
  padding:5px 0 5px 28px;  
  }  

  .post a.title:hover{  
  text-decoration:none;  
  color:#ffffff;  
  background:#009cff;  
  }  
  .pannel{  
  float:right;  
  padding:4px;  
  }




.img1:hover {
opacity: 0.4;
filter: alpha(opacity=40);
}
.img1:hover {
opacity: 0.4;
filter: alpha(opacity=40);
}
.img1:hover {
opacity: 0.4;
filter: alpha(opacity=40);
}
.img1:hover {
opacity: 0.4;
filter: alpha(opacity=40);
}
.img1:hover {
opacity: 0.4;
filter: alpha(opacity=40);
}
.img1:hover {
opacity: 0.4;
filter: alpha(opacity=40);
}
.img1:hover {
opacity: 0.4;
filter: alpha(opacity=40);
}
.img1:hover {
opacity: 0.4;
filter: alpha(opacity=40);
}
.img1:hover {
opacity: 0.4;
filter: alpha(opacity=40);
}
.img1:hover {
opacity: 0.4;
filter: alpha(opacity=40);
}
.img1:hover {
opacity: 0.4;
filter: alpha(opacity=40);
}
.img1 {
opacity: 1;
filter: alpha(opacity=100);
}
.img1 {
opacity: 1;
filter: alpha(opacity=100);
}
.img1 {
opacity: 1;
filter: alpha(opacity=100);
}
.img1 {
opacity: 1;
filter: alpha(opacity=100);
}
.img1 {
opacity: 1;
filter: alpha(opacity=100);
}
.img1 {
opacity: 1;
filter: alpha(opacity=100);
}
.img1 {
opacity: 1;
filter: alpha(opacity=100);
}
.img1 {
opacity: 1;
filter: alpha(opacity=100);
}
.img1 {
opacity: 1;
filter: alpha(opacity=100);
}
.img1 {
opacity: 1;
filter: alpha(opacity=100);
}
.img1 {
opacity: 1;
filter: alpha(opacity=100);
}
a img {
border: none;
}
* {
padding: 0;
margin: 0;
}
img[Attributes Style] {
width: 220px;
}
Inherited from a
a:hover, a:active {
color: #222;
}
a, a:visited {
color: #006a9b;
}
a, a:visited {
color: #006a9b;
}
user agent stylesheeta:-webkit-any-link {
color: -webkit-link;
cursor: auto;
}


.videoPlayer embed,  
.videoPlayer object,  
.videoPlayer iframe {width: 500px;height: auto;min-height: 300px;}  
}































/* Other Styles */
.replaceTable {background:#EEEEEE;height:100px;width:300px;border:1px solid #AAAAAA;}

.legendTd {font-size:7pt;}
/* ------------ */
/* PageSelector Start wallaby.ucoz.ru */ 
 .pagesBlockuz1 {color:#ffffff;border:1px;margin-bottom:10px;margin-top:10px;text-shadow:0 1px 0 #000;} 
 .pagesBlockuz1 a:link, 
 .pagesBlockuz1 a:visited, 
 .pagesBlockuz1 a:hover, 
 .pagesBlockuz1 a:active {display:inline-block;height:16px;background:url('http://wallaby.ucoz.ru/page/switch.png') #0082a8;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:600;margin:0 2px;padding-top:3px;padding-right:9px;padding-left:9px;color:#fff;} 
 .pagesBlockuz1 a:hover {display:inline-block;height:16px;background:url('http://wallaby.ucoz.ru/page/switch-hover.png') #00a8c3;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:600;margin:0 2px;padding-top:3px;padding-right:9px;padding-left:9px;text-decoration:none;color:#fff;} 
 .pagesBlockuz1 b {display:inline-block;height:16px;background:url('http://wallaby.ucoz.ru/page/switch-hover.png') #00a8c3;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:600;margin:0 2px;padding-top:3px;padding-right:9px;padding-left:9px;color:#fff;} 
 .catPages1 {color:#ffffff;border:1px;margin-bottom:10px;margin-top:10px;text-shadow:0 1px 0 #000;} 
 .catPages1 a:link, 
 .catPages1 a:visited, 
 .catPages1 a:hover, 
 .catPages1 a:active {display:inline-block;height:16px;background:url('http://wallaby.ucoz.ru/page/switch.png') #0082a8;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:600;margin:0 2px;padding-top:3px;padding-right:9px;padding-left:9px;color:#fff;} 
 .catPages1 a:hover {display:inline-block;height:16px;background:url('http://wallaby.ucoz.ru/page/switch-hover.png') #00a8c3;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:600;margin:0 2px;padding-top:3px;padding-right:9px;padding-left:9px;text-decoration:none;color:#fff;} 
 .catPages1 b {display:inline-block;height:16px;background:url('http://wallaby.ucoz.ru/page/switch-hover.png') #00a8c3;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:600;margin:0 2px;padding-top:3px;padding-right:9px;padding-left:9px;color:#fff;} 
 .pagesBlock1 {color:#ffffff;border:1px;margin-bottom:10px;margin-top:10px;text-shadow:0 1px 0 #000;} 
 .pagesBlock1 a:link, 
 .pagesBlock1 a:visited, 
 .pagesBlock1 a:hover, 
 .pagesBlock1 a:active {display:inline-block;height:16px;background:url('http://wallaby.ucoz.ru/page/switch.png') #0082a8;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:600;margin:0 2px;padding-top:3px;padding-right:9px;padding-left:9px;color:#fff;} 
 .pagesBlock1 a:hover {display:inline-block;height:16px;background:url('http://wallaby.ucoz.ru/page/switch-hover.png') #00a8c3;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:600;margin:0 2px;padding-top:3px;padding-right:9px;padding-left:9px;text-decoration:none;color:#fff;} 
 .pagesBlock1 b {display:inline-block;height:16px;background:url('http://wallaby.ucoz.ru/page/switch-hover.png') #00a8c3;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:600;margin:0 2px;padding-top:3px;padding-right:9px;padding-left:9px;color:#fff;} 
 .catPages2 {color:#ffffff;border:1px;margin-bottom:10px;margin-top:10px;text-shadow:0 1px 0 #000;} 
 .catPages2 a:link, 
 .catPages2 a:visited, 
 .catPages2 a:hover, 
 .catPages2 a:active {display:inline-block;height:16px;background:url('http://wallaby.ucoz.ru/page/switch.png') #0082a8;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:600;margin:0 2px;padding-top:3px;padding-right:9px;padding-left:9px;color:#fff;} 
 .catPages2 a:hover {display:inline-block;height:16px;background:url('http://wallaby.ucoz.ru/page/switch-hover.png') #00a8c3;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:600;margin:0 2px;padding-top:3px;padding-right:9px;padding-left:9px;text-decoration:none;color:#fff;} 
 .catPages2 b {display:inline-block;height:16px;background:url('http://wallaby.ucoz.ru/page/switch-hover.png') #00a8c3;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:600;margin:0 2px;padding-top:3px;padding-right:9px;padding-left:9px;color:#fff;} 
 .pagesBlockuz2 {color:#ffffff;border:1px;margin-bottom:10px;margin-top:10px;text-shadow:0 1px 0 #000;} 
 .pagesBlockuz2 a:link, 
 .pagesBlockuz2 a:visited, 
 .pagesBlockuz2 a:hover, 
 .pagesBlockuz2 a:active {display:inline-block;height:16px;background:url('http://wallaby.ucoz.ru/page/switch.png') #0082a8;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:600;margin:0 2px;padding-top:3px;padding-right:9px;padding-left:9px;color:#fff;} 
 .pagesBlockuz2 a:hover {display:inline-block;height:16px;background:url('http://wallaby.ucoz.ru/page/switch-hover.png') #00a8c3;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:600;margin:0 2px;padding-top:3px;padding-right:9px;padding-left:9px;text-decoration:none;color:#fff;} 
 .pagesBlockuz2 b {display:inline-block;height:16px;background:url('http://wallaby.ucoz.ru/page/switch-hover.png') #00a8c3;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:600;margin:0 2px;padding-top:3px;padding-right:9px;padding-left:9px;color:#fff;} 
 .pagesBlock2 {color:#ffffff;border:1px;margin-bottom:10px;margin-top:10px;text-shadow:0 1px 0 #000;} 
 .pagesBlock2 a:link, 
 .pagesBlock2 a:visited, 
 .pagesBlock2 a:hover, 
 .pagesBlock2 a:active {display:inline-block;height:16px;background:url('http://wallaby.ucoz.ru/page/switch.png') #0082a8;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:600;margin:0 2px;padding-top:3px;padding-right:9px;padding-left:9px;color:#fff;} 
 .pagesBlock2 a:hover {display:inline-block;height:16px;background:url('http://wallaby.ucoz.ru/page/switch-hover.png') #00a8c3;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:600;margin:0 2px;padding-top:3px;padding-right:9px;padding-left:9px;text-decoration:none;color:#fff;} 
 .pagesBlock2 b {display:inline-block;height:16px;background:url('http://wallaby.ucoz.ru/page/switch-hover.png') #00a8c3;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-weight:600;margin:0 2px;padding-top:3px;padding-right:9px;padding-left:9px;color:#fff;} 
 /* PageSelector end */
#ex4 {
 width: 800px;
 margin: 0 auto;
}
 
#ex4 img {
 margin: 20px;
 border: 5px solid #eee;
 -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
 -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
 box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
 -webkit-transition: all 0.5s ease-out;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
}
 
#ex4 img:hover {
 -webkit-transform: rotate(-7deg);
 -moz-transform: rotate(-7deg);
 -o-transform: rotate(-7deg);
}


.css3gallery img:hover{
-webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.1); /*Mozilla scale version*/
-o-transform:scale(1.1); /*Opera scale version*/
box-shadow:0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 30px gray; /*Safari shadow version*/
-moz-box-shadow:0px 0px 30px gray; /*Mozilla shadow version*/
opacity: 1;
}
.com_wp {border-radius:50%;background:#fff;width:65;height:65} 
 .ob_wp { width:73;height:73;background: #20242b;border-radius:50%; } 
 
 .ob_wp1 { width:81;height:81;background:rgba(255,255,255,0.3);;border-radius:50%; } 
 
 .mess_wp{box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);border-radius:4;background: #efefef; 
 background: -moz-linear-gradient(top, #efefef 0%, #dbdbdb 100%); 
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#dbdbdb)); 
 background: -webkit-linear-gradient(top, #efefef 0%,#dbdbdb 100%); 
 background: -o-linear-gradient(top, #efefef 0%,#dbdbdb 100%); 
 background: -ms-linear-gradient(top, #efefef 0%,#dbdbdb 100%); 
 background: linear-gradient(to bottom, #efefef 0%,#dbdbdb 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dbdbdb',GradientType=0 ); 
 } 
 .tim_wp{background:d7d7d7;border-radius:4;} 
 #triangle-left { 
 width: 0; 
 height: 0; 
 border-top: 7px solid transparent; 
 border-right: 9px solid #e1e1e1; 
 border-bottom: 7px solid transparent; 
 }#triangle-left1 { 
 width: 0; 
 height: 0; 
 border-top: 7px solid transparent; 
 border-left: 9px solid #e1e1e1; 
 border-bottom: 7px solid transparent; 
 }
/* By Frozen FrozenGames.At.Ua */ 
 .osninf {background:#222222;padding:8px;border-bottom:1px solid #555555;} 
 .inftitl b, .osninf b {color:#878787;} 
 .inftitl a:link, .inftitl a:visited, .inftitl a:active {text-decoration:underline;color:#555555;} 
 .inftitl a:hover {text-decoration:none;} 
 .infmes {border:1px dashed #666666;margin:5px 0 3px 0;padding:5px;background:#444444;font-size:7pt; 
 color:#FFFFFF;} 
/* ------------- */
div.FimwareInf {background:#f5f3f3;} 
 div.FimwareInf:hover {background:#fff;}
.bnav li a { display: block; width: 185px; height: 33px; background: url(http://dream-designs.ru/bnav.png) no-repeat; color: #c3c3c3; font-family: Verdana; font-size: 11px; padding: 0 5px; text-transform: uppercase; line-height: 32px; text-decoration: none;text-shadow: 1px 1px #181818;} 
 .bnav li a:hover { background-position: 0 -33px;-webkit-transition: all .2s linear; 
 -moz-transition: all .2s linear; 
 transition: all .2s linear; }
/* -----menyu-------- */
ul#menu {list-style-type:none; margin:0; padding:0;} 

 ul#menu li a{ 
В В color:#909090; 
В В background: url(http://wallaby.ucoz.ru/menu/vert_menu5.png) no-repeat 0 0; 
В В text-decoration:none;В В 
В В width: 200px; 
В В height: 55px; 
В В display:block; 
В В border:none; 
В В text-shadow: #ddd 2px 2px 0; 
 } 

 ul#menu li a:hover{ 
В В background-position: 50% 100%; 
В В width: 200px; 
В В height: 55px; 
В В display:block; 
В В color:#fff; 
В В text-shadow: #1185EE 2px 2px 0; 
 } 

 ul#menu li a span{ 
В В font-family:sans-serif; 
В В font-size:18px; 
В В padding:17px 0 0 20px; 
В В display:block;В В 
 }
/*Spoiler webanf*/ 
 .uSpoilerButton, #uSpoilerFvcDtt {width: 100%; text-align: left;padding:5px;font-size:11px; 
font-weight:bold;background: #4D64FF; 
text-shadow:0px 1px 0px #4D64FF;border:1px 
 solid #E89512;box-shadow:0px 1px 0px rgba(255,255,255,0.4) 
inset;-moz-box-shadow:0px 1px 0px rgba(255,255,255,0.4) 
inset;-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.4) inset}.scriptcode{color:#B02C20; 
text-align:left;max-height:300px;overflow:auto;font-family:"Courier New"} 
.title_spoiler{font-weight:bold;font-size:11px;text-shadow:0px 1px 0px #fff} 
.title_spoiler a, .title_spoiler a:hover{color:#000} 
 
 .uSpoilerText {padding:5px;font-size:11px;background:#F9F8F5;border:1px 
 solid #F1EEE8} 
 /*--------------------------------*/



















.toplink { background-color:#860000; display:block; width:128px; height:201px; float:left; margin:3px; text-align:center; font-size:11px; padding-top:5px; position:relative; z-index:999; border:1px solid #333; color:#aaa; overflow:hidden; } 

.toplink img { display:block; margin-left:4px; padding-bottom:3px; width: 120px; height: 170px; } 

.toplink:hover { background-color:#353535; border:1px solid #444; color:#ddd; }

#main { position:relative; width:650px; margin-top:57px; margin-left:5px;  float:left; } 











		
			.new-album{
				background: #121212;
				font: bolder 13px Arial;
				color: #fff;
				padding: 10px 0 10px 10px;
				
			}
				
				.new-album-main{
					float: left;
					background: #323232;
					padding: 5px;
					width: 170px;
					height: 232px;
					margin: 6px 6px 0 0;
					position: relative;
				}
				
					.new-album-image{
						position: relative;
						width: 167px;
						height: 217px;
						overflow: hidden;
						border: 1px solid #8b8b8b;
					}
					
						.new-album-image img{
							width: 167px;
							min-height: 167px;
							position: absolute;
							top: 0px;
							left: 0px;
						}
							
							.new-album-title{
								display: none;
								background: url(../images/new-album-title.png) 0 0 repeat;
								padding: 5px;
								width: 157px;
								position: absolute;
								left: 6px;
								bottom: 19px;
								font: bold 12px Arial;
								color: #fff;
								line-height: 15px;
								
							}
							
								.new-album-content{
									position: absolute;
								}
						


