@charset "UTF-8";
/* CSS Document */

HTML {
	width: 100%;
	height: 100%;
	font-size: 100.01%
}
BODY {
	height: 100%;
	margin: 0;
	padding: 0;
	font: normal 12px Arial, "Helvetica Neue", sans-serif;
	color: #222;
	-webkit-text-size-adjust: 100%;
	background: url(img/bgtextures/gray_jean.png) #F4F4F4;
}
IMG {
	border: none;
}
.allpage {
	min-width: 1004px;
	height: auto;
	min-height: 100%;
}
* html .allpage {
	height: 100%
}
.footer {
	background: url("img/bg_footer.png") repeat-x scroll center top #E6E6E6;
	height: 127px;
	margin: 30px auto 0;
	position: relative;
}
TD, TH, UL, OL, LI, DL, DT, DD, INPUT, TEXTAREA, SELECT, LABEL, BUTTON {
	color: #222;
}
UL, LI, DL, DT, DD, OL {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.circleli {
	list-style-type: circle !important;
}
FORM {
	margin: 0
}
IMG {
	border: 0
}
A {
	color: #222;
	text-decoration: underline;
	outline: none;
}
A:hover {
	color: #ee2424;
}
A.dotted {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px dotted #000
}
A.dotted:hover {
	border-color: #ee2424
}
H1 {
	margin: 0;
	padding: 0 0 20px 0;
}
H1.pagetitle {
	font-size: 24px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 15px;
}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.italic {
	font-style: italic;
}
.bold {
	font-style: bold;
}
.normal {
	font-style: normal;
}
.red {
	color: #ee2424
}
.gray {
	color: #8a8a8a
}
.lightgray {
	color: #c8c8c8
}
.blue {
	color: #577a9b
}
.eee {
	color: #eee
}
.fl {
	float: left
}
.fr {
	float: right
}
.cb {
	clear: both
}
.clear {
	width: 100%;
	clear: both;
	font-size: 0;
	line-height: 0
}
.float100 {
	float: left;
	width: 100%
}
.ar {
	text-align: right
}
.ac {
	text-align: center
}
.al {
	text-align: left
}
.vm {
	vertical-align: middle
}
.pr {
	position: relative
}
.db {
	display: block
}
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}
INPUT, SELECT {
	vertical-align: middle;
	-webkit-appearance: none;
}
TEXTAREA {
	-webkit-appearance: none;
}
TABLE {
	border-collapse: collapse
}
.nowrap {
	white-space: nowrap
}
.feedback {
	font-size: 24px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #222;
	margin-bottom: 30px;
}
.feedback div {
	font-size: 11px;
	font-weight: normal;
}
a.prapart {
	font-size: 20px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	padding-top: 30px;
	padding-left: 150px;
	font-weight: bold;
	border: 1px solid #222;
	margin-bottom: 30px;
	background: #900;
	color: #eee;
	display: block;
	text-decoration: none;
	border: #700;
	line-height: 20px;
	-webkit-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	background: url(img/prapart.jpg) top left no-repeat;
	height: 60px;
	overflow: hidden;
}
a.prapart span {
	color: #aaa;
	font-size: 11px;
	font-weight: normal;
}
a.prapart:hover {
	color: #fff;
}
.popup {
	position: relative;
	display: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 20px;
	background-color: white;
	width: 490px;
	left: 50%;
	margin-left: -265px;
	-webkit-box-shadow: 0 0 25px -5px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 25px -5px rgba(0,0,0,0.8);
	-o-box-shadow: 0 0 25px -5px rgba(0,0,0,0.8);
	box-shadow: 0 0 25px -5px rgba(0,0,0,0.8);
}
.popup.pra {
	background: url(img/pra_popupbg.jpg) top center no-repeat;
	padding-top: 130px;
	color: #dedede;
	border: 1px solid rgba(255,255,255,0.1);
}
.popup.pra .selectbox {
	color: #222;
}
.popup.pra .popup .title {
	color: #ffffff;
}
.popup .title {
	padding: 0 0 10px 0px;
	font-size: 24px;
	position: relative;
	font-weight: bold;
}
.popup .info {
	font-size: 11px;
}
.popup .title B {
	position: absolute;
	top: 8px;
	right: 0px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(img/close.png) no-repeat center center;
	cursor: pointer;
}
.popup .topstatus {
	background: none;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
	border-top: none;
}
.close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 10px;
	height: 10px;
	background: url(img/close.png) no-repeat;
	cursor: pointer;
	z-index: 1000;
}
.pt140 {
	padding-top: 140px;
}
.pt6 {
	padding-top: 6px
}
.pb2 {
	padding-bottom: 2px
}
.pb5 {
	padding-bottom: 5px
}
.pb6 {
	padding-bottom: 6px
}
.pb8 {
	padding-bottom: 8px
}
.pb10 {
	padding-bottom: 10px
}
.pb15 {
	padding-bottom: 15px
}
.pb77 {
	padding-bottom: 77px
}
.p_0_10 {
	padding: 0 10px
}
.pl10 {
	padding-left: 10px
}
.pl33 {
	padding-left: 33px
}
.pl34 {
	padding-left: 34px
}
.pl35 {
	padding-left: 35px
}
.pr10 {
	padding-right: 10px
}
.mb5 {
	margin-bottom: 5px
}
.mb10 {
	margin-bottom: 10px
}
.mb15 {
	margin-bottom: 15px
}
.ml10 {
	margin-left: 10px
}
.ml20 {
	margin-left: 20px
}
.mr5 {
	margin-right: 5px
}
.mr10 {
	margin-right: 10px
}
.width103 {
	width: 103px
}
.width186 {
	width: 186px
}
.width420 {
	width: 420px
}
.width500 {
	width: 500px
}
.width50ps {
	width: 50%
}
.width30ps {
	width: 30%
}
.font11 {
	font-size: 11px !important;
}
.font18 {
	font-size: 18px !important;
	line-height: 19px;
}
.font24 {
	font-size: 24px !important;
	line-height: 24px;
}
form .text {
	height: 32px;
	padding: 0 9px;
	overflow: visible;
	font-size: 14px;
	line-height: 32px;
	border: 1px solid #8a8a8a;
	background: #fff;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
textarea:focus, form .text:focus {
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	border: #333 1px solid;
	outline: none;
}
#soCO div.selectOut {
	height: 32px !important;
	padding: 0 9px !important;
	overflow: visible;
	font-size: 14px !important;
	line-height: 32px !important;
	border: 1px solid #8a8a8a !important;
	background: #fff;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}
#soCO div.selectOver {
	height: 32px !important;
	padding: 0 9px !important;
	overflow: visible;
	font-size: 14px !important;
	line-height: 32px !important;
	border: 1px solid #8a8a8a !important;
	background: #fff;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff !important;
}
#soCO td.selectField {
	padding-top: 5px !important;
	font-size: 14px !important;
}
#soCO td.buttonArrow a {
	background-position: 8px 13px !important;
	height: 20px !important;
}
.text.disab {
	border-color: #c5c5c5
}
.redtext {
	border-color: #ee2424
}
TEXTAREA.text {
	height: auto;
	padding: 9px;
	line-height: normal;
	font-family: tahoma, arial, verdana, sans-serif;
}
.selecttext {
	font-size: 24px
}
.selecttext.font24 {
	font-size: 24px
}
.selecttext DIV {
	float: left;
	padding: 1px 17px 0 8px;
	background: url(img/bg_select.gif) no-repeat 100% 14px;
	position: relative
}
.selecttext .select {
	display: block;
	margin: -1px 0 0 0;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 1px dotted #000
}
.selecttext .styled {
	position: absolute;
	opacity: 0;
	top: 100%;
	margin-top: -13px;
	cursor: pointer;
	width: 100%
}
.button {
	height: 34px;
	padding: 0 20px 3px 20px;
	overflow: visible;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #e5e5e5;
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #efefef));
	background: -webkit-linear-gradient(top, #fdfdfd 0%, #efefef 100%);
	background: -o-linear-gradient(top, #fdfdfd 0%, #efefef 100%);
	background: -ms-linear-gradient(top, #fdfdfd 0%, #efefef 100%);
	background: linear-gradient(top, #fdfdfd 0%, #efefef 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#efefef', GradientType=0 );
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}
a.button {
	padding: 6px 20px 9px;
	text-decoration: none;
}
a.button:hover {
	padding: 6px 20px 9px;
	text-decoration: none;
	color: #222;
}
.button:hover {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
	background: linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );
}
.buttonRed {
	background: #fE2424;
	background: -moz-linear-gradient(center top, #F47575 0%, #EE2424 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(top, #F47575 0%, #EE2424 100%);
	background: -o-linear-gradient(top, #F47575 0%, #EE2424 100%);
	background: -ms-linear-gradient(top, #F47575 0%, #EE2424 100%);
	background: linear-gradient(top, #F47575 0%, #EE2424 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F47575', endColorstr='#EE2424', GradientType=0 );
	border: 1px solid #EE2020;
	color: #FFFFFF;
}
.buttonRed:hover {
	background: #000;
	background: -moz-linear-gradient(top, #ff7575 0%, #fE2424 100%);
	background: -webkit-linear-gradient(top, #ff7575 0%, #fE2424 100%);
	background: -o-linear-gradient(top, #ff7575 0%, #fE2424 100%);
	background: -ms-linear-gradient(top, #ff7575 0%, #fE2424 100%);
	background: linear-gradient(top, #ff7575 0%, #fE2424 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7575', endColorstr='#fE2424', GradientType=0 );
	border: 1px solid #EE2020;
	color: #FFFFFF;
}
.buttonBlack {
	background: #222;
	background: -moz-linear-gradient(center top, #444444 0%, #222222 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(top, #444444 0%, #222222 100%);
	background: -o-linear-gradient(top, #444444 0%, #222222 100%);
	background: -ms-linear-gradient(top, #444444 0%, #222222 100%);
	background: linear-gradient(top, #444444 0%, #222222 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222', GradientType=0 );
	border: 1px solid #222222;
	color: #FFFFFF;
}
.buttonBlack:hover {
	background: #222;
	background: -moz-linear-gradient(center top, #444444 0%, #333333 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(top, #444444 0%, #333333 100%);
	background: -o-linear-gradient(top, #444444 0%, #333333 100%);
	background: -ms-linear-gradient(top, #444444 0%, #333333 100%);
	background: linear-gradient(top, #444444 0%, #333333 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#333333', GradientType=0 );
	border: 1px solid #333333;
}
.buttonBlue {
	background: #00a0db;
	background: -moz-linear-gradient(top, #00a0db 0%, #23538a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a0db), color-stop(100%, #23538a));
	background: -webkit-linear-gradient(top, #00a0db 0%, #23538a 100%);
	background: -o-linear-gradient(top, #00a0db 0%, #23538a 100%);
	background: -ms-linear-gradient(top, #00a0db 0%, #23538a 100%);
	background: linear-gradient(top, #00a0db 0%, #23538a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0db', endColorstr='#23538a', GradientType=0 );
	color: #fff;
	border-color: #23538a;
}
.buttonBlue:hover {
	background: #27aadd;
	background: -moz-linear-gradient(top, #27aadd 4%, #23538a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #27aadd), color-stop(100%, #23538a));
	background: -webkit-linear-gradient(top, #27aadd 4%, #23538a 100%);
	background: -o-linear-gradient(top, #27aadd 4%, #23538a 100%);
	background: -ms-linear-gradient(top, #27aadd 4%, #23538a 100%);
	background: linear-gradient(top, #27aadd 4%, #23538a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27aadd', endColorstr='#23538a', GradientType=0 );
	color: #fff;
}
.subscribebutton {
	margin-left: -5px;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0
}
.smallbutton {
	height: 24px;
	padding: 0 14px 2px 14px;
	overflow: visible;
	font-size: 11px;
	border: 1px solid #111111;
	background: #222222;
	background: -moz-linear-gradient(top, #444444 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #222222));
	background: -webkit-linear-gradient(top, #444444 0%, #222222 100%);
	background: -o-linear-gradient(top, #444444 0%, #222222 100%);
	background: -ms-linear-gradient(top, #444444 0%, #222222 100%);
	background: linear-gradient(top, #444444 0%, #222222 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222', GradientType=0 );
	color: #eee;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
.smallbutton:hover {
	background: #333;
	background: -moz-linear-gradient(top, #444444 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #333333));
	background: -webkit-linear-gradient(top, #444444 0%, #333333 100%);
	background: -o-linear-gradient(top, #444444 0%, #333333 100%);
	background: -ms-linear-gradient(top, #444444 0%, #333333 100%);
	background: linear-gradient(top, #444444 0%, #333333 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#333333', GradientType=0 );
	color: #fff;
}
.smallbutton.buy {
	background: #00a0db;
	background: -moz-linear-gradient(top, #00a0db 0%, #23538a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a0db), color-stop(100%, #23538a));
	background: -webkit-linear-gradient(top, #00a0db 0%, #23538a 100%);
	background: -o-linear-gradient(top, #00a0db 0%, #23538a 100%);
	background: -ms-linear-gradient(top, #00a0db 0%, #23538a 100%);
	background: linear-gradient(top, #00a0db 0%, #23538a 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0db', endColorstr='#23538a', GradientType=0 );
	color: #fff;
	border-color: #23538a;
}
.smallbutton.buy:hover {
	background: #27aadd;
	background: -moz-linear-gradient(top, #27aadd 4%, #23538a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #27aadd), color-stop(100%, #23538a));
	background: -webkit-linear-gradient(top, #27aadd 4%, #23538a 100%);
	background: -o-linear-gradient(top, #27aadd 4%, #23538a 100%);
	background: -ms-linear-gradient(top, #27aadd 4%, #23538a 100%);
	background: linear-gradient(top, #27aadd 4%, #23538a 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27aadd', endColorstr='#23538a', GradientType=0 );
}
.smallbutton.repra {
	background: #900;
	background: -moz-linear-gradient(top, #C00 0%, #900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C00), color-stop(100%, #900));
	background: -webkit-linear-gradient(top, #C00 0%, #900 100%);
	background: -o-linear-gradient(top, #C00 0%, #900 100%);
	background: -ms-linear-gradient(top, #C00 0%, #900 100%);
	background: linear-gradient(top, #C00 0%, #900 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C00', endColorstr='#900', GradientType=0 );
	color: #fff;
	border-color: #900;
}
.smallbutton.repra:hover {
	background: #C00;
	background: -moz-linear-gradient(top, #d00 0%, #900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d00), color-stop(100%, #900));
	background: -webkit-linear-gradient(top, #d00 0%, #900 100%);
	background: -o-linear-gradient(top, #d00 0%, #900 100%);
	background: -ms-linear-gradient(top, #d00 0%, #900 100%);
	background: linear-gradient(top, #d00 0%, #900 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00', endColorstr='#900', GradientType=0 );
}
.precrop {
	overflow: hidden;
	border: 1px #999999 solid;
	margin-right: 10px;
}
.c230 {
	width: 230px;
	height: 230px;
}
.c170 {
	width: 170px;
	height: 170px;
}
.c100 {
	width: 100px;
	height: 100px;
}
.c50 {
	width: 50px;
	height: 50px;
}
.precrop IMG {
	background: none !important;
	padding: 0px;
}
.preview230 img, .preview170 img, .preview100 img, .preview50 img {
	bottom: 5px;
	left: 5px;
	position: absolute;
}
.preview230 img {
	max-height: 230px;
	max-width: 230px;
}
.preview170 img {
	max-height: 170px;
	max-width: 170px;
}
.preview100 img {
	height: 100px;
	width: 100px;
}
.preview50 img {
	height: 50px;
	width: 50px;
}
.preview100:before {
	content: "";
	display: block;
	position: absolute;
	top: 5;
	left: 5;
	height: 100px;
	width: 100px;
	-webkit-box-shadow: inset 0 0 7px -3px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 0 7px -3px rgba(0,0,0,0.8);
	box-shadow: inset 0 0 7px -3px rgba(0,0,0,0.8);
	z-index: 1;
}
.preview50:before {
	content: "";
	display: block;
	position: absolute;
	top: 5;
	left: 5;
	height: 50px;
	width: 50px;
	-webkit-box-shadow: inset 0 0 9px -5px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 0 9px -5px rgba(0,0,0,0.8);
	-o-box-shadow: inset 0 0 9px -5px rgba(0,0,0,0.8);
	box-shadow: inset 0 0 9px -5px rgba(0,0,0,0.8);
	z-index: 1;
}
a.preview230, a.preview170, a.preview100, a.preview50 {
	overflow: hidden;
	background: none;
	text-align: center;
	padding: 5px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
a:hover.preview230, a:hover.preview170, a:hover.preview100, a:hover.preview50 {
	background-color: #fff;
}
.dayphoto a:hover.preview230, a:hover.preview100, a:hover.preview50 {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px -7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 15px -7px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 15px -7px rgba(0,0,0,0.5);
	box-shadow: 0 0 15px -7px rgba(0,0,0,0.5);
}
.photoview LI a.preview50:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
a.preview230 {
	height: 230px;
	width: 230px;
}
a.preview170 {
	height: 170px;
	width: 170px;
}
a.preview100 {
	height: 100px;
	width: 100px;
}
a.preview50 {
	height: 50px;
	width: 50px;
}
.date {
	font-size: 9px;
	color: #222;
	text-align: center;
	width: 100px;
	padding: 0 5px 2px;
}
.thumbautor, .thumbtitle, .date, .gone {
	text-align: left !important;
}
.thumbautor {
	font-size: 10px;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
	width: 170px;
	margin-left: 5px;
}
.thumbautor .username {
	text-decoration: none;
}
.bigphotolist .thumbautor {
	width: 225px;
}
.bigphotolist .date {
	width: 230px;
}
.gone {
	background: #ccc;
	color: #000;
	display: block;
	font-size: 10px;
	position: relative;
	height: 17px;
	line-height: 17px;
}
.gone .currentrating {
	padding: 0px 7px;
	background: #cc2424;
	color: #fff;
	float: left;
	margin-right: 10px;
}
.gone a {
	text-align: right !important;
}
.thumbtitle {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	margin-left: 5px;
	overflow: hidden;
	padding-bottom: 5px;
	padding-top: 3px;
	width: 170px;
}
.bigphotolist .thumbtitle {
	width: 230px;
}
.album {
	background: url(img/album_thumb_book.png) no-repeat center center;
	width: 230px;
	height: 230px;
	display: block;
}
.album .cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 100px;
	left: 30px;
	position: absolute;
	text-align: center;
	top: 30px;
	width: 170px;
}
.album .cover img {
	border: 4px solid #aaa;
	max-width: 150px;
	max-height: 100px;
}
.album:hover .cover img {
	border: 4px solid #fff;
}
.album .albumtitle {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	left: 27px;
	line-height: 15px;
	margin-bottom: 5px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 160px;
	width: 176px;
}
.albumedit {
	top: 11px;
	width: 100%;
	position: absolute;
	text-align: center;
	z-index: 100;
	font-size: 10px;
	color: #aaa;
	text-decoration: underline;
	cursor: pointer;
	line-height: 20px;
}
.albumedit:hover {
	color: #fff;
}
a.album {
	text-decoration: none;
}
a:hover.album .cover {
	text-decoration: none;
}
.dottedline {
	clear: both;
	height: 1px;
	line-height: 1px;
	border-top: 1px dotted #999999;
}
H2 {
	margin: 0;
	font-size: 24px;
	line-height: 18px;
	font-weight: bold;
	color: #222;
}
H2 a {
	text-decoration: none;
}
.content {
	width: 1000px;
	margin: 0 auto;
}
.topbar {
	height: 33px;
	background: #fcfcfc;
	display: block;
	background-image: linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 49%);
	background-image: -o-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 49%);
	background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 49%);
	background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 49%);
	background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 49%);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-top: 1px solid rgba(0,0,0,0.2);
}
.topbar .content {
	position: relative;
}
.topbar .content a.logo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 74px;
	width: 100px;
	background: #222;
}
.topbar .content a.logo img {
}
.autorization {
	float: left;
	padding: 4px 10px 0 120px;
	font-size: 11px
}
.autorization .text {
	height: 22px;
	padding: 0 9px;
	line-height: 22px;
	font-size: 11px;
	margin: 0 12px 0 11px;
	border-color: #8A8A8A;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}
.autorization LABEL {
	text-transform: capitalize;
}
.usermenu {
	float: left;
	margin-right: 10px;
	margin-left: 100px;
}
.usermenu .pointbox {
	float: left;
	font-size: 11px;
	position: relative;
	z-index: 200;
}
.usermenu .pointbox.current {
	background-color: #fff;
	border: solid #e5e5e5;
	border-width: 0 1px
}
.usermenu .point {
	display: block;
	height: 24px;
	padding: 9px 10px 0 33px;
	text-decoration: underline;
	background: url(img/userbaricons.png) no-repeat;
	cursor: pointer;
}
.usermenu .point1 {
	background-position: 10px -40px;
}
.usermenu .point2 {
	background-position: 10px -90px;
}
.usermenu .point3 {
	background-position: 10px -140px;
}
.usermenu .point4 {
	background-position: 10px -190px;
}
.usermenu .point5 {
	background-position: 10px -240px;
	padding: 9px 10px 0 23px;
}
.usermenu .point6 {
	background: none;
	padding: 9px 1px 0 20px;
	margin-right: 6px;
}
.usermenu .point6 .username {
	font-size: 11px;
	line-height: 11px;
	padding-right: 24px;
	background: url(img/userbaricons.png) no-repeat right -296px;
}
.usermenu .point7 {
	background-position: 10px -240px;
}
.usermenu .point8 {
	background-position: 10px -240px;
}
.usermenu .pointbox.current .point {
	padding: 9px 9px 0 32px;
}
.usermenu .pointbox.current .point1 {
	background-position: 9px -40px
}
.usermenu .pointbox.current .point2 {
	background-position: 9px -90px
}
.usermenu .pointbox.current .point3 {
	background-position: 9px -140px
}
.usermenu .pointbox.current .point4 {
	background-position: 9px -190px
}
.usermenu .pointbox.current .point5 {
	background-position: 9px -240px
}
.usermenu .pointbox.current .point6 {
	background-position: 100% -287px;
	padding: 9px 0px 0 19px;
	margin-right: 6px;
}
.usermenuextra {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: -1px;
	padding-top: 10px;
	background-color: #fff;
	border: solid #e5e5e5;
	border-width: 0 1px 1px 1px;
	-webkit-box-shadow: 0 10px 10px -4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 10px 10px -4px rgba(0,0,0,0.3);
	-o-box-shadow: 0 10px 10px -4px rgba(0,0,0,0.3);
	box-shadow: 0 10px 10px -4px rgba(0,0,0,0.3);
}
.usermenuextra.next {
	left: auto;
	text-align: left;
}
.usermenuextra LI:hover {
	background: #fbfbfb;
}
.usermenuextra A {
	white-space: nowrap;
	font-size: 11px;
	text-decoration: none;
	padding: 7px 20px 7px;
	display: block;
}
.usermenuextra LI.exit {
	background: #333;
}
.usermenuextra LI.exit a {
	color: #eee;
}
.usermenuextra LI.exit:hover a {
	color: #fff;
}
#usermenuextranext{
	width: 485px;
	left: -1px !important;
}
#usermenuextranext ul{
	width: 210px;
}
#usermenuextranext div.exit{
	background-color: #333;
	clear: both;
}
#usermenuextranext div.exit a{
	color: #fff;
}
#usermenuextranext .menutitle{
	font-weight: bold;
	color: #000;
	background-color: #ECECEC;
	padding: 5px 10px;
}
#usermenuextranext .extramenuCell .extramenuRow{
	background-color: #FAFAFA;
}
#usermenuextranext .extramenuCell.extramenuCellFirst{
	margin-left: 15px;
	margin-right: 35px;
}
#usermenuextranext .extramenuCell{
	margin-left: 0;
	margin-right: 0;
}
.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 0;
	font-size: 0;
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 3px;
}
.icon.pretender, .icon.lover, .icon.pro, .icon.master, .icon.guru, .icon.vip {
	background-image: url(img/userstatus.png);
}
.icon.pretender {
	background-position: -10px -30px;
}
.icon.lover {
	background-position: -30px -30px;
}
.icon.pro {
	background-position: -50px -30px;
}
.icon.master {
	background-position: -70px -30px;
}
.icon.guru {
	background-position: -90px -30px;
}
.icon.vip {
	background-position: -110px -30px;
}
.icon.pretender.online {
	background-position: -10px -70px;
}
.icon.lover.online {
	background-position: -30px -70px;
}
.icon.pro.online {
	background-position: -50px -70px;
}
.icon.master.online {
	background-position: -70px -70px;
}
.icon.guru.online {
	background-position: -90px -70px;
}
.statussmall {
	display: inline-block;
	width: 10px;
	height: 10px;
	line-height: 0;
	margin-right: 5px;
	font-size: 0;
	background-image: url(img/userstatus.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top: -3px;
}
.statussmall.pretender {
	background-position: -10px -10px;
}
.statussmall.lover {
	background-position: -30px -10px;
}
.statussmall.pro {
	background-position: -50px -10px;
}
.statussmall.master {
	background-position: -70px -10px;
}
.statussmall.guru {
	background-position: -90px -10px;
}
.statussmall.vip {
	background-position: -110px -10px;
}
.statussmall.pretender.online {
	background-position: -10px -50px;
}
.statussmall.lover.online {
	background-position: -30px -50px;
}
.statussmall.pro.online {
	background-position: -50px -50px;
}
.statussmall.master.online {
	background-position: -70px -50px;
}
.statussmall.guru.online {
	background-position: -90px -50px;
}
.commentbar a.username {
	font-weight: bold;
}
.entrybox {
	padding-top: 7px;
	font-size: 11px;
	padding-left: 118px;
}
.username {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
.entrybox .gray {
	display: inline-block;
	margin-top: 2px;
}
.header {
	min-height: 120px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.header.autumn {
	background-image: url(img/autumn.jpg);
	background-color: #c2e254;
}
.header.summer {
	background-image: url(img/bg_body.jpg);
	background-color: #c2e254;
}
.header .content {
	height: 0px;
	position: relative;
}
.logo {
	left: 10px;
	position: absolute;
	top: 18px;
}
.logopra {
	left: 140px;
	position: absolute;
	top: 18px;
}
.banner728x90 {
	left: 262px;
	position: absolute;
	top: 15px;
	width: 728px;
	display: block;
	z-index: 1;
}
.adriver728 {
	width: 728px;
	margin: 0 auto !important;
}
#adriver_banner_1 {
 	margin: 0 auto !important;
 	text-align: center;
}
#adriver_banner_5 {
	margin: 0 0 20px 0 !important;
}
.col240 .adriver_banner {
	margin: 20px 0 !important;
}
.col240 .category_rules{
	margin: 20px 0;
}
a.branding {
	width: 100%;
	height: 120px;
	display: block;
	background-color: #000;
	background-position: center top;
	background-repeat: no-repeat;
}
a.bigbranding {
	width: 100%;
	height: 120px;
	display: block;
	background-color: #000;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-transition-property: height;
	-webkit-transition-duration: 200ms;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: height;
	-moz-transition-duration: 0.1s;
	-moz-transition-timing-function: ease-in-out;
	transition-property: height;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
a.bigbranding:hover {
	height: 370px;
}
.topmenu {
	height: 40px;
	background: #222;
}
.topmenu .point {
	float: left;
	height: 40px;
	/* padding-right: 3px;*/
	/* background: url(img/bg_topmenu.png) no-repeat 100% 0;*/
	position: relative;
}
.topmenu .point.first {
	margin-left: 100px;
}
.topmenu .point H1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.topmenu A,
.topmenu .menuitem {
	display: block;
	height: 28px;
	/*padding: 12px 17px 0 17px;*/
	padding: 12px 10px 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #eee;
	text-decoration: none
}
.topmenu A:hover,
.topmenu .menuitem:hover {
	color: #fff;
}
.topmenu .point:hover A,
.topmenu .point:hover .menuitem {
	background-color: #333;
	background-image: none;
	color: #fff;
}
.topmenu .point .extramenu A {
	color: #eee;
	font-size: 12px;
}
.topmenu .point .extramenu A:hover {
	color: #fff;
}
.topmenu A.current {
	background: url(img/bg_topmenu.png) repeat-x 0 -90px;
	color: #222;
	background-color: #f4f4f4;
}
.topmenu A:hover.current {
	background-color: #333 !important;
	color: #fff;
	background-image: none;
}
.topmenu B.more {
	display: inline-block;
	width: 16px;
	height: 13px;
	background: url(img/png_icons.png) no-repeat 0 0;
	margin: 0 -10px 0 10px;
	vertical-align: middle
}
.extramenu {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: -1px;
	padding: 15px 10px 10px 10px;
	background-color: #333;
	border: none;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}
.extramenu LI {
	padding: 0 10px 7px 10px
}
.extramenu A {
	display: inline;
	height: auto;
	padding: 0;
	color: #eee;
	font-weight: normal;
	white-space: nowrap
}
.extramenu A:hover {
	color: #ee2424;
}
.extramenuCell {
	float: left;
	margin-right: 35px;
}
.extramenuCell.extramenuCellLast {
	margin-right: 0;
}
.extramenuRow{
	margin-bottom: 20px;
}
.menutitle {
	padding: 0 10px 5px 10px;
	font-size: 11px;
	color: #8a8a8a;
	white-space: nowrap
}
.criticism {
	height: 120px;
	margin: 1px 0 0 0;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 3px solid #333;
	background: #fff;
}
.criticismleft {
	width: 50%;
	height: 120px;
	margin-left: -500px
}
.criticism .content {
	width: 200%;
}
.criticism .title {
	float: left;
	width: 115px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	white-space: normal;
	line-height: 20px;
	padding-top: 40px;
	padding-left: 20px;
}
.criticism A {
	float: left;
	margin: 5px 0 0 0
}
.col300 {
	float: left;
	width: 300px;
}
.col270 {
	float: left;
	width: 270px;
}
.col430 {
	float: left;
	width: 430px;
	margin-left: 10px
}
.col440 {
	float: left;
	width: 440px;
	margin-left: 10px;
}
.col240 {
	float: right;
	width: 240px;
	margin-right: 10px;
	margin-top: -20px;
}
.dayphoto {
	width: 260px;
	padding: 15px 0 10px 10px;
	margin: -15px 0 15px 0px;
}
.dayphoto a.preview230 {
	height: auto;
	width: auto;
	text-align: left;
	background: #fff;
}
.dayphoto .preview230 img {
	position: static;
}
.dayphoto .thumbtitle {
	width: 230px;
}
.dayphoto .thumbautor {
	width: 230px;
}
.voice {
	float: left;
	width: 269px;
	padding: 0 0 0 11px;
	margin-bottom: 10px;
}
.voice .info {
	float: left;
	padding: 7px 0 0 16px;
	font-size: 11px
}
.voice .info DIV {
	height: 84px;
	font-size: 10px;
	color: #8a8a8a
}
.voice .photos {
	float: left;
	max-height: 65px;
	margin-left: -5px;
	margin-top: 10px;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	min-width: 200px;
}
.rating {
	float: left;
	width: 230px;
	min-height: 74px;
	padding-left: 45px;
	margin-top: 20px;
	background: url(img/bg_rating.png) no-repeat 20px 0
}
.rating UL {
	min-height: 74px;
	padding-left: 10px;
	background: url(img/dotted_v.gif) repeat-y 0 0
}
.rating LI {
	font-size: 11px;
	padding-bottom: 10px;
	line-height: 8px
}
.genre {
	width: 430px;
	height: 319px;
}
.genre UL {
	float: left;
	width: 215px;
	padding-top: 10px
}
.genre LI {
	loat: left;
	font-size: 12px;
	padding-bottom: 0;
	width: 215px;
}
.genre A {
	display: block;
	padding: 5px 0;
	line-height: 12px;
	text-decoration: none
}
.genre SPAN {
	display: block;
	float: left;
	width: 30px;
	padding: 0px 9px 0 0;
	line-height: 11px;
	text-align: right;
	color: #ee2424;
	font-size: 10px
}
/*.tabshead {
	float: left;
	width: 430px;
	border-bottom: 1px solid #ee2424;
	margin: 10px 0 6px 0
}
.tabs {
	float: left
}
.tabs LI {
	float: left;
	width: 32px;
	height: 34px;
	margin: 0 1px 0 0;
	cursor: pointer;
	background: #f9f9f9 url(img/bg_tabs.png) no-repeat;
	border: solid #e5e5e5;
	border-width: 1px 1px 0 1px;
	position: relative;
	text-indent: -10000px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0
}
.tabs .point1 {
	background-position: 0 3px
}
.tabs .point2 {
	background-position: -37px 3px
}
.tabs .point3 {
	background-position: -74px 3px
}
.tabs .point4 {
	background-position: -111px 3px
}
.tabs LI.current {
	height: 35px;
	margin-bottom: -1px;
	background-color: #fff;
	border-color: #ee2424
}
.tabs LI.current.point1 {
	background-position: 0 -37px
}
.tabs .point2.current {
	background-position: -37px -37px
}
.tabs LI.current.point3 {
	background-position: -74px -37px
}
.tabs LI.current.point4 {
	background-position: -111px -37px
}
.tabshead DIV {
	padding-left: 8px;
	font-size: 24px
}
.tabshead .selecttext DIV {
	background-position: 100% 15px
}
.tabsbox {
	float: left;
	width: 440px;
	margin: 0 -5px;
	display: none
}
.tabsbox UL {
	width: 440px
}
.tabsbox LI {
	float: left
}
.tabsbox.visible {
	display: block
}
.tabsbox LI.pr {
	z-index: 2
}*/
.advertlist .item A {
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}
.advertlist .item STRONG {
	display: block;
	font-weight: normal;
}
.advertlist .item IMG {
	display: block
}
.advertlist.item TABLE {
	width: 240px;
	height: 240px;
	padding: 0 10px;
}
.adold {
	text-align: center;
	font-size: 14px;
	width: 220px;
	height: 220px;
	padding: 0 10px;
}
.adtitletext {
	height: 200px;
	margin: 20px;
	overflow: hidden;
	text-align: left;
	width: 210px;
}
.adtitletext .intitle {
	font-size: 18px;
	line-height: 19px;
}
.adtitletext .intext {
	font-size: 10px;
	line-height: 12px;
	padding-top: 15px;
}
.adtitle {
	text-align: center;
	font-size: 18px;
	width: 220px;
	height: 220px;
}
a .adtitle:hover {
	color: #ee2424;
}
a .adold:hover {
	color: #ee2424;
}
.advertisement {
	float: left;
	width: 714px;
	margin-bottom: 17px;
	position: relative;
}
.advertisementheader {
	height: 29px;
	padding: 17px 12px 0 10px;
	border-bottom: 1px dotted #333;
	margin-bottom: 10px;
}
.horizontal {
	width: 720px;
	height: 245px;
	padding-top: 5px;
	border-bottom: 1px dotted #333;
}
.navi {
	width: 500px;
	margin: 0 auto;
	position: relative;
	height: 0;
	top: -25px;
	text-align: center
}
.navi SPAN {
	display: inline-block;
	width: 8px;
	height: 8px;
	font-size: 0;
	margin: 3px;
	background: url(img/bg_advertisement.png) no-repeat -2007px 0;
	cursor: pointer
}
.navi SPAN:hover {
	background-position: -2007px -13px
}
.navi SPAN.active {
	background-position: -2007px -26px
}
.horizontal .items {
	float: left;
	width: 1000px !important;
	height: 240px;
	overflow: hidden
}
.horizontal .items .item {
	margin: 0 5px;
}
.advertlist .item.sell {
	background-position: 5px -255px
}
.advertlist .item.buy {
	background-position: 5px -515px
}
.advertlist .item.serv {
	background-position: 5px -775px
}
.advertblock {
	overflow: hidden;
	margin-left: -10px;
}
.advertlist {
	float: left;
	width: 1004px;
	border-top: 0px dotted #c9c9c9;
	padding-bottom: 25px;
	margin-left: -7px;
}
.advertlist .item {
	width: 240px;
	height: 240px;
	padding: 0px;
	float: left;
	background: url(img/advbg.png) no-repeat 5px 5px;
	overflow: hidden;
}
.advertlist .item .contact {
	position: relative;
	bottom: 25px;
	font-size: 9px;
	text-align: center;
	color: #666;
}
.advertlist table {
	height: 220px;
	margin: 10px;
	width: 220px;
}
.advtext LI {
	list-style-type: square;
	margin-left: 30px;
	padding-bottom: 10px;
}
.sitemap UL {
	list-style-type: none;
	margin-left: 0px;
	padding-bottom: 10px;
}
.sitemap LI {
	list-style-type: none;
	margin-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
}
.sitemap LI UL {
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-left: 3px solid #999;
}
.sitemap LI UL LI {
	margin-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	width: 200px;
}
.col240 .advertblock {
	width: 240px;
	overflow: hidden;
	margin: 20px 0;
}
.col240 .advertlist {
	float: left;
	width: 240;
	border-top: 0px dotted #c9c9c9;
	padding-bottom: 25px
}
.clanlist {
	padding-top: 25px;
	padding-left: 10px;
}
.clanlist LI {
	width: 100%;
	padding-bottom: 6px;
	white-space: nowrap;
	overflow: hidden
}
.clanlist A {
	text-decoration: none
}
.clanlist IMG {
	vertical-align: middle;
	margin-right: 9px
}
.newslist {
	float: left;
	width: 240px;
	padding: 0 0 15px 0
}
.newslist LI {
	font-size: 10px;
	color: #888;
	padding: 5px 0
}
.newslist A {
	color: #666666;
	text-decoration: none;
}
.newslist A:hover {
	color: #ee2424;
}
.newslist DIV {
	font-size: 12px;
	padding-top: 3px;
}
.newslist DIV A {
	text-decoration: none;
	color: #000;
}
.competitionbox {
	float: left;
	width: 100%;
	font-size: 11px;
	padding-top: 20px
}
.competitionbox .title {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 5px;
}
.competitionbox UL {
	padding-bottom: 3px
}
.competitionbox LI {
	font-size: 11px;
	color: #808080;
	padding-bottom: 2px
}
.competitionbox .photos {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	margin-left: -4px
}
.competitionbox .photos A {
	float: left
}
.doublebox {
    float: left;
    width: 100%;
    padding: 15px 0 19px 0;
    background: url(img/dotted_v.gif) repeat-y 50% 0
}
.guestionbox {
	width: 485px;
	padding-left: 10px;
	font-size: 10px;
}
.guestionbox STRONG {
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 19px;
}
.guestionbox UL {
	border-top: 1px dashed #CCCCCC;
	margin-top: 10px;
	padding: 10px 0 5px;
}
.guestionbox LI {
	font-size: 14px;
	padding-bottom: 6px
}
.subscribeform .text {
	width: 299px;
	padding: 0 20px;
	border-color: #e5e5e5
}
.guestionbox LABEL {
	cursor: pointer;
	font-size: 14px
}
LABEL.checkbox SPAN.holder {
	height: 132px;
	background: url(img/bg.png) -116px 0 no-repeat
}
LABEL.radio SPAN.holder {
	height: 132px;
	background: url(img/bg.png) -140px 0 no-repeat
}
LABEL.checkbox:hover SPAN.holder, LABEL.radio:hover SPAN.holder {
	top: -22px !important
}
LABEL.checked SPAN.holder {
	top: -68px !important
}
LABEL.checked:hover SPAN.holder {
	top: -90px !important
}
INPUT.hiddenCheckbox {
	position: absolute;
	left: -10000px
}
LABEL.prettyCheckbox {
	line-height: 19px
}
LABEL.prettyCheckbox SPAN.holderWrap {
	display: block;
	float: left;
	position: relative;
	margin-right: 5px;
	overflow: hidden
}
LABEL.prettyCheckbox SPAN.holder {
	display: block;
	position: absolute;
	top: 0;
	left: 0
}
LABEL.checked {/*color:#FF0000*/
}
.photoinfo {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -3px 0 0 -95px;
	z-index: 3000;
	width: 168px;
	padding: 10px 10px 0 10px;
	background: #fff url(img/bg_photoinfo.gif) repeat-x 0 100%;
	border: 1px solid #8a8a8a
}
.photoinfo .info {
	width: 168px;
	overflow: hidden
}
.corner {
	position: absolute;
	top: -14px;
	left: 50%;
	margin-left: -13px;
	display: block;
	width: 25px;
	height: 14px;
	background: url(img/photoinfo_corner.png) no-repeat 0 0
}
.photoinfo STRONG {
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding-top: 5px
}
.photoinfo P {
	white-space: nowrap;
	margin: 0;
	padding: 5px 0 10px 0
}
.ratinginfo {
	float: left;
	width: 100%
}
.ratinginfo DIV {
	float: left;
	height: 16px;
	padding: 10px 0 0 10px;
	font-size: 10px;
	background: url(img/ratinginfo_icons.gif) no-repeat
}
.ratinginfo .point1 {
	border-right: 1px solid #e3e3e3;
	padding: 10px 10px 0 0;
	background-position: 0 2px
}
.ratinginfo .point2 {
	background-position: 10px -28px
}
.ratinginfo .point3 {
	background-position: 10px -58px
}
.ratinginfo .point4 {
	background-position: 10px -88px
}
.ratinginfo .point5 {
	background-position: 10px -118px
}
.ratinginfo .point6 {
	background-position: 10px -148px
}
.bottommenu {
	width: 100%;
	height: 21px;
	padding-top: 6px;
	color: #fff;
	font-size: 11px;
}
.bottommenu A {
	color: #aaa;
	margin-right: 20px
}
.bottommenu A:hover {
	color: #fff;
}
.contacts {
	padding-top: 10px;
	display: block;
	height: 34px;
	float: left;
}
.contacts LI {
	float: left;
	margin-right: 23px;
	font-size: 11px;
	color: #8a8a8a;
	margin-bottom: 10px;
}
.contacts DIV {
	padding-bottom: 3px
}
.counter {
	padding-top: 10px;
	display: block;
	width: 430px;
	float: left;
}
.counter IMG {
	margin-right: 5px
}
.goldenSection {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	height: 99.9%
}
.goldenSection td {
	padding: 0;
	border: 1px solid red;
}
li .photoinfoicon {
	position: absolute;
	z-index: 0;
	top: 7px;
	right: 5px;
	height: 50px;
	background: none;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	opacity: 0;
	visibility: hidden;
}
li:hover .photoinfoicon {
	opacity: 1;
	visibility: visible;
}
.photoinfoicon a {
	opacity: 0.5;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.photoinfoicon a:hover {
	opacity: 1;
}
.waittext {
	height: 34px;
	padding: 0 20px 3px 0px;
	overflow: visible;
	font-size: 18px;
	font-weight: bold;
}
.mapbox {
	position: relative;
	float: left;
	width: 1000px
}
.shadowbox {
	position: absolute;
	top: 30px;
	right: 7px;
	width: 265px;
	height: 650px;
	background: #fff;
	border-radius: 5px;
}
.shadowboxinner {
	width: 251px;
	height: 620px;
	padding: 7px;
}
.scrollbox {
	width: 251px;
	height: 600px;
	padding: 9px 0 0 0
}
#addresslist {
	width: 242px;
	height: 554px;
	overflow: hidden;
	z-index: 2
}
.addresslist LI {
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 0 10px 45px;
	position: relative;
	z-index: 3
}
.addresslist B {
	color: #FFFFFF;
	display: block;
	font-size: 10px;
	height: 21px;
	left: 10px;
	padding: 3px 0 0 1px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 29px;
	z-index: 10;
}
.addresslist A {
	color: #8a8a8a;
	font-size: 10px;
	text-decoration: underline
}
.addresslist STRONG {
	display: block;
	padding-bottom: 5px;
	font-weight: normal
}
.addresslist STRONG A {
	color: #545454;
	font-size: 16px
}
.addresslist P {
	margin: 0;
	padding-top: 10px;
	font-size: 10px
}
.addresslist P A {
	color: #545454
}
.addresslist A:hover {
	color: #ee2424
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1
}
.jScrollPaneTrack {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #f3f3f3 url(img/bg_jScrollPaneTrack.png) no-repeat 0 0;
	cursor: pointer
}
.jScrollPaneDrag {
	position: absolute;
	background: #878787;
	cursor: pointer;
	overflow: hidden
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	background: #878787;
	overflow: hidden
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden
}
* html .jScrollPaneDragBottom {
	bottom: -1px
}
A.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 6px;
	text-indent: -2000px;
	overflow: hidden
}
A.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	height: 6px;
	text-indent: -2000px;
	overflow: hidden
}
.scrollpages {
	padding: 9px 0 0 20px;
	overflow: hidden;
	border-top: 1px solid #222222;
}
.scrollpages A {
	color: #000;
	font-size: 10px;
	margin-right: 15px;
	text-decoration: none;
}
.scrollpages A.current {
	font-weight: bold
}
.studiodata {
	float: left;
	margin-top: 15px
}
.studiodata TD {
	padding: 0 30px 10px 10px;
	font-size: 11px;
	color: #8a8a8a
}
.studiodata DIV {
	font-size: 12px;
	color: #545454
}
.allpage.lumia {
	background: url(../images/lumiabg.png) top center no-repeat;
}
.newsblock, .blogblock {
	float: left;
}
.newsblock h2, .blogblock h2 {
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
	margin: 0px;
	padding-left: 10px;
}
.newsblock {
	margin-right: 5px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.newsblock .item, .blogblock .item {
	width: 220px;
	display: inline-block;
	margin-right: 5px;
	padding-left: 10px;
	vertical-align: top;
}
.newsblock .item .title, .blogblock .item .title {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 10px;
}
.newsblock .item .text, .blogblock .item .text {
	font-size: 11px;
	line-height: 12px;
}
.topcounters {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.preview230.orig div, .preview170.orig div {
	bottom: 5px;
	left: 5px;
	position: absolute;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
}
.preview230 div, .preview170 div, .preview100 div, .preview50 div {
	bottom: 5px;
	left: 5px;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.preview230 div {
	height: 230px;
	width: 230px;
}
.preview170 div {
	height: 170px;
	width: 170px;
}
.preview100 div {
	height: 100px;
	width: 100px;
}
.preview50 div {
	height: 50px;
	width: 50px;
}
.dayphoto .preview230 div {
	position: static;
	height: 230px;
	width: 230px;
}
.oldbrowser {
	text-align: center;
	background: #000;
	border-bottom: 3px solid #c00;
}
a.wildmint {
	background: url(branding/wildmint/1000x50.png) no-repeat top center #05a102;
	height: 50px;
	width: 100%;
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #05a102;
}
.nomtitle {
	display: block;
	line-height: 18px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
}
.thumbtitle.empty {
	color: #999;
	font-weight: normal;
}
.nominate, .remove {
	display: block;
	padding: 3px 7px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	cursor: pointer;
}
.remove {
	background: #333;
	border: 1px solid #222;
}
.remove:hover {
	background: #222;
	border: 1px solid #111;
	color: #fff;
}
.nominate {
	background: #333;
	border: 1px solid #222;
}
.nominate:hover {
	background: #222;
	border: 1px solid #111;
	color: #fff;
}
.shownude {
	width: 98px;
	display: block;
	position: absolute !important;
	padding-top: 9px;
	margin-left: 20px;
	right: 10px;
}
.shownude span {
	font-weight: bold;
}
.shownude input {
	display: block;
	height: 22px;
	background-image: url(img/shownude.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
.shownude form.off input {
	background-position: 0 0;
	left: 25px;
	width: 37px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-o-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}
.shownude form.on input {
	background-position: -36px -50px;
	left: 62px;
	width: 37px;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-o-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
.shownude.off form.off input {
	background-position: 0px -50px;
}
.shownude.on form.on input {
	background-position: -36px 0;
}
.shownude form .warn {
	display: none;
	width: 200px;
	padding: 20px;
	font-size: 13px;
	font-weight: bold;
	background: #fff;
	position: absolute;
	right: 0;
	top: 40px;
	-webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px -5px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 10px -5px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px -5px rgba(0,0,0,0.5);
}
.shownude form .warn:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.shownude form .warn:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
.shownude form.off .warn:after {
	right: 49px;
}
.shownude form.on .warn:after {
	right: 12px;
}
.shownude form:hover .warn {
	display: block;
}
.bestfrom {
	text-align: center;
	padding: 20px 0 5px;
	background: #ffffff;
	margin: 20px 0;
}
.bestfrom h2 {
	max-width: 220px;
	padding: 0 10px;
	line-height: 22px;
	font-size: 21px;
}
.bestfrom .preview230 {
	height: inherit;
	margin-top: 20px;
}
.bestfrom .preview230 img {
	position: relative;
	left: 0;
	bottom: 0;
}
.bestfrom .thumbtitle, .bestfrom .thumbautor {
	text-align: center !important;
	width: 230px;
}
.socialgroups {
	margin: 20px 0;
}
.socialgroups .tabs {
	position: relative;
	display: block;
	height: 33px;
}
.socialgroups .tabs span {
	display: block;
	float: left;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background: #333;
	color: #fff;
	cursor: pointer;
	top: 0;
	width: 119px;
	line-height: 13px;
}
.socialgroups .tabs span:hover {
	background: #444;
}
.socialgroups .tabs span.vk {
	background: #4E729A;
	float: right;
}
.socialgroups .tabs span.fb {
	background: #3B5998;
	float: left;
}
.socialgroups .info {
	display: block;
	min-height: 400px;
	width: 240px;
	background: #fff;
}

.confirm_block {position:fixed;left:50%;top:50%;z-index:4000;width:300px;margin:-3em 0 0 -158px;padding:8px 8px 8px 8px;border:1px solid black;background-color:#EEE;text-align:center;}
.confirm_block .msg {display:block;margin:0 0 10px;}
.confirm_block .button {margin-left:15px}
.confirm_block .close {position:absolute;right:3px;top:0px;line-height:1em;cursor:pointer;}

.afisha-main-block .afisha-main-block__date {
	background-color: #FFF;
	padding: 5px 10px;
	margin-top: 0;
	font-size: 14px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	color: #000;
}

.afisha-main-block .afisha-main-block__img {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 80px;
	margin: 10px 0 0 0;
	border: 0px solid white;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.newsblock.afisha-main-block{
	padding-bottom: 40px;
}
.newsblock.afisha-main-block .item {
	width: 230px;
	display: inline-block;
	margin-right: 5px;
	padding-left: 0px;
	vertical-align: top;
}