* { margin: 0; padding: 0; }
html {
	height: 100%;
}
body {
	color: #000;
	background: #fff url("/images/bg.jpg") no-repeat center top;
	min-width: 1003px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	height:auto !important;
	min-height:100%;
	height:100%;
	position:relative;
	font-size: 12px;
}
a {
	color: #508da8;
	font-size: 12px;
	text-decoration: underline;
}
select option {
	padding: 1px;
}
a:hover {
	text-decoration: none;
}
input {
	border: 1px solid #cecece;
	padding: 4px;
}
textarea {
	padding: 10px;
	border: 1px solid #cecece;
}
b.success {
	color: #5da130;
}
b.unsuccess {
	color: #d53e07;
}
i.tag {
	color: #5f5f5f;
	font-style: normal;
}
img {
	border: 0;
}
i.description {
	font-size: 9px;
	font-style: normal;
}
i.description a {
	font-size: 10px;
}
h2.title {
	text-align: center;
	color: #333;
	font-family: Arial, sans-serif;
}

/* promt & alert */

#popup_container {
	min-width: 400px;
	max-width: 500px;
	border: solid 5px #d8d8d8;
	color: #000;
	background: #fff;
	font-family: Arial, Tahoma, Verdana;
}
#popup_title {
	font-weight: bold;
	text-align: center;
	font-size: 1em;
	line-height: 1.75em;
	color: #666;
	background: #e1e1e1 url(/images/alert.gif) top repeat-x;
	border: solid 1px #fff;
	border-bottom: solid 1px #d8d8d8;
	cursor: default;
	padding: 0em;
	margin: 0em;
}
#popup_content {
	padding: 1em 1.75em;
	text-align: center;
}
#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}
#popup_prompt {
	margin: .5em 0em;
}

/* end promt & alert */

/* registration form */

table.regform td {
	padding: 4px;
}
table.regform td.gender input {
	width: 14px;
	margin: 0 5px 0 0;
	vertical-align: middle;
	border: 0;
}
table.regform th {
	text-align: left;
	padding: 0 0 20px 0;
}

/* end registration form */

div.global {
	padding: 0 0 94px 0;
	width: 1000px;
	margin: 0 auto;
}
div.pusher {
	clear:left;
	float:left;
	height:0;
}
.hr {
	width: 100%;
	height: 10px;
	border-top: 1px solid #cececd;
	line-height: 1px;
	font-size: 1px;
}
.block {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	top: -10px;
}
.block img.left {
	position: absolute;
	width: 10px;
	height: 130px;
	left: 0;
	top: 0;
}
.block img.right {
	position: absolute;
	width: 10px;
	height: 130px;
	right: 0;
	top: 0;
}
.logo {
	width: 100%;
	height: 131px;
	background-color: #f9f9f9;
	background-image: url("/images/center_back2.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
}
.logo img {
	border: 0;
	float: left;
}
.logotype {
	float: left;
	padding: 0;
	width: 22%;
	text-align: center;
}
.logotype img {
	width: 82px;
	height: 114px;
	margin: 0 auto 0 auto;
	float: none;
	padding: 8px 30px 0 30px;
}
.center {
	position: absolute;
	width: 52%;
	top: -3px;
	left: 220px;
	height: 97px;
	background-color: #deeff7;
	background: url("/images/back.jpg") repeat-x center top;
	font-size: 10px;
	text-align: center;
	padding: 7px 0 0 0;
}
.leftcol {
	height: 88px;
	background: url("/images/leftcol.gif") no-repeat left bottom;
}
.rightcol {
	height: 88px;
	background: url("/images/rightcol.gif") no-repeat right bottom;
}
.center a {
	text-decoration: underline;
}
.center a:hover {
	text-decoration: none;
}
.center form {
	width: 50%;
	height: 26px;
	margin: 7px auto 0 auto;
	padding: 0 0 0 8px;
	text-align: left;
	position: relative;
}
.center input {
	border: 0;
}
input.search {
	width: 225px;
	height: 15px;
	font-size: 1em;
	padding: 5px 0 5px 10px;
	background: url("/images/searchform.gif") repeat-x left;
}
.go {
	position: absolute;
	top: 4px;
	right: 29px;
	width: 18px;
	height: 18px;
	background: url("/images/searchform-button.gif") no-repeat;
	cursor: pointer;
}
.menu {
	position: absolute;
	margin: 0 0 0 -46%;
	left: 50%;
	top: 59px;
	width: 92%;
	height: 47px;
	background: url("/images/back_menu.gif") repeat-x;
}
.menu a {
	position: relative;
	top: 15px;
	color: #000;
	font-weight: bold;
}
div.menu span.left {
	position: absolute;
	left: 0;
	top: 0;
	height: 47px;
	width: 7px;
	display: block;
	background: url("/images/left_menu.gif");
}
div.menu span.right {
	position: absolute;
	right: 0;
	top: 0;
	height: 47px;
	width: 7px;
	display: block;
	background: url("/images/right_menu.gif");
}
.menu div {
	width: 158px;
	height: 47px;
	float: left;
}
div.second {
	border-left: 1px solid #c7c7c7;
}
div.third {
	border-left: 1px solid #c7c7c7;
}
.login {
	float: right;
	padding: 15px 0 0 0;
	width: 220px;
	height: 90px;
	font-size: 10px;
	text-align: center;
}
.login a {
	font-size: 10px;
}
.login form {
	text-align: left;
	margin: 0 auto 0 auto;
}
.login p {
	margin-top: 6px;
}
.login input {
	font-size: 11px;
	border: 0;
}

/* video description */

div.tabs {
	overflow: hidden;
	position: relative;
	top: 1px;
	z-index: 1;
	width: 728px;
	background-image: url("/images/tabs-big.gif");
	background-repeat: no-repeat;
	background-position: 0pt 0pt;
	height: 29px;
}
div.tabs span {
	display: block;
	float: left;
	width: 50%;
	height: 21px;
	padding: 4px 0 0 0;
	text-align: center;
	cursor: pointer;
}
div#desc {
	clear: both;
	display: block;
	background: #f9f9f9;
	border: 1px solid #d7d7d7;
	padding: 15px 20px;
	position: relative;
}
a.description-edit {
	display: block;
	float: right;
	font-size: 0.9em;
	text-decoration: none;
	border-bottom: 1px dashed #508da8;
	margin: 0 0 0px 30px;
}
a.description-edit:hover {
	border-bottom: none;
}
div.comment {
	border-bottom: 1px solid #d7d7d7;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
div.comment ol li {
	margin: 3px 20px;
}
div.comment p {
	display: block;
	padding: 0 0 0 55px;
	margin: 5px 0 0 0;
}
div.comment span.format {
	margin: 0 0 0 20px;
	color: #666666;
	font-size: 0.9em;
}
div.comment .avatar {
	width: 40px;
	height: 40px;
	border: 1px solid #a7a7a7;
	float: left;
	margin: 4px 12px 5px 0;
}
div.comment span.option {
	display: block;
	clear: both;
	margin: 5px 0 0 0;
}
div.comment span.option a {
	font-size: 0.85em;
	margin: 0 15px 0 0;
}
div#comm div.subscribe {
	margin: 0 0 30px 0;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px 0;
	position: relative;
}
div#comm div.subscribe span {
	display: block;
	overflow: hidden;
	width: 190px;
	float: left;
}
div#comm div.subscribe span#print {
	width: 100px;
}
div#comm div.subscribe span#print a {
	position: relative;
	top: 7px;
}
div#comm div.subscribe span a {
	font-size: 0.9em;
}
div#comm div.subscribe span img {
	float: left;
	margin: 8px 7px 0 0;
}
div.options {
	margin: 0 0 15px 15px;
}
div.options a {
	margin: 0 30px 0 0;
	font-size: 0.85em;
}
div.options img {
	vertical-align: middle;
	margin: 0 7px 0 0;
}
div#comm div.pagination {
	margin: 15px 0;
	position: relative;
}
div#comm div.pagination span {
	position: absolute;
	right: 0;
}
div.commform {
	margin: 10px 0 0 90px;
	position: relative;
	display: none;
}
div.commform img {
	border: 0;
	margin: 0 5px 5px 0;
}
div.commform textarea {
	display: block;
	clear: both;
	margin: 0 0 10px 0;
	background-color: #fff;
	border: 1px solid #a7a7a7;
}
div.commform span {
	display: block;
	margin: 0 0 10px 0;
}
div.HTCode {
	float: left;
	cursor: pointer;
	height: 17px;
	background-image: url("/images/bbcode.gif");
	background-repeat: no-repeat;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0 5px 10px 0;
	font-size: 0.8em;
}
div.mini {
	width: 30px;
	background-position: 0 0;
}
div.maxi {
	width: 60px;
	background-position: -30px 0;
}
a#help {
	font-size: 0.8em;
	margin: 2px 0 0 15px;
}
div#legend {
	clear: both;
	margin: 5px 10px 15px 10px;
	font-size: 0.8em;
	color: #555;
	display: none;
}
div#emailsubs, div#moderator {
	background: #f9f9f9 url("/images/gradient.png") repeat-x;
	border: 1px solid #a7a7a7;
	text-align: left;
	font-size: 1.2em;
	padding: 10px;
	display: none;
	position: absolute;
	z-index: 10;
}
div#emailsubs img, div#moderator img {
	width: 17px;
	height: 17px;
	position: absolute;
	top: 8px;
	right: 10px;
	margin: 0;
	padding: 0;
	border: 0;
}
div#emailsubs {
	font-size: 0.85em;
	left: 382px;
	top: 40px;
}
div#moderator {
	left: 68px;
}

/* end video description */

.text {
	width: 103px;
	height: 17px;
	background: url("/images/input.gif") no-repeat left top;
	margin-top: 5px;
	padding: 2px 11px 0 11px;
}
.in {
	width: 18px;
	height: 19px;
	background: url("/images/in.gif") no-repeat;
	cursor: pointer;
	vertical-align: bottom;
	background-color: #acd3e7;
	margin-left: 7px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 49px;
	background-color: #fff;
	border-bottom: 20px solid #f7f7f7;
	padding-top: 25px;
}
div.fix {
	width: 1000px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.icons img {
	width: 31px;
	height: 31px;
	float: left;
	position: relative;
	margin: 4px 0 0 15px;
}
.icon {
	width: 62px !important;
	height: 40px !important;
	float: left;
	border: 0;
	margin: 0 !important;
}
.copyright {
	font-size: 10px;
	float: left;
	width: 36%;
	margin-left: 2%;
	padding-top: 5px;
}
.copyright a {
	font-size: 11px;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}
.links {
	position: absolute;
	right: 0;
	padding: 12px 0;
}
.links a {
	text-decoration: underline;
	margin: 0 20px;
}
.links a:hover {
	text-decoration: none;
}
.links p {
	display: inline;
	height: 27px;
	text-decoration: none;
	color: #ef1111;
	padding: 6px 20px;;
	cursor: pointer;
	margin-left: 10px;
}
.square {
	width: 123px;
	height: 140px;
	padding: 11px 5% 11px 0;
	float: left;
}
div.titles {
	overflow: hidden;
	position: relative;
	height: 190px;
	margin: 0 0 0 0;
}
div.titles div.one {
	margin: 15px 9px;
}
div.cntr div.one {
	margin-left: auto;
	margin-right: auto;
}
h4.title {
	font-weight: bold;
	height: 15px;
	width: 153px;
	padding: 5px 0 0 10px;
	margin: 5px 0 0 0;
}
div.single {
	float: none !important;
	margin: 15px auto !important;
}
.top {
	padding: 11px 0 20px 0;
	margin: 0;
}
a.add {
	padding: 0 5px;
	margin: -32px 0 0 6px;
	background-color: #dbdfe0;
	position: absolute;
	font-size: 10px;
	text-decoration: none;
}
.plus a {
	width: 12px;
	height: 12px;
	position: absolute;
	background: url("/images/plus01.gif") no-repeat center;
	margin: -31px 0 0 5px;
}
.plus a:hover {
	background: url("/images/plus02.gif") no-repeat center;
}

/* Horisontal Menu */

div.content-menu {
	width: 725px;
	height: 34px;
	position: relative;
	overflow: hidden;
	background: url("/images/menu_back.gif");
}
div.content-menu img {
	height: 34px;
}
div.content-menu a {
	display: block;
	text-align: center;
	height: 39px;
	float: left;
	width: 143px;
	color: #5f5f5f;
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #ccc;
	padding: 8px 0 0 0;
}
div.content-menu a:hover {
	color: #000;
}
div.content-menu img.left {
	position: absolute;
	top: 0;
	left: 0;
}
div.content-menu img.right {
	position: absolute;
	right: 0;
}

/* End Horisontal Menu */

/* announces */

div.ann {
	font-size: 10px;
	font-family: Arial;
	/* border-bottom: 1px solid #d7d7d7; */
	overflow: hidden;
	padding: 5px 5px 5px 5px;
	margin: 10px 0;
	line-height: 16px;
}
div.ann a {
	font-size: 12px;
}
div.ann img.images {
	float: left;
	position: relative;
	border: 1px solid #d7d7d7;
	padding: 1px;
	margin: 0 5px 0 0;
}

/* end announces */

div.both {
	clear: both !important;
}
div.cat {
	color: #555;
	text-align: right;
	font-size: 0.8em;
	overflow: hidden;
	padding: 2px 0;
}
div.cat a {
	position: relative;
	float: left;
}
div.cat i {
	color: #080;
}
.lk {
	display: inline;
	float: left;
}
.private {
	position: relative;
	left: 10px;
	line-height: 22px;
	margin: 20px auto 0 auto;
	height: 40px;
	width: 230px;
	white-space: nowrap;
}
.private a {
	text-decoration: underline;
}
.private a:hover {
	text-decoration: none;
}
.private span {
	color: #7eb5cd;
}
.pers {
	display: inline;
	position: relative;
	z-index: 1;
	float: left;
	width: 25px;
	height: 40px;
}
.arrdown {
	display: inline;
	position: relative;
	z-index: 1;
	float: left;
	width: 17px;
	height: 17px;
	cursor: pointer;
}
.arrdown img {
	margin: 0 0 0 4px;
	border: 0;
	width: 17px;
	height: 17px;
}
.profile {
	display: inline;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 1;
	top: -3px;
}
.pers img {
	border: 0;
	width: 17px;
	height: 17px;
}
.drop {
	position: absolute;
	top: 17px;
	right: 0;
	z-index: 100;
	border: 1px solid #9ac8dd;
	width: 85px;
	background-color: #f9f9f9;
	display: none;
	padding: 6px 15px;
	color: #000;
	font-size: 10px;
	line-height: 18px;
	text-align: left;
	cursor: default;
}
.drop a {
	font-size: 10px;
	text-decoration: underline;
	cursor: pointer;
}
.drop a:hover {
	color: #ef1111;
	text-decoration: none;
}
div.wrap {
	text-align: center;
}
div.wrap div.video {
	float: left;
	width: 638px;
	background: #fff;
	height: 383px;
	overflow: hidden;
	position: relative;
	z-index: 20;
	padding: 0;
	border: 1px solid #a9a9a9;
	text-align: left;
}
div.wrap div.dropdown {
	width: 358px;
	height: 383px;
	position: relative;
	background: #fff;
	left: 640px;
	border: 1px solid #a9a9a9;
}
a.dropdown {
	position: absolute;
	z-index: 50;
	left: 640px;
	display: block;
	width: 18px;
	height: 81px;
	background-image: url('/images/dropdown.png');
	background-repeat: no-repeat;
	background-position: -18px 0px;
	margin-top: -40px;
	top: 50%;
}
div.presentation {
	position: absolute;
	width: 100%;
	height: 190px;
	text-align: left;
	border-bottom: 1px solid #aaa;
}
div.chat {
	position: absolute;
	width: 100%;
	height: 194px;
	top: 190px;
	text-align: left;
}
a.exchange {
	display: block;
	width: 18px;
	height: 23px;
	position: absolute;
	z-index: 10;
	left: 0;
	background: url('/images/exchange.png') no-repeat 0 0;
}
div.presentation a.exchange {
	top: 10px;
}
div.chat a.exchange {
	bottom: 10px;
}
.wrapper {
	position: relative;
	left: 50%;
	width: 56%;
	margin-left: -28%;
	font-size: 0.8em;
}
.wide {
	display: inline;
	width: 100%;
	height: 215px;
	float: right;
	margin: 0 auto;
	background-color: #f9f9f9;
	line-height: 14px !important;
}
.wideprof {
	width: 69%;
	margin: 0;
}
.glob {
	width: 140px;
	margin: 0 auto;
}
.big {
	width: 50% !important;
}
.sex {
	margin: 0 0 0 13%;
}
.register {
	background-color: #fff;
	border: 1px solid #a7a7a7;
}
.code {
	margin: -10px 20px 0 0;
	display: block;
}
.captcha {
	border: 1px solid #5f5f5f;
	width: 120px !important;
	height: 60px !important;
	vertical-align: middle;
	float: left;
	margin: 0 15px 0 0;
}
.captchalink {
	display: block;
	margin: 5px 0 0 0;
	margin-left: 138px;
	width: 145px;
}
input.submit {
	width: 159px;
	height: 23px;
	cursor: pointer;
	padding: 0 15px 0 0;
	border: 0;
	background: url("/images/submit.gif") no-repeat;
}
.preview {
	width: 110px !important;
	height: 60px !important;
	float: none !important;
	margin-bottom: 0 !important;
}
.preview img {
	width: 75px !important;
	height: 45px !important;
}
.updown {
	width: 9px !important;
	height: 9px !important;
	border: 0 !important;
	margin: 0 0 0 5px;
	vertical-align: bottom;
}
#userAvatar {
	float: left;
	margin: 0 20px 10px 0;
	width: 100px;
	height: 100px;
}
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin: 20px 0 0 0;
	padding: 10px;
	width: 350px;
	clear: left;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}
#fileQueue {
        width: 400px;
        height: 300px;
        overflow: auto;
        border: 1px solid #E5E5E5;
        margin-bottom: 10px;
}
.gallery {
	width: 100%;
	float: left;
	display: none;
	margin: 0 0 20px 0;
	border: 1px solid #5f5f5f;
}
.gallery span {
	clear: both;
	display: block;
	background: #f5f5f5;
	padding: 5px;
	text-align: right;
	overflow: hidden;
	font-size: 0.8em;
}
.gallery span a {
	padding: 0 1px;
	margin: 0 1px;
	font-size: 1.2em;
	text-decoration: none;
	border-bottom: 1px dotted #5facd8;
}
.gallery span a:hover {
	border-bottom: 1px dotted #f5f5f5;
}
.gallery span a.aleft {
	float: left;
}
.gallery span a.aright {
	float: right;
}
.gallery span i {
	font-style: normal;
	padding: 0 1px;
	font-size: 1.2em;
	margin: 0 1px;
}
.upload {
	width: 100%;
	float: left;
	display: none;
	margin: 0 0 20px 0;
}
.upload_open {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	font-size: 10px;
}
img.preview {
	width: 75px !important;
	height: 45px !important;
	cursor: pointer;
	margin: 20px 10px;
	padding: 4px;
}
img.on {
	background: #bababa;
}
img.off:hover {
	background: #d7d7d7;
}
img.attention {
	float: left;
	margin: 10px 5px;
}
.glass {
	width: 51%;
	margin: 0 2% 0 0;
}
.default {
	display: inline;
	position: relative;
	float: left;
	width: 58px !important;
	height: 58px !important;
	border: 1px solid #a7a7a7 !important;
	margin: 0 15px 0 0 !important;
}
div.inform {
	border: 1px solid #d8d8d8;
	float: left;
	padding: 20px;
	width: 330px;
}
div.inform img {
	vertical-align: middle;
	margin: 0 7px 0 0;
}
div.text-info-profile {
	position: relative;
	padding: 0 0 0 76px;
}
.proftags {
	position: relative;
	width: 86%;
	padding: 15px 7%;
	margin: 0 0 0 0;
	overflow: hidden;
}
p.tags-cloud {
	 font-size: 0.65em;
	 line-height: 18px;
	 text-align: center;
	 text-align: justify;
}

/* left navigation */

div.left-navigation {
	margin: 0 0 0 10px;
	line-height: 22px;
	position: relative;
}
div.left-navigation span {
	display: block;
	color: #fff;
	margin: 3px 0 3px -10px;
	width: 236px;
	padding: 0 0 0 10px;
	height: 23px;
	background: url("/images/left-navigation.gif");
}
div.left-navigation span a {
	color: #fff;
	text-decoration: none;
}
div.left-navigation span a:hover {
	text-decoration: underline;
}
div.left-navigation strong {
	position: absolute;
	font-weight: normal;
	color: #000;
	right: 20px;
}
div.left-navigation span strong {
	color: #fff;
}

/* end left navigation */

/* error */

img.error {
	border: 0;
	width: 702px;
	height: 488px;
	position: relative;
	left: 50%;
	margin: 35px auto 35px -351px;
}
img.crash {
	display: block;
	margin: 50px auto;
}

/* Agreement Page */

div.agreement p {
	color: #000;
	margin: 15px 6px;
}
div.agreement ol li {
	list-style-type: none;
	margin: 0 0 10px 0;
}
div.agreement ul li {
	list-style-type: square;
	margin: 0 0 10px 0;
}
div.agreement ol, ul {
	margin: 20px 50px;
}

/* End Agreement Page */

/* Content Page */

/* quality */

div.quality {
	text-align: center;
	color: #000;
	margin: 15px auto 20px auto;
	width: 500px;
}
div.quality img {
	width: 11px;
	height: 11px;
	border: 0;
	margin: 0 0 0 0;
}
div.quality a {
	margin: 0 0 0 5%;
}
div.quality a.rollover {
	padding: 4px 12px 6px 12px;
	margin: 0 0 0 5%;
	color: #ef1111 !important;
	text-decoration: none !important;
	cursor: default;
	background: url("/images/rollover.gif") no-repeat;
}

/* end quality */

div.user {
	padding: 10px;
	overflow: hidden;
	font-size: 10px;
	position: relative;
	height: 1%;
	line-height: 15px;
	color: #333;
}
div.user i {
	display: block;
	clear: left;
	margin: 10px 0 5px 0;
	color: #5f5f5f;
	font-style: normal;
}
div.user img {
	width: 58px;
	height: 58px;
	border: 1px solid #a7a7a7;
	float: left;
	margin: 0 10px 0 0;
}
div.user img.floatimg {
	float: right;
	border: 0;
	height: 19px;
	width: inherit;
	margin: 7px 0 0 10px;
}
.advert {
	font-size: 10px;
}
div#center {
	position: relative;
	z-index: 0;
}
.advert img {
	width: 73px;
	height: 47px;
	border: 0;
	float: left;
	margin: 0 7px 7px 0;
}
div.navigation {
	border: 1px solid #000;
	display: block;
	float: left;
	margin: 0;
	font-size: 0.75em;
	line-height: 23px;
}
.pages {
	float: left;
	width: 100%;
	text-align: right;
}
.pages a {
	padding: 0 3px;
}
.pages b {
	padding: 0 3px;
}
div.nav {
	color: #666;
	cursor: default;
	width: 680px;
	margin: 20px 0 30px 0;
	height: 15px;
	position: relative;
}
div.nav div a {
	background: #60acc8;
	color: #fff;
	padding: 1px 5px 2px 5px;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	height: 15px;
}
div.nav a:hover {
	text-decoration: underline;
}
div.nav strong {
	font-weight: normal;
	padding: 1px 5px 2px 5px;
}
div.nav div b {
	position: absolute;
	background: url("/images/pages.gif");
	display: block;
	width: 3px;
	height: 3px;
	font-size: 0;
	line-height: 0;
}
div.nav div b.tl {
	top: 0;
	left: 0;
	background-position: 0 0;
}
div.nav div b.tr {
	top: 0;
	right: 0;
	background-position: 3px 0;
}
div.nav div b.bl {
	bottom: 0;
	left: 0;
	background-position: 0 3px;
}
div.nav div b.br {
	bottom: 0;
	right: 0;
	background-position: 3px 3px;
}
div.nav div.left-nav {
	position: absolute;
	top: 0;
	left: 0;
}
div.nav div.center-nav {
	position: absolute;
	left: 50%;
	top: 0;
}
div.nav div.right-nav {
	position: absolute;
	top: 0;
	right: 0;
}

/* video rating block */

div.rating {
	width: 96%;
	background-color: #fff;
	text-align: right;
	padding: 10px 2%;
	font-size: 10px;
	position: relative;
}
div.rating img {
	width: 19px;
	height: 19px;
	vertical-align: middle;
	margin: 0 7px 0 15px;
}
div.rating a {
	font-size: 11px;
	margin: 0 5px 0 0;
	vertical-align: text-top;
}
div.rating span {
	margin: 0 5px;
}
div.c {
	text-align: center;
	clear: both;
	margin: 0 0 0 0;
}
span.rating-yet {
	float: left;
	margin: 0 0 7px 0;
}
span.rating-yet a {
	width: 25px;
	height: 16px;
	margin: 0 5px;
	float: left;
	color: #555;
	display: inline;
	font-size: 0.9em !important;
	padding: 3px 0 0 0;
	text-align: center;
	text-decoration: none;
	background: url("/images/rating_b.gif") no-repeat 0 0;
}
span.rating-yet a:hover {
	color: #000;
	background: url("/images/rating_b.gif") no-repeat 0 -19px;
}
span.rating-yet span {
	width: 89px;
	height: 16px;
	margin: 1px;
	float: left;
	background: #fff url("/images/rating-stars.gif") no-repeat 0 0;
}
span.rating-yet span span {
	height: 16px;
	margin: 0;
	float: left;
	background: #fff url("/images/rating-stars.gif") no-repeat 0 -16px;
}

/* end video rating block */

/* End Content Page */

/* Video */

div.one {
	width: 124px;
	position: relative;
	font-size: 10px;
	overflow: hidden;
	margin: 15px 10px 15px 11px;
	float: left;
	font-family: Arial, Helvetica;
	display: inline;
}
div.one-two {
	font-size: 0.9em;
	margin: 10px 0;
	float: left;
	width: 100%;
}
div.one-two a {
	display: block;
	margin: 0 0 10px 0;
}
div.one-two i {
	font-size: 0.9em;
	font-style: normal;
	color: #444;
	margin: 10px 0 0 0;
	display: block;
}
div.one-two i a {
	font-size: 1em;
	display: inline;
}
div.one-two img {
	background-color: #f9f9f9;
	padding: 1px;
	border: 1px solid #a7a7a7;
	width: 120px;
	height: 83px;
	float: left;
	margin: 10px 10px 0 0;
}
div.one img {
	background-color: #f9f9f9;
	padding: 1px;
	display: block;
	margin: 0 0 3px 0;
	border: 1px solid #a7a7a7;
	width: 120px;
	height: 83px;
}
div.one i, div.one em {
	font-size: 10px;
	display: block;
	position: absolute;
	top: 74px;
	height: 12px;
	overflow: hidden;
}
div.one i {
	color: #5f5f5f;
	left: 2px;
	font-style: normal;
	width: 119px;
	padding-left: 1px;
	background-color: #f9f9f9;
}
div.one em {
	background: url("/images/clock.gif") no-repeat left 1px;
	right: 3px;
	padding-left: 12px;
	font-style: normal;
	font-weight: normal;
}
div.one a {
	display: block;
	background: url("/images/person.gif") no-repeat left bottom;
	padding-left: 12px;
	margin: 3px 0 0 0;
	font-size: 1.1em;
}
div.one a.title {
	padding: 0;
	background: none;
	margin: 0 0 3px 0;
	font-weight: bold;
	display: block;
	white-space: nowrap;	
}
div.one u {
	text-decoration: none;
	color: #333;
}
div.one a.plus {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 59px;
	line-height: 0px;
	font-size: 0px;
	left: 6px;
	padding: 0;
	margin: 0;
	background: url("/images/plus01.gif");
}
div.one a.plus:hover {
	background: url("/images/plus02.gif");
}
div.margin {
	overflow: hidden;
	height: auto;
}
div.margin div {
	display: block;
}
div.margin div {
	float: none !important;
	margin: 15px auto;
}
div.margin p {
	font-size: 0.75em;
	display: block;
	position: relative;
	height: 30px;
}
div.margin p a {
	position: absolute;
	right: 0;
	margin: 0 10% 0 0;
	text-decoration: underline;
}
div.margin p a:hover {
	text-decoration: none;
}
/* End Video Preview */

/* Registration Confirm */

div.confirmation {
	font-weight: normal;
	width: 80%;
	margin: 0 auto;
}
div.confirmation a:hover {
	text-decoration: none;
}
div.confirmation p {
	margin: 0 0 30px 128px;
	line-height: 20px;
}
div.confirmation i {
	color: #a2a2a2;
	font-size: 0.8em;
	font-style: normal;
}
div.confirmation img {
	float: left;
	position: relative;
	top: 10px;
	border: 1px solid #5f5f5f;
}

/* End Registration Confirm */

/* Activate Profile */

form.activate input {
	display: block;
	margin: 5px 0 0 0;
	height: 18px;
	width: 300px;
	font-size: 1.2em;
	padding: 2px 0 0 0;
}

/* End Activate Profile */

/* community */

div.community_title {
	float: left;
	margin: 0 0 0 20px;
	height: 25px;
	display: inline;
}
div.community_date {
	width: 80%;
	border: 1px solid #000;
	height: 25px;
	float: left;
	font-size: 0.9em;
	text-align: right;
}
div.community_date a {
	padding: 0 0 0 5%;
	font-size: 1em;
}
div.community {
	width: 96%;
	margin: 10px 0 0 0;
	border: 1px solid #d7d7d7;
	overflow: hidden;
	position: relative;
	padding: 2%;
}
div.community i {
	font-style: normal;
}
div.community b {
	font-weight: normal;
	font-size: 10px;
}
div.community_text {
	display: block;
	margin: 0;
	padding: 0;
	float: right;
	width: 55%;
}
div.community a.float {
	float: right !important;
}
div.community img {
	width: 10px;
	height: 10px;
	border: 0;
	vertical-align: middle;
}
div.community img.image_video {
	float: left;
	width: 120px !important;
	height: 80px !important;
	margin: 0 2% 10px 0;
	border: 1px solid #a7a7a7 !important;
	padding: 1px;
}
div.community img.image_photo {
	float: left;
	width: 100px !important;
	height: 80px !important;
	margin: 0 2% 10px 0;
	border: 1px solid #a7a7a7 !important;
	padding: 1px;
}

/* end community */

/* messages */

div.messages-links {
	width: 140px;
	float: left;
	padding: 10px 0 0 0;
	line-height: 10px;
}
table.mess thead th:hover {
	background: #8ac8dd;
}
table.mess tbody tr {
	cursor: pointer;
}
table.mess tbody tr:hover {
	background: #e5eff3;
}
table.mess tbody tr.mess-hover {
	background: #e5eff3;
}
div.messages-links a {
	font-size: 0.8em;
}
div.messages-links img {
	float: left;
	margin: 0 5px 0 0;
	position: relative;
	top: -7px;
}
table.messages {
	background: #fff;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #d7d7d7;
}
table.messages thead {
	background: #9ac8dd;
	color: #fff;
}
table.messages th, table.messages td {
	padding: 5px;
}
table.messages tr.even {
	background: #f9f9f9;
}
div.messages {
	padding: 5px 20px;
	border: 1px solid #dfdfdf;
	background: #fff;
	position: relative;
	overflow: hidden;
}

/* end messages */

/* playlist */

div.playlist-link {
	margin: 0 0 20px 0;
}
div.playlist-link img, div.playlist-link a {
	vertical-align: middle;
}
div.playlist {
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 12px;
}
div.playlist span {
	display: block;
	float: left;
}
div.playlist span.number {
	width: 30px;
}
div.playlist span.descr {
	width: 430px;
	line-height: 20px;
}
div.playlist span.descr img {
	margin: 0 15px 0 0;
	float: left;
}
div.playlist span.descr i a {
	font-size: 0.8em;
	font-style: normal;
}
div.playlist span.descr i img {
	margin: 0 3px 0 0;
	padding: 0;
	vertical-align: middle;
	float: none;
	position: relative;
	top: 1px;
}
div.playlist span.time {
	width: 70px;
}
div.playlist span.sort {
	width: 60px;
	text-align: center;
}
div.playlist span.del {
	width: 100px;
	text-align: center;
}
div.odd {
	background: #f9f9f9;
}

/* end playlist */

/* friends */

div.myfriends {
	width: 350px;
	height: 600px;
	position: relative;
	z-index: 2;
	overflow-y: auto;
	float: left;
}
div.myfriends span.friend {
	overflow: hidden;
	display: block;
	margin: 0 0 20px 0;
}
div.myfriends span.friend img {
	border: 1px solid #a7a7a7;
	margin: 0 20px 0 0;
	float: left;
}
div.myfriends span.friend img.delete {
	border: 0;
	margin: 0;
	float: none;
	margin: 0 0 0 5px;
}
div.myfriends span.friend a {
	font-size: 0.75em;
}
div.myfriends span.friend a b {
	font-size: 1.25em;
}
div.atfriends {
	overflow: hidden;
	position: relative;
	left: 30px;
	margin: 0 0 40px 0;
}
div.atfriends a {
	margin: 4px 6px;
	float: left;
}
div.atfriends a:hover {
	color: #ef1111;
}
div.addfriend {
	position: relative;
	left: 30px;
	margin: 0 0 40px 0;
}

/* end friends */

/* translations */

div.translation-future {
	border-bottom: 1px solid #d7d7d7;
	padding: 0 0 15px 0;
}
div.translation-future, div.translation-now {
	margin: 15px 0;
	overflow: hidden;
	position: relative;
}
div.translation-future img, div.translation-now img {
	float: left;
	border: 1px solid #a7a7a7;
	padding: 1px;
	background: #f9f9f9;
	margin: 0 20px 0 0;
	width: 120px;
	height: 83px;
}
div.translation-future span, div.translation-now span {
	display: block;
	background: #f9f9f9;
	position: absolute;
	top: 71px;
	font-size: 0.8em;
	padding: 1px 0 1px 4px;
	left: 2px;
	width: 116px;
}
div.translation-future i, div.translation-now i {
	color: #5f5f5f;
	font-style: normal;
	font-size: 0.8em;
}
div.translation-future i a, div.translation-now i a {
	font-size: 1em;
}
div.translation-future div.description, div.translation-now div.description {
	line-height: 18px;
	margin: 0 0 0 144px;
}

/* end translations */

/* favorites */

div.favorites {
	padding: 10px 0;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
}
div.favorites img {
	float: left;
	margin: 0 15px 0 0;
}
div.favorites span.left img {
	float: none;
	margin: 0;
}
div.favorites span.title {
	float: left;
	width: 600px;
	margin: 0 0 8px 0;
}
div.favorites span.title input {
	margin: 0 3px 0 0;
}
div.favorites span.left, div.favorites span.right {
	float: left;
	width: 200px;
	line-height: 18px;
}
div.favorites span.left {
	width: 400px;
}
div.favorites span.left img {
	vertical-align: middle;
	margin: 0 4px 0 0;
}
div.favorites span.left a {
	font-size: 10px;
}

/* end favorites */

/* stream */

img.upload-image {
	border: 1px solid #a7a7a7;
	padding: 1px;
	background: #fff;
	width: 120px;
	height: 83px;
}

/* stream */

/* rounded corners */

b.round {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	line-height: 0;
	font-size: 0;
	background-image: url("/images/tltrblbr.gif");
	background-repeat: no-repeat;
	z-index: 10;
}
b.tl { background-position: 0 0; top: 0; left: 0; }
b.tr { background-position: -10px 0; top: 0; right: 0; }
b.bl { background-position: 0 -10px; bottom: 0; left: 0; }
b.br { background-position: -10px -10px; bottom: 0; right: 0; }

/* end rounded corners */

/* video edit */

div#showArea {
	display:none;
	background: #fff;
	margin: 0 0 20px 0;
}
img.wrappers {
	border: 1px solid #a9a9a9;
	padding: 1px;
	margin-right: 10px;
}
img.wrappers:hover {
	cursor: pointer;
	border: 1px solid #555;
}

/* end video edit */

/* video list tabs */

div.tab {
	background: #f9f9f9;
	border: 1px solid #d7d7d7;
	position: relative;
	top: 29px;
	margin: 0 0 30px 0;
}
div.tab span.tab {
	display: block;
	height: 29px;
	position: relative;
	top: -29px;
	left: -1px;
	float: left;
	padding: 5px 15px 0 15px;
	margin: 0 10px 0 7px;
	font-size: 1em;
}
div.tab span.tab strong {
	font-weight: normal;
}
div.tab span.tab b {
	display: block;
	position: absolute;
	width: 7px;
	height: 29px;
	top: 0;
}
div.tab span.on b.l {
	background: url("/images/tab-on-l.gif") no-repeat;
	left: -7px;
}
div.tab span.on {
	background: url("/images/tab-on-b.gif") repeat-x;
	cursor: default;
}
div.tab span.on b.r {
	background: url("/images/tab-on-r.gif") no-repeat;
	right: -7px;
}
div.tab span.off b.l {
	background: url("/images/tab-off-l.gif") no-repeat;
	left: -7px;
}
div.tab span.off {
	color: #777;
	background: url("/images/tab-off-b.gif") repeat-x;
	cursor: pointer;
}
div.tab span.off:hover {
	color: #000;
}
div.tab span.off b.r {
	background: url("/images/tab-off-r.gif") no-repeat;
	right: -7px;
}
div.tab span.loader {
	position: relative;
	left: 10px;
	display: none;
	background: none;
	top: -24px;
}
div.tab div.content-tab {
	position: relative;
	padding: 0 17px;
	clear: both;
	overflow: hidden;
	top: -20px;
}
img.profimg {
	vertical-align: middle;
	margin: -2px 4px 0 10px;
	padding: 4px 0;
}
p.category-line-off {
	display: block;
	margin: 2px 0;
}
p.category-line-on {
	background: #fff;
	display: block;
	margin: 2px 0;
	border: 1px solid #000;
	overflow: hidden;
	float: left;
}
div.border-block {
	border: 1px solid #d7d7d7;
	padding: 20px;
	line-height: 18px;
}
div.border-block label {
	color: #5f5f5f;
	cursor: pointer;
}

/* end video list tabs */

div.style {
	border-top: 1px solid #cfcfcf;
	margin-top: 10px;
	padding-top:5px;
	line-height: 20px;
}
div.left-block {
	font-size: 0.8em;
}
div.left-block a.w2 {
	display: block;
	font-size: 1.2em;
	margin: 0 0 -7px 0;
}
div.left-block a {
	font-size: 1.1em;
}
div.left-block img.image {
	padding: 2px;
	float: left;
	margin: 0 7px 0 0;
	border: 1px solid #ccc;
}
div.left-block div.desc-left {
	margin: 8px 0 0 0;
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
}
a.spoiler {
	position: absolute;
	background: #e0e0e0;
	display: block;
	width: 118px;
	left: 1px;
	bottom: 1px;
	font-size: 0.9em !important;
	color: #444;
	text-decoration: none;
	padding: 2px 3px;
}
a.spoiler:hover {
	text-decoration: underline;
}
div.content-menu-popup span {
	display: block;
	float: left;
	background: #eee;
	padding: 10px;
	width: 123px;
	position: absolute;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 10;
	line-height: 20px;
	display: none;
}
div.content-menu-popup span a {
	color: #5f5f5f;
}
div.content-menu-popup a:hover {
	color: #000;
}
div.right_block {
	margin: 10px 0;
	padding: 0 0 0 15px;
}
div.right_block img {
	vertical-align: middle;
	margin: 4px 10px 4px 0;
}
div.menu-a {
	position: absolute;
	top: 59px;
	left: 6px;
	display: none;
	z-index: 100;
	border: 1px solid #9ac8dd;
	background-color: #f9f9f9;
	padding: 3px 10px;
	color: #000;
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	cursor: default;
}
div.menu-a a {
	background: 0;
	padding: 0;
	margin: 0;
}
div.popup-menu {
	color: #444;
	font-size: 0.9em;
	background: #f9f9f9;
	padding: 7px 10px;
}
div.popup-menu a {
	font-size: 1em;
}
div.popup-menu span {
	float: right;
}
img.image-border {
	padding: 1px;
	background: #fff;
	border: 1px solid #d7d7d7;
	width: 120px;
	height: 83px;
}
table.calendar {
	float: right;
	font-size: 0.8em;
	border: 1px solid #d7d7d7;
	margin: 0 0 0 20px;
	background: #fff;
}
table.calendar td {
	text-align: center;
	width: 20px;
	padding: 2px;
}
table.calendar td a {
	font-size: 1em;
}
table.calendar tr.title {
	background: #508da8;
	color: #fff;
}
i.datatime {
	font-style: normal;
	float: right;
	color: #555;
	font-size: 0.8em;
}
i.datacomment {
	color: #555;
	font-style: normal;
	font-size: 0.8em;
}
i.datacomment strong {
	color: #000;
}
span.datalinks {
	float: right;
}
span.datalinks img {
	vertical-align: middle;
}
div.announcement {

	background: #fff;
	position: relative;
}
div.announcement b.round {
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	font-size: 0px;
	line-height: 0px;
	background-image: url('/images/crnrs.gif');
	background-repeat: no-repeat;
}
td.round {
	width: 7px;
	height: 7px;
}
td.round img {
	display: block;
	width: 7px;
	height: 7px;
}
td.tl, td.tr, td.bl, td.br {
	background-image: url('/images/crnrs.gif');
	background-repeat: no-repeat;
}
td.tl {
	background-position: 0px 0px;
}
td.tr {
	background-position: -7px 0px;
}
td.bl {
	background-position: 0px -7px;
}
td.br {
	background-position: -7px -7px;
}
td.background {
	background: #fff;
}
td.small {
	font-size: 11px;
}
td.small a {
	font-size: 11px;
}
td.top {
	margin: 0;
	padding: 0;
	border-top: 1px solid #dcdcdc;
}
td.left {
	border-left: 1px solid #dcdcdc;
}
td.right {
	border-right: 1px solid #dcdcdc;
}
td.bottom {
	border-bottom: 1px solid #dcdcdc;
}
a.tips {
	position: absolute;
	top: 0;
	right: 0;
	color: #dcdcdc;
	font-size: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
a.tips:hover {
	border: none;
	color: #ccc;
}
table.margin-top {
	margin-top: 15px;
}