/* Global styles */
*{margin: 0; padding: 0;}
body {
    margin: 0 0 0 0;
    background: #ebedee;
    font-family: Tahoma, Verdana, Arial, serif;
    font-size: 12px;
}

p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

a {
    color: #296b94;;
    text-decoration: underline;
	outline: 0;
}
ul {list-style: none;}

a:hover {
}

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 {
    padding: 14px 8px 10px 10px;
    margin: 2px 0;
    display: block;
    background: #bbd4e6;
    color: #010101;
    font-size: 14px;
    text-transform: uppercase;
}

.block_sub_header {
    color: #111;
    font-size: 11px;
	position: absolute;
	right: 5px;
	top: 16px;
}

.block_sub_header .links {
    padding-left: 10px;
}

.block_content {
    padding: 5px 5px 10px 5px;
    color: #050505;
}

.text_content {
    padding: 5px 10px 10px 10px;
    color: #050505;
}

.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: #111;
    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: 975px;
    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: 335px;
	height: 100px;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	width: 335px;
	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/li_a.gif") left top repeat-x;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

#main_menu ul li a span {
	display: block;
	float: left;
	height: 26px;
	padding: 7px 10px 0 5px;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

#main_menu ul li a:hover, #main_menu ul li a.selected {
	color: #FFF;
	background: url("../images/a_hover.gif") left top repeat-x;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

#main_menu ul li a:hover span, #main_menu ul li a.selected span {
	display: block;
	float: left;
	height: 26px;
	padding: 7px 10px 0 5px;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

.search_head {
	position: absolute;
	right: 0;
	top: 103px;
	color: #7a7a7a;
	font: 11px Tahoma, Geneva, sans-serif;
	width: 220px;
}

.search_head input {
	vertical-align: middle;
}

.search_head input.inp1 {
	width: 158px;
	background: #FFF;
	border: solid 1px #b3b3b3;
	padding: 3px 8px;
	color: #7a7a7a;
	font: 11px Tahoma, Geneva, sans-serif;
}

#text_menu {
    width: 197px;
    font-size: 12px;
    text-align: center;
    color: #bbbaba;
	position: absolute;
	top: 110px;
	right: 255px;
}

#text_menu a {
    color: #d02828;
	text-decoration: none;
}

#text_menu a:hover {
    color: #d02828;
	text-decoration: underline;
}

#data {
    width: 973px;
    margin: 10px auto;
	background: #FFF;
	padding: 0 0 10px 0;
	border: solid #e5ecee;
	border-width: 0 1px 1px 1px;
}

#wide_col {
    width: 761px;
    float: left;
}

#wide_col #video_info_col {
    width: 761px;
}

#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: right;
	text-align: center;
}

#wide_col #related_videos_col {
    width: 761px;
}

#side_col {
    width: 211px;
    float: right;
}

#footer {
    width: 975px;
    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: 36px;
	left: 250px;
}

#footer .links a {
    color: #296b94;
	text-decoration: none;
}

#footer .links a:hover {
    color: #296b94;
	text-decoration: underline;
}

#footer .info {
    width: 975px;
	text-align: center;
	position: absolute;
	top: 75px;
    color: #2e2d2d;
    font-size: 11px;
}

#footer .info p {
	padding-bottom: 20px;
	font-size: 11px;
}

/* List videos block styles */

.list_videos .item {
    float: left;
    width: 242px;
    padding: 4px;
    font-size: 11px;
}

.list_videos .item_small {
    float: left;
    width: 182px;
    padding: 2px;
    font-size: 11px;
}

.list_videos .image {
    background: #000;
    border: 1px solid #000;
}

.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: 235px;
    font-size: 12px;
    white-space: nowrap;
  	color: #296b94;
}

.list_videos .info h2 a.h1 {
	text-decoration: none;
	color: #296b94;
}

.list_videos .info .length {
    color: #6e6e6e;
    text-align: right;
}

.list_videos .info .added {
    float: left;
	color: #494848;
}

.list_videos .info .added span {
    color: #6e6e6e;
    font-weight: normal;
}

.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;
    background: #296b94;
    color: #FFF;
    font-size: 12px;
	text-decoration: none;
}

.pagination a:hover {
    background: url("../images/pagination.gif") left top repeat-x;
    color: #FFF;
}

.pagination span {
    padding: 1px 5px;
    font-size: 12px;
    background: #ebedee;
    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: 12px;
    font-weight: normal;
	color: #050505;
}

.video_view .rating_container {
    cursor: pointer;
}

.video_view .info_row {
    margin-bottom: 8px;
    color: #494848;
}

.video_view .info_row span {
    color: #6e6e6e;
}

.video_view .info_row img {
    vertical-align: top;
    border: none;
}

.video_view .send_to_friend, .video_view .add_to_favourites {
    margin-bottom: 8px;
    padding: 5px;
    background: #FFFFFF;
}

.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: #494848;
}

.video_comments .info_row span {
    color: #6e6e6e;
}

.video_comments .info_row img {
    border: none;
	vertical-align: middle;
}

.video_comments .add_comment {
    margin-bottom: 8px;
    padding: 5px;
    background: #FFF;
}

.video_comments .comments_list {
    margin-bottom: 8px;
}

.video_comments .comment_row {
    padding: 5px;
    background: #fffffа;
    color: #bbb;
    margin-bottom: 2px;
    border: 1px solid #BBD4E6;
}

.video_comments .comment_row .avatar {
    width: 102px;
    height: 82px;
    float: left;
    background: #111;
}

.video_comments .comment_row .avatar img {
    border: 1px solid #BBD4E6;
}

.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;
}


.list_videos {
	position: relative;
}
/*block2*/
.block2 {background: url("../img/top/block2-bg.gif") 0px 0px repeat-y; margin-bottom: 3px;}
.block2-top {background: url("../img/top/block2-top.gif") 0px 0px no-repeat;}
.block2-bottom {background: url("../img/top/block2-bottom.gif") 0px 100% no-repeat; padding: 9px 0 5px 8px;}
.block2 h2 {font-size: 16px; color: #610000; margin-bottom: 10px; padding-left: 6px;}
.block2 a {color: #f64a00;}
.block2 a:hover {color: #990033;}
/*block2*/


/*block2*/
.block2-no-pad {background: url("../img/top/block2-bg.gif") 0px 0px repeat-y; margin-bottom: 3px;}
.block2-top-no-pad {background: url("../img/top/block2-top.gif") 0px 0px no-repeat;}
.block2-bottom-no-pad {background: url("../img/top/block2-bottom.gif") 0px 100% no-repeat; padding: 9px 0 5px 4px;}
.block2-no-pad h2 {font-size: 16px; color: #610000; margin-bottom: 10px; padding-left: 6px;}
.block2-no-pad a {color: #f64a00;}
.block2-no-pad a:hover {color: #990033;}
/*block2*/

/*lists*/
.list1, list2 {margin-bottom: 15px; margin-left: 5px;}
.list1 li, .list2 li {line-height: 16px; font-size: 14px; font-weight: bold; margin-bottom: 1px; padding-left: 23px;}
.list1 li {background: url("../img/top/bullet.gif") 0px 3px no-repeat;}
.list2 li {background: url("../img/top/bullet1.gif") 0px 3px no-repeat;}
/*lists*/
/*trigger*/
*, * focus {outline: none;	margin: 0;	padding: 0;}
.container {width: 750px;	margin: 0 auto;}
h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(../images/h2_trigger_a-ero.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 745px;
	font-weight: normal;
	float: left;}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(../images/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 745px;
	clear: both;}
.toggle_container .block {
	padding: 20px;
	background: url(../images/toggle_block_btm.gif) no-repeat left bottom;}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;}
