/*  border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;*/





/**************************** reset ******************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    position:relative;
}

/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**************************** End reset ******************************/


body {
    margin: 0 0 0 0;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

a {
    color: #2cb6d7;
    text-decoration: underline;
}

a:hover {
    color: #fff;
}

a.hl {
    font-weight: bold;
}

form {
    display: inline;
}

label {
    cursor: pointer;
}

input, textarea, select {
    font-family: Verdana, Arial, serif;
    font-size: 12px;
}

.control input, .control textarea, .control select, .common_input {
	 background-color: #666;
    border: 0px solid #FAD01A;
    color: #fff;
    padding: 2px 3px;
}

.button input {
    vertical-align: middle;
}

.g_clear {
    clear: both;
    font-size: 0;
    height: 0;
}

.g_hidden {
    display: none;
}

.g_hint {
    font-size: 11px;
}

.block_header {
    padding: 0px 0px 0px 8px;
    background: #271d03;
    color: #fff;
	font-size: 14px;
    text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
/*	height:27px;*/
	line-height:27px;
}


.block_header span {
	float:right;
	margin-top:2px;
}

.block_header a {
    color: #333333;
  /*   display: block;
   float: left;
    height: 16px;
    line-height: 16px;
    margin-right: 5px;
    margin-top: 6px;
    text-align: center;
    text-decoration: none;
    top: 6px;*/
	/*background: #7f7f7f;  Old browsers */
	color:#CCC;
	font-size:12px;
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
}



.block_sub_header {
/*    margin: -2px 2px 2px 2px;
    padding: 1px 8px 3px 8px;
    border-bottom: 1px solid #222;
    background: #191a1b;
    color: #aeb0b0;
    font-size: 11px;*/
	 width: 980px;
    height: 30px;
    padding: 0 0 0 8px;
    margin: 0 auto;
    color: #fad01a;
    font-size: 12px;
    font-family: Microsoft Sans Serif;
/*    text-transform: uppercase;*/
    text-align: left;
	background-color:#1c1b1b;
	border-width:0px;
	border-color:#999999;
	-moz-border-radius:0px 0px 3px 3px;
	-webkit-border-radius:0px 0px 3px 3px;
	border-radius:0px 0px 3px 3px;
	line-height:30px;
}

.block_sub_header #sub_text{
	margin-right:10px;
	float:right;
	color:#f38604;
	font-size:12px;
	width:950px;
	height:30px;
	line-height:30px;
	text-align:right;


}

.block_sub_header .links {
    padding-left: 0px;
}

.block_sub_header .links a {
	color:#FFF;
}

.block_content {
    padding: 0px 0px 0px;
    color: #bbb;
	/*position:relative;*/
}

.text_content {
    padding: 5px 10px 10px 10px;
    color: #bbb;
}

.block_content p, .text_content p {
    margin-bottom: 8px;
    margin-top: 16px;
	color:#FFF;
	font-size:12px;
	line-height:18px;

}

.block_content p.topmost, .text_content p.topmost {
    margin-top: 0;
	text-align:left;
	color:#fff;
	font-size:16px;
    width: 440px;
}

.block_content .label {
    margin-bottom: 3px;
    color: #fff;
    padding-left: 5px;
	padding-top:8px;
	padding-bottom:4px;
	font-size:14px;
	font-weight:bold;
}

.block_content .control {
    margin-bottom: 10px;
}


.block_content .control .g_hint{
    margin-bottom: 10px;
	color:#FFF;
}


.block_content .control_group {
    margin-bottom: 10px;
}

.block_content .control_group .item {
    float: left;
    margin-bottom: 5px;
}

.block_content .button {
    padding-top: 3px;
}

.block_content .button .ajax_wait {
    padding-left: 5px;
}

.block_content .field_error {
    padding: 1px;
    color: #fb6549;
    font-size: 11px;
}

.block_content .message_error {
    margin: 0 5px 10px 5px;
    padding: 5px;
    border: 1px solid #303334;
    background: #191a1b;
    color: #fb6549;
}

.block_content .message_info {
    margin: 0 5px 10px 5px;
    padding: 5px;
    border: 1px solid #303334;
    background: #191a1b;
    color: #ddd;
}

/* Layout styles */

#placenta{

}

#top_menu {
       background-color: #666666;
    border-color: #999999;
    border-radius: 0 0 3px 3px;
    border-width: 0;
    color: #494949;
    font-family: Microsoft Sans Serif;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    padding: 3px 10px 3px 0;
    text-align: right;
    text-transform: uppercase;
    width: 970px;
	position:relative;
}

#top_menu a {
    text-decoration: none;
}

#top_menu a.hl {
    font-weight: normal;
    background: url("../images/arrow_orange.gif") 13px 4px no-repeat;
    padding-left: 20px;
	color:#fad01a;
}

#top_menu a.upload {
	font-size: 14px;
	color: #050505;
	padding: 10px 10px;
	background: -moz-linear-gradient(
		top,
		#f7ff00 0%,
		#ffbf00);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f7ff00),
		to(#ffbf00));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
		margin-left:5px;
}

#top_menu a.upload:hover {
	font-size: 14px;
	color: #F30;
	padding: 10px 10px;
	background: -moz-linear-gradient(
		top,
		#f7ff00 0%,
		#ffbf00);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f7ff00),
		to(#ffbf00));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
		margin-left:5px;
		position:relative;
		top:-2px;
}

#top_menu span {
    font-weight: bold;
    color: #fff;
}

#header {
    width: 968px;
    height: 137px;
    margin: 0 auto;
    border: 1px solid #000;
    background: #222425 url("../images/logo.gif") left top no-repeat;
}

#header #advertising {
    padding-left: 354px;
    padding-top: 11px;
    height: 84px;
}

#header #advertising img {
    border: none;
}

#main_menu {
    float: left;
    height: 34px;
    padding-left: 2px;
    padding-top: 7px;
}

#main_menu a {
    height: 34px;
    display: block;
    float: left;
    text-decoration: none;
}

#main_menu a#item1 {
    width: 70px;
    background: url("../images/menu_item_01.gif") left top no-repeat;
}

#main_menu a#item1:hover, #main_menu a#item1.selected {
    background: url("../images/menu_item_01_hover.gif") left top no-repeat;
}

#main_menu a#item2 {
    width: 143px;
    background: url("../images/menu_item_02.gif") left top no-repeat;
}

#main_menu a#item2:hover, #main_menu a#item2.selected {
    background: url("../images/menu_item_02_hover.gif") left top no-repeat;
}

#main_menu a#item3 {
    width: 104px;
    background: url("../images/menu_item_03.gif") left top no-repeat;
}

#main_menu a#item3:hover, #main_menu a#item3.selected {
    background: url("../images/menu_item_03_hover.gif") left top no-repeat;
}

#main_menu a#item4 {
    width: 137px;
    background: url("../images/menu_item_04.gif") left top no-repeat;
}

#main_menu a#item4:hover, #main_menu a#item4.selected {
    background: url("../images/menu_item_04_hover.gif") left top no-repeat;
}

#main_menu a#item5 {
    width: 112px;
    background: url("../images/menu_item_05.gif") left top no-repeat;
}

#main_menu a#item5:hover, #main_menu a#item5.selected {
    background: url("../images/menu_item_05_hover.gif") left top no-repeat;
}

#main_menu a#item6 {
    width: 116px;
    background: url("../images/menu_item_06.gif") left top no-repeat;
}

#main_menu a#item6:hover, #main_menu a#item6.selected {
    background: url("../images/menu_item_06_hover.gif") left top no-repeat;
}

#main_menu a#item7 {
    width: 87px;
    background: url("../images/menu_item_07.gif") left top no-repeat;
}

#text_menu {
    float: left;
    width: 197px;
    padding-top: 15px;
    font-size: 11px;
    text-align: center;
    color: #494949;
}

#text_menu a {
    color: #888888;
}

#data {
    width: 980px;
    margin: 10px auto;
}

#tube_ad_wrap{
    float: right;
	width: 315px;
	margin-top: 30px;
	clear:right;
	text-align:center;
	margin-right: 30px;

	}

#tube_ad{
    background-color: #ECECEB;
    border: 1px solid #ECECEB;
    color: #FFFFFF;
    margin-bottom: 0px;
	padding: 15px 10px;
    width: 315px;
	border-radius:3px;
	-moz-border-radius 3px;
	text-align:center;
	}

#tube_ad span{
	color:#666;
	display:block;
	margin-bottom:15px;
	}

#tube_ad .center_div{
	width:300px;
	margin:auto;
	}


/* Pornicom Inner pages right ad */

#inner_tube_ad_wrap {
    background: #271D03; /* Old browsers */
	clear: right;
    float: right;
    height: 452px;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
    width: 484px;
}

#inner_tube_ad_wrap #tube_ad {
    background-color: #ECECEB;
    border: 1px solid #ECECEB;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    margin: 75px auto auto;
    padding: 5px;
    text-align: center;
    width: 315px;
}

#inner_tube_ad_wrap #tube_ad span{
	color:#666;
	display:block;
	margin-bottom:0px;
	margin:auto;
	}

#inner_tube_ad_wrap #tube_ad span body{
	background-color:#333333 !important;	}

#inner_tube_ad_wrap #tube_ad .center_div{
	width:300px;
	margin:auto;
	}

/* Pornicom Inner pages right ad */




#wide_col {
    width: 980px;
    /*float: left;*/
}

#wide_col_community {
    width: 765px;
	float: left;
    margin: 1px 0 0 10px;
}

#wide_col_community .block_header, #wide_col_community .block_sub_header {
    padding-left: 5px;
    width: 763px;
}





#wide_col #view_video_ad {
    float: left;
    margin-left: 10px;
    width: 370px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top:20px;
	background-color: #271D03;
    position:relative;
}
#wide_col #view_video_ad .ad_text{
    position:absolute;
    top:6px;
    left:0;
    text-transform:uppercase;
    font-size:10px;
    color:#888;
    display:block;
    text-align:center;
    width:100%;
}

#wide_col #view_video_ad #tube_ad2 {
    clear: right;
    margin: auto;
    padding: 3px;
    text-align: center;
    width: 300px;
}

#tube_ad2_last {
    color: #FFFFFF;
    text-align: center;
	margin:0px 0px 30px 0px;
}

#tube_ad2_last h5 {
    color: #fff;
    display: block;
    font-family: "Century Gothic","Times New Roman","MS Sans Serif";
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
}

#wide_col #video_info_col {
    width: 600px;
    float: left;
}

#wide_col #related_videos_col {
    width: 196px;
    float: left;
}

#related_videos_col {
    clear: both;
    margin: auto;
    width: 980px;
}


#wide_col .member_profile_view{
	width:775px;
    margin: 1px 0 0 4px;
	float:left;
}

#side_col {
    float: left;
    margin: 0 0 0 0px;
    width: 202px;
}

#footer {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
	padding-top:10px;
	background:#333;
}

#footer .links {
    color: #747474;
/*    text-transform: uppercase;*/
    font-size: 12px;
    text-align: center;
    margin: 10px 0;
	font-family: sans-serif,Arial, Helvetica;
}

#footer .porn {
    color: #CCCCCC;
    font-size: 12px;
    line-height: 16px;
    margin: auto;
    text-align: center;
    width: 980px;
	padding-bottom:20px;
	}

#footer .links a:link {
    color: #F9C71C;
}
#footer .links a:visited {
    color: #F9C71C;
}
#footer .links a:hover {
    color: #fff;
}

#footer .links .hl {
    color: #2cb6d7;
    font-weight: normal;
}

#footer .info {
    width: 530px;
    float: left;
    color: #444545;
    font-family: Microsoft Sans Serif;
    font-size: 10px;
    text-align: right;
    margin: 10px 0;
}

#footer .info a {
    color: #8f8f8f;
    text-decoration: underline;
}

#footer .copyright {
    width: 300px;
    float: left;
    padding-left: 35px;
    margin-top: 12px;
    margin-left: 32px;
    color: #444545;
    font-size: 13px;
    background: url("../images/copyright.gif") 0 3px no-repeat;
}

/* List videos block styles */

.list_videos {
 clear:both;
}

.list_videos .item {
    float: left;
    font-size: 11px;
    padding: 2px;
    width: 189px;
}

.list_videos .item_small {
    float: left;
    width: 182px;
    padding: 2px;
    font-size: 11px;
}


.list_videos .item_small {
    float: left;
    font-size: 11px;
    padding: 3px;
    width: 189px;
}

.list_videos .image {
    background: #000;
    border: 1px solid #666;
}


.list_videos .item_big_thumb {
    float: left;
    font-size: 11px;
    padding: 0px;
    width: 238px;
	margin-top:5px;
	border:1px #333 solid;
	margin-right:5px;
}

.list_videos .item_big_thumb .item_small {
    float: left;
    font-size: 11px;
    padding: 3px;
    width: 189px;
}

.list_videos .item_big_thumb .image {
    background: #000;
	    width: 237px;
}

.list_videos .item_big_thumb .image a {
    display: block;
    color: #777;
}

.list_videos .item_big_thumb .image img {
    display: block;
    width: 237px;
}




.list_videos .private, .list_videos .premium {
    background-color: #000;
}

.list_videos .image a {
    display: block;
    color: #777;
}

.list_videos .image img {
    border: 0 none;
    display: block;
    width: 187px;
}











/*.list_videos .image {
    background: #000;
    border: 1px solid #000;
}

.list_videos .private, .list_videos .premium {
    background-color: #000;
}

.list_videos .image a {
    display: block;
    color: #777;
}

.list_videos .image img {
    display: block;
    border: 0;
}*/

.list_videos .info {
    padding: 2px;
    line-height: 18px;
}

.list_videos .info h2 {
    display: block;
    overflow: hidden;
    float: left;
    width: 130px;
    font-size: 11px;
    white-space: nowrap;
}

.list_videos .info .length {
    color: #fff;
    font-weight: bold;
    text-align: right;
}

.list_videos .info .added {
    float: left;
}

.list_videos .info .added span {
    color: #fff;
    font-weight: bold;
}

.list_videos .info .rating {
    text-align: right;
}

.list_videos .options {
    padding-bottom: 5px;
}

.list_videos .options label {
    color: #ddd;
    font-weight: bold;
}

.list_videos .options input {
    vertical-align: middle;
}

.list_videos .options a {
    font-weight: bold;
}

.list_videos .actions {
    padding-top: 10px;
}

/* List albums block styles */

/*.list_albums .item {
    float: left;
    width: 143px;
    padding: 2px;
    font-size: 10px;
}
*/

.list_albums .item {
    border: 1px solid #1d1d1d  !important;
    float: left !important;
    font-size: 11px !important;
    margin: 9px 7px !important;
    padding: 9px !important;
    width: 120px !important;
}

.list_albums .item:hover {
    border: 1px solid #FAD01A !important;
}

.list_albums .item_related {
    margin: 6px !important;
    padding: 2px !important;
    width: 122px !important;
}

.list_albums .private {
    background-color: #000;
}

.list_albums .image {
    width: 120px;
    border: 1px solid #000;
}

.list_albums .image a {
    color: #777;
}

.list_albums .image img {
    border: 0;
}

.list_albums .info {
    padding: 2px;
    line-height: 18px;
}

.list_albums .info h2 {
    display: block;
    overflow: hidden;
    font-size: 11px;
    white-space: nowrap;
}

.list_albums .info .images {
    float: left;
}

.list_albums .info .rating {
    padding-left: 10px;
    float: left;
}

.list_albums .info .added span {
    color: #fff;
    font-weight: bold;
}

.list_albums .options {
    padding-bottom: 5px;
}

.list_albums .options label {
    color: #ddd;
    font-weight: bold;
}

.list_albums .options input {
    vertical-align: middle;
}

.list_albums .options a {
    font-weight: bold;
}

.list_albums .actions {
    padding-top: 10px;
}

/* List categories block styles */

.list_categories .item {
    float: left;
    width: 137px;
    padding: 10px;
    font-size: 11px;
}



/*new*/

.list_categories .block_content {
    float: left;
	width:800px !important;
}

.list_categories .cat_advertisment {
    float: left;
	width:170px;
	background-color: #EAEAEA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top:47px;
	padding-top:3px;
	text-align:center;
	margin-left:0px;
	padding-bottom:3px;
}

.list_categories .cat_advertisment div {
 width:160px;
 text-align:center !important;
 margin:auto !important;
 border:1px #333333 solid;
}
/*end new*/

.list_categories .item h2 {
    padding-bottom: 0px;
    font-size: 14px;
    text-align: center;
}


.list_categories .item h2 a {
    font-weight: bold;
	color:#fff !important;
	text-decoration:none  !important;
	background-color: #271D03;
    display: block;
    font-weight: bold;
    padding: 7px;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.list_categories .item h2 a:hover {
    color:#fff !important;
	background-color: #333;
}








.list_categories .item .image {
    background: #000;
    border: 1px solid #271D03;
}

.list_categories .item .image a {
    display: block;
    color: #777;


}

.list_categories .item .image img {
    display: block;
    border: 0;
}

.list_categories .item .info {
    padding: 2px;
    line-height: 18px;
    text-align: center;
}




/* List tags block styles */

.list_tags .item {
    float: left;
    width: 137px;
    padding: 5px;
    font-size: 11px;
}

.list_tags .item h2 {
    padding-bottom: 4px;
    font-size: 14px;
    text-align: center;
}

.list_tags .item .info {
    padding: 2px;
    line-height: 18px;
    text-align: center;
}

/* List comments block styles */

.list_comments .comment_row {
    padding: 5px;
    background: #303334;
    color: #bbb;
    margin-bottom: 2px;
}

.list_comments .comment_row .avatar {
    width: 102px;
    height: 82px;
    float: left;
    background: #111;
}

.list_comments .comment_row .avatar img {
    border: 1px solid #000;
}

.list_comments .comment_row h2 {
    display: block;
    padding-left: 110px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.list_comments .comment_row .anonymous_user {
    color: #bbb;
}

.list_comments .comment_row p {
    display: block;
    padding-left: 110px;
    font-size: 12px;
}

/* List members block styles */

.list_members {
    float: left;
    width: 770px;
	margin: 0 7px 0 0;
}

.list_members .block_sub_header{
    width: 760px;
	-moz-border-radius:0px 0px 3px 3px;
	-webkit-border-radius:0px 0px 3px 3px;
	border-radius:0px 0px 3px 3px;
}

.list_members .item {
    float: left;
    padding: 5px 20px;
    width: 152px;
    font-size: 11px;
}

.list_members .item h2 {
    display: block;
    overflow: hidden;
    padding-bottom: 4px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}

.list_members .item .image {
    background: #000;
    border: 1px solid #000;
}

.list_members .item .image a {
    display: block;
    color: #777;
}

.list_members .item .image img {
    display: block;
    border: 0;
}

.list_members .info {
    padding: 2px;
    line-height: 18px;
}

.list_members .info span {
    color: #fff;
    font-weight: bold;
}

/* List messages block styles */

.list_messages .message {
    padding: 5px;
    margin-bottom: 2px;
    background: #303334;
    color: #bbb;
}

.list_messages .message .delete {
    width: 30px;
    height: 52px;
    padding-top: 30px;
    float: left;
}

.list_messages .message .avatar {
    width: 102px;
    height: 82px;
    float: left;
    background: #111;
}

.list_messages .message .avatar img {
    border: 1px solid #000;
}

.list_messages .message .text {
    width: 596px;
    padding-left: 10px;
    float: left;
}

.list_messages .message h2 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.list_messages .message .content {
    margin-top: 8px;
    margin-bottom: 8px;
}

.list_messages .actions {
    padding-top: 10px;
}

/* List members blog block styles */

.list_members_blog .text_content {
    padding: 0 5px;
}

.list_members_blog .entry {
    padding: 5px;
    background: #303334;
    color: #bbb;
    margin-bottom: 2px;
}

.list_members_blog .entry .delete {
    width: 30px;
    height: 52px;
    padding-top: 30px;
    float: left;
}

.list_members_blog .entry .avatar {
    width: 102px;
    height: 82px;
    float: left;
    background: #111;
}

.list_members_blog .entry .avatar img {
    border: 1px solid #000;
}

.list_members_blog .entry .text {
    width: 596px;
    padding-left: 10px;
    float: left;
}

.list_members_blog .entry h2 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.list_members_blog .entry .content {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 12px;
}

.list_members_blog .actions {
    padding-top: 10px;
}

.list_members_blog .add_entry {
    margin-top: 16px;
    padding: 5px;
    border: 2px solid #303334;
    background: #27292a;
}

.list_members_blog .control textarea {
    width: 99%;
}

/* List members events block styles */

.list_members_events .event {
    padding: 5px 10px;
    background: #2d3031;
    color: #9b9b9b;
    margin-bottom: 2px;
}

/* Pagination block styles */

.pagination {
    padding: 20px 3px;
    text-align: center;
	clear:both;
}

.pagination a {
    padding: 6px;
    background: #2e3132;
    border: 1px solid #999;
    color: #fff;
    font-size: 11px;
	text-decoration:none;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
}

.pagination a:hover {
    color: #fff;
	background: #fad01a; /* Old browsers */
background: -moz-linear-gradient(top,  #fad01a 0%, #f27d02 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fad01a), color-stop(100%,#f27d02)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fad01a 0%,#f27d02 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fad01a 0%,#f27d02 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fad01a 0%,#f27d02 100%); /* IE10+ */
background: linear-gradient(top,  #fad01a 0%,#f27d02 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad01a', endColorstr='#f27d02',GradientType=0 ); /* IE6-9 */


	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; */
}

.pagination span {
    padding: 9px;
    background: #fad01a; /* Old browsers */
background: -moz-linear-gradient(top,  #fad01a 0%, #f27d02 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fad01a), color-stop(100%,#f27d02)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fad01a 0%,#f27d02 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fad01a 0%,#f27d02 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fad01a 0%,#f27d02 100%); /* IE10+ */
background: linear-gradient(top,  #fad01a 0%,#f27d02 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad01a', endColorstr='#f27d02',GradientType=0 ); /* IE6-9 */

    border: 1px solid #999;
    color: #fff;
    font-size: 11px;
	text-decoration:none;
/*	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; */
}

/* Tags cloud block styles */

.tags_cloud a {
    line-height: 18px;
}

/* Search block styles */

.search .control, .search .button {
    float: left;
    padding: 2px;
}

.search .control input {
    width: 150px;
}

/* Search members block styles */

.search_members .control input, .search_members .control select.full_size {
    width: 180px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.search_members .block_content{
      padding: 5px 0 5px 5px;
	  background-color:#222425;
}

.search_members {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-bottom:5px;

}

/* Videos, Albums, Models, CS comments block styles */

.global_comments .control textarea, .global_comments .control input {
    width: 99%;
}

.global_comments .info_row {
    margin-bottom: 8px;
    color: #9b9b9b;
	margin-top:1px;
	background-color:#1C1B1B;
	min-height:40px;
	line-height:40px;
	font-size:14px;
	padding-left:10px;
}

* html .global_comments .info_row {
    height: 100%;
}

.global_comments .info_row span {
    color: #ddd;
}

.global_comments .info_row img {
    border: none;
}

.global_comments .info_row a,
.error_popup .send{
    color: #000;
	font-weight:bold;
    padding-right: 35px;
    padding-left: 35px;
	padding-top:5px;
	padding-bottom:5px;
    text-decoration: none;
    width: 100px;
	background-color:#f9c71c;
}
.error_popup .send {
    /*width:50px;*/
   border:none;
   cursor:pointer;
}

.global_comments .info_row a:hover,
.error_popup .send:hover {
	background-color: #fff;
	color:#000;
	position:relative;
	top:1px;
	left:1px;
}

.global_comments .add_comment {
    margin-bottom: 8px;
    padding: 5px;
    background: #27292a;
    border: 1px solid #666;
}

.global_comments .comments_list {
    margin-bottom: 8px;
}

.global_comments .comment_row {
    padding: 5px;
    background: #303334;
    color: #bbb;
    margin-bottom: 2px;
}

.global_comments .comment_row .avatar {
    width: 102px;
    height: 82px;
    float: left;
    background: #111;
}

.global_comments .comment_row .avatar img {
    border: 1px solid #000;
}

.global_comments .comment_row h2 {
    display: block;
    padding-left: 110px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.global_comments .comment_row .anonymous_user {
    color: #bbb;
}

.global_comments .comment_row p {
    display: block;
    padding-left: 110px;
    font-size: 12px;
	color:#FFFFFF;
}

/* Video view block styles */

.video_view .cs {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #111;
    text-align: center;
	margin:2px 0px 3px;
}

.video_view .cs a {
	 background-color: #f59c0b;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #f59c0b));
  background-image: -webkit-linear-gradient(top, #eeeeee, #f59c0b);
  background-image: -moz-linear-gradient(top, #eeeeee, #f59c0b);
  background-image: -ms-linear-gradient(top, #eeeeee, #f59c0b);
  background-image: -o-linear-gradient(top, #eeeeee, #f59c0b);
  background-image: linear-gradient(top, #eeeeee, #f59c0b);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #000;
 /* font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;*/
  line-height: 1;
  padding: 5px 8px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  text-decoration:none;
  margin:5px 0px;
	}

.video_view .cs a:hover {
	background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd; }


.video_view .cs a img {
    border: 0;
}

.video_view .player {
    margin-bottom: 3px;
    padding: 0px;
    font-size: 18px;
    text-align: center;
	height:476px;
	position:relative;
}

.video_view h2 {
    margin: 0 0 8px 0;
    color: #ddd;
    font-size: 16px;
}

.video_view h3 {
    margin: 0 0 8px 0;
    font-size: 12px;
    font-weight: normal;
}

.video_view .rating_container {
    cursor: pointer;
}

.video_view .info_row {
    color: #9b9b9b;
	background-color:#1C1B1B;
	min-height:370px;
}

* html .video_view .info_row {
    height: 100%;
}

.video_view .info_row2 {
    background-color:#1C1B1B;
/*     border: 1px solid #666;
   border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;*/
    margin-bottom: 3px;
    padding: 3px;
	text-align:center;
    position:relative;
}


.video_view .player .inner_ad {
    background-color: #000;
    bottom: 116px;
    left: 43px;
    margin: 0;
    padding: 15px;
    position: relative;
    text-align: center;
    width: 480px;
	visibility:hidden;
}

.video_view .player .inner_ad a{
	color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    padding: 3px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 20px;
    z-index: 20;
}

.video_view .player .inner_ad a:hover{
	color: #FFFF00;
	font-size:12px;
}


.video_view .info_row span {
    color: #ddd;
}

.video_view .info_row img {
    vertical-align: top;
    border: none;
}

.video_view .info_row .col_1 {
    width: 370px;
    float: left;
	height:200px;
}

.video_view .info_row .col_1 .inner{
	font-size:14px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	border-right:1px #CCC dotted;
	line-height:20px;
	color:#f9c71c;
	padding-right:5px;
	min-height:359px;

}

.video_view .info_row .col_1 .inner .rating{
	color:#FFF;
	width:350px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	text-align:center;
}

.video_view .info_row .col_1 .inner .rating h6{
	color: #FFFFFF;
    font-family: Microsoft Sans Serif;
    font-size: 20px;
    margin-bottom: 10px;
}




.video_view .col_2 {
    float: left;
	width:225px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	padding-top:20px;
}

.video_view .col_2 .flagging_container {
	display:block;
	text-align:center;
	margin-bottom:5px;
}

.video_view .col_2 .flagging_container a:hover {
	position:relative;
	top:2px;
}



.video_view .col_2 .green {
	color:#00CC00;
}


.video_view .col_2 .red {
	color: #FF0000;
}


.video_view .col_2 .share {
    margin: 34px auto auto;
    width: 130px;
	height:65px;
}

.video_view .col_2 .share span{
	margin-top:5px;
}

.video_view .col_2 .share h5{
	color:#F9C71C;
	font-size:14px;
	font-weight:normal;
}

.video_view .col_2 .download{
    margin: 34px auto auto;
    width: 160px;
}

.video_view .col_2 .download a{
	width:140px;
	background-color:#333;
	border: 1px solid #666;
 /*  border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;*/
	color:#f9c71c;
	display:block;
	margin:0px auto 10px;
	text-decoration:none;
	padding-bottom:5px;
	padding-top:5px;
}

.video_view .col_2 .download a:hover{
	width:140px;
	background-color:#000;
	border: 1px solid #666;
 /*  border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;*/
	color:#fff;
	display:block;
	margin:0px auto 10px;
	text-decoration:none;
	padding-bottom:5px;
	padding-top:5px;
	position:relative;
	top:1px;
	left:1px;
}



.video_view .send_to_friend, .video_view .add_to_favourites {
    border: 1px solid #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-left: 9px;
    margin-top: -6px;
    padding: 5px;
    position: absolute;
    z-index: 100;
	text-align:left;
	margin-bottom: 8px;
    padding: 5px;
    border: 1px solid #666;
    background: #27292a;
	width:550px;
}

.video_view .control textarea, .video_view .control input {
    width: 99%;
}

/* Video edit block styles */

.video_edit .block_content {
    margin-left: 15px;
    margin-right: 15px;
}

.video_edit .player {
    margin-bottom: 10px;
    padding: 3px;
    background: #111;
    text-align: center;
}

.video_edit .info_row {
    margin-bottom: 8px;
}

* html .video_edit .info_row {
    height: 100%;
}

.video_edit .info_row span {
    color: #ddd;
    font-weight: bold;
}

.video_edit .info_row img {
    vertical-align: top;
}

.video_edit .info_row .col_1 {
    width: 370px;
    float: left;
}

.video_edit .info_row .col_2 {
    float: left;
}

.video_edit .control input, .video_edit .control textarea, .video_edit .control select {
        width: 99%;
	height:26px;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	    background-color: #999999
}

.video_edit .control_group .item {
    width: 160px;
}

.video_edit .control_upload {
    margin-bottom: 10px;
}

.video_edit .control_upload input {
    vertical-align: middle;
}

.video_edit .uploader_popup {
    border: 2px solid #000;
}

.video_edit .uploader_progress {
    overflow: hidden;
    border: 2px solid #000;
    background: #191a1b;
}

.video_edit .uploader_progress .progress_bar {
    height: 15px;
    margin: 2px;
    background: #000;
    font-size: 11px;
    color: #5e6060;
    white-space: nowrap;
    line-height: 15px;
    text-indent: 5px;
}

/* Album view block styles */


.album_view {
/*	    float: left;*/
    margin: 4px auto 0;
}

.album_view .block_content{
	   /* float: left;*/
       margin: 0 auto 0;
/*    width: 675px;*/
	  background: none repeat scroll 0 0 #111111 !important;
}

.album_view .block_content .inner {
    border-right: 1px dotted #CCCCCC;
    color: #F9C71C;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
   /* margin-top: 10px;*/
    min-height: 330px;
    padding-right: 5px;
	max-width:410px;
	float:left;
}


.album_view .cs {
    background: none repeat scroll 0 0 #111111;
    border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
    margin: 2px 0 3px;
    padding: 30px 0;
    text-align: center;
	font-size:22px;
}


.album_view .cs a{
     -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F59C0B;
    background-image: -moz-linear-gradient(center top , #EEEEEE, #F59C0B);
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    line-height: 1;
    margin: 5px 0;
    padding: 5px 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #EEEEEE;
	font-weight:bold;
}

.album_view .cs a:hover {
	background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd; }



.album_view .cs a img {
    border: 0;
}

.album_view .main_photo {
    margin-bottom: 10px;
    padding: 5px;
    background: #111;
    font-size: 18px;
    text-align: center;
	position:
}
.album_view .main_photo .icons {
    margin: auto;
    padding: 5px;
    width: 500px;
}
.album_view .main_photo .icons a {
	display:block;
	padding:0px 3px;
	line-height:30px;
	width:150px;
	float:left;
}

/*.album_view .main_photo img {
	max-width:660px !important;
}*/


.album_view h2 {
    background-color: #333333;
    border-radius: 3px 3px 0px 0px;
    color: #DDDDDD;
    font-size: 16px;
    margin: 0 7px 1px;
    padding: 8px;
	width:980px;
	margin:auto;
}

.album_view h3 {
    background-color: #332e2e;
    border-radius: 0px 0px 3px 3px;
    color: #DDDDDD;
    font-size: 12px;
    margin: 0 7px 8px;
    padding: 8px;
	font-weight:normal;
	width:980px;
	margin:auto;
}

.album_view .rating_container {
    cursor: pointer;
}

.album_view .info_row {
    margin-bottom: 8px;
    color: #F9C71C;
	font-size:14px;
	line-height: 20px;
    margin-left: 10px;
    margin-top: 10px;
}

* html .album_view .info_row {
    height: 100%;
}


.album_view .info_row span {
    color: #ddd;
}

.album_view .info_row img {
    vertical-align: top;
    border: none;
}

.album_view .info_row .col_1 {
    width: 370px;
    float: left;
}

.album_view .info_row .rating {
	text-align:center;}


.album_view  .inner .info_row .col_1 h6 {
    color: #FFFFFF;
    font-family: Microsoft Sans Serif;
    font-size: 20px;
    margin-bottom: 10px;
}

.album_view .block_content .col_2 {
	color: #FFFFFF;
    float: left;
    font-size: 14px;
    padding-top: 20px;
    text-align: center;
    width: 225px;

}

.album_view .col_2 .share {
    margin: 34px auto auto;
    width: 130px;
	height:65px;
}

.album_view .col_2 .share span{
	margin-top:5px;
}

.album_view .col_2 .share h5{
	color:#F9C71C;
	font-size:14px;
	font-weight:normal;
}

.album_view .col_2 .download{
    margin: 34px auto auto;
    width: 160px;
}


.album_view .col_2 a.button:link{
	width:140px;
	background-color:#333;
	border: 1px solid #666;
	color:#f9c71c;
	display:block;
	margin:0px auto 10px;
	text-decoration:none;
	padding-bottom:5px;
	padding-top:5px;
}

.album_view .col_2 a.button:hover{
	background-color:#000;
	color:#fff;
	position:relative;
	top:1px;
	left:1px;
}


.album_view .send_to_friend, .album_view .add_to_favourites {
    background: none repeat scroll 0 0 #27292A;
    border: 1px solid #666666;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-left: 42px;
    margin-top: -6px;
    padding: 5px;
    position: absolute;
    text-align: left;
    width: 550px;
    z-index: 100;
}

.album_view .control textarea, .album_view .control input {
    width: 99%;
}

/*.comments_wrap{
	width:675px;
}*/

/* Album images block styles */
.album_images{
	    /*float: left !important;*/
		margin:auto;
}


.album_comments {
	clear:both;
	width:675px;
}


.album_images .block_content{
	 width: 678px !important;
    float: left !important;
}

.main_album .block_content{
	 width: 980px !important;
    float: none !important;
}


.album_images .item {
    float: left;
    padding: 4px 6px;
}

.album_images .item .image a {
    color: #777;
}

.album_images .item .image img {
	border: 1px solid #4E4E4E;
    width: 120px;
}

.album_images .item .image img:hover {
	border: 1px solid #e3c106;
}

.album_ads{
	float:left;
	width:300px;
	padding:5px 0px;
}

.album_images .block_header {
	clear:both !important;
}

/* Album edit block styles */

.album_edit .main_photo {
    margin-bottom: 10px;
    padding: 5px;
    background: #111;
    font-size: 18px;
    text-align: center;
}

.album_edit .block_content {
    margin-left: 15px;
    margin-right: 15px;
}

.album_edit .info_row {
    margin-bottom: 8px;
}

* html .album_edit .info_row {
    height: 100%;
}

.album_edit .info_row span {
    color: #ddd;
    font-weight: bold;
}

.album_edit .info_row img {
    vertical-align: top;
}

.album_edit .info_row .col_1 {
    width: 370px;
    float: left;
}

.album_edit .info_row .col_2 {
    float: left;
}

.album_edit .image_item .image {
    float: left;
    padding: 5px 12px 10px 0;
}

.album_edit .image_item img {
    border: 1px solid #000;
}

.album_edit .image_item .options {
    width: 500px;
    float: left;
    padding: 5px 12px 0 0;
}

.album_edit .image_item .control {
    margin-bottom: 0 !important;
}

.album_edit .control input, .album_edit .control textarea, .album_edit .control select, .album_edit .images textarea {
        width: 99%;
	height:26px;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	    background-color: #999999
}

.album_edit .control_group .item {
    width: 160px;
}

.main_album{
	    margin: auto;
    text-align: center;
    width: 980px;
}

/*.main_album .block_content{
	width:300px !important;
}*/
.main_album .item {
    padding: 3px !important;
	margin:6px;
}
/*.main_album .item .image img {
    width: 67px !important;
}*/


/*.main_album .item .image img*/

/* Logon block styles */

.logon .block_content {
    background-color: #323232;
    border-radius: 3px 3px 3px 3px;
    color: #000000 !important;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 300px;
    margin: 6px auto 0;
    padding-left: 10px;
    padding-top: 10px;
    width: 410px;
}


.logon .control input {
    border-radius: 3px 3px 3px 3px;
    height: 28px;
    width: 400px;
}

.login_ad{
	background-color: #323232;
    border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px
    color: #000000 !important;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 300px;
    margin: 6px auto 0 10px;
    padding-left: 10px;
    padding-top: 10px;
    width: 530px;
	}

/* Signup block styles */

.signup .block_content {
    background-color: #323232;
    border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
    color: #000000 !important;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 6px 10px 0 auto;
    padding-left: 10px;
    padding-top: 10px;
    width: 410px;
	padding-bottom:10px;
}

.signup_ad{
	float: left;
    height: 552px;
    margin: 6px 10px 15px;
    width: 530px;
}

.signup table.sms_bill {
    width: 100%;
    border-collapse: collapse;
    background: #191a1b;
    color: #5e6060;
}

.signup table.sms_bill td {
    border: 1px solid #303334;
    padding: 5px;
}

.signup table.sms_bill tr.header td {
    font-weight: bold;
    color: #bbb;
}

.signup .control input, .signup .control select {
    border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
    height: 28px;
    width: 400px;
}

/* Invite block styles */

.invite_friend .block_content {
    width: 500px;
    margin: 20px auto 0 auto;
}

.invite_friend .control input, .invite_friend .control textarea {
    width: 99%;
}

/* Feedback block styles */

.feedback .block_content {
    background-color: #333333;
    color: #000000 !important;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 11px 111px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
	padding-bottom:10px;
    width: 610px;
}

.feedback .control input, .feedback .control textarea {
    width: 99%;
}

/* Helper menu block styles */

.helper_menu a {
    display: block;
    padding: 3px 0 3px 23px;
    margin: 1px 0;
    background: #282a2b url("../images/arrow_orange.gif") 10px 8px no-repeat;
    border: 1px solid #000;
    text-decoration: none;
}

.helper_menu a:hover {
    background: #323637 url("../images/arrow_orange.gif") 10px 8px no-repeat;
}

.helper_menu span {
    display: block;
    padding: 6px;
    margin: 1px 0;
    font-weight: bold;
}

/* Member menu block styles */

.member_menu .avatar {
   	background-color: #333333;
    margin-bottom: 10px;
    margin-top: 4px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;

}

.member_menu .avatar img {
    border: 1px solid #000;
	max-width:150px;
	max-height:180px;
}

.member_menu a {
    display: block;
	background-color:#282a2b;
    padding: 4px 0 4px 8px;
    margin: 1px 0;
/*    background: #282a2b url("../images/arrow_orange.gif") 10px 8px no-repeat;
    border: 1px solid #000;*/
    text-decoration: none;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

.member_menu a:hover {
    background: #323637;
	position:relative;
	left:1px;
}

.member_menu span {
    display: block;
    background: #323637;
	position:relative;
	left:1px;
    padding: 4px 0 4px 8px;
    margin: 1px 0;
/*    background: #282a2b url("../images/arrow_orange.gif") 10px 8px no-repeat;
    border: 1px solid #000;*/
    text-decoration: none;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	color:#FFF;
}

/* Member profile view block styles */

.member_profile_view .block_content {
    margin: 5px 0 0 0;
}

.member_profile_view .add_to_friends, .member_profile_view .send_message {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 5px;
    border: 2px solid #303334;
    background: #27292a;
}

.member_profile_view .block_sub_header {
    font-size: 11px;
}

.member_profile_view .block_sub_header .button {
    padding-top: 10px;
    padding-bottom: 5px;
}

.member_profile_view .control textarea {
    width: 99%;
}

.member_profile_view .info_row {
    margin-bottom: 2px;
    padding: 4px 0 4px 10px;
    background: #303334;
    color: #9b9b9b;
}

.member_profile_view .info_row span {
    color: #ddd;
}

.member_profile_view .info_row .col_1 {
    width: 400px;
    float: left;
}

.member_profile_view .info_row .col_2 {
    width: 330px;
    float: left;
}

.member_profile_view .actions {
    margin-top: 10px;
}

.member_profile_view .actions img {
    border: none;
}

/* Member profile edit block styles */

.member_profile_edit .block_content {
	width: 100%;
	margin: 10px 0;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;

}

.member_profile_edit .control input, .member_profile_edit .control textarea, .member_profile_edit .control select.full_size {
    width: 99%;
	height:26px;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	    background-color: #999999;
}

/* Message details block styles */

.message_details .message {
    padding: 5px;
}

.message_details .message .avatar {
    width: 102px;
    height: 82px;
    float: left;
    background: #111;
}

.message_details .message .avatar img {
    border: 1px solid #000;
}

.message_details .message .text {
    width: 596px;
    padding-left: 10px;
    float: left;
}

.message_details .message h2 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.message_details .message .content {
    margin-top: 8px;
    margin-bottom: 8px;
}

.message_details .send_message {
    margin-top: 16px;
    padding: 5px;
    border: 2px solid #303334;
    background: #27292a;
}

.message_details .control textarea {
    width: 99%;
}

/* Global stats block styles */

.global_stats ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    font-size: 12px;
    list-style: square outside;
}

.global_stats ul li {
    padding-bottom: 5px;
}

/* Top referers block styles */

.top_referers .item {
    float: left;
    width: 242px;
    padding: 2px;
    font-size: 13px;
}

.top_referers .image {
    background: #000;
    border: 1px solid #000;
}

.top_referers .image a {
    display: block;
    color: #777;
}

.top_referers .image img {
    display: block;
    border: 0;
}

.top_referers .info {
    padding: 2px;
    line-height: 18px;
}

.top_referers .info h2 {
    display: block;
    overflow: hidden;
    font-size: 13px;
    white-space: nowrap;
}


/*pornicom styles buy yotz*/

#header_pornicom{
	width:980px;
	height:114px;
	margin:auto;
	margin-top:10px;
}

#header_pornicom #logo{
	width:371px;
	height:94px;
	float:left;
}
#header_pornicom #logo a{
	display:block;
	width:371px;
	height:94px;
	background-image: url(/images/logo.png);
	background-repeat:no-repeat;
}
#header_pornicom #banner{
    color: #F8C520;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 94px;
    text-align: right;
    width: 609px;
	}
#header_pornicom #banner span{
	display:block;
	margin-left:100px;
	margin-top:17px;
	}

#main_menu_pornicom{
	width:980px;
	height:42px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#323232;
	margin:auto;
	clear:both;
}

#main_menu_pornicom #menu_link{
	width:980px;
	height:42px;
	float:left;
    position:relative;
}


#main_menu_pornicom ul {
    height: 30px;
    line-height: 28px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
	margin-top:6px;
	margin-left:6px;
}

#main_menu_pornicom ul li {
   /* border-right: 1px dotted #7c7c7c;*/
    float: left;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

#main_menu_pornicom ul li a:link {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 32px;
    margin-bottom: 1px;
    margin-left: 3px;
    margin-top: 0;
    padding-left: 21px;
    padding-right: 21px;
    text-align: center;
    text-decoration: none;

	background: #7f7f7f; /* Old browsers */
	background: -moz-linear-gradient(top, #7f7f7f 0%, #494949 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f7f7f), color-stop(100%,#494949)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7f7f7f 0%,#494949 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7f7f7f 0%,#494949 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7f7f7f 0%,#494949 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#494949',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7f7f7f 0%,#494949 100%); /* W3C */
	margin-left:3px;
	margin-top:0px;
	margin-bottom:1px;
}

#main_menu_pornicom ul li a:visited {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 32px;
    margin-bottom: 1px;
    margin-left: 3px;
    margin-top: 0;
    padding-left: 36px;
    padding-right: 36px;
    text-align: center;
    text-decoration: none;

	background: #7f7f7f; /* Old browsers */
	background: -moz-linear-gradient(top, #7f7f7f 0%, #494949 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f7f7f), color-stop(100%,#494949)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7f7f7f 0%,#494949 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7f7f7f 0%,#494949 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7f7f7f 0%,#494949 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#494949',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7f7f7f 0%,#494949 100%); /* W3C */
	margin-left:3px;
	margin-top:0px;
	margin-bottom:1px;
}

#main_menu_pornicom ul li a:hover {
	background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

.most_popular {
    padding: 0 4px !important;
    width: 116px;
}


#main_menu_pornicom #hidden_menu{
	position:absolute;
	display:none;
	background-color:#323232 !important;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	    width: 130px;
		padding-bottom:2px;
		z-index:9999;
}

#main_menu_pornicom ul li:hover #hidden_menu{
	display: block;
}

#main_menu_pornicom ul li #hidden_menu a:link{
	background-color:#323232 !important;}

#main_menu_pornicom ul li #hidden_menu a:hover{
	background-color:#323232 !important;}

#main_menu_pornicom #menu_search{
	width:250px;
	height:42px;
	background-color:#454444;
	border-width:0px;
	border-color:#999999;
	-moz-border-radius:0px 3px 3px 0px;
	-webkit-border-radius:0px 3px 3px 0px;
	border-radius:0px 3px 3px 0px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	float:right;
}

#menu_search{
    float: left;
    height: 28px;
    left: 0px;
    margin-top: 0px;
    position: relative;
    top: 0;
    width: 173px;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color: #333;
}

#search_box{
	width:173px;
	height:26px;
	color:#333;
	font-size:16px;
	border:1px #333 solid;
	padding-left:3px;
	font-weight:bold;
	margin-right:3px;
}

#menu_search form{
	margin:0px;
	position:relative;
	left:0px;
	top:0px;
	}

#menu_search table{
	margin-top:1px;
	margin-left:4px;
	}

#menu_search table td{
	vertical-align:middle;
	text-align:left;
	padding-left:3px;
	color:#FFF;
	font-size:12px;
	padding-top:5px;
	}


#ad_wrapper{
    margin-bottom: 10px;
    width: 980px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	background-color: #271D03;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	padding-top:15px;
	padding-bottom:15px;
}

#ad_wrapper #footer_ad1{
    float: left;
    margin-left: 12px;
    padding: 0;
    text-align: center;
    width: 300px;
}

#sub_links{
	width:940px;
	float:right;
	line-height:30px;
	height:30px;
	margin-right:5px;
}

#sub_links a:link {
    color: #fff;
    display: block;
    font-size: 11px;
 /*   font-weight: bold;*/
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    text-decoration: none;
    width: 90px;
	float:right;


	background: #7f7f7f; /* Old browsers */
	background: -moz-linear-gradient(top, #7f7f7f 0%, #494949 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f7f7f), color-stop(100%,#494949)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7f7f7f 0%,#494949 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7f7f7f 0%,#494949 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7f7f7f 0%,#494949 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#494949',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7f7f7f 0%,#494949 100%); /* W3C */
	margin-left:3px;
	margin-top:5px;
	margin-bottom:1px;
}


#sub_links a:visited {
    color: #FFFFFF;
    text-decoration: none;
	background: #7f7f7f; /* Old browsers */
	background: -moz-linear-gradient(top, #7f7f7f 0%, #494949 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f7f7f), color-stop(100%,#494949)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7f7f7f 0%,#494949 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7f7f7f 0%,#494949 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7f7f7f 0%,#494949 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#494949',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7f7f7f 0%,#494949 100%); /* W3C */
}



#sub_links a:hover {
    background-color:transparent;
border-width:0px;
border-color:#999999;
background-image: -moz-linear-gradient(top, #000000, #494949);
background-image: -webkit-gradient(linear, center top, center bottom, from(#000000), to(#494949));
background-image: -o-linear-gradient(top, #000000, #494949);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#494949');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#494949')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: linear-gradient(top, #000000, #494949);}

#desc{
	background-color:#1C1B1B;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	padding:8px;
	color: #CCC;
}

#desc h3{
	margin:0px;
}


.pause_banner {
    background-color: transparent;
    display: none;
    height: 375px;
    left: 0;
    margin-top: -475px;
    padding: 0;
    position: relative;
    width: 600px;
    z-index: 1000;
}

.pause_banner .inner_big_ad {
    background-color: #333333;
    font-size: 15px;
	font-weight:bold;
    margin: 0px auto auto;
    padding: 15px;
    width: 300px;
	border: 1px solid #999999;
	color:#FFF;


}

.pause_banner .inner_big_ad .continue-play {
    height: 30px;
    line-height: 30px;
    width: 300px;
    font-size:15px;
	font-weight:900;
	color:#FFFFFF;
}

.pause_banner .inner_big_ad .continue-play a{
display:block;
background-color:#666;
text-decoration:none;
padding:2px;
width:200px;
margin:8px auto 1px auto;
}

.play-button {
    bottom: 2px;
	border:none;
    display: block;
    height: 23px;
    left: 0;
    position: absolute;
    width: 29px;
    z-index: 1000;
}

.play-button a{
	display:block;
	width:29px;
	height:23px;
	border:none;
	color:#000;
	background-color:#000;
}
.play-button a img{
	border:none;
}
/*.play-button a:hover{
	background-position:0 23px;
}*/


.pause_banner .inner_big_ad .continue-play a:hover{
background-color: #333;
}

#text_content{
	width:960px;
	color:#CCC;
	padding:10px;
	margin:20px auto;
	line-height:19px;
	font-size:14px;
}

.profile_image{
    background-color: #333333;
    margin-bottom: 10px;
    padding: 8px;
	}

.profile_image .label{
	font-size:14px !important;
	font-weight:bold;
}

/* End ad */
.video_view .player .end_ad {
    background-color: #000000;
    border: 1px solid #999999;
    bottom: 331px;
    left: 46px;
    margin: 0;
    padding: 13px;
    position: absolute;
    text-align: center;
    visibility: hidden;
}

/* Top Network  Menu */
.network_menu {
	background-image: url(/images/background_network.jpg);
	background-repeat: repeat-x;
	width: 100%;
	overflow: auto;
	text-align: center;
}
.network_menu .main {
	margin: auto;
	width: 980px;
}
.network_menu .main ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.network_menu .main ul li {
	text-align: center;
	display: block;
	float: left;
	height: 33px;
	overflow: auto;
}
.network_menu .main img {
	display: block;
	float: left;
	margin-right: 40px;
}
.network_menu .main ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FBF9D9;
	text-decoration: none;
	line-height: 32px;
	display: block;
	width: 100px;
	text-align: center;
	border-left:1px #333 solid;
	text-shadow: 1px 1px 1px #333;
}

.network_menu .main ul li a:hover{
	background-color:#333;
}

.network_menu .main ul li span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FBF9D9;
	text-decoration: none;
	line-height: 32px;
	display: block;
	width: 100px;
	text-align: center;
	border-left:1px #333 solid;
	text-shadow: 1px 1px 1px #333;
	filter: dropshadow(color=#333, offx=1, offy=1);
	background-color:#333;
}
/* Top Network  Menu */

.speed_ad_l{
	width:300px;
	float:left;
	overflow:hidden;
	text-align:left;
	height:20px;
}

.speed_ad_r{
	width:300px;
	overflow:hidden;
	text-align:left;
	clear:right;
	height:20px;
}

/* single movie classes */
.single_video{
	width:100%;
	height:100%;
	background-color:#fff;
}

.related_image {
    padding-top: 10px;
    text-align: center;
}

.related_image img{
	border:none;
	}

.no_padmar{
	padding:0px !important;
	margin:0px !important;
	border:none !important;
}

.s_h2{
	width:140px !important;
}

.s_item{
	width:187px !important;
}

.s_link:hover{
	top:0px !important;
	left:0px !important;
}

.s_textcolor{
	color:#333 !important;
}
/* single movie classes */

/* friends */
.s_friends{
	margin:20px auto !important;
	background-color:#df9400 !important;
	width:920px;
}

.album_side_ad{
    clear: right;
    float: left;
    height: 250px;
    margin: 9px 0 0 28px;
    width: 300px;
}
#album_tags{
	width:300px;
	margin:10px 0px;
	float:left;
}

#album_tags a{
	color:#FFFFFF;
}

#album_tags a:hover{
	color: #F90;
	text-decoration:none;
}

/* Search */
.new_search{
	margin:5px auto 0 !important;
	background-color:#333;
	width:980px !important;
	text-align:center;
}
/* Search */


#askbox #q {
    border: 1px solid #000000;
    float: left;
    height: 16px;
    line-height: 12px;
    margin: 1px 0 0;
    padding: 6px 5px;
    width: 220px;
}

#askbox #button {
    background-color: #F8C520;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    font-weight: bold;
    height: 28px;
    margin: 2px 0 0 4px;
    padding: 0 18px;
}


.new_search .s_b {
    margin: 0 auto;
    text-align: left;
    width: 400px;
}

.new_search .s_link{
	color:#FFF;
	font-size:15px;
	float:left;
	display:none;
}

.new_search .s_link a{
	text-decoration:underline;
	color:#FFF;
}
.under_player{
	width:468px;
	height:60px;
	margin:auto;
}

.advertising{
    position:absolute;
    left:50%;
    top:42%;
    background:#e2e2e2;
    padding:4px;
    width:300px;
    height:288px;
    margin:-140px 0 0 -154px;
}
.advertising:after{
    display:block;
    clear:both;
    content:""
}
.adv-title{
    position:absolute;
    top:-24px;
    left:0;
    display:block;
    width:100%;
    font-weight:bold;
    font-size:11px;
    line-height:24px;
    color:#b1b0ad;
    text-transform:uppercase;
    text-align:center;
}
.advertising .item{
    width:300px;
    overflow:hidden;
    margin:0 0 11px;
    height:250px;
}
.advertising .item img{
    height:250px;
    width:300px;
}
.adv-title span{
    background:#f7f4ef;
    padding:0 10px;
    display:inline-block;
    vertical-align:top;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
}
*+html .adv-title span{
    display:inline;
}
.btn-close{
    height:27px;
    text-align:center;
    display:block;
}
.btn-close a{
    padding:7px 12px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    color:#fff;
    text-shadow:1px 1px 1px #b32929;
    background:#ee3f3f;
    text-decoration:none;
    font-size:12px;
}

.content_cp{
    width:985px;
    margin:10px auto;
    padding: 0 0 10px;
}
.content_cp h2{
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
    text-indent:10px;
}
.cp{
    margin:10px 0 0 0;
    position:relative;
}
.cp .lists{
    position: absolute;
    right: 13px;
    top: 81px;
    width: 234px;
}
.cp img{
    width:100%;
}
.cp .lists .list{
    margin:0 0 10px;
}
.cp .lists h3{
    color:#f8c520;
    margin:0 0 5px;
    font-size:16px;
}

.cp .lists ul{
    list-style:none;
    padding:0;
    margin:0;
}
.cp .lists li{
    background: url("../images/bullet2.gif") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 5px;
    padding: 0 0 0 10px;
    color:#fff;
}
/*drop cat*/
#main_menu_pornicom .nav-txt {
    background: none repeat scroll 0 0 rgba(24, 24, 24, 0.9);
    border: 1px solid #2d2d2d;
    border-radius: 3px;
    color: #c3c3c3;
    display: none;
    font-size: 11px;
    left: 2px;
    line-height: 13px;
    padding: 7px 10px;
    position: absolute;
    text-shadow: 1px 1px #0c0c0c;
    top: 51px;
    width: 499px;
    z-index: 9;
}
#main_menu_pornicom .cat_drop{
    left: auto;
    right: 0;
    width:958px;
    overflow:hidden;
    padding:9px 10px;
    top: 37px;
}
#main_menu_pornicom .cat_drop ul{
    height:auto;
    margin:0;
}
#main_menu_pornicom .cat_drop .item{
    float:left;
    font-weight:normal;
    width:115px;
    padding:0;
    margin:0 0 0 4.3px;
    border:none;
    background:none;
}
#main_menu_pornicom .cat_drop .item a{
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    border:1px solid #000;
    background:none;
    text-align:center;
    text-shadow:none;
    color:#fff;
    padding:0;
    margin:0;
}
#main_menu_pornicom .cat_drop .item a:hover{
    border:1px solid #fff;
    text-shadow:none;
}
#main_menu_pornicom .cat_drop .item img{
    width:100%;
}
#main_menu_pornicom .cat_drop .item.all_cat a{
    height:auto;
    padding:66px 0;
    text-transform:uppercase;
}
#main_menu_pornicom .cat_drop .item:first-child{
    margin:0;
}
#main_menu_pornicom .cat_drop li.item a:before{
    top: 60px;
}
#main_menu_pornicom .cat_drop .item .title{
    position:absolute;
    left:0;
    bottom:0;
    background:rgba(0,0,0,0.8);
    color:#fff;
    text-transform:uppercase;
    width:100%;
    text-align:center;
    line-height: 22px;
}
#main_menu_pornicom .buttons .cat-btn:hover .cat_drop{
    display:block;
}
#main_menu_pornicom li:hover .cat_drop{
    display:block;
}
#ad_wrapper{
    position:relative;
}
#ad_wrapper .img_adv{
    position:absolute;
    top:12px;
    right:0;
    width:32;
    height:255px;
    overflow:hidden;
}
.text_adv{
    color: #ccc;
    font-size: 8px;
    text-transform: uppercase;
}
.ui-widget-content{
    height:300px;
    overflow:auto;
    width:330px !important;
}
.ui-widget{
    font-size:12px !important;
}
.im_block{
    position:fixed;
    bottom:0;
    right:0;
    width:300px;
    height:270px;
    height:0;
}
.im_block .row{
    width:100%;
    overflow:hidden;
    margin:0 0 5px;
}
.im_block .close_im{
    background:url(../images/close_im.png) no-repeat;
    width:19px;
    height:20px;
    float:right;
    text-indent:-9999px;
}
.carousel{
    position:relative;
}
.carousel .frame {
    height: 373px;
    margin: 0 auto;
    overflow: hidden;
    width: 983px;
}
.carousel ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 99999px;
    padding:0;
    margin:0;
    list-style:none;
}
.carousel li {
    float: left;
    margin: 0;
    width: 983px;
}
.list_videos .item_small {
    margin: 0 0 0 1px;
}
.carousel .link-prev {
    left: -23px;
}
.carousel .link-prev, 
.carousel .link-next {
    background:#DF9400;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold;
    margin: -24px 0 0;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
    z-index: 100;
    color:#fff;
    text-decoration:none;
}
.carousel .link-prev:hover, 
.carousel .link-next:hover{
    background:#EDCC10;
}
.carousel .link-next {
    right: -20px;
}
.error_popup{
    position:fixed;
    top:100px;
    left:50%;
    z-index:1000;
    width:600px;
    margin-left:-300px;
    display:none;
    background:#1C1B1B;
    -webkit-border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;
    box-shadow:0px 0px 5px 1px  #fff;
    border:1px solid #000;
}
.error_popup h2{
    color:#fff;
    font-size:23px;
}
.error_popup textarea{
    background:#fff;
    width:100% !important;
    height:100px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    border:1px solid #eaeaea;
    padding:5px;
}
.error_popup .holder{
    padding:20px;
    background:none;
}
.error_popup .close_pop{
    position:absolute;
    top:3px;
    right:3px;
}
.error_popup .close_pop img{
    width:18px;
}
.error_popup .radioArea{
    margin:3px 5px 0 0;
}
.error_popup .radioArea,
.error_popup label{
    float:left;
    color:#fff;
    line-height: 13px;
    margin: 0 0 5px;
}
.error_popup .row{
    width:100%;
    overflow:hidden;
    margin:10px 0 0 0;
}
.overlay{
    width:100%;
    height:100%;
    overflow:hidden;
    background:rgba(0, 0, 0, 0.8);
    z-index:999;
    position:absolute;
    top:0;
    left:0;
}
.report_err{
    color:red;
}
.report_suc{
    color:green;
}
.error_popup input[type=radio]{
    float:left;
    margin:0 5px 0 0;
}