/* Global styles */
*{margin: 0; padding: 0;}
body {
    background: #350000 url("../images/bg_footer.gif") left bottom repeat-x;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
}

#placenta{
    background: url("../images/bg_body.gif") left top repeat-x;
}

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

a {
    color: #FFF;
    text-decoration: none;
	outline: 0;
}

img {
	border: none;
}

a:hover {
	text-decoration: underline;
    }

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 {
    padding: 2px 1px;
    background: #FFF;
    border: 1px solid #111;
    color: #111;
}

.button input {
    vertical-align: middle;
}

.g_clear {
    clear: both;
}

.g_hidden {
    display: none;
}

.g_hint {
    font-size: 11px;
}

.block_header {
    display: block;
	font-weight: normal;
}

#wide_col .block_header {
	height: 42px;
	padding: 0px 0 0 68px;
	font-size: 20px;
	color: #FFF;
	background: url("../images/h1_left.gif") top left no-repeat;
}

#wide_col .top_video_wrapper .block_header {
	height: 38px;
	padding: 10px 0 0 0px;
	font-size: 18px;
	background: url("../images/h1_video.gif") top left no-repeat;
	width: 454px;
	text-align: center;
	color: #000;
}

#wide_col .top_video_wrapper .block_header span {
	display: block;
	height: 38px;
	font-size: 18px;
	background: none;
	padding: 0;
	color: #000;
	text-transform: uppercase;
}

#wide_col .block_header span {
	height: 34px;
	padding: 8px 0 0 0px;
	font-size: 20px;
	color: #FFF;
	background: url("../images/h1_right.gif") top right no-repeat;
	display: block;
}

#side_col .block_header {
	height: 38px;
	background: url("../images/side_h1.jpg") no-repeat;
	width: 201px;
	text-indent: -9999px;
	margin: 0 0 8px 0;
}

.block_sub_header {
    margin: 2px;
    padding: 3px 8px 3px 8px;
    color: #FFF;
    font-size: 11px;
}

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

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

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

.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;
    color: #9b9b9b;
    padding-left: 5px;
}

.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: 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{
	width: 100%;
}

#top_menu {
    width: 968px;
    height: 20px;
    padding: 0;
    margin: 0 auto;
    color: #494949;
    font-size: 9px;
    font-family: Microsoft Sans Serif;
    text-transform: uppercase;
    text-align: right;
}

#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;
}

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

#header {
    width: 1000px;
    height: 197px;
    margin: 0 auto;
    background: url("../images/header.jpg") left top no-repeat;
	position: relative;
}

#header h1 {
	position: absolute;
	width: 360px;
	height: 163px;
	top: 0;
	left: 0;
	text-indent: -9999px;
}

#header h1 a {
	width: 360px;
	height: 163px;
	display: block;
	text-decoration: none;
}

p.description {
	position: absolute;
	top: 10px;
	right: 170px;
	width: 275px;
	text-align: center;
	font-size: 11px;
	color: #000;
	line-height: 1.3;
}

p.description a {
	color: #ffa800;
}

#advertising {
	/*width: 1000px;
	background: #43014e;
	text-align: center;
	padding: 9px 0 9px 0;
	border-bottom: solid 1px #aa0fd0;
	border-top: solid 1px #aa0fd0;
	margin: 0 auto;*/
}

#header #advertising img {
    border: none;
}

#main_menu {
    height: 32px;
	position: absolute;
	top: 164px;
	left: 33px;
}

#main_menu ul {
	list-style: none;
	height: 32px;
	background: url("../images/li_fon.gif") left 3px no-repeat;
}

#main_menu ul li {
	height: 32px;
	float: left;
	margin: 0px 1px 0 0;
	background: url("../images/li_fon.gif") right 3px no-repeat;
	padding: 0 1px 0 0;
}

#main_menu li a {
    height: 32px;
    display: block;
    float: left;
    text-decoration: none;
	padding: 0 0 0 25px;
}

#main_menu li a span {
    height: 24px;
    display: block;
    float: left;
    text-decoration: none;
	padding: 8px 25px 0 0px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#main_menu li a:hover, #main_menu li a.selected {
    text-decoration: none;
	background: #ffd41b;
}

#main_menu li a:hover span, #main_menu li a.selected span {
    text-decoration: none;
	background: #ffd41b;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.search {
	position: absolute;
	top: 167px;
	right: 16px;
	width: 185px;
	background: url("../images/input-fon.gif") no-repeat;
	height: 26px;
	padding: 0 0 0 73px;
}

.search input {
	vertical-align: middle;
}

.search input.inp {
	width: 145px;
	padding: 3px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
	border: solid 1px #dc9372;
	background: #FFF;
}

.bookmark {
	position: absolute;
	width: 180px;
	height: 39px;
	top: 124px;
	right: 467px;
}

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

#text_menu a {
    color: #888888;
}

#data {
    width: 1000px;
    margin: 10px auto;
	margin-bottom: 1px;
	padding: 0 0 10px 0;
}

#data.video_wrapper {
	/*background: #43014e;*/
}

#data.video_wrapper .video_all {
	width: 1000px;
    margin: 0px auto;
	padding-bottom: 5px;
}

#wide_col {
    width: 780px;
    float: right;
	padding: 3px;
	border: solid 1px #a81d00;
	background: #750000;
}

.video_view {
	width: 525px;
	background: #410101;
}

#wide_col.video_page {
	width: 1000px;
	background: none;
	padding: 0;
	border: none;
}

#wide_col #video_info_col {
    width: 525px;
	float: right;
	padding: 3px;
	background: #750000;
	border: solid 1px #a81d00;
}

#wide_col #related_videos_col {
    width: 1000px;
}

#wide_col #related_videos_col .block_content {
	padding: 5px 1px;
}

#wide_col #related_videos_col .block_content .item {
	margin: 2px 0;
	padding: 5px 2px;
}


#side_col {
    width: 201px;
    float: left;
	padding: 3px;
	border: solid 1px #a81d00;
	background: #750000;
}

#side_col .tags_cloud .block_content {
	background: none;
}

#side_col .block_content ul li {
	list-style: none;
	padding: 3px 0 3px 10px;
}

#side_col .block_content ul li a {
	text-decoration: none;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

.top_friends {
	background: #ff923e;
}

#side_col .block_content ul li a:hover {
	text-decoration: underline;
}

#footer {
    width: 1000px;
    height: 125px;
    margin: 0 auto;
    background: url("../images/footer_fon.gif") bottom right no-repeat;
	padding: 7px 0 0 0;
	text-align: center;
}

#footer .links {
    color: #000;
    font-size: 12px;
    text-align: center;
	font-weight: bold;
}

#footer .links a {
    color: #000;
	text-decoration: none;
}

#footer .links a:hover {
	text-decoration: underline;
}

#footer .info {
	margin: 57px 0 0 0;
	color: #ff923e;
}

#footer .copyright {
    margin-top: 1px;
    color: #FFF;
    font-size: 12px;
}

/* List videos block styles */

.list_videos .item {
    float: left;
    width: 242px;
    padding: 4px;
    font-size: 11px;
	margin: 2px 1px;
	background: #1b0101;
}

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

.list_videos .image {
	width: 240px;
	height: 180px;
    border: 1px solid #ff923e;
}

.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;
	width: 240px;
	height: 180px;
}

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

.list_videos .info h2 {
    display: block;
    overflow: hidden;
    width: 240px;
    font-size: 12px;
    white-space: nowrap;
	font-weight: normal;
}

.list_videos .info h2 a {
	color: #ffa800;
	text-decoration: none;
}

.list_videos .info h2 a:hover {
	color: #ffa800;
	text-decoration: underline;
}

.list_videos .info .length {
    color: #fff;
	float: left;
}

.list_videos .info .added {
    color: #fff;
}

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

/* 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;
}

/* Pagination block styles */

.pagination {
    padding: 8px 3px;
    text-align: center;
}

.pagination a {
    padding: 2px 5px;
    border: 1px solid #A81D00;
    background: #350000;
    color: #FFF;
    font-size: 11px;
}

.pagination a:hover {
    color: #FFF;
	text-decoration: underline;
}

.pagination span {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 11px;
    border: 1px solid #A81D00;
    background: #350000;
    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;
}

/* Video view block styles */

.video_view .cs {
    padding-top: 5px;
    padding-bottom: 10px;
    background: #111;
    text-transform: uppercase;
    text-align: center;
}

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

.video_view .player {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
}

.video_view .block_content {
	width: 480px;
	margin: 0 auto;
	padding: 8px 0;
}

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

.video_view h3 {
    margin: 0 0 8px 0;
	color: #ffc217;
    font-size: 12px;
}

.video_view h3 span {
	padding: 0 2px;
	font-weight: normal;
	color: #FFF;
}

.video_view .rating_container {
    cursor: pointer;
}

.video_view .info_row {
    margin-bottom: 8px;
    color: #ffce19;
	font-weight: bold;
}

.video_view .info_row span {
    color: #FFF;
	font-weight: normal;
}

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

.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;
    border: 2px solid #303334;
    background: #27292a;
}

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

/* Video comments block styles */

.video_comments {
	width: 950px;
	padding: 10px;
	background: #3d0000;
	margin: 10px auto;
	text-align: left;
}

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

.video_comments .info_row {
    margin-bottom: 8px;
    color: #dec7c7;
}

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

.video_comments .info_row img {
    border: none;
}

.video_comments .add_comment {
    margin-bottom: 8px;
    padding: 5px;
    background: #370000;
	color: #FFF;
}

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

.video_comments .comment_row {
    padding: 5px;
    background: #370000;
	color: #FFF;
    margin-bottom: 2px;
}

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

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

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

.video_comments .comment_row .anonymous_user {
    color: #FFF;
}

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

/* 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 */

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

/* 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;
}

.top_video_wrapper {
	width: 454px;
	float: left;
	padding: 3px;
	background: #750000;
	border: solid 1px #a81d00;
}

.top_video {
	width: 454px;
	float: left;
	font-size: 12px;
	color: #000;
	background: #ff923e;
}

.top_video .block_content {
	width: 420px;
	margin: 0 auto;
	padding: 5px 0;
}

.top_video h3 {
	list-style: none;
	background: url("../images/bullet.gif") left 8px no-repeat;
	padding: 3px 0 10px 10px;
	color: #1d0022;
	font-size: 13px;
	font-weight: bold;
}

.top_video h3 a {
	font-size: 30px;
	color: #000;
	font-weight: normal;
}

.top_video p {
	margin: 5px 0;
}

#banner_place {
	width: 1000px;
	text-align: center;
	padding: 7px 0;
}

.info_row_download {
	margin: 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
}