/* Global styles */
*{margin: 0; padding: 0;}
body {
    margin: 0 0 0 0;
    background: #141416;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

a {
    color: #6adf1d;
    text-decoration: underline;
	outline: 0;
}

a:hover {
    color: #6adf1d;
	text-decoration: none;
}

a.hl {
    font-weight: bold;
}

form {
    display: inline;
}

label {
    cursor: pointer;
}

input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.control input, .control textarea, .control select, .common_input {
    padding: 2px 1px;
    background: #FFF;
    color: #000;
}

.button input {
    vertical-align: middle;
}

.g_clear {
    clear: both;
}

.g_hidden {
    display: none;
}

.g_hint {
    font-size: 11px;
}

.block_header {
    padding: 21px 0px 0 32px;
    background: url("../images/h1_fon.gif") no-repeat;
    display: block;
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
	height: 27px;
	width: 948px;
	margin: 0 0 4px 0;
}

.block_sub_header {
    margin: -2px 2px 2px 2px;
    padding: 1px 8px 3px 8px;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-size: 11px;
}

.block_sub_header .links {
    padding-left: 10px;
}

.block_content {
    padding: 30px 30px 10px 30px;
    color: #ADADAD;
}

.text_content {
    padding: 5px 10px 10px 10px;
    color: #ADADAD;
}

.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: #FFF;
    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: 980px;
	margin: 0 auto;
}

#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 {
    height: 108px;
    background: url("../images/logo.jpg") left top no-repeat;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 80px;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	text-decoration: none;
	width: 250px;
	height: 80px;
}

.search_head {
	position: absolute;
	top: 21px;
	right: 19px;
	width: 272px;
	height: 49px;
	background: url("../images/input_fon.jpg") 0px 18px no-repeat;
}

.search_head h3 {
	font-size: 12px;
	color: #343439;
	font-weight: bold;
	padding: 0 0 2px 6px;
}

.search_head input {
	vertical-align: middle;
}

.search_head input.inp1 {
	background: none;
	border: none;
	padding: 1px 15px;
	width: 169px;
	font-size: 10px;
}

#header #advertising {
    height: 53px;
	width: 290px;
	position: absolute;
	top: 17px;
	left: 269px;
}

#header #advertising img {
    border: none;
}

#main_menu {
	position: absolute;
	top: 84px;
	left: 170px;
}

#main_menu li {
	list-style: none;
    background: url("../images/li_fon.gif") right center no-repeat;
	padding: 0 15px;
	float: left;
}

#main_menu li.last {
	background: none;
}

#main_menu li a {
	font-weight: bold;
	color: #6adf1d;
	text-decoration: underline;
	text-transform: uppercase;
}

#main_menu li a:hover, #main_menu li a.selected {
	text-decoration: none;
}

#text_menu {
    float: left;
    width: 197px;
    padding-top: 15px;
    font-size: 11px;
    text-align: center;
    color: #494949;
	display: none;
}

#text_menu a {
    color: #888888;
}

#data {
    width: 980px;
	background: #24252a;
	padding: 5px 0;
}

#wide_col {
    width: 980px;
}

#wide_col #video_info_col {
    width: 980px;
	background: #1a1a1e;
}

#wide_col #related_videos_col {
    width: 980px;
}

#side_col {
    width: 198px;
    float: left;
}

#footer {
    width: 980px;
    height: 120px;
    margin: 0 auto;
	background: url("../images/bg_body.gif") left bottom repeat-x;
	text-align: center;
	padding: 84px 0 0 0;
}

#footer .links {
    color: #989fac;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
}

#footer .links a {
    color: #989fac;
}

#footer .links a:hover {
    color: #989fac;
}

#footer .links .hl {
    font-weight: normal;
}

#footer .info {
    color: #6adf1d;
    font-size: 11px;
    margin: 10px 0;
}

#footer .copyright {
    margin: 15px 0;
    color: #989fac;
    font-size: 10px;
}

/* List videos block styles */

.list_videos .item {
    float: left;
    width: 160px;
    padding: 5px 8px;
	margin: 3px;
	height: 184px;
    font-size: 11px;
	background: url("../images/item_fon.gif") no-repeat;
}

.list_videos .item_small {
    float: left;
    width: 182px;
    padding: 2px;
    font-size: 11px;
}

.list_videos .image {
    width: 160px;
	height: 120px;
}

.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: 160px;
	height: 120px;
}

.list_videos .info {
    padding: 2px;
    line-height: 18px;
}

.list_videos .info h2 {
    display: block;
    overflow: hidden;
    float: left;
    width: 170px;
    font-size: 11px;
    white-space: nowrap;
}

.list_videos .info .length {
    color: #f6f8f9;
	float: left;
}

.list_videos .info .added {
    float: left;
}

.list_videos .info .added span {
    color: #fff;
    font-weight: bold;
}

.list_videos .info .rating {
    text-align: right;
	color: #6adf1d;
}

.list_videos .info .rating span {
	padding: 0 42px 0 0;
	text-align: left;
}

.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;
    background: #2e3132;
    border: 1px solid #45494b;
    color: #747474;
    font-size: 11px;
}

.pagination a:hover {
    background: #5e6060;
    color: #222425;
}

.pagination span {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 11px;
    border: 1px solid #5e6060;
    background: #5e6060;
    color: #222425;
}

/* 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;
    padding: 3px 0;
    font-size: 18px;
    text-align: left;
}

.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;
	color: #6adf1d;
}

.video_view h3 span {
	font-weight: bold;
	color: #FFF;
}

.video_view .rating_container {
    cursor: pointer;
}

.video_view .info_row {
    margin-bottom: 8px;
    color: #FFF;
	font-weight: bold;
}

.video_view .info_row a {
	font-weight: normal;
}

.video_view .info_row span {
    color: #ddd;
}

.video_view .info_row img {
    vertical-align: top;
    border: none;
}

.video_view .info_row .col_1 img {
	vertical-align: middle;
}

.col_3 span {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #FFF;
}

.col_3 span#rating_hint {
	font-weight: normal;
	font-size: 11px;
}

.video_view .info_row .col_2 {
}

.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 .control textarea, .video_comments .control input {
    width: 99%;
}

.video_comments .info_row {
    margin-bottom: 8px;
    color: #FFF;
	font-weight: bold;
}

.video_comments .info_row a {
	color: #FFF;
}

.video_comments .info_row a:hover {
	color: #FFF;
}

.video_comments .info_row span {
    color: #6adf1d;
	font-size: 11px;
	font-weight: normal;
}

.video_comments .info_row img {
    border: none;
}

.video_comments .add_comment {
    margin-bottom: 8px;
    padding: 5px;
}

.video_comments .comments_list {
    margin-bottom: 8px;
}

.video_comments {
	padding: 5px 5px 5px 20px;;
	width: 550px;
}

.video_comments .comment_row {
    padding: 5px;
    color: #adadad;
    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: 12px;
    font-weight: normal;
    color: #fff;
}

.video_comments .comment_row .anonymous_user {
    color: #6adf1d;
	font-weight: bold;
}

.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;
}

.list_videos {
	 padding: 0 0 15px 0;
	 width: 980px;
}

.video_view .block_content {
	width: 555px;
	padding: 5px 10px 5px 30px;
	float: left;
}

.right_banner {
	width: 380px;
	float: right;
	text-align: center;
	padding: 10px 0;
}

.form1 {
	color: #FFF;
}
