@font-face {
	font-family: 'museo500';
	src: url('/i/fonts/museo500-regular.eot');
	src: url('/i/fonts/museo500-regular.eot?#iefix') format('embedded-opentype'),
		url('/i/fonts/museo500-regular.woff') format('woff'),
		url('/i/fonts/museo500-regular.ttf') format('truetype'),
		url('/i/fonts/museo500-regular.svg#museo500') format('svg');
		font-weight: normal;
		font-style: normal;
}
html{
	height:100%;
}
body{
	margin:0;
	color:#555;
	font:13px/18px 'PT Sans Caption',arial,sans-serif;
	background:#fff;
	height:100%;
	position:relative;
	letter-spacing:-0.08em;
	min-width:1000px;
}
header, nav, section, article, aside, footer {
	display: block
}
img{border-style:none;}
a{
	color:#038fbe;
	outline:none;
}
a:hover{text-decoration:none;}
input, textarea, select{
	font:100% 'PT Sans Caption',arial,sans-serif;
	vertical-align:middle;
	letter-spacing:-0.08em;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
select {
	overflow:hidden;
	outline:none;
	height:34px;
	float:left;
	padding: 6px 6px 6px 10px;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #fcfcfc, #f7f7f7);
	background: -webkit-linear-gradient(top, #fcfcfc, #f7f7f7);
	background: -o-linear-gradient(top, #fcfcfc, #f7f7f7);
	background: -ms-linear-gradient(top, #fcfcfc, #f7f7f7);
	background: linear-gradient(top, #fcfcfc, #f7f7f7);
	-pie-background: linear-gradient(top, #fcfcfc, #f7f7f7);
	position:relative;
	font-size:15px;
	color:#323232;
	letter-spacing:-0.05em;
	overflow:hidden;
	position:relative;
	line-height:34px;
}
select.error {
	border-color:#ff8080;
	background: #fbf3f3;
	background: -moz-linear-gradient(top, #fbf3f3, #f7eeee);
	background: -webkit-linear-gradient(top, #fbf3f3, #f7eeee);
	background: -o-linear-gradient(top, #fbf3f3, #f7eeee);
	background: -ms-linear-gradient(top, #fbf3f3, #f7eeee);
	background: linear-gradient(top, #fbf3f3, #f7eeee);
	-pie-background: linear-gradient(top, #fbf3f3, #f7eeee);
}
.container{
	width:100%;
	overflow:hidden;
	position:relative;
	min-height:100%;
}
.wrapper{
	width:990px;
	margin:0 auto;
	position:relative;
	padding:0 0 118px 0;
}
/*--------------------------------header---------------------------------------------*/
.header{
	position:relative;
	margin:0 -2000px 9px;
	padding:20px 2000px 0;
	height:80px;
	overflow:hidden;
        /* background:url(/i/i/header-bg.png) repeat-x 0 0; */
background-color: #edf3f7;
	border:1px solid #fff;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.25), inset 0 0 10px #e1f1f6;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.25), inset 0 0 10px #e1f1f6;
	box-shadow: 0 0 3px rgba(0,0,0,0.25), inset 0 0 10px #e1f1f6;
}
.logo{
	margin:4px 0 0 0;
	overflow:hidden;
	padding:0;
	display:block;
	background:url(/i/i/logo.png) no-repeat;
	width:215px;
	height:65px;
	text-indent:-9999px;
	float:left;
}
.logo-img{
	float:left;
	cursor:pointer;
	z-index:10;
	position:relative;
	margin:4px 0 0 0;
}
.logo-img>img{vertical-align:top;}
.logo a{
	height:100%;
	display:block;
}
.radioArea,.checkboxArea{display:none;}
.search-form{
	float:right;
	position:relative;
	padding:12px 0 0 0;
	z-index:10;
}
.search-form .text{
	float:left;
	height:34px;
	outline:none;
	border:1px solid #ccc;
	-moz-box-shadow: inset 0 1px 0 #eaeaea, 0 1px 1px #fff;
	-webkit-box-shadow: inset 0 1px 0 #eaeaea, 0 1px 1px #fff;
	box-shadow: inset 0 1px 0 #eaeaea, 0 1px 1px #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #f7f7f7, #fcfcfc);
	background: -webkit-linear-gradient(top, #f7f7f7, #fcfcfc);
	background: -o-linear-gradient(top, #f7f7f7, #fcfcfc);
	background: -ms-linear-gradient(top, #f7f7f7, #fcfcfc);
	background: linear-gradient(top, #f7f7f7, #fcfcfc);
	-pie-background: linear-gradient(top, #f7f7f7, #fcfcfc);
	width:240px;
	padding:0 11px;
	margin:0 8px 0 0;
	color:#898989;
	font-size:13px;
	position:relative;
	text-shadow:0 1px 0 #fff; 
}
.search-form input[type=radio]{
	margin:4px 4px 0 0;
	padding:0;
	width:12px;
	height:12px;
	float:left;
}
.search-form label{
	line-height:19px;
	font-size:15px;
	color:#038fbe;
	float:left;
	margin:0 35px 0 0;	
}
.search-form label span{
	border-bottom:1px dashed #038fbe;
	display:inline-block;
	vertical-align:top;
	line-height:18px;
	cursor:pointer;
}
.search-form label:hover span, .search-form label.active span{
	border:none;
}
.search-form .holder{
	overflow:hidden;
}
.search-form .text-active,.text-active{color:#000;}
.search-form .c-button{
	float:left;
}
.navigation{
	text-align:center;
	position:relative;
}
.navigation>ul{
	margin:0;
	padding:10px 0 0 15px;
	list-style:none;
	display:inline-block;
	vertical-align:top;
	height:42px;
	font-weight:bold;
	font-size:15px;
}
.navigation>ul>li{
	float:left;
	height:36px;
	padding:3px 6px 2px;
	line-height:36px;
	background:url(/i/i/border01.png) repeat-y 0 0;
	text-shadow: 1px 0 0 #fff;
	color:#fff;
	text-decoration:none;
}
.navigation>ul>li>span{
	display:block;
	height:34px;
	line-height:32px;
	position:relative;
	text-shadow:none;
	padding:1px 9px;
}
.navigation>ul>li.active>span{
	background: #009acc;
	padding:0 8px;
	background: -moz-linear-gradient(top, #0ab5ed, #009acc);
	background: -webkit-linear-gradient(top, #0ab5ed, #009acc);
	background: -o-linear-gradient(top, #0ab5ed, #009acc);
	background: -ms-linear-gradient(top, #0ab5ed, #009acc);
	background: linear-gradient(top, #0ab5ed, #009acc);
	-pie-background: linear-gradient(top, #0ab5ed, #009acc);
	-moz-box-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 1px 1px #fff;
	box-shadow: 0 1px 1px #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #0094c5;
	border-bottom-color:#006e92;
}
.navigation>ul>li:first-child{
	background:none;
}
.navigation>ul a{
	color:#009fdf;
	text-shadow: 0 1px 1px #fff;
}
.navigation i{
	display:block;
	position:absolute;
	background:url(/i/i/arrow-nav.png) no-repeat;
	width:13px;
	height:9px;
	position:absolute;
	top:100%;
	left:50%;
	margin:0 0 0 -6px;
}
/*--------------------------------end---------------------------------------------*/

/*--------------------------------footer---------------------------------------------*/
.footer{
	position:relative;
	height:117px;
	border-top:1px solid #ced7d9;
	background:#f2fcff;
	margin:-118px 0 0 0;
}
.footer .holder{
	overflow:hidden;
	position:relative;
	width:950px;
	margin:0 auto;
	padding:12px 20px 0;
}
.copyright{
	float:left;
	width:230px;
	margin:0 7px 0 0;
	padding:18px 0 0 0;
}
.footer-nav{
	float:left;
	background:url(/i/i/border01.png) repeat-y 0 0;
	padding:0 0 0 28px;
	min-height:90px;
}
.footer-nav ul{
	margin:0 0 0 8px;
	padding:18px 0 0 0;
	list-style:none;
	float:left;
	min-width:90px;
}
.footer-nav ul:first-child{
	margin:0;
}
.footer .box{
	background:url(/i/i/border01.png) repeat-y 0 0;
	padding:29px 0 0 30px;
	margin:0 0 0 30px;
	float:left;
	min-height:61px;
}
.social{
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.social li{
	float:left;
	height:32px;
	line-height:30px;
	margin:0 0 0 20px;
}
.social li:first-child{
	margin:0;
}
.social img{
	vertical-align:top;
}
.social a{
	color:#323232;
}
.social span{
	line-height:32px;
	text-decoration:underline;
	padding:0 0 0 10px;
}
.social a:hover span{
	text-decoration:none;
}
/*--------------------------------end---------------------------------------------*/

/*--------------------------------custom buttons---------------------------------------------*/
.c-button{
	position:relative;
	overflow:hidden;
	cursor:pointer;
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	color:#fff;
	-moz-box-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 0 1px 1px #fff;
	box-shadow: 0 0 1px 1px #fff;
	letter-spacing:-0.05em;
}
.c-button>img{
	vertical-align:top;
}
.bold{
	font-weight:bold;
}
.c-button input{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:none;
	outline:none;
	background:url(/i/i/none.gif) repeat;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
	padding:0;
	cursor:pointer;
}
.big-button{
	height:34px;
	line-height:34px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size:15px;
	padding:0 14px;
}
.save-icon{
	margin:7px 9px 0 0;
	display:inline-block;
	vertical-align:top;
	background:url(/i/i/save-ico.png) no-repeat;
	width:18px;
	height:19px;
}
.pdf-icon{
	margin:7px 9px 0 0;
	display:inline-block;
	vertical-align:top;
	background:url(/i/i/pdf-ico.png) no-repeat;
	width:18px;
	height:19px;
}
.zip-icon{
	margin:7px 9px 0 0;
	display:inline-block;
	vertical-align:top;
	background:url(/i/i/zip-ico.png) no-repeat;
	width:18px;
	height:19px;
}
.next-ico{
	margin:12px 0 0 3px;
	display:inline-block;
	vertical-align:top;
	background:url(/i/i/arrow-next.png) no-repeat;
	width:6px;
	height:10px;
}
.soc-icon{
	margin:5px 5px 0 0;
}
.small-button{
	height:24px;
	line-height:24px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:13px;
	padding:0 7px;
}
.blue-button{
	text-shadow: 0 -1px 1px #0082ad;
	border:1px solid #0094c5;
	border-bottom-color:#006e92;
	background: #02a8df;
	background: -moz-linear-gradient(top, #36ccfe, #02a8df);
	background: -webkit-linear-gradient(top, #36ccfe, #02a8df);
	background: -o-linear-gradient(top, #36ccfe, #02a8df);
	background: -ms-linear-gradient(top, #36ccfe, #02a8df);
	background: linear-gradient(top, #36ccfe, #02a8df);
	-pie-background: linear-gradient(top, #36ccfe, #02a8df);
}
.blue-button:hover{
	background: #00a7df;
	background: -moz-linear-gradient(top, #0cbdf8, #00a7df);
	background: -webkit-linear-gradient(top, #0cbdf8, #00a7df);
	background: -o-linear-gradient(top, #0cbdf8, #00a7df);
	background: -ms-linear-gradient(top, #0cbdf8, #00a7df);
	background: linear-gradient(top, #0cbdf8, #00a7df);
	-pie-background: linear-gradient(top, #0cbdf8, #00a7df);
}
.blue-button:active{
	background: #009acd;
	background: -moz-linear-gradient(top, #0ab4ec, #009acd);
	background: -webkit-linear-gradient(top, #0ab4ec, #009acd);
	background: -o-linear-gradient(top, #0ab4ec, #009acd);
	background: -ms-linear-gradient(top, #0ab4ec, #009acd);
	background: linear-gradient(top, #0ab4ec, #009acd);
	-pie-background: linear-gradient(top, #0ab4ec, #009acd);
}
.orange-button{
	text-shadow: 0 -1px 1px #db7600;
	border:1px solid #e27a00;
	border-bottom-color:#c16800;
	background: #ff9a16;
	background: -moz-linear-gradient(top, #ffc35c, #ff9a16);
	background: -webkit-linear-gradient(top, #ffc35c, #ff9a16);
	background: -o-linear-gradient(top, #ffc35c, #ff9a16);
	background: -ms-linear-gradient(top, #ffc35c, #ff9a16);
	background: linear-gradient(top, #ffc35c, #ff9a16);
	-pie-background: linear-gradient(top, #ffc35c, #ff9a16);
}
.orange-button:hover{
	background: #ff9a15;
	background: -moz-linear-gradient(top, #ffb83e, #ff9a15);
	background: -webkit-linear-gradient(top, #ffb83e, #ff9a15);
	background: -o-linear-gradient(top, #ffb83e, #ff9a15);
	background: -ms-linear-gradient(top, #ffb83e, #ff9a15);
	background: linear-gradient(top, #ffb83e, #ff9a15);
	-pie-background: linear-gradient(top, #ffb83e, #ff9a15);
}
.orange-button:active{
	background: #f08c09;
	background: -moz-linear-gradient(top, #ffb027, #f08c09);
	background: -webkit-linear-gradient(top, #ffb027, #f08c09);
	background: -o-linear-gradient(top, #ffb027, #f08c09);
	background: -ms-linear-gradient(top, #ffb027, #f08c09);
	background: linear-gradient(top, #ffb027, #f08c09);
	-pie-background: linear-gradient(top, #ffb027, #f08c09);
}
.green-button{
	text-shadow: 0 -1px 1px #288d00;
	border:1px solid #329d09;
	border-bottom-color:#267b05;
	background: #ff9a16;
	background: -moz-linear-gradient(top, #47d80e, #33b100);
	background: -webkit-linear-gradient(top, #47d80e, #33b100);
	background: -o-linear-gradient(top, #47d80e, #33b100);
	background: -ms-linear-gradient(top, #47d80e, #33b100);
	background: linear-gradient(top, #47d80e, #33b100);
	-pie-background: linear-gradient(top, #47d80e, #33b100);
}
.green-button:hover{
	background: #32b100;
	background: -moz-linear-gradient(top, #39c900, #32b100);
	background: -webkit-linear-gradient(top, #39c900, #32b100);
	background: -o-linear-gradient(top, #39c900, #32b100);
	background: -ms-linear-gradient(top, #39c900, #32b100);
	background: linear-gradient(top, #39c900, #32b100);
	-pie-background: linear-gradient(top, #39c900, #32b100);
}
.green-button:active{
	background: #37c300;
	background: -moz-linear-gradient(top, #37c300, #2ea100);
	background: -webkit-linear-gradient(top, #37c300, #2ea100);
	background: -o-linear-gradient(top, #37c300, #2ea100);
	background: -ms-linear-gradient(top, #37c300, #2ea100);
	background: linear-gradient(top, #37c300, #2ea100);
	-pie-background: linear-gradient(top, #37c300, #2ea100);
}
.gray-button{
	text-shadow: 0 1px 1px #fff;
	color:#323232;
	border:1px solid #d2d2d2;
	border-bottom-color:#bcbcbc;
	background: #e7e7e7;
	background: -moz-linear-gradient(top, #fdfdfd, #e7e7e7);
	background: -webkit-linear-gradient(top, #fdfdfd, #e7e7e7);
	background: -o-linear-gradient(top, #fdfdfd, #e7e7e7);
	background: -ms-linear-gradient(top, #fdfdfd, #e7e7e7);
	background: linear-gradient(top, #fdfdfd, #e7e7e7);
	-pie-background: linear-gradient(top, #fdfdfd, #e7e7e7);
}
.gray-button:hover{
	background: #e7e7e7;
	background: -moz-linear-gradient(top, #f9f9f9, #e7e7e7);
	background: -webkit-linear-gradient(top, #f9f9f9, #e7e7e7);
	background: -o-linear-gradient(top, #f9f9f9, #e7e7e7);
	background: -ms-linear-gradient(top, #f9f9f9, #e7e7e7);
	background: linear-gradient(top, #f9f9f9, #e7e7e7);
	-pie-background: linear-gradient(top, #f9f9f9, #e7e7e7);
}
.gray-button:active{
	background: #dbdbdb;
	background: -moz-linear-gradient(top, #ededed, #dbdbdb);
	background: -webkit-linear-gradient(top, #ededed, #dbdbdb);
	background: -o-linear-gradient(top, #ededed, #dbdbdb);
	background: -ms-linear-gradient(top, #ededed, #dbdbdb);
	background: linear-gradient(top, #ededed, #dbdbdb);
	-pie-background: linear-gradient(top, #ededed, #dbdbdb);
}
.red-button{
	text-shadow: 0 1px 1px #fff;
	color:#900900;
	border:1px solid #d2d2d2;
	background: #e7e7e7;
	background: -moz-linear-gradient(top, #fdfdfd, #e7e7e7);
	background: -webkit-linear-gradient(top, #fdfdfd, #e7e7e7);
	background: -o-linear-gradient(top, #fdfdfd, #e7e7e7);
	background: -ms-linear-gradient(top, #fdfdfd, #e7e7e7);
	background: linear-gradient(top, #fdfdfd, #e7e7e7);
	-pie-background: linear-gradient(top, #fdfdfd, #e7e7e7);
}
.red-button:hover{
	background: #910900;
	border-color:#810800;
	color:#fff;
	text-shadow:-1px 1px 0 #720700;
	background: -moz-linear-gradient(top, #b00b00, #910900);
	background: -webkit-linear-gradient(top, #b00b00, #910900);
	background: -o-linear-gradient(top, #b00b00, #910900);
	background: -ms-linear-gradient(top, #b00b00, #910900);
	background: linear-gradient(top, #b00b00, #910900);
	-pie-background: linear-gradient(top, #b00b00, #910900);
}
.red-button:active{
	background: #820800;
	border-color:#810800;
	color:#fff;
	text-shadow:-1px 1px 0 #720700;
	background: -moz-linear-gradient(top, #9e0a00, #820800);
	background: -webkit-linear-gradient(top, #9e0a00, #820800);
	background: -o-linear-gradient(top, #9e0a00, #820800);
	background: -ms-linear-gradient(top, #9e0a00, #820800);
	background: linear-gradient(top, #9e0a00, #820800);
	-pie-background: linear-gradient(top, #9e0a00, #820800);
}
/*--------------------------------end---------------------------------------------*/

/*--------------------------------content-box---------------------------------------------*/
.gray-box,.white-box,.green-box,.blue-box,.purple-box{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	position:relative;
	padding:3px 0 0 0;
}
.gray-box{
	background:#fafafa;
	border:1px solid #e4e4e4;
	-moz-box-shadow: inset 0 3px 0 #e4e4e4, 0 1px 2px rgba(0,0,0,0.10);
	-webkit-box-shadow: inset 0 3px 0 #e4e4e4, 0 1px 2px rgba(0,0,0,0.10);
	box-shadow: inset 0 3px 0 #e4e4e4, 0 1px 2px rgba(0,0,0,0.10);
}
.white-box{
	background:#fff;
	border:1px solid #e4e4e4;
	-moz-box-shadow: inset 0 3px 0 #e4e4e4, 0 1px 2px rgba(0,0,0,0.10);
	-webkit-box-shadow: inset 0 3px 0 #e4e4e4, 0 1px 2px rgba(0,0,0,0.10);
	box-shadow: inset 0 3px 0 #e4e4e4, 0 1px 2px rgba(0,0,0,0.10);
}
.green-box{
	background:#eeffe7;
	border:1px solid #c3ffab;
	-moz-box-shadow: inset 0 3px 0 #c3ffab, 0 1px 2px rgba(0,0,0,0.10);
	-webkit-box-shadow: inset 0 3px 0 #c3ffab, 0 1px 2px rgba(0,0,0,0.10);
	box-shadow: inset 0 3px 0 #c3ffab, 0 1px 2px rgba(0,0,0,0.10);
}
.blue-box{
	background:#f2fcff;
	border:1px solid #c7eaf5;
	-moz-box-shadow: inset 0 3px 0 #c7eaf5, 0 1px 2px rgba(0,0,0,0.10);
	-webkit-box-shadow: inset 0 3px 0 #c7eaf5, 0 1px 2px rgba(0,0,0,0.10);
	box-shadow: inset 0 3px 0 #c7eaf5, 0 1px 2px rgba(0,0,0,0.10);
}
.purple-box{
	background:#f0f3f9;
	border:1px solid #dce3ef;
	-moz-box-shadow: inset 0 3px 0 #dce3ef, 0 1px 2px rgba(0,0,0,0.10);
	-webkit-box-shadow: inset 0 3px 0 #dce3ef, 0 1px 2px rgba(0,0,0,0.10);
	box-shadow: inset 0 3px 0 #dce3ef, 0 1px 2px rgba(0,0,0,0.10);
}
/*--------------------------------end---------------------------------------------*/

/*--------------------------------promo-block---------------------------------------------*/
.promo-block{
	overflow:hidden;
	margin:10px 0;
}
.promo-gallery{
	width:336px;
	height:215px;
	position:relative;
	float:left;
	margin:0 28px 0 0;
	float:left;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.promo-gallery.collage{
	width:336px;
}
.promo-gallery>li{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	display:none;
}
.promo-gallery .promo-image{
	float:none;
}
.promo-image{
	float:left;
	vertical-align:top;
	border-right:1px solid  #eaeaea;
	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	margin:0 28px 0 0;
}
.promo-block h3,.promo-block h2{
	font-weight:normal;
	margin:9px 0 0 0;
	font-size:29px;
	line-height:47px;
	color:#038fbe;
	font-family: 'museo500';
	letter-spacing:normal;
}
.promo-block.bottom h3{
	margin:0;
}
.promo-block.bottom .c-button{
	float:right;
	margin:22px 82px 0 20px;
}
.list{
	margin:0;
	padding:0 0 0 2px;
	list-style:none;
	overflow:hidden;
}
.list li,
.list span {
	padding:0 0 0 21px;
	background:url(/i/i/tick01.png) no-repeat 0 6px;
}
.list span{
	display:block;
}
.list .active{
	font-weight:bold;
	color:#010101;
	margin:0 0 0 -2px;
	padding:0 0 0 23px;
	background:url(/i/i/tick02.png) no-repeat 0 3px;
}
.promo-block .list{
	font-size:17px;
	line-height:24px;
	letter-spacing:-0.07em;
}
.promo-block .row{
	line-height:36px;
	font-size:16px;
	color:#323232;
	margin:22px 0 0 0;
}
.promo-block .row .c-button{
	margin:0 5px 0 0;
}
.promo-block .row .login{color:#f08336;}
.promo-block .right-col{
	float:right;
	padding:0 9px 0 0;
	margin:-5px 0 0 12px;
	text-align:center;
}
.promo-block .right-col .social{
	display:inline-block;
	vertical-align:top;
	margin:30px 0 0 0;
}
/*--------------------------------end---------------------------------------------*/

/*--------------------------------counter---------------------------------------------*/
.counter-block{
	background:url(/i/i/counter-bg.gif) repeat;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.20), 0 2px 5px #fff;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.20), 0 2px 5px #fff;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.20), 0 2px 5px #fff;
	height:70px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	position:relative;
	overflow:hidden;
	text-align:center;
	padding:0 19px;
	font-size:12px;
	line-height:15px;
}
.counter{
	position:relative;
	margin:0;
	padding:7px 0;
	list-style:none;
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
}
.counter>li{
	width:23px;
	height:34px;
	overflow:hidden;
	text-indent:-100px;
	background:url(/i/i/counter.png) no-repeat;
	margin:0 1px;
	float:left;
}
.counter .point{
	width:5px;
	height:7px;
	background-position:50% -777px;
	margin-top:25px;
}
.counter .item-0{background-position:0 0;}
.counter .item-1{background-position:0 -35px;}
.counter .item-2{background-position:0 -70px;}
.counter .item-3{background-position:0 -105px;}
.counter .item-4{background-position:0 -140px;}
.counter .item-5{background-position:0 -175px;}
.counter .item-6{background-position:0 -210px;}
.counter .item-7{background-position:0 -245px;}
.counter .item-8{background-position:0 -280px;}
.counter .item-9{background-position:0 -315px;}
.counter .item-10{background-position:0 -350px;}
.counter .item-11{background-position:0 -385px;}
.counter .item-12{background-position:0 -420px;}
.counter .item-13{background-position:0 -455px;}
.counter .item-14{background-position:0 -490px;}
.counter .item-15{background-position:0 -525px;}
.counter .item-16{background-position:0 -560px;}
.counter .item-17{background-position:0 -595px;}
.counter .item-18{background-position:0 -630px;}
.counter .item-19{background-position:0 -665px;}
.counter .item-20{background-position:0 -700px;}
.counter-block p{
	margin:0;
	text-shadow:1px 1px 0 #fff;
	color:#666;
}
/*--------------------------------end---------------------------------------------*/

.columns-holder{
	position:relative;
	margin:10px 0;
}
.columns-holder:after{
	clear:both;
	display:block;
	content:'';
}
.section-head{
	font-weight:normal;
	margin:9px 0 0 0;
	font-size:29px;
	line-height:47px;
	color:#038fbe;
	font-family: 'museo500';
	letter-spacing:normal;
}
/*--------------------------------promo blog---------------------------------------------*/
.promo-blog{
	float:left;
	width:572px;
	padding:0 18px 7px;
	min-height:330px;
}
.promo-blog .two-columns{
	overflow:hidden;
	position:relative;
}
.promo-blog .two-columns .column{
	float:right;
	width:275px;
}
.promo-blog .two-columns .column:first-child{
	float:left;
}
.promo-blog .head{
	font-weight:bold;
	font-size:17px;
	line-height:24px;
}
.promo-blog .head a{
	color:#323232;
}
.promo-blog .head a:hover{
	text-decoration:underline;
	color:#038fbe;
}
.promo-blog  p{
	margin:6px 0 3px 0;
}
.promo-blog .more{
	font-size:16px;
	line-height:21px;
	color:#038fbe;
	font-weight:bold;
}
.promo-blog .more:hover{
	color:#39b2e3;
}
/*--------------------------------end---------------------------------------------*/

/*-------------------------------- peoples-block ---------------------------------------------*/
.people-block{
	float:right;
	width:340px;
	padding:0 14px 7px;
	min-height:330px;
}
.people-list{
	margin:0;
	padding:0;
	list-style:none;
}
.people-list>li{
	overflow:hidden;
	padding:16px 0 0 0;
	background:url(/i/i/people-bg.png) no-repeat 50% 0;
	margin:6px 0 0 0;
}
.people-list>li:first-child{
	background:none;
	padding:0;
}
.people-list .avatar{
	float:left;
	width:64px;
	height:64px;
	padding:4px;
	overflow:hidden;
	position:relative;
	margin:0 0 0 4px;
}
.people-list .avatar img{
	vertical-align:top;
}
.people-list .avatar .mask{
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	left:0;
	top:0;
	background:url(/i/i/people-mask.png) no-repeat;
	display:block;
	z-index:5;
}
.people-list p{
	margin:10px 0 0 86px;
	line-height:16px;
}
/*-------------------------------- end ---------------------------------------------*/

/*-------------------------------- Categories ---------------------------------------------*/
.categories-block{
	padding:17px 18px;
	overflow:hidden;
}
.categories-block .column{
	float:right;
	/*width:470px;*/width: 590px;
	padding:0 0 0 28px;
	background:url(/i/i/border01.png) repeat-y;
}
.categories-block .column:first-child{
	float:left;
	padding:0;
	/*width:430px;*/width: 325px;
	background:none;
}
.categories-block .holder{
	position:relative;
	overflow:hidden;
}
.categories-block .holder .box{
	/*width:230px;
	float:right;*/width: 195px; float: left;
}
.categories-block .holder .box:first-child{
	/*float:left;*/
}
.categories-block ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:21px;
	float:right;
	/*width:207px;*/width: 150px;
}
.categories-block .holder>ul:first-child{
	float:left;
}
.categories-block ul a{
	color:#444;
}
.categories-block ul a:hover{
	color:#038fbe;
}
.categories-block .box ul{
	line-height:19px;
	float:none;
	width:100%;
}
.categories-block .section-head{
	margin:0 0 7px 0;
	line-height:38px;
}
.categories-block h4{
	font-weight:normal;
	margin:0;
	font-size:21px;
	line-height:45px;
	color:#038fbe;
	font-family: 'museo500';
	letter-spacing:normal;
}
.categories-block h4 a{
	color:#323232;
}
.categories-block h4 a:hover{
	color:#038fbe;
	text-decoration:underline;
}
/*-------------------------------- end ---------------------------------------------*/

/*-------------------------------- aside---------------------------------------------*/
.promo-box{
	margin:30px 0;
}
.promo-box .box{
	width:728px;
	height:90px;
	margin:0 auto;
	cursor:pointer;
}
.aside .advertising{
	width:300px;
	height:600px;
	width:300px;
	height:600px;
	margin:0;
}
.content-box .promo-box{
	margin:20px 0 20px -15px;
}
.side-holder{
	position:relative;
	margin:0 0 27px 0;
}
.side-holder:after{
	display:block;
	content:'';
	clear:both;
	width:100%;
	height:0;
	visibility:hidden;
}
.side-holder .content{
	float:left;
	width:737px;
}
.side-holder .aside{
	float:right;
	width:243px;
}
.aside .box-head{
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	margin:0 0 5px 0;
	font-family: 'museo500';
	color:#323232;
	letter-spacing:normal;
	background:url(/i/i/border02.png) repeat-x 0 100%;
	padding:0 0 10px;
}
.aside-box{
	margin:0 0 10px 0;
	padding:17px 15px 16px;
}
.aside-box ul{
	list-style:none;
}
.documents-list{
	font-size:15px;
	line-height:24px;
	margin:0 0 16px 0;
	padding:0;
}
.subcategoryes{
	font-size:13px;
	line-height:16px;
}
.subcategoryes>li{
	margin:8px 0;
}
.aside-box .button-holder{
	margin:0 0 4px 0;
	text-align:center;
}
.aside-box .list{
	font-size:14px;
	line-height:16px;
	padding:5px 6px 10px 6px;
}
.aside-box .list>li{
	margin:0 0 11px 0;
	background-position:0 2px;
}
.events-list{
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
}
.events-list>li{
	border-top:1px solid #ccc;
	padding:6px 0 0 0;
	margin:0 0 12px 0;
}
.events-list>li:first-child{
	border:none;
	padding:0;
}
.events-list .head{
	font-size:15px;
	line-height:24px;
	margin:0 0 4px 0;
}
.events-list p{
	margin:0;
}
.events-list .row{
	overflow:hidden;
	font-size:12px;
	line-height:21px;
	color:#585858;
}
.events-list .row .info{
	float:left;
}
.events-list .row .rating-holder{
	float:right;
	margin:5px 0 0 0;
}
.events-list.essays{
	padding:0;
}
.events-list.essays>li{
	margin:0 0 8px 0;
}
/*-------------------------------- end ---------------------------------------------*/


.content-box{
	padding:12px 19px;
}
h1{
	font-weight:normal;
	margin:9px 0 0 0;
	font-size:29px;
	padding:15px 0 0 0;
	line-height:32px;
	color:#038fbe;
	font-family: 'museo500';
	letter-spacing:normal;
}

.content-box h1 {
	padding-top: 2px;
}

/*-------------------------------- blogs ---------------------------------------------*/
.blogs{
	margin:27px 0 47px 0;
	padding:0;
	list-style:none;
}
.blogs>li{
	border-top:1px solid #ccc;
	padding:30px 0 0 0;
	overflow:hidden;
	margin:0 0 31px 0;
}
.blogs>li:first-child{
	padding:0;
	border:none;
}
.date-box{
	float:left;
	width:77px;
	height:77px;
	background:url(/i/i/date-bg.png) no-repeat;
	color:#fff;
	text-align:center;
	margin:3px 0 0 0;
}
.date-box .monat{
	height:25px;
	line-height:25px;
}
.date-box .date{
	font-size:32px;
	line-height:48px;
}
.blogs .holder{
	margin:0 0 0 90px;
}
.blogs h3{
	font-weight:normal;
	margin:0 0 6px 0;
	font-size:21px;
	line-height:24px;
	color:#038fbe;
	font-family: 'museo500';
	letter-spacing:normal;
}
.blogs h3 a{
	color:#038fbe;
}
.blogs p{
	margin:0;
	font-size:14px;
	line-height:19px;
}
.blogs .more{
	color:#038fbe;
	font-weight:bold;
}
.post{
	overflow:hidden;
	margin:26px 0 0 0;
}
.post p{
	margin:0 0 19px 0;
	line-height:19px;
	font-size:15px;
}
.post .date-box{
	margin:3px 24px 12px 0;
	background:url(/i/i/post-date-bg.png) no-repeat;
	width:103px;
	height:103px;
}
.post .date-box .monat{
	height:32px;
	line-height:32px;
	font-size:17px;
}
.post .date-box .date{
	font-size:43px;
	line-height:67px;
}
.post .back a{
	color:#038fbe;
	font-size:15px;
	line-height:19px;
}
.post .back{
	margin:39px 0 48px;
}
/*-------------------------------- end ---------------------------------------------*/
.breadcrumbs{
	margin:15px 0 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-size:15px;
	line-height:19px;
}
.breadcrumbs>li{
	float:left;
	margin:0 4px 0 0;
}
.breadcrumbs a{
	margin:0 0 0 4px;
}
.breadcrumbs>li:first-child a{
	margin:0;
}
/*-------------------------------- category-item ---------------------------------------------*/
.category-item h2{
	font-size:16px;
	margin:0;
	font-weight:normal;
	line-height:19px;
	color:#000;
}
.category-item h1{
	line-height:45px;
	margin-top:7px;
}
.paging-holder{
	background:#f6f6f6;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	position:relative;
	padding:9px;
	margin:19px 0 29px 0;
}
.paging-holder p{
	margin:4px 0 7px 0;
	font-size:15px;
	line-height:19px;
}
.paging-holder .row{
	overflow:hidden;
	font-size:15px;
	padding:5px 0;
	line-height:24px;
}
.paging-holder .row .title{
	float:left;
	margin:0 11px 0 0;
}
.paging{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.paging>li{
	float:left;
	margin:0 5px 0 0;
	position:relative;
}
.paging a, .paging .point{
	display:block;
	position:relative;
	height:24px;
	line-height:24px;
	text-decoration:none;
	font-size:15px;
	color:#323232;
	text-shadow:0 1px 0 #fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #d2d2d2;
	border-bottom: 1px solid #bcbcbc;
	background: #e7e7e7;
	background: -moz-linear-gradient(top, #fcfcfc, #e7e7e7);
	background: -webkit-linear-gradient(top, #fcfcfc, #e7e7e7);
	background: -o-linear-gradient(top, #fcfcfc, #e7e7e7);
	background: -ms-linear-gradient(top, #fcfcfc, #e7e7e7);
	background: linear-gradient(top, #fcfcfc, #e7e7e7);
	-pie-background: linear-gradient(top, #fcfcfc, #e7e7e7);
	padding:0 7px;
	min-width:10px;
	text-align:center;
	-moz-box-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 1px 1px #fff;
	box-shadow: 0 1px 1px #fff;
}
.paging a:hover{
	background: #e7e7e7;
	background: -moz-linear-gradient(top, #f9f9f9, #e7e7e7);
	background: -webkit-linear-gradient(top, #f9f9f9, #e7e7e7);
	background: -o-linear-gradient(top, #f9f9f9, #e7e7e7);
	background: -ms-linear-gradient(top, #f9f9f9, #e7e7e7);
	background: linear-gradient(top, #f9f9f9, #e7e7e7);
	-pie-background: linear-gradient(top, #f9f9f9, #e7e7e7);
}
.paging a:active{
	background: #dbdbdb;
	background: -moz-linear-gradient(top, #ededed, #dbdbdb);
	background: -webkit-linear-gradient(top, #ededed, #dbdbdb);
	background: -o-linear-gradient(top, #ededed, #dbdbdb);
	background: -ms-linear-gradient(top, #ededed, #dbdbdb);
	background: linear-gradient(top, #ededed, #dbdbdb);
	-pie-background: linear-gradient(top, #ededed, #dbdbdb);
}
.paging a i{
	position:absolute;
	width:9px;
	height:5px;
	position:absolute;
	left:50%;
	margin:0 0 0 -4px;
	display:block;
	z-index:10;
}
.paging a .bottom{
	top:100%;
	background:url(/i/i/paging-mark.png) no-repeat 0 -6px;
}
.paging a .top{
	bottom:100%;
	background:url(/i/i/paging-mark.png) no-repeat 0 0;
}
.paging .active a{
	-pie-background:none;
	background:#888;
	color:#fff;
	text-shadow:0 1px 0 #666;
	border-color:#777;
	border-top: 1px solid #585858;
	position:relative;
	border-radius:3px;
}
.top-paging.paging .active a{
	border-bottom: 1px solid #585858;
	border-top: 1px solid #777;
}
.paging .prev a, .paging .next a{
	background:none;
	border:none;
	color:#038fbe;
	text-decoration:underline;
	box-shadow:none;
	-pie-background: none;
}
.paging .prev{
	margin:0 10px 0 0;
}
.paging .next{
	margin:0 0 0 5px;
}
.paging .prev a{
	padding:0 0 0 12px;
	-pie-background: none;
	background:url(/i/i/prev.png) no-repeat 0 5px;
}
.paging .next a{
	padding:0 13px 0 0;
	-pie-background: none;
	background:url(/i/i/next.png) no-repeat 100% 5px;
}
.paging .prev a:hover, .paging .next a:hover{
	text-decoration:none;
}
.paging .prev.disabled a,.paging .next.disabled a{
	text-decoration:none;
	color:#bbb;
	cursor:default;
}
.paging .prev.disabled a{
	background-position:0 -21px;
}
.paging .next.disabled a{
	background-position:100% -21px;
}
.content-box .search-form{
	float:none;
	overflow:hidden;
	padding:0;
}
.content-box .search-form .text{
	float:left;
	width:585px;
	margin:0;
}
.content-box .search-form .c-button{
	float:right;
	margin:0;
}
.content-box .search-form .row{
	overflow:hidden;
	margin:0 0 8px 0;
}
.content-box .search-form a{
	font-size:15px;
	line-height:19px;
	color:#038fbe;
}
i.i_last_up {
	display: block; 
	margin-right: 10px; 
	text-align: right;
	color: silver;
}
.paper{
	color:#000;
}
.paper-list{
	margin:15px 0 49px;
	padding:0;
	list-style:none;
}
.paper-list>li{
	position:relative;
	overflow:hidden;
	border-top:1px solid #ccc;
	padding:33px 0 0 0;
	margin:0 0 18px 0;
}
.paper-list>li:first-child{
	padding:0;
	border:none;
}
.paper-list .paper{
	float:left;
	width:130px;
	height:168px;
	overflow:hidden;
	float:left;
	border:1px solid #ccc;
	margin:4px 0 0 0;
}
.paper-list .paper img{vertical-align:top;}
.paper-list .description{
	margin:0 0 0 160px;
}
.paper-list h3, .paper-list h2{
	font-weight:normal;
	margin:0 0 6px 0;
	font-size:21px;
	line-height:24px;
	color:#038fbe;
	font-family: 'museo500';
	letter-spacing:normal;
}
.paper-list h3 a{
	color:#038fbe;
}
.paper-list .description>p{
	margin:0 0 9px 0;
	font-size:16px;
	line-height:19px;
	color:#000;
}
.paper-list .info{
	font-size:16px;
	line-height:22px;
}
.rating-holder{
	width:126px;
	height:22px;
	background:url(/i/i/star-b.png) no-repeat 0 0;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 6px;
	position:relative;
}
.rating-holder.small{
	width:69px;
	height:12px;
	margin:0;
	background:url(/i/i/star-s.png) no-repeat 0 0;
}
.rating-holder .rating{
	height:22px;
	background:url(/i/i/star-b.png) no-repeat 0 -22px;
	display:block;
}
.rating-holder .rating ul{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	width:126px;
	height:22px;
	left:0;
	top:0;
}
.rating-holder .rating ul li{
	float:left;
	width:22px;
	height:22px;
	margin:0 0 0 4px;
	cursor:pointer;
}
.rating-holder .rating ul li:first-child{margin:0;}
.rating-holder.small .rating{
	height:12px;
	background:url(/i/i/star-s.png) no-repeat 0 -12px;
}
.paper-list .info .author{
	margin:0 0 0 10px;
}
.paper-list .button-holder{
	overflow:hidden;
	padding:12px 0 2px 0;
	line-height:36px;
}
.paper-list .button-holder .c-button{
	float:left;
	margin:0 15px 0 0;
}
.paper-list .saved,.paper .saved{
	font-weight:bold;
	padding:0 0 0 17px;
	background:url(/i/i/arrow01.png) no-repeat 0 14px;
	font-size:16px;
	color:#555;
	display:inline-block;
	margin:0;
}
.paper .row .saved {
	background:#fff url(/i/i/arrow01.png) no-repeat 0 5px;
	font-size:16px;
	margin:8px 0 0 0;
}
.gallery-holder{
	position:relative;
}
.gallery-holder .gallery{
	width:212px;
	height:274px;
	position:relative;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	padding:1px;
	margin:14px -2px 5px;
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.gallery-holder .gallery>li{
	position:absolute;
	width:100%;
	height:100%;
	left:1px;
	top:1px;
	display:none;
}
.gallery-holder .gallery>li>img{
	vertical-align:top;
	border:1px solid #eaeaea;
}
.gallery-holder .gallery .zoom{
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
	background:url(/i/i/zoom.png) no-repeat 50% 50%;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	display:none;
	z-index:10;
}
.gallery-holder .gallery>li:hover .zoom{
	display:block;
}
.gallery-holder .switch-holder{
	overflow:hidden;
	margin:0 -2px 8px;
	position:relative;
}
.switch-holder .prev,.switch-holder .next{
	margin:11px 0 0 0;
	display:block;
	width:9px;
	height:15px;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
}
.switch-holder .prev{
	background:url(/i/i/prev.png) no-repeat 0 0;
	float:left;
}
.switch-holder .next{
	background:url(/i/i/next.png) no-repeat 0 0;
	float:right;
}
.switch-holder .prev.disabled{
	background-position:0 -26px;
}
.switch-holder .next.disabled{
	background-position:100% -26px;
}
.switch-holder .paging{
	margin:0;
	float:none;
	padding:5px 0 0 0;
	width:9999px;
}
.switch-holder .holder{
	position:relative;
	margin:0 17px;
	overflow:hidden;
}
.switch-holder .paging>li{
	margin:0 0 0 5px;
}
.switch-holder .paging>li a{
	min-width:20px;
	padding:0 2px;
}
.switch-holder .paging li:first-child{
	margin:0;
}
.switch-holder .paging>li.active a i{
	position:absolute;
	bottom:100%;
	background:url(/i/i/paging-mark.png) no-repeat 0 0;
}
/*-------------------------------- end ---------------------------------------------*/

/*-------------------------------- star-rating ---------------------------------------------*/
.star-holder{
	overflow:hidden;
}
.star-holder .star-rating-control{
	float:left;
}
.star-holder .count{
	float:right;
	font-size:15px;
	line-height:19px;
	margin:6px 0 0 0;
}
.star-holder .radioAreaChecked,
.star-holder .radioArea{
	display:none !important;
}
div.rating-cancel,
div.star-rating{
	margin: 3px 4px 0 0;
	float:left;
	width:22px;
	height:22px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden
}
div.rating-cancel{
	margin:0;
	width:0;
}
div.star-rating a{
	background:url(/i/i/star01.png) no-repeat 0 0;
}
div.rating-cancel a,div.star-rating a{
	display:block;
	width:22px;
	height:22px;
	height:100%;
	border:0
}
div.star-rating-on a{
	background:url(/i/i/star01.png) no-repeat 0 100%;
}
div.star-rating-hover a{
	background-position:0 100%;
}
div.star-rating-readonly a{
	cursor:default !important
}
div.star-rating{
	background:transparent!important;
	overflow:hidden!important
}
/*-------------------------------- end ---------------------------------------------*/

.info-block{
	font-size:13px;
	line-height:24px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:13px 0 14px 0;
	padding:6px 0 10px 0;
}
.info-block p{
	margin:0;
}
.soc-list{
	margin:0 0 0 -10px;
	padding:0;
	list-style:none;
	overflow:hidden;
	position:relative;
}
.soc-list li{
	margin:0 0 5px 10px;
	float:left;
}
.soc-list li img{vertical-align:top;}

/*-------------------------------- paper ---------------------------------------------*/
.paper h1{
	padding-top:0;
}
.head-line{
	position:relative;
	overflow:hidden;
}
.head-line .soc-list{
	float:right;
	margin-top:10px;
}

div.aside-box > ul.soc-list{
	display: table-caption;
}

.paper p{
	margin:19px 0;
	font-size:16px;
	line-height:19px;
}
.paper .holder{
	position:relative;
	overflow:hidden;
}
.paper .holder .l-col{
	float:left;
	/*
	width:336px;
	*/
	height:280px;
	margin: 0 20px 0 0;
}
.paper .holder .l-col .advertising{
	width:336px;
	height:280px;
}
.paper .holder .r-col .advertising{
	width:200px;
	height:90px;
	margin:17px 0 0 0;
}
.paper .holder .r-col{
	position:relative;
	/*margin:20px 0 0 357px;*/
	margin: 0;
	float: left;
}
.paper .holder .row{
	position:relative;
	overflow:hidden;
	padding:0 0 15px 0;
}
.paper .holder .row .c-button{
	float:left;
	margin:0 15px 0 0;
}
.paper .tab-holder{
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #f7f7f7, #fcfcfc);
	background: -webkit-linear-gradient(top, #f7f7f7, #fcfcfc);
	background: -o-linear-gradient(top, #f7f7f7, #fcfcfc);
	background: -ms-linear-gradient(top, #f7f7f7, #fcfcfc);
	background: linear-gradient(top, #f7f7f7, #fcfcfc);
	-pie-background: linear-gradient(top, #f7f7f7, #fcfcfc);
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	position:relative;
	margin: 32px 0 29px;
	padding: 0 19px 8px;
}
.paper .tab-holder .head-box{
	overflow:hidden;
	padding:5px 0 7px 0;
	line-height:24px;
}
.paper .tab-holder .title{
	float:left;
	letter-spacing:-0.02em;
	margin:0 25px 0 0;
	color:#555;
	font-size:15px;
}
.paper .tab-holder .tab-control{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.paper .tab-holder .tab-control li{
	float:left;
	text-transform:uppercase;
	height:24px;
	line-height:24px;
	padding:1px 9px;
	letter-spacing:normal;
	position:relative;
}
.paper .tab-holder .tab-control .active{
	background: #009acc;
	padding:0 8px;
	background:#888;
	-moz-box-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 1px 1px #fff;
	box-shadow: 0 1px 1px #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #777;
	border-bottom-color:#585858;
}
.paper .tab-holder .tab-control .active a{
	text-decoration:none;
	color:#fff;
}
.paper .tab-holder .tab-control i{
	display:none;
	position:absolute;
	background:url(/i/i/paging-mark.png) no-repeat 0 -6px;
	width:9px;
	height:5px;
	position:absolute;
	top:100%;
	left:50%;
	margin:0 0 0 -3px;
}
.paper .tab-holder .tab-control .active i{
	display:block;
}
.paper .tab-holder .tab{
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #f7f7f7, #fcfcfc);
	background: -webkit-linear-gradient(top, #f7f7f7, #fcfcfc);
	background: -o-linear-gradient(top, #f7f7f7, #fcfcfc);
	background: -ms-linear-gradient(top, #f7f7f7, #fcfcfc);
	background: linear-gradient(top, #f7f7f7, #fcfcfc);
	-pie-background: linear-gradient(top, #f7f7f7, #fcfcfc);
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	position:relative;
	padding:15px 15px 20px;
	font-size:15px;
	line-height:19px;
	display:none;
	color:#555;
}
.comments-box img{
	vertical-align:top;
}
.comments-box{
	margin:0 0 49px 0;
}
.search-result h1{
	padding-top:0;
	margin-bottom:19px;
}
div.paper>div { overflow-x: hidden; }
/*-------------------------------- end ---------------------------------------------*/

/*-------------------------------- text-page ---------------------------------------------*/
.text-block p{
	margin:0 0 19px 0;
	color:#070707;
	font-size:15px;
	line-height:19px;
}
.text-block h1{
	margin-bottom:19px;
	padding-top:0;
}
.text-block h2{
	font-size:21px;
	line-height:24px;
	color:#070707;
	font-weight:bold;
	margin:0;
}
.text-block h3{
	font-size:17px;
	line-height:19px;
	color:#070707;
	font-weight:bold;
	margin:0;
}
.text-block h4{
	font-size:16px;
	font-weight:bold;
	margin:0;
	color:#070707;
}
.text-block .sub-heading{
	border-bottom:1px solid #ccc;
	padding:0 0 9px 0;
	margin:0 0 24px 0;
}
.text-block p a{
	color:#070707;
}
/*-------------------------------- end ---------------------------------------------*/

/*-------------------------------- search ---------------------------------------------*/
.check-list{
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}
.check-list li{
	overflow:hidden;
	font-size:13px;
	line-height:24px;
}
.check-list input[type=checkbox]{
	width:13px;
	height:13px;
	margin:5px 4px 0 0;
	padding:0;
	float:left;
}
.check-list label{
	float:left;
	color:#39b2e3;
	text-decoration:underline;
	cursor:pointer;
}
.check-list label:hover{
	text-decoration:none;
}
.check-list label.active{
	text-decoration:none;
	color:#000;
}
.word-count{
	margin:16px 0 9px 0;
	overflow:hidden;
}
.word-count .text-input{
	margin:0;
	float:left;
	width:52px;
	text-align:center;
}
.word-count .border{
	float:left;
	margin:0 8px;
	line-height:36px;
}
/*-------------------------------- end ---------------------------------------------*/

/*-------------------------------- forms ---------------------------------------------*/
.text-input{
	outline:none;
	height:34px;
	display:block;
	padding:0 10px;
	border:1px solid #ccc;
	-moz-box-shadow: inset 0 1px 0 #eaeaea, 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #eaeaea, 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #eaeaea, 0 1px 0 #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #f7f7f7, #fcfcfc);
	background: -webkit-linear-gradient(top, #f7f7f7, #fcfcfc);
	background: -o-linear-gradient(top, #f7f7f7, #fcfcfc);
	background: -ms-linear-gradient(top, #f7f7f7, #fcfcfc);
	background: linear-gradient(top, #f7f7f7, #fcfcfc);
	-pie-background: linear-gradient(top, #f7f7f7, #fcfcfc);
	position:relative;
	font-size:15px;
	color:#323232;
	letter-spacing:-0.05em;
}
.text-input.error{
	border-color:#ff8080;
	-moz-box-shadow: inset 0 1px 0 rgba(255,0,0,0.50), 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,0,0,0.50), 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 rgba(255,0,0,0.50), 0 1px 0 #fff;
	background: #fbf3f3;
	background: -moz-linear-gradient(top, #f7eeee, #fbf3f3);
	background: -webkit-linear-gradient(top, #f7eeee, #fbf3f3);
	background: -o-linear-gradient(top, #f7eeee, #fbf3f3);
	background: -ms-linear-gradient(top, #f7eeee, #fbf3f3);
	background: linear-gradient(top, #f7eeee, #fbf3f3);
	-pie-background: linear-gradient(top, #f7eeee, #fbf3f3);
}
.ui-selectmenu.error{
	border-color:#ff8080;
	background: #fbf3f3;
	background: -moz-linear-gradient(top, #fbf3f3, #f7eeee);
	background: -webkit-linear-gradient(top, #fbf3f3, #f7eeee);
	background: -o-linear-gradient(top, #fbf3f3, #f7eeee);
	background: -ms-linear-gradient(top, #fbf3f3, #f7eeee);
	background: linear-gradient(top, #fbf3f3, #f7eeee);
	-pie-background: linear-gradient(top, #fbf3f3, #f7eeee);
}
.ui-selectmenu.error .ui-selectmenu-status{
	line-height:34px;
}
.aside select{
	width:211px;
	margin:10px 0 20px;
}
.aside-box .ui-selectmenu{
	margin:10px 0 20px 0;
}
.ui-selectmenu {
	overflow:hidden;
	outline:none;
	outline:none;
	height:34px;
	display:block;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #fcfcfc, #f7f7f7);
	background: -webkit-linear-gradient(top, #fcfcfc, #f7f7f7);
	background: -o-linear-gradient(top, #fcfcfc, #f7f7f7);
	background: -ms-linear-gradient(top, #fcfcfc, #f7f7f7);
	background: linear-gradient(top, #fcfcfc, #f7f7f7);
	-pie-background: linear-gradient(top, #fcfcfc, #f7f7f7);
	position:relative;
	font-size:15px;
	color:#323232;
	letter-spacing:-0.05em;
	overflow:hidden;
	position:relative;
	line-height:34px;
}
.ui-selectmenu:hover {
	text-decoration:none;
}
.ui-selectmenu-status {
	text-decoration:none;
	display:block;
	height:100%;
	overflow:hidden;
	padding: 0 10px;
	color:#323232;
	font-size:15px;
}
.ui-selectmenu-menu {
	position:absolute;
	top:0;
	margin: -1px 0 0;
	display:none;
	border:1px solid #ccc;
	z-index:1001;
	border-radius:3px;
}
.ui-selectmenu-menu ul {
	list-style:none outside none;
	overflow:hidden;
	margin:0;
	padding:0;
	font-size:13px;
	line-height:16px;
	color:#323232;
	background:#fff;
	border-bottom:none;
	overflow:hidden;
	position:relative;
	background: #fcfcfc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.ui-selectmenu-menu li {
	margin:0;
	padding:3px 10px;
	cursor:pointer;
}
.ui-selectmenu-menu li:hover {
	background:#eef5fe;
}
.ui-selectmenu-icon {
	float:right;
	cursor:pointer;
	width:25px;
	height:34px;
	background:url(/i/i/select.gif) no-repeat 50% 50%;
}
/*-------------------------------- end ---------------------------------------------*/

/*-------------------------------- User ---------------------------------------------*/
.user-page .head-line{
	overflow:hidden;
	padding:5px 0 22px 0;
	border-bottom:1px solid #ccc;
	margin:0 0 12px 0;
}
.user-page.account .head-line{
	padding:15px 0 34px 0;
	margin:0 0 10px 0;
}
.user-page h1{
	margin:15px 0 0 0;
	padding:0;
	line-height:32px;
}
.user-info{
	float:right;
	padding:0 28px 0 0;
}
.user-info .box{
	float:left;
	width:66px;
	height:56px;
	margin:0 0 0 9px;
	border:1px solid #d2d2d2;
	border-top-color:#a6a6a6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
	overflow:hidden;
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #f2f2f2, #fdfdfd);
	background: -webkit-linear-gradient(top, #f2f2f2, #fdfdfd);
	background: -o-linear-gradient(top, #f2f2f2, #fdfdfd);
	background: -ms-linear-gradient(top, #f2f2f2, #fdfdfd);
	background: linear-gradient(top, #f2f2f2, #fdfdfd);
	-pie-background: linear-gradient(top, #f2f2f2, #fdfdfd);
	text-align:center;
}
.user-info .box:first-child{margin:0;}
.user-info .box .title{
	font-size:12px;
	line-height:16px;
	position:absolute;
	left:0;
	bottom:4px;
	display:block;
	color:#666;
	width:100%;
	text-shadow:1px 1px 0 #fff;
}
.user-info .box .sex{
	position:absolute;
	left:19px;
	top:6px;
	width:29px;
	height:30px;
	overflow:hidden;
	background:url(/i/i/sex-ico.png) no-repeat -100px 0;
}
.user-info .box .male{
	background-position: 50% 0;
}
.user-info .box .female{
	background-position: 50% -30px;
}
.user-info .box .none{
	background-position: 50% -60px;
}
.user-info .box .count{
	font-size:27px;
	line-height:40px;
	color:#009fdf;
}
.user-info .box .country{
	width:25px;
	height:15px;
	position:absolute;
	left:21px;
	top:14px;
	background:url(/i/i/country.gif) no-repeat 0 0;
}
.user-info .box .country.item-000{
	background-position:0 0;
}
.user-info .box .country.item-001{
	background-position:-25px 0;
}
.user-info .box .country.item-002{
	background-position:-50px 0;
}
.user-info .box .country.item-003{
	background-position:-75px 0;
}
.user-page h3{
	font-weight:normal;
	margin:14px 0;
	font-size:19px;
	line-height:22px;
	color:#038fbe;
	font-family: 'museo500';
	letter-spacing:normal;
}
.user-page .button-holder.l-button{
	margin-left:107px;
}
table{
	border-collapse:collapse;
	width:100%;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	position:relative;
	overflow:hidden;
	margin:0 0 9px 0;
}
table tr:first-child td:first-child,table tr:first-child th:first-child{
	-moz-border-radius:4px 0 0 0;
	-webkit-border-radius:4px 0 0 0;
	border-radius:4px 0 0 0;
}
table tr:first-child td:last-child,table tr:first-child th:last-child{
	-moz-border-radius:0 4px 0 0;
	-webkit-border-radius:0 4px 0 0;
	border-radius:0 4px 0 0;
}
table tr:last-child td:first-child,table tr:last-child th:first-child{
	-moz-border-radius:0 0 0 4px;
	-webkit-border-radius:0 0 0 4px;
	border-radius:0 0 0 4px;
}
table tr:last-child td:last-child,table tr:last-child th:last-child{
	-moz-border-radius:0 0 4px 0;
	-webkit-border-radius:0 0 4px 0;
	border-radius:0 0 4px 0;
}
table td,table th{
	background-image: url(/i/i/border01.png);
	background-position:0 0;
	background-repeat: repeat-y;
	padding: 6px 10px;
	line-height:17px;
	overflow:hidden;
}
table td{
	text-align:center;
	vertical-align:middle;
	color:#000;
	border-bottom:1px solid #fff;
}
table th{
	border-bottom:1px solid #ccc;
	line-height:16px;
	padding:5px 10px;
}
table td:first-child,table th:first-child{
	background-image:none;
}
table .odd-row td,table .odd-row th{
	background-color:#f7f7f7;
}
table .odd-row td{
	border-bottom:1px solid #f7f7f7;
}
table .rating-holder{
	display:inline-block;
	vertical-align:middle;
	float:none;
}
table .name{
	text-align:left;
}
table .title{
	width:260px !important;
}
table.account-table .title{
	width:200px !important;
}
.aligne-left{
	text-align:left;
}
.aligne-right{
	text-align:right;
}
.user-table{
	width:50%;
	margin:0 0 34px 0;
}
.user-table td{
	color:#009fdf;
	text-align:left;
}
.user-table td strong{
	font-size:15px;
	color:#555;
}
table .checked td{
	background-color:#e5faff;
	border-bottom-color:#fff;
}
.user-page .button-holder{
	margin:14px 0 7px 0;
}
.user-page .button-holder form{
	display:inline-block;
	vertical-align:top;
}
*+html .user-page .button-holder form{display:inline;}
.head-line .info-row{
	font-size:15px;
	line-height:19px;
	color:#666;
	font-family:'PT Sans Caption',arial,sans-serif;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 20px;
}
.account h1{
	margin-top:5px;
}
.account .menu{
	line-height:26px;
	overflow:hidden;
	margin:0 0 13px 0;
	letter-spacing:-0.01em;
}
.account .menu>ul{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	font-size:19px;
	font-family: 'museo500';
}
.account .menu>ul>li{
	float:left;
	margin:0 25px 0 0;
}
.account .menu>ul>li.active a{
	color:#000;
	text-decoration:none;
	cursor:text;
}
.account .submenu{
	overflow:hidden;
	padding:0 0 4px 0;
	margin:0 0 20px 0;
}
.account .submenu>ul{
	float:left;
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	box-shadow: 0 0 1px 1px #fff;
}
.account .submenu>ul>li{
	float:left;
	position:relative;
	margin:0 -1px 0 0;
}
.account .submenu>ul>li a{
	position:relative;
	cursor:pointer;
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	padding:0 7px;
	font-weight:bold;
	color:#fff;
	letter-spacing:-0.05em;
	height:24px;
	line-height:24px;
	text-shadow: 0 1px 1px #fff;
	color:#323232;
	border:1px solid #d2d2d2;
	background: #e7e7e7;
	background: -moz-linear-gradient(top, #fdfdfd, #e7e7e7);
	background: -webkit-linear-gradient(top, #fdfdfd, #e7e7e7);
	background: -o-linear-gradient(top, #fdfdfd, #e7e7e7);
	background: -ms-linear-gradient(top, #fdfdfd, #e7e7e7);
	background: linear-gradient(top, #fdfdfd, #e7e7e7);
	-pie-background: linear-gradient(top, #fdfdfd, #e7e7e7);
}
.account .submenu>ul>li a:hover{
	background: #e7e7e7;
	background: -moz-linear-gradient(top, #f9f9f9, #e7e7e7);
	background: -webkit-linear-gradient(top, #f9f9f9, #e7e7e7);
	background: -o-linear-gradient(top, #f9f9f9, #e7e7e7);
	background: -ms-linear-gradient(top, #f9f9f9, #e7e7e7);
	background: linear-gradient(top, #f9f9f9, #e7e7e7);
	-pie-background: linear-gradient(top, #f9f9f9, #e7e7e7);
}
.account .submenu>ul>li a:active{
	background: #dbdbdb;
	background: -moz-linear-gradient(top, #ededed, #dbdbdb);
	background: -webkit-linear-gradient(top, #ededed, #dbdbdb);
	background: -o-linear-gradient(top, #ededed, #dbdbdb);
	background: -ms-linear-gradient(top, #ededed, #dbdbdb);
	background: linear-gradient(top, #ededed, #dbdbdb);
	-pie-background: linear-gradient(top, #ededed, #dbdbdb);
}
.account .submenu>ul>li.first a{
	-moz-border-radius:2px 0 0 2px;
	-webkit-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
}
.account .submenu>ul>li.last a{
	-moz-border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
	border-radius:0 2px 2px 0;
}
.account .submenu>ul>li.active a{
	background:#888;
	-pie-background:#888;
	color:#fff;
	text-shadow:none;
	border-color:#777777;
	border-bottom:1px solid #585858;
	cursor:text;
}
.account .submenu>ul>li.active{
	z-index:10;
}
.account .submenu>ul>li a i{
	background:url(/i/i/paging-mark.png) no-repeat 0 -6px;
	display:block;
	width:9px;
	height:5px;
	position:absolute;
	left:50%;
	margin:0 0 0 -4px;
	top:100%;
	overflow:hidden;
	text-indent:-9999px;
	display:none;
}
.account .submenu>ul>li.active a i{
	display:block;
}
.account-settings{
	position:relative;
	padding:16px 0 0 0;
}
.account-settings h3, .account-settings h2{
	font-weight:normal;
	margin:0 0 15px 0;
	padding:0 0 9px 0;
	font-size:21px;
	line-height:24px;
	color:#555;
	font-family: 'museo500';
	letter-spacing:normal;
	border-bottom:1px solid #ccc;
}
.account-settings .text-input{
	/*color:#999;*/
	width:378px;
}
.account-settings input[disabled].text-input{
color:#999;
}

.account-settings .text-active{
	color:#000;
}
.account-settings  label{
	line-height:19px;
	font-size:15px;
	color:#000;
	float:left;
	width:104px;
	margin:8px 5px 0 0;
	font-weight:bold;
}
.account-settings .two-line{
	margin-top:-3px;
}
.account-settings .row{
	overflow:hidden;
	padding:0 0 11px 0;
}
.account-settings .receive-block{
	padding:4px 0 0 109px;
}
.account-settings .receive-block .row{
	padding-bottom:19px;
}
.account-settings .receive-block label{
	margin:0;
	display:block;
	overflow:hidden;
	float:none;
	width:100%;
}
.account-settings .receive-block label input{
	width:12px;
	height:12px;
	float:left;
	margin:2px 8px 0 0;
	padding:0;
}
.account-settings .receive-block p{
	margin:3px 0 0 20px;
	font-size:14px;
	line-height:19px;
	color:#000;
}
.account-settings .section{
	margin-top:47px;
}
.account-settings  table .type{
	width:500px;
}
.account-settings  table{
	margin-bottom:30px;
}
.account-settings  table td span{color:#898989;}
.account-settings .buttoh-holder{
	overflow:hidden;
	margin:20px 0 7px 0;
}
.account-settings .button-holder .c-button{
	float:left;
	margin:0 20px 0 0;
}
/*-------------------------------- end ---------------------------------------------*/
.content-holder{
	padding:11px 20px;
	margin:0 0 30px 0;
}
.content-holder h1{
	margin-top:2px;
}
/*-------------------------------- Login---------------------------------------------*/
.login-form{
	background:url(/i/i/or.png) no-repeat 50% 50%;
	position:relative;
	overflow:hidden;
	padding:8px 0;
	margin:6px 0 0 0;
}
.login-form .border-text{
	font-size:16px;
	line-height:38px;
	color:#777;
	position:absolute;
	left:50%;
	top:50%;
	width:40px;
	height:40px;
	margin:-20px 0 0 -20px;
	text-align:center;
	font-weight:bold;
}
.login-form .column{
	width:430px;
	float:right;
}
.login-form .column:first-child{
	float:left;
}
.login-form .text-input, .upload-form .login-form .text-input{
	/*color:#999;*/
	width:286px;
	float:right;
}
.login-form .text-active{
	color:#000 !important;
}
.login-form  label, .upload-form .login-form  label {
	line-height:19px;
	font-size:15px;
	color:#000;
	float:left;
	width:115px;
	margin:8px 0 0 0;
	font-weight:bold;
	cursor:pointer;
}
 .login-form .row, .upload-form  .login-form .row{
	overflow:hidden;
	padding:4px 0 8px 0;
}
 .login-form .row.last{
 	padding-bottom:0;
 }
.login-form p{
	margin:0;
}
.login-form p a{
	color:#555;
}
.c-button .next{
	margin:12px 0 0 4px;
}
.login-form .button-holder{
	text-align:right;
	overflow:hidden;
	line-height:34px;
	margin:14px 0;
}
.login-form .button-holder .c-button{
	float:left;
}
.login-form .form-head{
	font-weight:bold;
	color:#000;
	margin:0;
	font-size:15px;
	line-height:19px;
}
.c-button .facebook-icon{
	margin:5px 10px 0 -9px;
	display:inline-block;
	vertical-align:top;
	width:24px;
	height:24px;
	background:url(/i/i/social.png) no-repeat 0 0;
}
.c-button .google-icon{
	margin:5px 10px 0 -9px;
	display:inline-block;
	vertical-align:top;
	width:24px;
	height:24px;
	background:url(/i/i/social.png) no-repeat 0 -52px;
}
.c-button .twitter-icon{
	margin:5px 10px 0 -9px;
	display:inline-block;
	vertical-align:top;
	width:24px;
	height:24px;
	background:url(/i/i/social.png) no-repeat 0 -26px;	
}
.login-form .column .gray-button{
	min-width:170px;
}
.login-form  .social-block{
	margin:10px 0 0 0;
}
.login-form .section{
	margin:0 0 7px 0;
}
.content-holder .promo-block{
	margin:17px 0 4px 0;
}
/*-------------------------------- end ---------------------------------------------*/

/*-------------------------------- Upload ---------------------------------------------*/
.activity-block{
	font-size:17px;
	line-height:24px;
	margin:20px 0 40px 0;
}
.activity-block mark{
	color:#33b500;
	font-weight:bold;
	font-size:20px;
	background:none;
}
.upload-form{
	position:relative;
}
.upload-form h3{
	font-weight:normal;
	margin:0 0 24px 0;
	padding:0 0 9px 0;
	font-size:21px;
	line-height:24px;
	color:#555;
	font-family: 'museo500';
	letter-spacing:normal;
	border-bottom:1px solid #ccc;
}
.upload-form .row{
	overflow:hidden;
	padding:0 0 11px 0;
	line-height:34px;
}
.upload-form .column .row{
	line-height:19px;
}
.upload-form .number{
	background:url(/i/i/circle.png) no-repeat;
	width:31px;
	height:31px;
	padding:0;
	letter-spacing:-1px;
	line-height:29px;
	font-size:15px;
	color:#fff;
	text-align:center;
	float:left;
	margin:2px 15px 0 0;
	font-weight:bold;
	text-shadow:0 -1px 1px #0082ad;
}
.upload-form label{
	float:left;
	font-weight:bold;
	color:#000;
	font-size:15px;
	line-height:34px;
	min-width:95px;
	margin:0 7px 0 0;
}
.upload-form .text-input{
	float:left;
	width:378px;
}
.tabset{
	position:relative;
	overflow:hidden;
	margin:13px 0 20px 0;
}
.upload-form  .row .message, .upload-form  .tabset .message{
	color:#f50707;
	font-size:15px;
	line-height:34px;
	margin:0 0 0 14px;
}
.upload-form  .row select{
	width:400px;
}
.upload-form  .row .ui-selectmenu{
	float:left;
	width:398px !important;
}
.tabset .control{
	margin:0 0 -1px 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:44px;
	position:relative;
	z-index:10;
}
.tabset .control li{
	float:left;
	line-height:40px;
	text-align:center;
	margin:0 5px 0 0;
}
.tabset .control li a{
	display:block;
	text-decoration:none;
	height:40px;
	font-size:15px;
	padding:0 30px;
	color:#323232;
	text-shadow:1px 1px 0 #fff;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	border:1px solid #ccc;
	background: #dbdbdb;
	background: -moz-linear-gradient(top, #eee, #dbdbdb);
	background: -webkit-linear-gradient(top, #eee, #dbdbdb);
	background: -o-linear-gradient(top, #eee, #dbdbdb);
	background: -ms-linear-gradient(top, #eee, #dbdbdb);
	background: linear-gradient(top, #eee, #dbdbdb);
	-pie-background: linear-gradient(top, #eee, #dbdbdb);
}
.tabset .control li.active a,.tabset .control li.active a:hover{
	height:44px;
	border-bottom:none;
	font-weight:bold;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #fdfdfd, #f7f7f7);
	background: -webkit-linear-gradient(top, #fdfdfd, #f7f7f7);
	background: -o-linear-gradient(top, #fdfdfd, #df7f7f7);
	background: -ms-linear-gradient(top, #fdfdfd, #f7f7f7);
	background: linear-gradient(top, #fdfdfd, #f7f7f7);
	-pie-background: linear-gradient(top, #fdfdfd, #f7f7f7);
}
.tabset .control li a:hover{
	background: #e7e7e7;
	background: -moz-linear-gradient(top, #f9f9f9, #e7e7e7);
	background: -webkit-linear-gradient(top, #f9f9f9, #e7e7e7);
	background: -o-linear-gradient(top, #f9f9f9, #e7e7e7);
	background: -ms-linear-gradient(top, #f9f9f9, #e7e7e7);
	background: linear-gradient(top, #f9f9f9, #e7e7e7);
	-pie-background: linear-gradient(top, #f9f9f9, #e7e7e7);
}
.tabset .control li a:active{
	background: #dbdbdb;
	background: -moz-linear-gradient(top, #ededed, #dbdbdb);
	background: -webkit-linear-gradient(top, #ededed, #dbdbdb);
	background: -o-linear-gradient(top, #ededed, #dbdbdb);
	background: -ms-linear-gradient(top, #ededed, #dbdbdb);
	background: linear-gradient(top, #ededed, #dbdbdb);
	-pie-background: linear-gradient(top, #ededed, #dbdbdb);
}
.tabset .tab{
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7, #eee);
	background: -webkit-linear-gradient(top, #f7f7f7, #eee);
	background: -o-linear-gradient(top, #f7f7f7, #eee);
	background: -ms-linear-gradient(top, #f7f7f7, #eee);
	background: linear-gradient(top, #f7f7f7, #eee);
	-pie-background: linear-gradient(top, #f7f7f7, #eee);
	border:1px solid #d2d2d2;
	-moz-border-radius:0 4px 4px 4px;
	-webkit-border-radius:0 4px 4px 4px;
	border-radius:0 4px 4px 4px;
	position:relative;
	overflow:hidden;
	min-height:50px;
	padding:24px;
	display:none;
}
.tabset .tab p{
	font-size:15px;
	line-height:24px;
	margin:0 0 14px 0;
}
.file-input-area {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.file-input{
	width:102px;
	height:36px;
}
.file-input .file{
	width:519px;
	position:relative;
	z-index: 10;
	height: 100%;
	overflow:hidden;
}
.file-input.big-button{
	padding:0;
	text-align:center;
}
.file-input .file-input-area {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	display:block;
	height:100px;
	width:100%;
	padding:0;
	margin:0;
	font-size:1000px;
	cursor:pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.file-input .file-2 .file-input-area { top:0; left: 0px; }
.file-input .file .text {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:500px;
	border:none;
	padding:0;
	margin: 0;
	font-size:15px;
	line-height:34px;
	height:34px;
	color:#000;
	background:none;
	color:#000;
}
.file-input .file-2 .text {
	left:100px;
	padding:0 0 0 20px;
}
.file-input .button {
	float:left;
	width:102px;
	height:100%;
	padding:0;
	overflow:hidden;
	text-align:center;
	font-size:15px;
	color:#fff;
	text-decoration:none;
}
.file-input .file-2 .button { float: left; }
.file.hover .orange-button {
	background: #ff9a15;
	background: -moz-linear-gradient(top, #ffb83e, #ff9a15);
	background: -webkit-linear-gradient(top, #ffb83e, #ff9a15);
	background: -o-linear-gradient(top, #ffb83e, #ff9a15);
	background: -ms-linear-gradient(top, #ffb83e, #ff9a15);
	background: linear-gradient(top, #ffb83e, #ff9a15);
	-pie-background: linear-gradient(top, #ffb83e, #ff9a15);
}
.file-input .file .text.load{color:#33b500;}
.file-input .file .text.error{color:#f50707;}
.tabset textarea{
	width:881px !important;
	padding:5px 0 5px 15px;
	border:1px solid #dadada;
	outline:none;
	position:relative;
	background:#fff;
	font-size:15px;
	line-height:21px;
	color:#000;
	min-height:100px;
}
.error{
	color:#f51717;
	font-size:15px;
	line-height:24px;
}
.tabset textarea.error{
	border-color:#ff8080;
	background: -moz-linear-gradient(top, #f7eeee, #fbf3f3);
	background: -webkit-linear-gradient(top, #f7eeee, #fbf3f3);
	background: -o-linear-gradient(top, #f7eeee, #fbf3f3);
	background: -ms-linear-gradient(top, #f7eeee, #fbf3f3);
	background: linear-gradient(top, #f7eeee, #fbf3f3);
	-pie-background: linear-gradient(top, #f7eeee, #fbf3f3);
}
.successfull{
	color:#33b500;
}
.upload-form .button-holder{
	text-align:right;
	overflow:hidden;
	line-height:34px;
	margin:14px 0;
	font-size:15px;
	margin:0 0 0 27px;
}
.upload-form .button-holder .c-button{
	float:left;
}
.upload-form .button-holder p{
	margin:0 0 0 15px;
	float:left;
}
.upload-form .button-holder p a{
	color:#555;
}
.upload-form .login-form .social-block{
	margin-bottom:20px;
}
.upload-form .uploaded{
	font-size:24px;
	line-height:31px;
	margin:25px 0;
	padding:0 0 0 46px;
	background:url(/i/i/tick03.png) no-repeat 0 0;
	min-height:31px;
	color:#33b500;
}
.upload-form .login-form  .button-holder{
	margin-left:0;
	margin-top:20px;
}
.message-box{
	display:inline-block;
	vertical-align:top;
	line-height:34px;
}
.rating-block .text{
	line-height:24px;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 5px;
	letter-spacing:-0.05em;
	font-size:14px;
}
.rating-block{
	white-space:nowrap;
}
/*-------------------------------- end ---------------------------------------------*/

/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************/
/*-------------------------------- UPDATE 25.03.14---------------------------------------------*/
/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************/



/*-------------------------------- Choose ---------------------------------------------*/
.aside .people-block{
	float:none;
	width:auto;
	color:#000;
}
.people-block .author{
	display:block;
	text-align:right;
	font-size:13px;
	line-height:16px;
}
.aside .people-block .avatar{
	margin:0;
}
.aside .people-block .people-list p{
	margin:9px 0 0 82px;
}
.aside .people-block .section-head{
	font-size:19px;
	line-height:24px;
	color:#323232;
	border-bottom:1px solid #ccc;
	padding:18px 0 7px 0;
	margin:0 0 13px 0;
}
.aside .people-list li{
	margin: 5px 0 0;
	padding: 15px 0 0;
}
.aside .people-list li:first-child{
	margin:0;
	padding:0;
}
.choose-block{
	position:relative;
	color:#000;
}
.choose-block h1{
	margin: 2px 0 6px;
	letter-spacing:0.01em;
}
.choose-block .count-row{
	border-top:1px solid #ccc;
	padding:6px 0 0 0;
	letter-spacing:-0.04em;
	font-size:15px;
	line-height:19px;
	margin:0 0 27px 0;
}
.choose-list{
	margin:0 0 30px 0;
	padding:0;
	list-style:none;
	width:100%;
	font-size:1px;
	line-height:0px;
	text-align: justify;
	position:relative;
}
.choose-list:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}
.choose-list > li{
	display:inline-block;
	vertical-align:bottom;
	text-align:center;
	font-size:13px;
	line-height:24px;
	width:220px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.35);
	background: #ededed;
	background: -moz-linear-gradient(top, #fdfdfd, #ededed);
	background: -webkit-linear-gradient(top, #fdfdfd, #ededed);
	background: -o-linear-gradient(top, #fdfdfd, #ededed);
	background: -ms-linear-gradient(top, #fdfdfd, #ededed);
	background: linear-gradient(top, #fdfdfd, #ededed);
	-pie-background: linear-gradient(top, #fdfdfd, #ededed);
	border-radius:5px;
	position:relative;
	overflow:hidden;
}
.choose-list > li:hover{
	background: #e4e4e4;
	background: -moz-linear-gradient(top, #f5f5f5, #e4e4e4);
	background: -webkit-linear-gradient(top, #f5f5f5, #e4e4e4);
	background: -o-linear-gradient(top, #f5f5f5, #e4e4e4);
	background: -ms-linear-gradient(top, #f5f5f5, #e4e4e4);
	background: linear-gradient(top, #f5f5f5, #e4e4e4);
	-pie-background: linear-gradient(top, #f5f5f5, #e4e4e4);
}
.choose-list .title{
	font-weight:bold;
	font-size:24px;
	line-height:30px;
	color:#009fdf;
	background:url(/i/i/border02.png) repeat-x 0 100%;
	margin:0;
	padding:0 0 6px 0;
}
.choose-list .title.small{
	font-size:20px;
}
.choose-list .holder{
	padding:13px 14px 20px;
	position:relative;
}
.choose-list dl{
	margin:0;
	padding:6px 0 14px;
	background:url(/i/i/border02.png) repeat-x 0 100%;
	color:#555;
}
.choose-list .c-button{
	margin-top:8px;
}
.choose-list dl dt{
	font-size:17px;
	line-height:21px;
	margin:0 0 14px 0;
}
.choose-list dl dd{
	font-weight:bold;
	font-size:21px;
	line-height:27px;
	margin:0;
	color:#000;
}
.choose-list dl .econom{
	font-weight:normal;
	display:block;
	font-size:15px;
	color:#33b100;
	line-height:15px;
}
.choose-list .row{
	padding:8px 0 12px;
	font-size:13px;
	line-height:18px;
	background:url(/i/i/border02.png) repeat-x 0 100%;
	color:#555;
}
.choose-list .no-border{
	background:none;
}
.choose-list .price{
	font-size:24px;
	line-height:32px;
	display:block;
	color:#000;
	margin:5px 0 0 0;
}
/*-------------------------------- end ---------------------------------------------*/

/*-------------------------------- Payment ---------------------------------------------*/
.payment-block{
	position:relative;
	min-height:482px;
}
.payment-block h1{
	letter-spacing: 0.01em;
	padding: 7px 0 23px;
}
.payment-form{
	position:relative;
	padding:0 0 7px 0;
}
.payment-step{
	font-size:21px;
	line-height:24px;
	padding:0 0 6px 0;
	border-bottom:1px solid #ccc;
	font-weight:normal;
	margin:0 0 8px 0;
	color:#555;
	letter-spacing: -0.035em;
}
.payment-form .term{
	font-size:15px;
	line-height:19px;
	color:#000;
	margin:0 0 38px 0;
	letter-spacing: -0.06em;
}
.payment-form .term a{
	margin:0 0 0 5px;
}
.select-method{
	margin:16px 0 33px 3px;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.select-method > li{
	float:left;
	margin:0 20px 0 0;
	position:relative;
	border:1px solid #cccccc;
	border-radius:4px;
	overflow:hidden;
}
.select-method a{
	display:block;
	text-decoration:none;
	overflow:hidden;
	position:relative;
}
.select-method img{
	vertical-align:top;
}
.select-method input{
	position:absolute;
	left:15px;
	width:13px;
	height:13px;
	margin:0;
	outline:none;
	top:23px;
	cursor:pointer;
}
.select-method label{
	cursor:pointer;
	padding:14px 13px 14px 31px;
	height:30px;
	display:block;
}
.select-method label:hover,.select-method .active{
	background:#fffddd;
}
.select-method .active{
	cursor:default;
}
.payment-form .note{
	font-size: 15px;
	line-height:21px;
	color:#000;
	line-height: 21px;
    margin: 29px 15px 37px 15px;
}
.agreement-block{
	position:relative;
	overflow:hidden;
}
.agreement{
	position:relative;
	overflow:auto;
	height: 150px;
	color:#000;
	line-height: 16px;
	padding:0;
	border:1px solid #ccc;
	font-size: 12px;
}
.agreement .text-holder{
	margin:15px 10px 15px 15px;
	overflow:hidden;
	position:relative;
}
.agreement:after{
	display:block;
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	background:#fff;
	z-index:2;
	height:15px;
	width:100%;
}
.confirmation{
	position:relative;
	font-size:15px;
	line-height:19px;
	color:#000;
	display:block;
	padding:0 0 0 23px;
	margin: 17px 0;
    position: relative;
}
.confirmation input{
	margin:0;
	width:14px;
	height:14px;
	padding:0;
	position:absolute;
	left:0;
	top:3px;
	cursor:pointer;
}
.confirmation label{
	cursor:pointer;
}
.cardholder-details{
	position:relative;
	margin:0 0 8px 0;
}
.payment-form .row{
	overflow:hidden;
	padding:0 0 11px 148px;
	line-height:34px;
	position:relative;
}
.payment-form .row label{
	float:left;
	font-weight:bold;
	color:#000;
	font-size:15px;
	line-height:18px;
	width:148px;
	margin:0;
	position:absolute;
	left:0;
	top:9px;
}
.payment-form label span{
	display:block;
	font-weight:normal;
	font-size:12px;
	line-height:16px;
	color:#777;
}
.payment-form .text-input{
	float:left;
	width:230px;
}
.payment-form  .row .massage{
	color:#f50707;
	font-size:15px;
	line-height:34px;
	margin:0 0 0 14px;
	display:none;
}
.payment-form  .row.error-label .massage{
	display:inline;
}
.payment-form  .row select{
	width:250px;
}
.payment-form .error{
	color:#323232;
}
.payment-form  .row .ui-selectmenu{
	float:left;
	width:248pxpx !important;
}
.payment-form .section{
	margin:19px 0;
}
.payment-form .input-short{
	width:100px;
}
.payment-form .c-button{
	margin-right:10px;
}
.payment-form .info-row{
	position:relative;
	font-size:17px;
	line-height:21px;
	color:#000;
	letter-spacing: -0.035em;
    margin: 17px 0 39px;
}
.payment-form .info-row span{
	display:block;
	margin:10px 0 0 0;
	font-size:15px;
	line-height:18px;
}
.checkout-block{
	position:relative;
	padding:9px 0 18px 0;
}
.secure-card{
	position:relative;
	padding:0 0 0 60px;
	font-size:15px;
	line-height:19px;
	color:#777;
	background:url(/i/i/secure-ico.png) no-repeat 8px 50%;
	min-height:40px;
	margin:0 0 39px 0;
}
.secure-card strong{
	display:block;
	color:#000;
	font-size:21px;
	line-height:21px;
}
.payment-form .checkout-block .row{
	padding:0 0 20px 148px;
}
.w200{
	width:200px !important;
}
.w60{
	width:60px !important;
}
.w80{
	width:80px !important;
}
.payment-form .checkout-block .w80{
	margin:0 0 0 10px;
}
.cvc{
	width:40px !important;
}
.payment-form .hint-holder{
	display:inline-block;
	cursor:pointer;
	color:#009fdf;
	text-decoration:underline;
	font-size:14px;
}
.payment-form .hint{
	border:1px solid #ccc;
	border-radius: 4px;
	position:relative;
	background:url(/i/i/hint-bg.gif) repeat-x;
	height:36px;
	float:left;
	margin:-16px 0 0 10px;
	padding:14px 5px;
	font-size:12px;
	font-weight:normal;
	color:#3f3f3f;
	line-height:16px;
	width:206px;
	visibility:hidden;
}
.payment-form .cvc-row{
	overflow:visible;
	zoom:1;
	position:relative;
}
.cvc-row:after{
	display:block;
	height:0;
	clear:both;
	content:'';
	width:100%;
}
.payment-form .hint img{
	float:left;
}
.payment-form .hint .text{
	display:block;
	overflow:hidden;
	padding:2px 10px 0 10px;
}
.payment-form .card-number{
	width:270px;
}
.payment-form .hint .arr{
	position:absolute;
	background:url(/i/i/arr-left.gif) no-repeat 0 0;
	width:6px;
	height:9px;
	left:-6px;
	top:50%;
	z-index:2;
	margin:-4px 0 0 0;
	display:block;
}
.popover{
	position:absolute;
	z-index:1000;
	width:100%;
	height:100%;
	left:-9999px;
	top:-9999px;
}
.popover .bg{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#000;
	opacity:0.75;
}
.popover .close{
	position:fixed;
	right:24px;
	top:20px;
	z-index:10;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/i/i/close.png) no-repeat;
	width:15px;
	height:15px;
}
.popover .popup{
	width:800px;
	position:absolute;
	left:50%;
	margin:0 0 0 -400px;
	top:0;
}
.popover .title{
	color:#fff;
	font-size:30px;
	line-height:32px;
	margin:0 0 1px 36px;
	font-weight:normal;
}
.popover-gallery{
	position:relative;
}
.popover-gallery .gallery{
	margin:0;
	padding:0;
	list-style:none;
}
.popover-gallery .gallery img{
	vertical-align:top;
/*
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
*/
}
.popover-gallery .gallery > li{
	margin:20px 0 0 0;
	position:relative;
}
.popover-gallery .gallery > li:first-child{
	margin:0;
}
/*
.popover-gallery .pager{
	display:inline-block;
	vertical-align:top;
	color:#fff;
	font-size:13px;
	height:30px;
	line-height:30px;
	width:120px;
	text-align:center;
	border-radius:2px;
	position:absolute;
	z-index:10;
	left:50%;
	bottom:10px;
	margin:0 0 0 -60px;
	background:url(/i/i/bg.png) repeat;
	visibility:hidden;
}
*/
.popover-gallery .pager{
	position:absolute;
	bottom:20px;
	color:#fff;
	font-size:13px;
	height:30px;
	line-height:30px;
	width:120px;
	text-align:center;
	border-radius:2px;
	position:absolute;
	z-index:100;
	left:50%;
	margin:0 0 0 -60px;
	background:url(/i/i/bg.png) repeat;
	opacity:0;
}
.popover-gallery .pager em{
	font-style:normal;
}
.popover-gallery .blur-popup{
	position:absolute;
	top:50%;
	left:50%;
	width:210px;
	padding:18px 15px 19px;
	margin:-140px 0 0 -120px;
	z-index:300;
	text-align:center;
	background:#f9fff6;
	box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	display: none;
}
.popover-gallery .blur-popup .head{
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	margin:0 0 5px 0;
	font-family: 'museo500';
	color:#323232;
	letter-spacing:normal;
	border-bottom:1px solid #ccc;
	padding:0 0 8px;
	text-align:left;
}
.popover-gallery .blur-popup .list{
	font-size:14px;
	line-height:16px;
	padding:5px 6px 10px 6px;
	text-align:left;
}
.popover-gallery .blur-popup .list>li{
	margin:0 0 11px 0;
	background-position:0 2px;
}
.scrollbar {
	background:none;
	position: absolute;
	right: -13px;
	top: 0;
	width: 8px;
	z-index: 110;
	height:100%;
	opacity:0;
}
.scrollbar:hover{
	opacity:1 !important;
}
.scrollbar .handle {
	background: none repeat scroll 0 0 #777;
	cursor: pointer;
	top:-1px;
	position:absolute;
	width: 100%;
	right:-1px;
	height:160px;
	border-radius: 2px;
	border:1px solid #323232;
}
.scrollbar .handle .mousearea {
	height: 100%;
	left: -10px;
	position: absolute;
	top: 0;
	width: 22px;
	border-radius: 4px;
}
.w-scroll{
	height:1100px;
	position:relative;
	z-index:20;
}
.load-ico{
	position:absolute;
	
}
.button-load{
	padding-left:34px !important;
	/*display:none;*/
	display: inline-block;
}
.button-load .load-ico{
	display:block;
}
.load-ico{
	width:16px;
	height:16px;
	position:absolute;
	left:13px;
	top:9px;
	display:none;
}
.blue-button .load-ico{
	background:url(/i/i/loader-blue.gif) no-repeat;
}
.green-button .load-ico{
	background:url(/i/i/loader-green.gif) no-repeat;
}
.orange-button .load-ico{
	background:url(/i/i/loader-orange.gif) no-repeat;
}
.gray-button .load-ico{
	background:url(/i/i/loader-gray.gif) no-repeat;
}
.gray-button2 {
	background:url(/i/i/loader-gray2.gif) no-repeat;
	padding-left: 20px;
}

.red-button .load-ico{
	background:url(/i/i/loader-red.gif) no-repeat;
}
.button-load .load-ico{
	display:block;
}
.button-load .next-ico{
	display:none;
}
.blur-mask{
	background:#000 url(/i/i/popover-loader.gif) no-repeat 50% 20%;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:200;
}
.popover-loader{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:299;
}
.blur-holder{
	position:relative;
}
.blur-holder>img{
	visibility:hidden;
}
.paging-hidden{
	display:none;
}

.ajax-loader-ico{
	padding: 14px 0 0 0;
}

.long_ajax{
	display: none;
	float: left;
	background: url(/i/i/ajax-loader-long.gif) no-repeat 0px 11px;
	padding-left: 137px;
	padding-top: 10px;
	height: 25px;
}


.essays-table4{
	width: 450px;
	margin-right: 20px;
	float: left;
}

a>span.dl_format { text-transform: uppercase; }

div.paper_premium_full {
	padding: 6px 7px 4px 27px; 
	margin: 9px 0px 0px; 
	background: #F1F1F1; 
	font-size: 13px; border: 1px solid #f0c36d; 
	background: #f9edbe url('/i/i/star-16.png') no-repeat 7px 6px;
}

div.paper_premium_info {
	padding: 3px 7px 0px 27px; 
	margin: 0px 0px 3px; 
	background: #F1F1F1; 
	font-size: 13px; 
	border: 1px solid #f0c36d;
	background: #f9edbe url('/i/i/star-16.png') no-repeat 7px 6px;
}

div.paper_show_first_page {
	padding:5px 7px; 
	margin:15px 0px 0px; 
	background: #F1F1F1;
}
div.paper_continue_full {
	padding: 10px 7px; 
	margin: 15px 0px 22px; 
	background: #F1F1F1;
	font-size: 14px;
}



/* -------------------- from temp.css ----------------- */

form#id_delete_form select, form#id_unsubscr_form select { height: 36px; } /* border 1+1 */

div.essays_page ul { float: left; list-style-type: none; padding-left: 10px; }
div.essays_page ul li { font: 20px/35px 'PT Sans Caption',arial,sans-serif }

div.clear { clear: both; }

.dl_button { padding: 0 0 15px 0; margin: 0; float: left; width: 160px; }
div.aside-box>ul.essays>li>p { overflow-x: hidden; }

/* icons */
.txt-icon{margin:7px 9px 0 0;display:inline-block;vertical-align:top;background:url('/i/i/txt-icon.png') no-repeat left top;width:18px;height:19px;}
.docx-icon{margin:7px 9px 0 0;display:inline-block;vertical-align:top;background:url('/i/i/doc-icon.png') no-repeat left top;width:18px;height:19px;}
.odt-icon{margin:7px 9px 0 0;display:inline-block;vertical-align:top;background:url('/i/i/odt-icon.png') no-repeat left top;width:18px;height:19px;}
.rtf-icon{margin:7px 9px 0 0;display:inline-block;vertical-align:top;background:url('/i/i/rtf-icon.png') no-repeat left top;width:18px;height:19px;}
.save-paper-load-icon{
	margin:7px 9px 0 0;
	display:inline-block;
	vertical-align:top;
	background:url(/i/i/ajax-loader-save-paper.gif) no-repeat center center;
	width:18px;
	height:19px;
}
.save-button{}
.tab p{font-family:tahoma,arial,sans-serif !important;margin:0 0 0 0 !important;}
.paper p{font-family:georgia,arial,sans-serif;letter-spacing:normal;text-indent: 36px;}

p.text_body_p_unindent { text-indent: 0px; }
div.tab-holder>.tab>p { text-indent: 0px; }

.navigation>ul li.active a{color:#fff !important;text-shadow: 0 0 0 transparent !important;}
.logout-link{float:right;font-family:'PT Sans Caption',arial,sans-serif;font-size:15px;line-height:35px;}
.account-settings .text-input{display:inline-block;}
.msg_old_pwd.message, form.form_ajax span.message{
	display:inline-block;
	color:#f50707;
	font-size:15px;
	line-height:34px;
	margin:0 0 0 14px;
}
.row .message{
	display:inline-block;
	color:#f50707;
	font-size:15px;
	line-height:34px;
	margin:0 0 0 14px;
}
/*.account-settings .text-input{color:#323232;}*/

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.incorrect-UP{font-size:15px;line-height:30px;color:#f50707;}
.success-UP{font-size:15px;line-height:30px;color:#0ba869;}
/* /icons */



/*-------------------------------- end ---------------------------------------------*/

/*----- search ----- */
#w_p_accordion {
	height: 128px;
	overflow: hidden;
}
form#adv_search_form a.c-button{
	margin-top:8px;
}
#w_p_accordion h3:focus {
	outline: none!important;
}
.collapse, .expand{
	float:left;
	width:20px;
}
#w_p_accordion h3{
	color: #038fbe;
	text-decoration: underline;
	cursor: pointer;
	background:none;
}
#w_p_accordion h3:hover{
	text-decoration: none;
}
#w_p_accordion .h3active{
	color: rgb(50, 50, 50);
	text-decoration: none;
	background: url(/i/i/border02.png) repeat-x 0 100%;
}
.word-count {
	padding: 16px 0 9px 0;
	margin:0!important;
	overflow: hidden;
}
/*
change '.word-count' at "all.css:1981
.word-count {
padding: 16px 0 9px 0;
overflow: hidden;
}
*/