/* Global styles */
*{margin: 0; padding: 0;}
body {
    margin: 0 0 0 0;
    background: #2b0033;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
}

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: normal;
}

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: #34013d;
    border: 1px solid #890aa6;
    color: #FFF;
}

.button input {
    vertical-align: middle;
}

.g_clear {
    clear: both;
}

.g_hidden {
    display: none;
}

.g_hint {
    font-size: 11px;
}

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

#wide_col .block_header {
	height: 36px;
	padding: 10px 0 0 45px;
	font-size: 20px;
	color: #FFF;
	background: url("../images/h1-big.gif") no-repeat;
}

#side_col .block_header {
	height: 34px;
	padding: 12px 0 0 0;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	text-align: center;
	background: url("../images/h1-small.gif") no-repeat;
	width: 227px;
}

#wide_col .top_video .block_header {
	height: 34px;
	padding: 12px 0 0 0;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	text-align: center;
	background: url("../images/h1-video.gif") no-repeat;
	width: 436px;
}

.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: #000;
}

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

.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: 1000px;
	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: normal;
    color: #fff;
}

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

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

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

p.description {
	position: absolute;
	top: 20px;
	right: 72px;
	width: 480px;
	font-size: 11px;
	color: #000;
}

#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: 34px;
	position: absolute;
	top: 120px;
	left: 0;
}

#main_menu ul {
	list-style: none;
	height: 34px;
}

#main_menu ul li {
	height: 34px;
	float: left;
	margin: 0 1px 0 0;
}

#main_menu li a {
    height: 34px;
    display: block;
    float: left;
    text-decoration: none;
	background: url("../images/a-left.gif") left top no-repeat;
	padding: 0 0 0 7px;
}

#main_menu li a span {
    height: 24px;
    display: block;
    float: left;
    text-decoration: none;
	background: url("../images/a-right.gif") right top no-repeat;
	padding: 10px 15px 0 8px;
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}

#main_menu li a:hover, #main_menu li a.selected {
    text-decoration: none;
	background: url("../images/a-left.gif") left -34px no-repeat;
}

#main_menu li a:hover span, #main_menu li a.selected span {
    text-decoration: none;
	background: url("../images/a-right.gif") right -34px no-repeat;
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}

.search {
	position: absolute;
	top: 124px;
	right: 14px;
	width: 295px;
	background: url("../images/input-fon.gif") no-repeat;
	height: 26px;
}

.search input {
	vertical-align: middle;
}

.search input.inp {
	border: none;
	background: none;
	width: 249px;
	padding: 0px 3px 0 7px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
}

#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: 0px auto;
	background: url("../images/data_fon.gif") repeat-y;
	border-bottom: 1px solid #a40ec9;
	margin-bottom: 1px;
}

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

#data.video_wrapper .video_all {
	width: 1000px;
    margin: 0px auto;
	background: url("../images/video_fon.gif") repeat-y;
	padding-bottom: 5px;
}

#wide_col {
    width: 773px;
    float: left;
}

#wide_col.video_page {
	width: 1000px;
}

#wide_col #video_info_col {
    width: 564px;
	float: right;
}

#wide_col #related_videos_col {
    width: 1000px;
}

#side_col {
    width: 227px;
    float: right;
}

#side_col .block_content {
	ackground: url("../images/block_fon.gif") left bottom no-repeat;
	border: solid #af1dd0;
	border-width: 1px 0 0 0;
	padding: 15px 20px;
	margin-bottom: 1px;
	width: 187px;
}

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

#side_col .block_content ul li {
	list-style: none;
	background: url("../images/bullet.gif") left 8px no-repeat;
	padding: 3px 0 3px 10px;
}

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

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

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

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

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

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

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

/* List videos block styles */

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

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

.list_videos .image {
	width: 180px;
	height: 135px;
    background: #000;
    border: 1px solid #fef5ca;
}

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

.list_videos .item .info {
    padding: 2px;
    line-height: 18px;
	margin: 5px 2px 2px 2px;
	background: #36003f;
}

.list_videos .info h2 {
    display: block;
    overflow: hidden;
    float: left;
    width: 170px;
    font-size: 12px;
    white-space: nowrap;
}

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

.list_videos .info h2 a:hover {
	color: #fdfd14;
	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: normal;
}

.list_videos .info .rating {
    text-align: right;
}

.list_videos .options {
    padding-bottom: 5px;
}

.list_videos .options label {
    color: #ddd;
    font-weight: normal;
}

.list_videos .options input {
    vertical-align: middle;
}

.list_videos .options a {
    font-weight: normal;
}

.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: #2a0231;
    border: 1px solid #6d047e;
    color: #FFF;
    font-size: 11px;
}

.pagination a:hover {
    background: #5e6060;
    color: #FFF;
}

.pagination span {
    padding: 2px 5px;
    font-weight: normal;
    font-size: 11px;
    border: 1px solid #6d047e;
    background: #2a0231;
    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;
    padding: 3px;
    background: #2b0033;
    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;
	color: #ffd920;
	font-weight: normal;
    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: #ffd920;
	font-weight: normal;
}

.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 {
	text-align: left;
	margin: 15px 25px;
}

.video_comments .block_content {
	color: #FFF;
}

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

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

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

.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 .comment_row {
    padding: 5px;
    background: #34013d;
    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: #fff;
}

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

/* 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: 436px;
	float: left;
}

.top_video {
	width: 436px;
	float: left;
	font-size: 11px;
	color: #000;
}

.top_video .block_content {
	padding: 5px 7px;
}

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

.top_video p {
	margin: 5px 0;
}

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

.video_view .block_content {
	padding-bottom: 0;
}
