/* Global styles */
*{margin: 0; padding: 0;}
body {
    background: #181818;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}

p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
	outline: 0;
	color: #FFF;
}

a:hover {

}

a.hl {
}

a.hl:hover {
    background: none;
}

form {
    display: inline;
}

input, textarea, select {
    font-family: Verdana, Arial, serif;
    font-size: 14px;
}
img {
    border: none;
}
.g_clear {
    clear: both;
}

.g_hidden {
    display: none;
}

.g_hint {
    font-size: 11px;
}

.block_header {
    padding: 5px 3px;
    margin: 2px;
    color: #ddd;
    font-size: 14px;
}

#wide_col .block_header {
	padding: 0px 0 0 10px;
	height: 25px;
	color: #300f00;
	font: bold 18px Arial, Helvetica, sans-serif;
	background: url("../images/h1-left.gif") left top no-repeat;
}

#wide_col .invite_friend .block_header {
	width: 200px;
	margin: 0 auto;
}

#wide_col .block_header span {
	padding: 0px 7px 0 0;
	height: 25px;
	display: block;
	background: url("../images/h1right.gif") right top no-repeat;
	width: auto;
	float: left;
}

#side_col .block_header {
	color: #ff6e16;
	background: url("../images/side-h1.gif") left top no-repeat;
	width: 198px;
	text-align: center;
	padding: 7px 0 0 0;
	margin: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	height: auto;
}

.block_sub_header {
    margin: 2px;
    padding: 1px 5px 3px 5px;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-size: 11px;
}

.block_sub_header .links {
    padding-left: 10px;
}

.block_content {
    padding: 5px 5px 10px 5px;
    color: #848484;
}

.text_content {
    padding: 5px 10px 10px 10px;
    color: #848484;
}

.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 {
    padding-left: 20px;
    background: url("../images/bg_link_expand_hover.gif") left no-repeat;
	color: #ac9c82;
	font-size: 12px;
}

.block_content .expand_link:hover {
    background: url("../images/bg_link_expand_hover.gif") left no-repeat;
	color: #ac9c82;
}

.block_content .collapse_link {
    padding-left: 20px;
    background: url("../images/bg_link_expand_hover.gif") left no-repeat;
	color: #ac9c82;
}

.block_content .collapse_link:hover {
   background: url("../images/bg_link_expand_hover.gif") left no-repeat;
   color: #ac9c82;
}

.block_content #ac_link.expand_link {
	background: url("../images/comment.gif") left no-repeat;
	color: #52828e;
}

.block_content #ac_link.expand_link:hover {
	background: url("../images/comment.gif") left no-repeat;
	color: #52828e;
	text-decoration: underline;
}

.block_content #ac_link.collapse_link {
	background: url("../images/comment.gif") left no-repeat;
	color: #52828e;
}

.block_content #ac_link.collapse_link:hover {
	background: url("../images/comment.gif") left no-repeat;
	color: #52828e;
}

/* Form 1 styles */

.form1 .control input, .form1 .control textarea, .form1 .control select {
    padding: 1px;
    background: #2c2c2c;
    border: 1px solid #2c2c2c;
    color: #ddd;
}

.form1 .button input {
    vertical-align: middle;
}

/* Layout styles */

#top_menu {
	position: absolute;
	top: 6px;
	right: 4px;
    padding: 0 10px;
    color: #fff;
    font-size: 10px;
    text-align: right;
	font-weight: bold;
}

#top_menu a {
	color: #FFF;
	text-decoration: none;
	padding: 0 3px;
}

#top_menu a:hover {
    font-size: 10px;
	color: #ff6e16;
	font-weight: bold;
}

#top_menu span.hl {
    font-size: 12px;
    font-weight: bold;
}

#header {
    width: 995px;
    height: 114px;
    margin: 0 auto;
    background: url("../images/header.jpg") no-repeat;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 93px;
	text-indent: -9000px;
	width: 304px;
	height: 82px;
}

#header h1 a {
	display: block;
	width: 304px;
	height: 82px;
}

ul.menu {
	position: absolute;
	width: 76px;
	height: 44px;
	list-style: none;
	top: 23px;
	left: 6px;
}

ul.menu li {
	text-align: center;
	width: 76px;
	height: 30px;
	background: url("../images/li-fon.gif") left top no-repeat;
	padding: 14px 0 0 0;
}

ul.menu li a {
	color: #7a2800;
	font-size: 12px;
	font-weight: bold;
}

#main_menu {
	position: absolute;
	right: 5px;
	top: 23px;
	width: 564px;
	height: 32px;
	background: url("../images/ul_fon.gif") left top no-repeat;
	padding: 12px 0 0 30px;
}

#main_menu li {
	float: left;
	list-style: none;
	margin-right: 4px;
	height: 23px;
}

#main_menu li a {
	display: block;
	float: left;
    height: 23px;
    background: none;
    font-weight: bold;
	font-size: 12px;
	color: #111900;
	padding: 0 0px 0 6px;
   }

#main_menu a:hover {
	color: #FFF;
	display: block;
	background: url("../images/a-left.gif") left top no-repeat;
}

#main_menu li a span {
	display: block;
	padding: 3px 6px 0 0;
	height: 20px;
	float: left;
	cursor: pointer;
}

#main_menu li a:hover span {
	display: block;
	padding: 3px 6px 0 0;
	height: 20px;
	background: url("../images/a-right.gif") right top no-repeat;
}

.search_head {
	position: absolute;
	top: 76px;
	right: 6px;
	width: 205px;
	background: url("../images/input-fon.gif") left top no-repeat;
	color: #e1e0e0;
	font: 10px Arial, Helvetica, sans-serif;
}

.search_head input {
	vertical-align: middle;
}

.search_head input.inp1 {
	width: 164px;
	background: none;
	border: none;
	padding: 0px 8px 0 8px;
	color: #e1e0e0;
	font-size: 10px;
}

#data {
    width: 995px;
    margin: 0px auto;
	padding: 10px 0;
}

#wide_col {
    width: 785px;
    float: left;
    border-bottom: none;
    margin-bottom: 1px;
}

#wide_col #video_info_col {
    width: 560px;
    float: left;
}

#wide_col #related_videos_col {
    width: 196px;
    float: right;
	overflow: hidden;
	background: #1c1a1b;
	padding: 2px;
	border: solid 1px #282725;
}

#wide_col #related_videos_col .block_content {
	padding: 0;
}

#side_col {
    width: 198px;
    float: right;
	margin: 0 2px 0 0;
}

#footer {
    width: 995px;
    margin: 0 auto;
	background: url("../images/footer-fon.gif") left bottom no-repeat;
	padding-bottom: 65px;
}

#footer .links {
    color: #bbb;
    text-align: center;
}

#footer .links a {
	padding: 0 4px 0 5px;
	color: #ac9c82;
	font-size: 12px;
	font-weight: bold;
}

#footer .links a:hover {
	color: #FFF;
}

#footer .info {
    color: #999;
    font-size: 11px;
    text-align: center;
    margin: 10px 0;
}

/* List videos block styles */

.list_videos .item {
    float: left;
    width: 252px;
    padding: 5px 2px;
    font-size: 11px;
}

.list_videos .item_small {
    float: left;
    width: 182px;
    padding: 5px 2px;
    font-size: 11px;
}

.list_videos .image {
    background: #1c1a1b;
	padding: 2px 0 0 5px;
	border: solid #20201f;
	border-width: 0 1px 0px 1px;
}

.list_videos .item_small .image {
	width: 183px;
	height: 133px;
	padding: 4px;
	background: url("../images/inem-top-1.gif") left top no-repeat;
}

.list_videos .item_small .info {
	background: none;
	text-align: center;
	line-height: 1;
	padding: 2px 0;
}

.list_videos .item_small .image img {
	width: 180px;
	height: 130px;
	border: solid 1px #385157;
}

.list_videos .private, .list_videos .premium {
    background-color: #000;
}

.list_videos .image a {
    display: block;
    background: none;
    color: #777;
}

.list_videos .image img {
	border: solid 1px #3b3b3b;
	width: 240px;
	height: 180px;
}

.list_videos .info {
    background: #1c1a1b;
	padding: 5px 5px 8px 10px;
    line-height: 18px;
	border: solid #20201f;
	border-width: 0 1px 1px 1px;
}

.list_videos .info h2 {
    display: block;
    overflow: hidden;
    float: left;
    width: 170px;
    font-size: 11px;
    white-space: nowrap;
}

.list_videos .info .hl {
    color: #ffa441;
}

.list_videos .info .length {
    color: #fff;
    font-weight: bold;
    text-align: right;
}

.list_videos .info .added {
    float: left;
	color: #767676;
}

.list_videos .info .added span {
    color: #52828e;
    font-weight: bold;
}

.list_videos .info .rating {
    text-align: right;
}

.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 categories block styles */

.list_categories .item {
    float: left;
    width: 240px;
    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: 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;
}

/* Pagination block styles */

.pagination {
    padding: 8px 3px;
}

.pagination a {
    padding: 5px 5px;
   	background: url("../images/pagination.gif") left top no-repeat;
	color: #00688f;
	font-size: 13px;
	font-weight: bold;
}

.pagination a:hover {
	color: #008bbf;
}

.pagination span {
    padding: 5px 5px;
   	background: url("../images/pagination.gif") left top no-repeat;
	color: #008bbf;
	font-size: 13px;
	font-weight: bold;
}

/* Tags cloud block styles */

.tags_cloud a {
    line-height: 16px;
}

/* Search block styles */

.search .control, .search .button {
    float: left;
    padding: 2px;
}

.search .control input {
    width: 150px;
}

.search .button input {
    vertical-align: middle;
}

/* Video view block styles */

.video_view .cs {
    padding-top: 5px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.video_view .cs a {
    color: #52828e;
	font: bold 14px Verdana, Geneva, sans-serif;
	background: url("../images/h2-fon.gif") left 2px no-repeat;
	padding: 5px 3px 2px 20px;
	text-decoration: underline;
}

.video_view .cs a:hover {
	text-decoration: none!important;
}

.video_view .cs a img {
    border: 0;
}

.video_view .player {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 18px;
    text-align: left;
}

.video_view h2 {
    margin: 0 0 8px 0;
    color: #ac9c82;
	font: bold 14px Verdana, Geneva, sans-serif;
	background: url("../images/h2-fon.gif") left 2px no-repeat;
	padding: 5px 3px 2px 20px;
}

.video_view h3 {
    margin: 0 0 8px 0;
    font-size: 12px;
    font-weight: normal;
	color: #676767;
}

.video_view .rating_container {
    cursor: pointer;
}

.video_view .info_row {
    margin-bottom: 8px;
	color: #565555;
	font-size: 12px;
}

.video_view .info_row a:hover {
	text-decoration: underline;
}

.video_view .info_row span {
    color: #848484;
}

.video_view .info_row img {
    vertical-align: top;
}

.video_view .info_row .col_1 {
    width: 370px;
    float: left;
}

.video_view .info_row .col_2 {
    float: left;
}

.video_view .send_to_friend, .video_view .add_to_favourites {
    margin-bottom: 8px;
    padding: 5px;
	color: #848484;
	font-size: 12px;
}

form#invite_form {
	
}

.video_view .control textarea, .video_view .control input {
    width: 99%;
}

.video_view textarea.embed {
    padding: 1px;
    background: #555;
    border: 1px solid #bbb;
    color: #bbb;
    margin-top: 4px;
    width: 99%;
}

/* Video comments block styles */

.video_comments .control textarea, .video_comments .control input {
    width: 99%;
}

.video_comments .info_row {
    margin-bottom: 8px;
}

.video_comments .info_row span {
    color: #848484;
}

.video_comments .add_comment {
    margin-bottom: 8px;
    padding: 5px;
	color: #848484;
	font-size: 12px;
}

.video_comments .comments_list {
    margin-bottom: 8px;
}

.video_comments .comment_row {
    padding: 5px;
}

.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: #666;
}

.video_comments .comment_row .anonymous_user {
    color: #333;
}

.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;
}

/* Invite block styles */

.invite_friend .block_content {
    width: 650px;
    margin: 20px auto 0 auto;
	padding: 15px;
	color: #848484;
	font-size: 12px;
}

.invite_friend .control input, .invite_friend .control textarea {
    width: 99%;
}

/* Helper menu block styles */

.helper_menu a {
    display: block;
    padding: 5px;
    margin: 1px 0;
    background: #555;
    border: 1px solid #333;
}

.helper_menu a:hover {
    background: #666;
}

.helper_menu span {
    display: block;
    padding: 6px;
    margin: 1px 0;
    font-weight: bold;
}

/* 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;
    background: none;
    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;
}

.list_videos .info .hl {
    color: #ffa441;
}

.list_videos .item_small .info .hl {
    color: #8d8c8c;
}


.item_top {
	margin: 0 0 0px 0;
	background: #1c1a1b;
	border: solid #20201f;
	border-width: 1px 1px 0px 1px;
	padding: 1px 0 3px 2px;
}

.item_top h2 {
	color: #9e0000;
	font: bold 11px Verdana, Geneva, sans-serif;
	background: url("../images/h2-fon.gif") left top no-repeat;
	padding: 4px 3px 2px 20px;
	width: 140px;
	float: left;
}

.item_top h2 a {
	color: #ac9c82;
}

.length {
	float: left;
	color: #52828e;
}

.style1 a {
	font-size: 30px;
	color: #ac9c82;
}
.style2 a {
	font-size: 24px;
	color: #ac9c82;
}
.style3 a {
	font-size: 20px;
	color: #acacac;
}
.style4 a {
	font-size: 18px;
	color: #757575;
}
.style5 a {
	font-size: 16px;
	color: #757575;
}
.style6 a {
	font-size: 14px;
	color: #757575;
}

#top_new .block_header {
	background: url("../images/top-h1.gif") left top no-repeat;
	height: 40px;
	display: block;
	width: 984px;
	_width: 984px;
	color: #300f00;
	font-size: 16px;
	margin: 0;
	padding: 1px 0 0 0;
}

#top_new .block_header span {
	color: #b9b9b9;
	padding-left: 10px;
}

#top_new .block_header strong {
	padding-right: 80px;
}

#top_new table, #top_new_2 {
	width: 984px;
	background: url("../images/fon-new.gif") repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

#top_new_1 {
	width: 995px;
	margin: 0 auto;
}

#top_new {
	width: 984px;
	float: none;
	background: url("../images/top-fon.gif") left bottom no-repeat;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	padding-bottom: 24px;
	margin: 0 0 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#top_new a {
	text-decoration: none;
}

.top_referers, .tags_cloud, .top_left {
	background: url("../images/bootom.gif") left bottom no-repeat;
	position: relative;
	padding-bottom: 35px;
	margin: 0 0 5px 0;
}

.top_referers ul, .top_left_1 {
	list-style: none;
	padding: 8px 5px 5px 5px;
	line-height: 1.4;
	background: url("../images/repeat.gif") repeat-y;
}

.top_referers ul li {
	padding: 0 0 0 11px;
	background: url("../images/bullet.gif") left 7px no-repeat;
}

.top_referers ul li a {
	color: #ac9c82;
	font-size: 14px;
	font-weight: bold;
}

.top_referers ul li a:hover {
	color: #FFFFFF;
}

.tags_cloud a {
	color: #ac9c82;
	font-size: 14px;
	font-weight: bold;
}

.tags_cloud a:hover {
	color: #FFF;
	text-decoration: underline;
}

.models {
	padding: 8px;
	background: url("../images/repeat.gif") repeat-y;
height: 970px;
overflow	: scroll;
}

.addthis {
	padding: 17px 0 2px 0;
	width: 195px;
	text-align: center;
}
.top_main_b a {
    display: block;
	font-size: 12px;
	font-weight: bold;
	color: #ffe5ae;
}

.top_main_b a:hover {
	color: #FF0000;
}
.top_main_b {
    /*display: block;*/
	font-size: 12px;
	font-weight: bold;
	color: #ac9c82;
}
#wide_col_2 .block_header {
	padding: 0px 0 0 10px;
	height: 25px;
	color: #300f00;
	font: bold 18px Arial, Helvetica, sans-serif;
	background: url("../images/h1-left.gif") left top no-repeat;
}
#wide_col_2 .invite_friend .block_header {
	width: 200px;
	margin: 0 auto;
	float: left;
}
#wide_col_2 .block_header span {
	padding: 0px 7px 0 0;
	height: 25px;
	display: block;
	background: url("../images/h1right.gif") right top no-repeat;
	width: auto;
	float: left;
}
#wide_col_2 {
    width: 958px;
    float: left;
    border-bottom: none;
    margin-bottom: 1px;
}

