/*
 * START GENERAL BLOCKS
 */

.template_block {
    padding-left: 40px;
    padding-top: 5px;
    padding-right: 40px;
    height: 660px;
}

.block {
    padding-right: 10px;
}

.scroll {
   scrollbar-base-color : #333;
   scrollbar-highlight-color : #4a4a4a;
   scrollbar-face-color : #313131;
   scrollbar-arrow-color : #000;
   scrollbar-shadow-color : #4a4a4a;
   scrollbar-darkshadow-color : #111;
   scrollbar-track-color : #333;
   overflow-x: hidden;
   overflow-y: auto;
}

/*
 * END GENERAL BLOCKS
 */

/*
 * START PLAYLIST PREVIEW
 */

.playlist_preview {
	font-size: 10px;
	width: 290px;
	color: white;
	float: left;
    margin-bottom: 25px;
	margin-right: 10px;
}

.playlist_preview a.button {
	font-size: 9px;
}

.playlist_preview a {
	font-size: 10px;
	color: white;
}

.preview_right {
	width: 120px;
	text-align: left;
}

.playlist_preview_image {
    border: 4px solid #333;
    width: 65px;
    height: 65px;
}

.playlist_title {
	overflow: hidden;
	color: #ccc;
	width: 215px;
	height: 20px;
    margin-bottom: 2px;
	text-align: left;
    font-weight: bold;
	font-size: 12px;
}

.playlist_comment{
	overflow: hidden;
	color: #AAA;
    margin-top: -1px;
    margin-bottom: -45px;
	width: 215px;
	height: 60x;
	text-align: left;
	font-size: 12px;
}

.playlist_user {
	font-size: 9px;
	padding-bottom: 5px;
}

#playlist_carousel_data div {
	clear: both;
}

/*
 * END PLAYLIST PREVIEW
 */

/*
 * START TAB
 */

.tab_content {
    background-color: black;
    border: 0px solid #333;
    height: 395px;
    width: 700px;
    padding: 0;
    margin: 0;
}

.tab_content_couch {
    padding: 10px;
    width: 924px;
    height: 450px;
    border: 1px solid #333;
}

.tab_content p{
    background-color: black;
    border: 0px solid #333;
    height: 375px;
    width: 700px;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
div.tab  {
	width: 950px;
	background: url('/static/default/icons/playlist_back.png') repeat-x;
}

.tab a {
	color: #666;
	font-size: 14px;
	padding: 5px;
	background: url('/static/default/icons/playlist_tab.png') repeat-x;
	display:block;
	margin-right:1px;
}

.tab a.current {
	color: #ccc;
	background: url('/static/default/icons/playlist_tab_current.png') repeat-x;
}

/*
 * END TAB
 */

/* 
 * START BUTTONS
 */

.button {
	display: block;
	padding: 2px 10px 2px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 1px 1px 1px black;
}

a.button {
    background: url('/static/default/icons/button_bg.png') repeat-x;
	font-size: 14px;
	color: #fff;
}

a.button:hover {
    background-position: bottom;
}


a.bigbutton {
    background: url('/static/default/icons/button_bg.png') repeat-x;
    font-size: 24px;
    color: #fff;
}


a.bigbutton:hover {
    background: url('/static/default/icons/button_bg.png') repeat-x;
    font-size: 24px;
    color: #fff;
}



input.button {
    background: url('/static/default/icons/button_bg.png') repeat-x;
	font-size: 14px;
	color: #fff;
}

input.button:hover {
    background-position: bottom;
}

/*
 * END BUTTONS
 */

/*
 * START CONNECT BUTTONS SMALL
 */
 
#connect_buttons {
    width: 113px;
    height: 20px;
    background: url('/static/default/icons/social_short_bg.png');
    padding: 0;
    position: relative;
}

#connect_buttons li {
    position: absolute;
}

#connect_buttons li, #connect_buttons a {
    height: 20px;
    display: block;
}

#connect_buttons #twitter_btn {
    left: 0;
    width: 38px;
}

#connect_buttons #facebook_btn {
    left: 39px;
    width: 38px;
}

#connect_buttons #more_btn {
    left: 77px;
    width: 38px;
}

#connect_buttons #twitter_btn a:hover {
    background: transparent url('/static/default/icons/social_short_bg.png') 0 -29px no-repeat;
}

#connect_buttons #facebook_btn a:hover {
    background: transparent url('/static/default/icons/social_short_bg.png') -38px -29px no-repeat;
}

#connect_buttons #more_btn a:hover {
    background: transparent url('/static/default/icons/social_short_bg.png') -76px -29px no-repeat;
}

/*
 * END CONNECT BUTTONS SMALL
 */

/*
 * START CONNECT BUTTONS LARGE
 */
 
a.button_large_text {
	padding: 3px 0 0 35px;
	text-shadow: 1px 1px 1px black;
}

#connect_buttons_large {
    width: 240px;
    height: 20px;
    background: url('/static/default/icons/social_long_bg.png');
    padding: 0;
    position: relative;
}

#connect_buttons_large li {
    position: absolute;
}

#connect_buttons_large li, #connect_buttons_large a {
    height: 20px;
    display: block;
}

#connect_buttons_large #twitter_btn {
    left: 0;
    width: 80px;
}


#connect_buttons_large #facebook_btn {
    left: 80px;
    width: 80px;
}

#connect_buttons_large #more_btn {
    left: 160px;
    width: 80px;
}

#connect_buttons_large #twitter_btn a:hover {
    background: transparent url('/static/default/icons/social_long_bg.png') 0 -29px no-repeat;
}

#connect_buttons_large #facebook_btn a:hover {
    background: transparent url('/static/default/icons/social_long_bg.png') -80px -29px no-repeat;
}

#connect_buttons_large #more_btn a:hover {
    background: transparent url('/static/default/icons/social_long_bg.png') -160px -29px no-repeat;
}

/*
 * END CONNECT BUTTONS LARGE
 */


/*
 * START USER LIST
 */


.couches_wrap{
float:none !important;
height: 410px;

}

#user_navi{
text-align:center;
width: 924px;
}

#user_navi_buttons{
text-align:center;
width: 924px;
}

#user_navi_pages{

}

#user_navi_pages_wrap{
text-align: center;
width: 924px;
margin-left: auto ;
margin-right: auto ;

}


#user_navi_pages_spacer_left{
width: 390px;
}


#user_navi_pages_left{
text-align:left;
width: 40px;

}
#user_navi_pages_center{
text-align:center;
width: 65px;

}
#user_navi_pages_right{
text-align:right;
width: 40px;
}


.current_page{
color: #535353;

}
/*
 * END USER LIST
 */

