/* Global styles */
*{margin: 0; padding: 0;}
body {
    background: #f4f1ea;
    font-family: Verdana, Arial, serif;
    font-size: 14px;
}

p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
	outline: 0;
	color: #9e0000;
}

a:hover {text-decoration: underline;

}

a.hl {
}

a.hl:hover {
    background: none;
}

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 {
    padding: 5px 3px;
    margin: 2px;
    color: #ddd;
    font-size: 14px;
}

#wide_col .block_header, #wide_col_2 .block_header {
	padding: 0px 0 0 40px;
	height: 31px;
	color: #531700;
	font-size: 14px;
	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, #wide_col_2 .block_header span {
	padding: 8px 37px 0 0;
	height: 23px;
	display: block;
	background: url("../images/h1right.gif") right top no-repeat;
	width: auto;
	float: left;
}

#side_col .block_header {
	color: #666565;
	background: url("../images/side-h1.gif") left top no-repeat;
	width: 195px;
	height: 26px;
	text-align: center;
	padding: 7px 0 0 0;
	margin: 0;
}

.block_sub_header {
    margin: 2px;
    padding: 1px 5px 3px 5px;
    border-bottom: 1px solid #222;
    color: #000;
    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: #00688f;
	font-size: 12px;
}

.block_content .expand_link:hover {
    background: url("../images/bg_link_expand_hover.gif") left no-repeat;
	color: #00688f;
}

.block_content .collapse_link {
    padding-left: 20px;
    background: url("../images/bg_link_expand_hover.gif") left no-repeat;
	color: #00688f;
}

.block_content .collapse_link:hover {
   background: url("../images/bg_link_expand_hover.gif") left no-repeat;
   color: #00688f;
}

.block_content #ac_link.expand_link {
	background: url("../images/comment.gif") left no-repeat;
}

.block_content #ac_link.expand_link:hover {
	background: url("../images/comment.gif") left no-repeat;
}

.block_content #ac_link.collapse_link {
	background: url("../images/comment.gif") left no-repeat;
}

.block_content #ac_link.collapse_link:hover {
	background: url("../images/comment.gif") left no-repeat;
}

/* 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: 10px;
	right: 2px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    text-align: right;
}

#top_menu a {
	color: #FFF;
	text-decoration: none;
	padding: 0 3px;
}

#top_menu a:hover {
    font-size: 12px;
	color: #fc6500;
}

#top_menu span.hl {
    font-size: 12px;
    font-weight: bold;
}

#header {
    width: 995px;
    height: 120px;
    margin: 0 auto;
    background: url("../images/header.jpg") no-repeat;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9000px;
	width: 375px;
	height: 85px;
}

#header h1 a {
	display: block;
	width: 375px;
	height: 85px;
}

#main_menu {
	position: absolute;
	left: 8px;
	top: 90px;
}

#main_menu li {
	float: left;
	list-style: none;
	background: url("../images/li-fon.gif") left 5px no-repeat;
	padding-left: 11px;
	margin-right: 5px;
	height: 19px;
}

#main_menu li a {
	display: block;
	float: left;
    height: 19px;
    background: none;
    font-weight: bold;
	font-size: 14px;
	color: #d8d8d8;
	padding: 0 0px 0 8px;
   }

#main_menu a:hover {
	color: #fefefe;
	display: block;
	background: url("../images/a-left.gif") left top no-repeat;
}

#main_menu li a span {
	display: block;
	padding: 0px 8px 0 0;
	height: 19px;
	float: left;
	cursor: pointer;
}

#main_menu li a:hover span {
	display: block;
	padding: 0px 8px 0 0;
	height: 19px;
	background: url("../images/a-right.gif") right top no-repeat;
}

.search_head {
	position: absolute;
	top: 90px;
	right: 4px;
	width: 205px;
	height: 25px;
	background: url("../images/input-fon.gif") left top no-repeat;
}

.search_head input {
	vertical-align: middle;
}

.search_head input.inp1 {
	width: 164px;
	background: none;
	border: none;
	padding: 1px 8px 0 8px;
	color: #a0a0a0;
	font-size: 10px;
}

#data {
    width: 995px;
    margin: 0px auto;
    background: #FFF;
	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;
}

#wide_col #related_videos_col .block_content {
	padding: 0;
}

#side_col {
    width: 195px;
    float: right;
	margin: 0 2px 0 0;
}

#footer {
    width: 995px;
    margin: 0 auto;
	background: #FFF url("../images/footer-fon.gif") left bottom no-repeat;
	padding-bottom: 34px;
}

#footer .links {
    color: #bbb;
    text-align: center;
}

#footer .links a {
	padding: 0 14px 0 17px;
	background: url("../images/footer-bullet.gif") left 4px no-repeat;
	color: #d8d8d8;
}

#footer .links a:hover {
	color: #fefefe;
}

#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 .item_small2 {
    float: left;
    width: 132px;
    padding: 5px 2px;
    font-size: 11px;
}


.list_videos .image {
    background: #eeeeee  url("../images/inem-top.gif") left top no-repeat;
	padding: 9px 0 0 5px;
}

.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;
}

.list_videos .item_small2 .image img {
	width: 160px;
	height: 120px;
}

.list_videos .item_small2 .image {
	width: 160px;
	height: 123px;
	padding: 4px;
	background: url("../images/tonyads.gif");
}

.list_videos .item_small2 .info {
	background: none;
	text-align: center;
	line-height: 1;
	padding: 2px 0;
}


.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: solid 1px #7e8805;
}

.list_videos .info {
    background: #eeeeee  url("../images/inem-bottom.gif") left bottom no-repeat;
	padding: 5px 5px 8px 10px;
    line-height: 18px;
}

.list_videos .info2 {
    background: #eeeeee   left bottom no-repeat;
	padding: 2px 2px 4px 5px;
    line-height: 9px;
}

.list_videos .info h2 {
    display: block;
    overflow: hidden;
    float: left;
    width: 170px;
    font-size: 11px;
    white-space: nowrap;
}

.list_videos .info h22 {
    display: block;
    overflow: hidden;
    float: left;
    width: 150px;
    font-size: 9px;
    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: #9e0000;
    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: 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: 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: #9e0000;
	font: bold 14px Verdana, Geneva, sans-serif;
	background: url("../images/h2-fon.gif") left 2px no-repeat;
	padding: 1px 3px 2px 29px;
	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;
    background: #c7c7c7;
    font-size: 18px;
    text-align: center;
}

.video_view h2 {
    margin: 0 0 8px 0;
    color: #9e0000;
	font: bold 14px Verdana, Geneva, sans-serif;
	background: url("../images/h2-fon.gif") left 2px no-repeat;
	padding: 1px 3px 2px 29px;
}

.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;
    background: #eeeeee;
	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;
    background: #eeeeee;
	color: #848484;
	font-size: 12px;
}

.video_comments .comments_list {
    margin-bottom: 8px;
    background: #eeeeee;
}

.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;
	background: #eeeeee;
	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;
}

.item_top {
	margin: 0 0 3px 0;
        height:15px;
}

.item_top h2 {
	color: #9e0000;
	font: bold 11px Verdana, Geneva, sans-serif;
	background: url("../images/h2-fon.gif") left top no-repeat;
	padding: 1px 3px 2px 26px;
	width: 140px;
	float: left;
}

.item_top h2 a {
	color: #9e0000;
}

.length {
	float: left;
	color: #767676;
}

.style1 a {
	font-size: 30px;
	color: #00688f;
}
.style2 a {
	font-size: 24px;
	color: #00688f;
}
.style3 a {
	font-size: 20px;
	color: #00688f;
}
.style4 a {
	font-size: 18px;
	color: #496671;
}
.style5 a {
	font-size: 16px;
	color: #496671;
}
.style6 a {
	font-size: 14px;
	color: #496671;
}

#top_new .block_header {
	background: url("../images/top-h1.gif") left top no-repeat;
	height: 31px;
	display: block;
	width: 977px;
	color: #531700;
	font-size: 14px;
	padding: 6px 0 0 0px;
	margin: 0;
}

#top_new table {
	width: 977px;
	background: url("../images/fon-new.gif") repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

#top_new_1 {
	width: 995px;
	margin: 0 auto;
	background: #FFF;
	padding-bottom: 95px;
}

#top_new {
	width: 977px;
	float: none;
	background: url("../images/top-fon.gif") left bottom no-repeat;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	padding-bottom: 15px;
	margin: 0 0 0px 10px;
}

#top_new a {
	text-decoration: none;
}

.top_referers, .tags_cloud {
	background: #eeeeee url("../images/bootom.gif") left bottom no-repeat;
	position: relative;
	margin: 0 0 5px 0;
}

.top_referers ul {
	list-style: none;
	padding: 8px 5px 50px 5px;
	line-height: 1.4;
}

.top_referers ul li {
	padding: 0 0 0 11px;
	background: #eeeeee url("../images/bullet.gif") left 7px no-repeat;
}

.top_referers ul li a {
	color: #00688f;
	font-size: 14px;
	font-weight: bold;
}

.top_referers ul li a:hover {
	color: #8e8f8f;
}

.tags_cloud a {
	color: #858585;
	font-size: 14px;
	font-weight: bold;
}

.tags_cloud a:hover {
	color: #444343;
	text-decoration: underline;
}

.models {
	padding: 8px;
}

.addthis {
	padding: 40px 0 7px 0;
	width: 195px;
	text-align: center;
}
	
.top_main_b a {
    display: block;
	font-size: 12px;
	font-weight: bold;
	color: #f50101;
}

.top_main_b a:hover {
	color: #8b0101;
}
				 
