/* Global styles */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-bottom: 10px;
	text-align: center;

}

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

a {
	color: #fee88f;
	text-decoration: underline;
}

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

a.hl {
	text-decoration: underline;
	color: #ffa441;
	font-weight: bold;

}

a:hover.hl {
	background: none;
	color: #ff9018;
}

form {
	display: inline;
}

input, textarea, select {

	/*font-family: Verdana, Arial, serif;

	font-size: 14px;*/

}

.g_clear { clear: both; }
.g_hidden { display: none; }
.g_hint { font-size: 11px; }

.block_header {

}

html*.block_header {
	height: 1%;
}

.block_sub_header {
	margin: 2px;
	padding: 1px 5px 3px 5px;
	border-bottom: 1px solid #222;
	color: #ddd;
	font-size: 11px;
}

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

.block_content {
	padding: 5px 5px 10px 5px;
	color: #bdbdbd;
}

.video_view .block_content {
	padding: 5px 5px 0px 5px;
}

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

.block_content p, .text_content p {
	margin-bottom: 8px;
	margin-top: 16px;
}

.block_content p.topmost, .text_content p.topmost {
	margin-top: 0;
}

.block_content .label {
	margin-bottom: 3px;
}

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

.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-bottom: 10px;
	padding: 5px;
	border: 1px solid #333;
	font-size: 13px;
	background: #393939;
	color: #fb6549;
}

.block_content .message_info {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #333;
	font-size: 13px;
	background: #393939;
	color: #ddd;
}

.block_content .expand_link {
	color: #fee88f;
}

.block_content :hover.expand_link {
	color: #fee88f;
}

.block_content .collapse_link {
	color: #fee88f;
}

.block_content :hover.collapse_link {
	color: #fee88f;
}

/* Form 1 styles */

.form1 .control input, .form1 .control textarea, .form1 .control select {
	padding: 1px;
	background: #FFF;
	border: 1px solid #bbb;
	color: #333;
}

.form1 .button input {
	vertical-align: middle;
}

/* Layout styles */

#top_menu {
	padding: 0 10px;
	color: #fff;
	font-size: 11px;
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: none;
}

#top_menu a {
	color: #FFF;
}

#top_menu a.hl {
	font-size: 12px;
	color: #FFF;
}

#top_menu span.hl {
	font-size: 12px;
	font-weight: bold;
}

#header {
	width: 1009px;
	position: relative;
	height: 149px;
	margin: 0 auto;
	background: url('../images/header.jpg') no-repeat;
	text-align: left;
}

#header .header-banner {
	POSITION: absolute;
	WIDTH: 425px;
	TOP: 10px;
	right: 0px;
}

#header h1 {
	position: absolute;
	left: 175px;
	top: 15px;
	font: 48px Impact;
}

#header h1 a {
	color: #ffcd29;
	text-decoration: none;
}

#header h1 a span {
	color: #ff2929;
	text-decoration: none;
	text-transform: uppercase;
}

#header h2 {
	color:#fee069;
	font-family:Verdana;
	font-size:14px;
	font-weight: normal;
	letter-spacing:0;
	position: absolute;
	left: 240px;
	top: 77px;
}

#header h2 a {
	text-decoration: underline;
	color: #fc2626;
}

#header h2 a:hover {
	text-decoration: none;
	color: #fee069;
}

#main_menu {
	position: absolute;
	left: 0px;
	width: 415px;
	top: 112px;
	text-align: center;
	padding-left: 325px;
	_width: 415px;
	_padding-left: 300px
}

#main_menu a {
	background: none;
	color: #431600;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 0 7px;
}

#main_menu a:hover {
	color: #e10000;
}

#main_menu a.register-link {
	color:#e10000;;
}

#main_menu a:hover.register-link {
	color: #e10000;
}

#data {
	width: 1004px;
	position: relative;
	margin: 0 auto;
	padding-top:15px;
	padding-bottom:10px;
	text-align: left;
}

#wide_col {
	width: 799px;
	float: right;
}

.wide_col_video {
	float: left !important;
}

.list_videos, .list_categories {
	margin-bottom: 15px;
	position: relative;
}

.sortby {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 12px;
	color: #ececec;
	font-weight: normal;
}

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

#wide_col #video_info_col h1.block_header {
	background: #4c4c4c url('../images/h2-medium.jpg') no-repeat;
	padding: 4px 5px 10px 40px;
	width: 551px;
	color: #d1d1d1;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}

#wide_col #related_videos_col {
	width: 199px;
	float: right;
}

#wide_col #related_videos_col div {
	background: #2b0000;
}

#wide_col #related_videos_col div div {
	background: none;
}

#side_col {
	width: 199px;
	float: left;
	background: #000;
}

#side_col div, #wide_col #related_videos_col div{
	width: 199px;
	background: url('../images/side-fon.jpg') repeat-y;
	border-bottom: solid 1px #6d2400;
	padding-bottom: 5px;
}

#side_col div div, #wide_col #related_videos_col div div {
	background: none;
	width: auto;
	border: none;
	margin-bottom: 0;
}

#side_col h1.block_header,  #wide_col #related_videos_col h1.block_header {
	background: #4c4c4c url('../images/h2-small.jpg') no-repeat;
	padding: 4px 5px 10px 40px;
	width: 154px;
	color: #d1d1d1;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

#wide_col h1.block_header {
	background: #4c4c4c url('../images/h2-fon.jpg') no-repeat;
	padding: 4px 0 10px 40px;
	width: 759px;
	color: #d1d1d1;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}

#footer h1.block_header {
	background: #4c4c4c url('../images/h1-fon.gif') no-repeat;
	padding: 4px 0 10px 40px;
	width: 969px;
	color: #d1d1d1;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}

.side_col_video {
	float: right !important;
}

#side_col div {
	margin-bottom: 15px;
	_height: 1%;
}

#footer {
	width: 1009px;
	padding: 5px 0;
	position: relative;
	margin: 0 auto;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #d1d1d1;
}

#footer a {
	color: #fee88f;
	text-decoration: underline;
}

#footer a:hover {
	color: #fee88f;
	text-decoration: none;
}

#footer .links {
	color: #fee88f;
	text-align: center;
	margin: 10px 0;
	padding: 15px 0;
}

#footer .links img {
	border: none;
}

#footer .info {
	font-size: 11px;
	text-align: center;
	margin: 10px 0;
}

.footer-top {
	margin: 10px 0;
}

/* List videos block styles */

.list_videos .item {
	float: left;
	width: 195px;
	font-size: 11px;
	padding-bottom: 6px;
}

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

.list_videos .image {
	background: #000;
	border: 1px solid #fee069;
	width: 180px;
	height: 135px;
	overflow: hidden;
}

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

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

.list_videos .image img {
	display: block;
	border: 0px none;
	width: 180px;
	height: 135px
}

.list_videos .info {
	line-height: 100%;
	background: #2e1001;
	width: 178px;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

.list_videos .item_header {
	background: none;
	line-height: 1;
	padding: 0;
}

.video_description {
	padding: 7px 0 7px 31px;
	background: #2e1001;
	font-size: 12px;
}


.list_videos .info h2 {
	display: block;
	overflow: hidden;
	float: left;
	width: 170px;
	padding-bottom: 2px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.list_videos .info .hl {
	color: #ecbf37;
	text-decoration: none!important;
}

.list_videos .info .length {
	color: #bdbdbd;
	font: 12px Arial, Helvetica, sans-serif;
	float: left;
}

.list_videos .info .added {
	float: left;
	color: #bdbdbd;
	font: 12px Arial, Helvetica, sans-serif;
}

.list_videos .info .added span {
	color: #bdbdbd;
	font-size: 12px;
}

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

.list_videos .options {
	padding-top: 2px;
	padding-bottom: 10px;
}

.list_videos .options span {

	color: #fff;

	font-weight: bold;

}

.list_videos .options input {

	vertical-align: middle;

}

.list_videos .options a {

	font-weight: bold;

}

.list_videos .actions {

	padding-left: 10px;

	padding-top: 10px;

}

/* List albums block styles */















.list_albums .item {

	float: left;

	width: 143px;

	padding: 2px;

	font-size: 10px;

}

.list_albums .private {

	background-color: #000;

}

.list_albums .image {

	width: 120px;

	border: 1px solid #000;

}

.list_albums .image a {

	background: none;

	color: #777;

}

.list_albums .image img {

	border: 0px none;

}

.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-top: 2px;

	padding-bottom: 10px;

}

.list_albums .options span {

	color: #fff;

	font-weight: bold;

}

.list_albums .options input {

	vertical-align: middle;

}

.list_albums .options a {

	font-weight: bold;

}

.list_albums .actions {

	padding-left: 10px;

	padding-top: 10px;

}

/* List categories block styles */















.list_categories .item {

	float: left;

	width: 137px;

	padding: 5px;

	font-size: 11px;

}

.list_categories .item h2 {

	padding-bottom: 4px;

	font-size: 14px;

	text-align: center;

}

.list_categories .item .image {

	background: #000;

	border: 1px solid #000;

}

.list_categories .item .image a {

	display: block;

	color: #777;

}

.list_categories .item .image img {

	display: block;

	border: 0px none;

}

.list_categories .item .info {

	padding: 2px;

	line-height: 18px;

	text-align: center;

}

/* List members block styles */















.list_members .item {

	float: left;

	padding: 5px 16px;

	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: 0px none;

}

.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 0;

}

.list_messages .message .delete {

	width: 30px;

	height: 72px;

	padding-top: 50px;

	float: left;

}

.list_messages .message .avatar {

	width: 152px;

	height: 122px;

	float: left;

	background: #111;

}

.list_messages .message .avatar a {

	background: none;

}

.list_messages .message .avatar img {

	border: 1px solid #000;

}

.list_messages .message .text {

	padding-left: 190px;

}

.list_messages .message h2 {

	margin-bottom: 5px;

	font-size: 14px;

	font-weight: normal;

	color: #fff;

}

.list_messages .message .content {

	margin-top: 16px;

	margin-bottom: 8px;

}

.list_messages .message_separator {

	height: 1px;

	background: #333;

	font-size: 0;

	line-height: 1px;

}

.list_messages .actions {

	padding-left: 10px;

	padding-top: 10px;

}

/* List members blog block styles */















.list_members_blog .text_content {

	padding: 0 5px;

}

.list_members_blog .entry {

	padding: 5px 0;

}

.list_members_blog .entry .delete {

	width: 30px;

	height: 72px;

	padding-top: 50px;

	float: left;

}

.list_members_blog .entry .avatar {

	width: 152px;

	height: 122px;

	float: left;

	background: #111;

}

.list_members_blog .entry .avatar a {

	background: none;

}

.list_members_blog .entry .avatar img {

	border: 1px solid #000;

}

.list_members_blog .entry .text {

	padding-left: 190px;

}

.list_members_blog .entry h2 {

	margin-bottom: 5px;

	font-size: 14px;

	font-weight: normal;

	color: #fff;

}

.list_members_blog .entry .content {

	margin-top: 16px;

	margin-bottom: 8px;

}

.list_members_blog .entry_separator {

	height: 1px;

	background: #333;

	font-size: 0;

	line-height: 1px;

}

.list_members_blog .actions {

	padding-left: 10px;

	padding-top: 10px;

}

.list_members_blog .add_entry {

	margin-top: 16px;

	padding: 5px;

	border: 1px solid #333;

	background: #393939;

}

.list_members_blog .control textarea {

	width: 99%;

}

/* List members events block styles */















.list_members_events .event {

	padding: 5px 0;

}

.list_members_events .event_separator {

	height: 1px;

	background: #333;

	font-size: 0;

	line-height: 1px;

}

/* Pagination block styles */















.pagination {

	padding: 8px 3px;

	text-align: center;

	font-size: 15px;

	font-weight: bold;

}

.pagination a {

	padding: 0 3px 0 4px;

	background: #F90;

	border: 1px solid #F90;

	color: #FFF;

}

.pagination a:hover {

	background: #000;

}

.pagination span {

	padding: 0 3px 0 4px;

	border: 1px solid #F00;

	background: #000;

	color: #FFF;

}

/* 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 .button input {

	vertical-align: middle;

}

/* Search members block styles */















.search_members .control input, .search_members .control select.full_size {

	width: 180px;

}

/* Video view block styles */





.video_view .cs {

	font-size:14px;

	font-weight:normal;

	font-family: Verdana, Geneva, sans-serif;

	padding-top: 4px;

	padding-bottom: 4px;

	text-align: center;

	background: #521c01;

	border: solid 1px #fee069;

	margin-bottom: 10px;

}

.video_view .cs a {

	background: none;

}

.video_view .cs a img {

	border: 0px none;

}

.video_view .p_cs {

	font-size:14px;

	font-weight:normal;

	color: #bdbdbd;

	font-family: Verdana, Geneva, sans-serif;

}

.video_view .p_cs2 {

	font-size:16px;

	font-weight: bold;

	font-family: Verdana, Geneva, sans-serif;

}



.video_view .cs_bottom {

	padding-top: 4px;

	font-size:14px;

	font-weight:normal;

	font-family: Verdana, Geneva, sans-serif;

	padding-bottom: 4px;

	text-align: center;

	background: #f8d555;

	margin-bottom: 10px;

	color: #000;

	border: none;

}



.video_view h3 {

	padding: 4px;

	text-align: left;

	background: #f8d555;

	font-size:14px;

	font-weight:normal;

	font-family: Verdana, Geneva, sans-serif;

}



.video_view h3 a {

	color: #000;

	text-decoration: none;

}



.video_view .cs_bottom  .p_cs {

	font-size:16px;

	font-weight:normal;

	color: #000;

	font-family: Verdana, Geneva, sans-serif;

}





.video_view .p_cs3 a {

	font-size:16px;

	font-weight: bold;

	font-family: Verdana, Geneva, sans-serif;

	color: #e10000;

}

.video_view .player {

	margin-bottom: 10px;

	padding: 5px;

	background: #111;

	font-size: 18px;

	text-align: center;

	border: solid 1px #595959;

}

.video_view h2 {

	margin: 0 0 8px 0;

	color: #ddd;

	font-size: 16px;

}



.video_view .rating_container {

	cursor: pointer;

}

.video_view .info_row {

	margin-bottom: 8px;

}



.video_view .info_row a {

	text-decoration: none;

}



.video_view .info_row span {

	color: #bdbdbd;

}



.video_view .info_row span#rating_hint {

	display: block;

	padding: 6px 0 0 0;

}



.video_comments {

	font-size: 12px;

	background: #2e1001;

	padding: 5px 0 0px 31px;

	margin: 0 5px 15px 5px;

}



.video_view .info_row img {

	vertical-align: top;

}

.video_view .info_row .col_1 {

	padding-bottom: 5px;

}

.video_view .info_row .col_2 {

	padding-bottom: 5px;

}

.video_view .send_to_friend, .video_view .add_to_favourites {

	margin-bottom: 8px;

	padding: 5px;

	border: 1px solid #000;

}

.video_view .control textarea, .video_view .control input {

	width: 99%;

}

/* Video comments block styles */















.video_comments .control textarea, .video_comments .control input {

	width: 95%;

}

.video_comments .info_row {

	margin-bottom: 8px;

}

.video_comments .info_row span {

	color: #ddd;

}

.video_comments .add_comment {

	margin-bottom: 8px;

	padding: 5px;

}

.video_comments .comments_list {

	margin-bottom: 8px;

}

.video_comments .comment_row {

	padding: 5px;

	border-bottom: 1px solid #000;

}

.video_comments .comment_row .avatar {

	width: 152px;

	height: 122px;

	float: left;

	background: #111;

}

.video_comments .comment_row .avatar a {

	background: none;

}

.video_comments .comment_row .avatar img {

	border: 1px solid #000;

}

.video_comments .comment_row h2 {

	display: block;

	padding-left: 160px;

	margin-bottom: 5px;

	font-size: 14px;

	font-weight: normal;

	color: #fff;

}

.video_comments .comment_row .anonymous_user {

	color: #bbb;

}

.video_comments .comment_row p {

	display: block;

	padding-left: 160px;

}

.video_comments .comment_separator {

	height: 1px;

	margin: 0 15px;

	background: #333;

	font-size: 0;

	line-height: 1px;

}

/* Video edit block styles */















.video_edit .block_content {

	width: 500px;

	margin: 20px auto 0 auto;

}

.video_edit .control input, .video_edit .control textarea, .video_edit .control select.full_size {

	width: 99%;

}

.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 #222;

	background: #333;

}

.video_edit .uploader_progress {

	overflow: hidden;

	border: 2px solid #999;

	background: #eee;

}

.video_edit .uploader_progress .progress_bar {

	height: 17px;

	margin: 2px;

	background: #999;

	font-size: 11px;

	color: #222;

	white-space: nowrap;

	line-height: 17px;

	text-indent: 5px;

}

/* Album view block styles */















.album_view .main_photo {

	margin-bottom: 10px;

	padding: 5px;

	background: #111;

	font-size: 18px;

	text-align: center;

}

.album_view h2 {

	margin: 0 0 8px 0;

	color: #ddd;

	font-size: 16px;

}

.album_view h3 {

	margin: 0 0 8px 0;

	font-size: 12px;

	font-weight: normal;

}

.album_view .rating_container {

	cursor: pointer;

}

.album_view .info_row {

	margin-bottom: 8px;

}

.album_view .info_row span {

	color: #ddd;

}

.album_view .info_row img {

	vertical-align: top;

}

.album_view .info_row .col_1 {

	width: 370px;

	float: left;

}

.album_view .info_row .col_2 {

	float: left;

}

.album_view .send_to_friend, .album_view .add_to_favourites {

	margin-bottom: 8px;

	padding: 5px;

	border: 1px solid #333;

	background: #393939;

}

.album_view .control textarea, .album_view .control input {

	width: 99%;

}

/* Album images block styles */















.album_images .block_content {

	border-top: 1px solid #333;

	border-bottom: 1px solid #333;

	background: #393939;

}

.album_images .item {

	float: left;

	padding: 10px 12px;

}

.album_images .item .image a {

	color: #777;

	background: none;

}

.album_images .item .image img {

	border: 1px solid #000;

}

/* Video comments block styles */















.album_comments .control textarea, .album_comments .control input {

	width: 99%;

}

.album_comments .info_row {

	margin-bottom: 8px;

}

.album_comments .info_row span {

	color: #ddd;

}

.album_comments .add_comment {

	margin-bottom: 8px;

	padding: 5px;

	background: #393939;

	border: 1px solid #333;

}

.album_comments .comments_list {

	margin-bottom: 8px;

	background: #393939;

	border: 1px solid #333;

}

.album_comments .comment_row {

	padding: 5px;

}

.album_comments .comment_row .avatar {

	width: 152px;

	height: 122px;

	float: left;

	background: #111;

}

.album_comments .comment_row .avatar a {

	background: none;

}

.album_comments .comment_row .avatar img {

	border: 1px solid #000;

}

.album_comments .comment_row h2 {

	display: block;

	padding-left: 160px;

	margin-bottom: 5px;

	font-size: 14px;

	font-weight: normal;

	color: #fff;

}

.album_comments .comment_row .anonymous_user {

	color: #bbb;

}

.album_comments .comment_row p {

	display: block;

	padding-left: 160px;

}

.album_comments .comment_separator {

	height: 1px;

	margin: 0 15px;

	background: #333;

	font-size: 0;

	line-height: 1px;

}

/* 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: 10px;
	margin-right: 10px;
}

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

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

.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 .comment {
	padding: 5px 0 0 150px;
}

.album_edit .image_item .options {
	padding: 2px 0 10px 150px;
}

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

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

/* Logon block styles */

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

.logon .control input {
	width: 99%;
}

/* Signup block styles */

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

.signup .control input {
	width: 99%;
}

/* Invite block styles */
.invite_friend .block_content {
	width: 500px;
	margin: 20px auto 0 auto;
}

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

/* Helper menu block styles */
#side_col .control {
	margin-bottom: 8px;
}

.helper_menu .block_content {
	padding: 0;
}

.helper_menu a {
border-bottom:1px dotted #FEE88F;
color:#FC2626;
display:block;
font-size:16px;
margin:0 1px;
padding:7px 0 7px 9px;
text-decoration:none;
width:188px;
}

.helper_menu a:hover {
	color: #EEC33C;
}

.helper_menu span {
border-bottom:1px dotted #FEE88F;
color:#FC2626;
display:block;
font-size:16px;
margin:0 1px;
padding:7px 0 7px 9px;
text-decoration:none;
width:188px;
}

/* Member menu block styles */

.member_menu .avatar {

	text-align: center;

}

.member_menu .avatar img {

	border: 1px solid #000;

}

.member_menu a {

	display: block;

	padding: 5px;

	margin: 1px 0;

}

.member_menu a:hover {

}

.member_menu span {

	display: block;

	padding: 6px;

	margin: 1px 0;

	font-weight: bold;

}

/* Member profile view block styles */
.member_profile_view .block_content {

	width: 600px;

	margin: 20px auto 0 auto;

}

.member_profile_view .add_to_friends, .member_profile_view .send_message {

	margin-bottom: 16px;

	padding: 5px;

	border: 1px solid #333;

	background: #393939;

}

.member_profile_view .block_sub_header {

	font-size: 14px;

	line-height: 20px;

}

.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: 8px;

}

.member_profile_view .info_row span {

	color: #ddd;

}

.member_profile_view .info_row .col_1 {

	width: 300px;

	float: left;

}

.member_profile_view .info_row .col_2 {

	width: 300px;

	float: left;

}

/* Member profile edit block styles */
.member_profile_edit .block_content {

	width: 500px;

	margin: 20px auto 0 auto;

}

.member_profile_edit .control input, .member_profile_edit .control textarea, .member_profile_edit .control select.full_size {
	width: 99%;
}

/* Message details block styles */

.message_details .message {
	padding: 5px 0;
}

.message_details .message h2 {

	margin-bottom: 10px;

	font-size: 14px;

	font-weight: normal;

	color: #fff;

}

.message_details .message .avatar {

	width: 152px;

	height: 122px;

	float: left;

	margin-right: 8px;

	margin-bottom: 8px;

	background: #111;

}

.message_details .message .avatar a {

	background: none;

}

.message_details .message .avatar img {

	border: 1px solid #000;

}

.message_details .send_message {

	margin-top: 16px;

	padding: 5px;

	border: 1px solid #333;

	background: #393939;

}

.message_details .control textarea {

	width: 99%;

}

.form-search {

	position: absolute;

	left: 2px;

	top: -2px;

	_top: 0px;

	width: 325px;

	text-align: left;

}



html*.form-search input {

	vertical-align: top;

}



html*.header-login input {

	vertical-align: top;

}



html*.form-search {

	top: 0px;

}



.header-login {

	position: absolute;

	right: 2px;

	top: 110px;

	font: bold 16px Arial, Helvetica, sans-serif;

	text-align: left;

}

.header-login a {

	color: #FFFF66;

	font-size: 12px;

	font-weight: normal;

	text-decoration: underline;

	background: none;

}

.header-login a:hover {

	color: #FFFF66;

	text-decoration: none;

}

.header-login tr {

	padding-bottom: 5px;

}

.header-login td.tl1 {

	font: bold 14px Verdana, Geneva, sans-serif;

	padding-right: 3px;

}



.side_list_cats ul {

	padding: 5px 0;

}



.side_list_cats li {

	list-style: none;

}

.side_list_cats li a {
	display: block;
	width: 188px;
	margin: 0 1px;
	padding: 7px 0 7px 9px;
	text-decoration: none;
	color: #fc2626;
	border-bottom: 1px dotted #fee88f;
	font-size: 16px;
}

.side_list_cats li a:hover {
	color: #eec33c;
}

.sqwBan {
	text-align: center;
	position: relative;
}

.sqwBan div {
	width:100%;
	position:relative;
	margin-top:5
}

.sqwBan p {
	text-align:center;
	font-family:Verdana;
	font-size:14;
	margin-top: 1;
	margin-bottom: 0;
	font-weight:bold
}

.sqwBan img {
	width:180;
	height:140;
	border: 2px solid #FFFFFF
}

.sqwBan a:hover img {
	border:2px solid #000000;
	filter: Alpha(opacity=90)
}

.sqwBan a {
	color:#FFFFFF
}

.sqwBan a:hover {
	color:red;
	text-decoration: none
}

.refs2 {
	padding: 10px 2px 10px 2px;
}

.block_content .refs {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	border: 1px solid #F90;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 1px;
}

.refs3 { padding-left: 5px }

.block_content .refs table {
	width: 95%
}

.block_content .refs td, .refs3 td {
	font-size: 18px;
	color:#8e8e8e;
}

.block_content .refs strong {
	color: #F90;
	font-size: 13px;
	padding-left: 1px;
}

.refs2 {
	font-size: 16px;
	padding-left:3px
}

.text_content, .video_edit, .member_profile_edit, .signup, .logon, .invite_friend {

}

html*#mainpage #wide_col, html*.block_content {
	height: 1%;
}

html*#mainpage #data {
	width: 1012px;
}

html*#mainpage #wide_col {
	width: 789px;
}

html*#mainpage #footer {
	width: 992px;
}

html*#mainpage .side_list_cats li a {
	width: 200px;
}

html*#mainpage #main_menu {
	width: 1010px;
}

.tof table, .tof2 table, .tof3 table { width:100%; border-collapse: collapse; border-spacing: 0px; }
.tof3 table { font-family: Microsoft Sans Serif; }

.tof2 td {
	text-align: left;
	font-size:14px;
}

.tof3 td {
	text-align: left;
	font-size:17px;
	font-weight:bold;
	color:#800000
}

.tof3 a {
	text-decoration: none;
	color:#FFFFFF
}

.tof3 a:hover {
	text-decoration: none;
	color:#000000
}

.tof3 {
	padding:2px;
	border:1px solid #000000;
	background-color: #E10000
}

.tof {	margin: 20px 0;}
.tof td { text-align: left; font-size:20px; }

#footer .tof2 a {
	color: #b1931d;
}

.rid, .rid2 {
	text-align: center;
	position: relative;
	padding-top: 5px;
}
.rid2 { height: 905px }
