/*
 * TOP SECTION
 */
#container{
	background-image:url("/static/images/slides/background.jpg");
	background-repeat: no-repeat;
}
#login_logout {
    float: right;
}

#logo {
    text-align: center;
    width: 239px;
}

#logo a {
    height: 60px;
    padding-top: 33px;
}

.tv{
	position:absolute;
	background-image:url("/static/images/slides/background.jpg");
	background-repeat: no-repeat;
}

.tv_image{
	padding-top: 39px;
}

.tv_title{
	padding-top: 0px;
	padding-left: 0px;
	font-size:30px;
}
.tv_text{
	padding-top: 246px;
	padding-left: 0px;
}
.tv_btn{
	padding-top: 166px;
	padding-left: 503px;
}


.page_title {
	position:absolute;
	top: 0px;
	left: -2000px;
}

#searchmini form input {
	float: left;
	border: 0px;
    width: 352px;
	height: 18px;
	background-color: white;
	font-size: 14px;
	margin: 0 10px;
	color: #333;
}

#top a {
    display: block;
    height: 14px;
}

#top_space_left {
    border-right: 1px solid #333;
    width: 31px;
    height: 107px;
}

#top_space_right {
    border-right: 1px solid #333;
    width: 246px;
    height: 107px;
}

#top_links_download a {
    height: 28px;
    padding-top: 19px;
}

#top_links_download span {
	display: block;
	font-size: 9px;
	padding-bottom: 24px;
}

.top_nav_item {
    border-right: 1px solid #333;
    vertical-align: text-bottom;
    text-align: center;
    width: 79px;
    height: 107px;
}

.top_nav_item a {
	color: #999;
}

.top_nav_item a:hover {
	color: #ccc;
}

.top_nav_main a {
    padding-top: 81px;
}

.top_nav_sub {
    height: 80px;
}

.top_nav_sub a {
    padding-top: 55px;
}

.top_nav_first {
    border-left: 1px solid #333;
}

.top_nav_last {
	border-right: 0;
}

.selected_menu_item {
	background: url('/static/default/icons/nav_current_bg.png');
}

.selected_menu_item a {
	color: #fff;
}

/*
 * END TOP SECTION
 */


/*
 * BETA SEAT SELECTION FORM
 */

#signup_form_border {
    padding-top: 0px;
    border: 1px solid #111111;
    width: 944px;
    height: 180px;
}

label.form_label {
	float: left;
	font-style:bold; 
	font-size:13px; 
	line-height:120%;
	text-align:right;
	padding-top:8px;
	padding-right:3px;
}

label.tweet_label{
	font-style:bold; 
	font-size:11.5px;
	padding-left:5px;
	text-align:center;
}

div.form_label_or{
	padding-top: 40px; 
	margin-left: 15px;
    margin-right: 15px;
	font-style:bold; 
	font-size:25px;
}

#comment {
	width:182px; 
	height:55px;
	margin:5px;
	background-color:#fff
}

.number {
	margin-top:8px;
}

#buy {
    vertical-align: text-top;
}

ol li div {
    float: left;
    valign: center;
    padding-right: 20px;
}

.symbol_choice_input {
    width: 10px
}

/*
 * END SEAT SELECTION FORM
 */


/*
 * WELCOME PAGE SECTION
 */

#welcome_player {
	float: left;
}

/*
 * END WELCOME PAGE SECTION
 */

/*
 * SINGLE PLAYLIST SECTION
 */

#playlist_preview_and_stats {
	font-size: 9px;
	margin-right: 20px;
}

#playlist_preview_and_stats ul li {
	width: 50%;
}

#playlist_preview ul li {
	display: block;
	width: 50%;
}

#playlist_data {
	font-size: 14px;
	line-height: 1.2;
	width: 800px;
}

.subscribe_more_options {
    width: 15px;
    height: 20px;
    background: url('/static/default/icons/btn_more_bg.png') no-repeat top left;
    position: relative;
}

.subscribe_more_options a {
    height: 20px;
    width: 15px;
    position: absolute;
}

#user_add_ul {
    width: 13px;
    height: 13px;
    background: url('/static/default/icons/btn_addcontact_bg.png') no-repeat;
    padding: 0;
    position: relative;
}

#user_add_ul li {
    position: absolute;
}

#user_add_ul li, #user_add_ul a {
    height: 13px;
    display: block;
}

#user_add_btn {
    left: 0;
    width: 13px;
}

#user_add_btn a:hover {
    background: transparent url('/static/default/icons/btn_addcontact_bg.png') 0 -37px no-repeat;
}

.user_avatar {
    width: 40px;
    height: 40px;
	margin-right: 5px;
	float: left;
}

.user_avatar_small {
    width: 10px;
    height: 10px;
	margin-right: 5px;
	float: left;
}

#published_by {
	font-size: 9px;
	margin-right: 5px;
}

#new_comment {
	width: 662px;
	height: 30px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	border: 2px solid #333;
	background-color: #111;
	color: white;
}

#follow_list_component li {
	width: 75px;
	margin: 0;
}

#player1 {
	z-index: 1;
}

/*
 * END SINGLE PLAYLIST SECTION
 */

/*
 * START SIMILAR COMPONENT
 */


.similar_item {
	width: 400px;
    opacity: 0.3;
    filter: alpha( opacity = 30);
}

.similar_item:hover {
    opacity: 0.5;
    filter: alpha( opacity = 50);
}

.video_not_available {
    opacity: 0.5;
    filter: alpha( opacity = 50);
}

.current_playlist_track {
    opacity: 1;
    filter: alpha( opacity = 100);
}

.similar_tab_content {
	padding-left: 0;
	width: 230px;
	height: 425px;
}

.similar_tab_content, a {
	font-size: 12px;
}

.similar_tab_content small {
	font-size: 9px;
}

.similar_image {
	float: left;
	width: 100px;
}

.similar_data {
	width: 130px;
}

.similar_tab {
	width: 65px;
}

/*
 * END SIMILAR COMPONENT
 */

/*
 * START PLAYLISTS CAROUSEL SECTION
 */

.playlists_tab {
	width: 140px;
}

.playlist_title_carousel {
	width: 90px;
	height: 12px;
	overflow: hidden;
	margin-bottom: 5px;
}

/*
 * END PLAYLISTS CAROUSEL COMPONENT
 */

/*
 * START USER PROFILE SECTION
 */

.user_playlists {
	float: left;
	margin-right: 50px;
	width: 400px;
}

.user_playlists .tab_content {
	width: 400px;
}

#profile_image {
	width: 50px;
	margin-right: 20px;
}

/*
 * END USER PROFILE SECTION
 */ 
 
/*
 * START ABOUT SECTION
 */ 
 
#about {
	width: 600px;
}

/*
 * END ABOUT SECTION
 */
 
/* 
 * START PRIVATE SECTION
 */

.private_content {
	width: 800px;
}

/*
 * END PRIVATE SECTION
 */

/*
 * START SEARCH RESULTS
 */

#search_results .tab_content {
	width: 940px;
}

/*
 * END SEARCH RESULTS
 */

/*
 * START BOTTOM SECTION
 */

.bottom_link {
	margin-right: 10px;
}

/*
 * END BOTTOM SECTION
 */