/* Global styles */
*{margin: 0; padding: 0;}
body {
    margin: 0 0 0 0;
    background: #2a2a2a url("../images/bg_body.gif") left top repeat-x;
    font-family: Tahoma, Verdana, Arial, serif;
    font-size: 12px;
}

p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

a {
    color: #cf5f0d;
    text-decoration: underline;
	outline: 0;
}

a:hover {
    color: #cf5f0d;
	text-decoration: none;
}

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: #191a1b;
    border: 1px solid #303334;
    color: #FEFEFE;
}

.button input {
    vertical-align: middle;
}

.g_clear {
    clear: both;
}

.g_hidden {
    display: none;
}

.g_hint {
    font-size: 11px;
}

#wide_col .block_header {
    display: block;
    color: #a7a7a6;
    background: url("../images/h1-big_1.gif") no-repeat;
    font-size: 14px;
    text-transform: uppercase;
	width: 751px;
	height: 24px;
	padding: 9px 0 0 10px;
}

#side_col .block_header {
    display: block;
    color: #a7a7a6;
    background: url("../images/h1-small.gif") no-repeat;
    font-size: 14px;
    text-transform: uppercase;
	width: 190px;
	height: 24px;
	padding: 9px 0 0 10px;
}

.block_sub_header {
	position: absolute;
	top: 10px;
	right: 6px;
    color: #FFF;
    font-size: 11px;
}

.block_sub_header .links {
    padding-left: 10px;
}

.list_videos, .video_comments {
	margin-bottom: 10px;
	position: relative;
}

.list_videos .block_content, .tags_cloud .block_content, .list_videos .text_content, .block_content_full, #video_info_col {
	background: #232323;
	border: solid #000;
	border-width: 0 1px 1px 1px;
	height: 1%;
}

.block_content_full {
	border-bottom: none;
}

.block_content {
    padding: 5px 10px 10px 10px;
    color: #5e5e5e;
}

.text_content {
    padding: 5px 10px 10px 10px;
    color: #5e5e5e;
}

.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{
    /*background: url("../images/bg_body.gif") left top repeat-x;*/
}

#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;
	display: none;
}

#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: 970px;
    height: 133px;
    margin: 0 auto;
    background:  url("../images/logo.jpg") left top no-repeat;
	position: relative;
}

#header h1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 315px;
	height: 100px;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	width: 315px;
	height: 100px;
}
	

#header #advertising {
    padding-left: 354px;
    padding-top: 11px;
    height: 84px;
}

#header #advertising img {
    border: none;
}

#main_menu {
    height: 33px;
	position: absolute;
	left: 2px;
	top: 100px;
}

#main_menu ul {
	height: 33px;
	list-style: none;
}

#main_menu ul li {
	height: 33px;
	float: left;
	margin: 0 2px 0 0;
}

#main_menu ul li a {
	display: block;
	float: left;
	height: 33px;
	padding: 0 0 0 5px;
	background: url("../images/a_hover.gif") left top no-repeat;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

#main_menu ul li a span {
	display: block;
	float: left;
	height: 23px;
	padding: 10px 10px 0 5px;
	background: url("../images/a_hover_right.gif") right top no-repeat;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

#main_menu ul li a:hover, #main_menu ul li a.selected {
	background-position: 0 -33px!important;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

#main_menu ul li a:hover span, #main_menu ul li a.selected span {
	background-position: right -33px!important;
	display: block;
	float: left;
	height: 23px;
	padding: 10px 10px 0 5px;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.search_head {
	position: absolute;
	right: 0;
	top: 103px;
	height: 25px;
	background: url("../images/search_fon.gif") left top no-repeat;
	color: #b2b2b2;
	font: 12px Tahoma, Geneva, sans-serif;
	width: 205px;
}

.search_head input {
	vertical-align: middle;
}

.search_head input.inp1 {
	width: 158px;
	background: none;
	border: none;
	padding: 1px 8px 0 8px;
	color: #b2b2b2;
	font: 12px Tahoma, Geneva, sans-serif;
}

#text_menu {
    width: 197px;
    font-size: 12px;
    text-align: center;
    color: #5f5f5f;
	position: absolute;
	top: 110px;
	right: 255px;
}

#text_menu a {
    color: #aeaeae;
	text-decoration: none;
}

#text_menu a:hover {
    color: #aeaeae;
	text-decoration: underline;
}

#data {
    width: 970px;
    margin: 10px auto;
}

#wide_col {
    width: 761px;
    float: left;
}

#wide_col #video_info_col {
    width: 761px;
}

#wide_col #related_videos_col {
    width: 761px;
}

#side_col {
    width: 200px;
    float: right;
}

#wide_col #video_info_col .block_content {
	width: 550px;
	float: left;
}

#wide_col #video_info_col .video_comments .block_content {
	float: none;
}

#wide_col #video_info_col .reklama {
	width: 185px;
	float: left;
	text-align: center;
}

#footer {
    width: 970px;
    height: 186px;
    margin: 0 auto;
	background: url("../images/logo_footer.jpg") left top no-repeat;
	position: relative;
}

#footer .links {
    color: #aeaeae;
    font-size: 12px;
    text-align: center;
	position: absolute;
	top: 56px;
	left: 220px;
}

#footer .links a {
    color: #aeaeae;
	text-decoration: none;
}

#footer .links a:hover {
    color: #aeaeae;
	text-decoration: underline;
}

#footer .info {
    width: 970px;
	text-align: center;
	position: absolute;
	top: 90px;
    color: #929191;
    font-size: 11px;
}

#footer .info p {
	padding-bottom: 20px;
	font-size: 11px;
}

/* List videos block styles */

.list_videos .item {
    float: left;
    width: 242px;
    padding: 2px;
    font-size: 12px;
}

.list_videos .item_small {
    float: left;
    width: 182px;
    padding: 2px;
    font-size: 11px;
}

.list_videos .image {
    background: #393939;
    border: 1px solid #393939;
}

.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;
}

.list_videos .info {
    padding: 2px;
    line-height: 18px;
}

.list_videos .info h2 {
    display: block;
    overflow: hidden;
    float: left;
    width: 230px;
    font-size: 12px;
    white-space: nowrap;
}

.list_videos .info .length {
    color: #a6a6a6;
    text-align: right;
}

.list_videos .info .added {
    float: left;
}

.list_videos .info .added span {
    color: #a6a6a6;
}

.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: #bbb;
}

.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: #000;
    color: #c8c8c8;
    font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.pagination a:hover {
    background: #d7651c;
    color: #000;
}

.pagination span {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 12px;
    background: #6d6d6d;
    color: #000;
}

/* 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;
    background: #111;
    font-size: 18px;
    text-align: center;
}

.video_view h2 {
    margin: 0 0 8px 0;
    color: #ddd;
    font-size: 16px;
}

.video_view h3 {
    margin: 0 0 8px 0;
    font-size: 11px;
    font-weight: normal;
	color: #a7a7a6;
}

.video_view .rating_container {
    cursor: pointer;
}

.video_view .info_row {
    margin-bottom: 8px;
    color: #5e5e5e;
}

.video_view .info_row span {
    color: #a7a7a6;
}

.video_view .info_row img {
    vertical-align: top;
    border: none;
}

.video_view .info_row .col_1 {
	margin-bottom: 8px;
}

.video_view .send_to_friend, .video_view .add_to_favourites {
    margin-bottom: 8px;
    padding: 5px;
    border: 2px solid #303334;
    background: #27292a;
	color: #FFF;
}

.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: #5e5e5e;
}

.video_comments .info_row span {
    color: #a7a7a6;
}

.video_comments .info_row img {
    border: none;
	vertical-align: middle;
}

.video_comments .add_comment {
    margin-bottom: 8px;
    padding: 5px;
    background: #27292a;
    border: 2px solid #303334;
	color: #FFF;
}

.video_comments .comments_list {
    margin-bottom: 8px;
}

.video_comments .comment_row {
    padding: 5px;
    background: #303334;
    color: #bbb;
    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: #bbb;
}

.video_comments .comment_row .anonymous_user {
    color: #bbb;
}

.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;
}
/*thumbs2*/
.thumbs2 {width: 184px; float: left;}
.thumbs2 h3 {margin: 5px 0 10px 0;}
/*thumbs2*/
/*links-m*/
.links-m {font-size: 13px; font-weight: bold; padding: 0 0 0 5px; color:#ffffff; line-height: 25px;}
.links-m a {color: #CF5222}
.links-m span {color: #A7A7A6;}
.links-m a:hover {color: #FFF7DC;}
/*links-m*/
