/*
=============================================================
File: 'style.css' - Cascading Style Sheet (CSS) Document
=============================================================

WARNING: DON'T MOVE THE LINES!

-------------------------------
DEFAULT STYLE
-------------------------------
*/

*, dl, dt, dd, ul, li, form {
	border-collapse: collapse;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

html, body, a, a:visited {
	font: normal 13px/15px arial, helvetica, tahoma, verdana, sans-serif;
}

html, body {
	color: #333;
	height: 100%;
	margin: 0;
}

html {overflow-y: scroll;}
body {background: #FFF url('../i/bg.jpg') 0px 0px repeat;}

a, a:visited {
	color: #333;
	outline: none;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

label {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
}

textarea {
	padding: 5px;
	resize: vertical;
}

input[type="submit"], input[type="button"] {cursor: pointer;}

input[type="submit"]::-moz-focus-inner, 
input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0px;
}

input[type="submit"]:focus, input[type="button"]:focus, input[type="text"]:focus, textarea:focus, input[type="password"]:focus, a:focus {
	border: none;
	outline: none;
}

::selection {
	background-color: #83D1E3;
	color: #FFF;
}

::-moz-selection {
	background-color: #83D1E3;
	color: #FFF;
}

div, p {position: relative;}
img {border: none;}
b {font-weight: bold;}
ul {list-style: none;}

/*
-------------------------------
GENERAL STYLE
-------------------------------
*/

#main > * , #main > * > * {float: left;}
table, div, p {width: 100%;}

h2 {
	font: bold 14px/20px arial, helvetica, tahoma, verdana, sans-serif;
	text-transform: uppercase;
}

#search, #search input, #navigation, .s_switch a {
	display: block;
	overflow: hidden;
	position: relative;
}

#wrap {
	position: relative;
	min-height: 100%;
	margin: 0px auto;
	width: 981px;
}

.error {
	color: red;
	font-weight: bold;
}

.bold {font-weight: bold;}
.hidden {display: none;}

.hr {
	border-top: 1px solid #F2F2F2;
	margin: 3px auto 20px;
	width: 756px;
	height: 1px;
}

.list_even {background-color: #EEE;}
.even_hover {background-color: #FFD2DC;}
.uline {text-decoration: underline;}

.highlited, #content h2, ul.info {
	display: block;
	background: url('../i/hilited.gif') 0px 0px repeat-y;
}

#h1 {
	background: url('../i/h1.png') 0px 0px no-repeat;
	border-right: 1px dotted #AAA;
	color: #333;
	float: left;
	line-height: 24px;
	margin-bottom: 14px;
	padding: 20px 27px;
	position: relative;
	text-transform: uppercase;
	width: 898px;
}

#content #h1 {width: 687px;}

#h1.news,
#h1.album {
	padding: 12px 27px 13px;
}

#h1 .small {
	display: block;
	line-height: 12px;
	padding-top: 3px;
	width: 100%;
	font-weight: bold;
}

#h1 .small a {
	line-height: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: #00AEEF;
}

#h1 .bottom {
	background: url('../i/h1.png') 6px 0px no-repeat;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 100%;
	margin-left: 0;
	margin-top: -2px;
}

h2 {
	padding-left: 27px;
	color: #333;
	font: bold 16px/39px arial, helvetica, tahoma, verdana, sans-serif;
	min-height: 39px;
	margin-bottom: 9px;
}

h3 {
	padding: 10px 0;
	float: left;
}

tbody a {
	display: block;
	text-align: center;
	border-left: 1px solid transparent;
	visibility: hidden;
	height: 30px;
}

tr.selected:hover a:hover {background-color: #F4F4F4;}

#content a.play,
#content .is_playing a.play {
	background-image: url('../i/pl_btn.png');
	border: none;
	display: block;
	cursor: pointer;
	margin-right: 5px;
	margin-left: 2px;
	visibility: visible;
	width: 23px;
	height: 22px;
}

.is_playing.paused .play,
.play                   { background-position: 0 0;}
.is_playing.paused .play:hover,
.play:hover             { background-position: -30px 0;}
.is_playing .play       { background-position: 0 -25px;}
.is_playing .play:hover { background-position: -30px -25px;}

.album tbody tr:hover a, tbody tr.selected a {
	visibility: visible;
	border-left: 1px solid #dfdfdf;
}

.buy_button span,
#content .article p,
.sn_news a span.date,
.sn_news a h3,
li,
p,
#rate_this a,
#content p.show_more a,
#h1 .small,
ul.info, ul.tabs a,
dl.tabs a {
	font-size: 12px;
}


a.readmore {
	background: url("../i/rdmr.gif") no-repeat scroll 0 65%;
	display: block;
	font-size: 10px;
	float: right;
	height: 27px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: underline;
	width: 97%;
	padding-right: 3%;
}

a.readmore:hover {text-decoration: none;}
.even {background-color: #F2F2F2;}

/*
-------------------------------
SEARCH
-------------------------------
*/

#search {
	border: 1px solid #C3C3C3;
	float: right;
	margin: 13px 15px 0 0;
	width: 287px;
	height: 35px;
}

#search input[type='text'] {
	background-color: #FFF;
	border: none;
	color: #888;
	float: left;
	padding: 9px 10px;
	width: 233px;
	height: 17px;
}

#search input[type="text"]:hover, #search input[type='text']:active, #search input[type='text']:focus {
	background-color: #F4F4F4;
}

#search input:focus {color: #666;}

#search input[type="submit"] {
	background: url('../i/s_btn.gif') no-repeat 50% 50%;
	border: medium none;
	float: right;
	overflow: hidden;
	width: 34px;
	height: 35px;
	text-indent: -9999em;
}

.search_artists {
	width: 724px;
	padding-left: 17px;
}

.search_artists > li {
	display: block;
	float: none;
	width: 100%;
	border-top: 1px solid #e8e8e8;
	line-height: 19px;
	padding: 10px 0;
	font: 12px/1.5 Arial, Helvetica, sans-serif;
}

.search_artists > li > div a {
	color: #00AEEF;
	font-weight: bold;
	text-decoration: underline;
}

.search_artists > li > div`,
.search_artists > li > dl {
	margin-left: 15px;
	line-height: 2;
}

.search_artists dl {
	margin-top: 11px;
}

.search_artists dl dt {
	float: left;
	width: 54px;
	text-align: right;
	margin-right: 15px;
}

.search_artists dl dd {
	display: table;
}
.search_artists dl dd li,
.search_artists dl dd li a {
	display: inline;
	color: #6E6E6E;
	font-size: inherit;
	line-height: 2;
}
/*
-------------------------------
MAIN
-------------------------------
*/

#main, #header .top {background-color: #FFF;}

#header .top {
	height: 64px;
	margin: 10px 0 15px;
	background: #FFF url('../i/header.png') 0 0 no-repeat;
	z-index: 9999;
}

#logo {
	float: left;
	margin: 22px 5px 20px 31px;
}

#wrap {
	overflow: hidden;
}

#main {
	padding: 14px 15px 100px 14px;
	overflow: hidden;
	width: 952px;

	padding-bottom: 10100px;
	margin-bottom: -10000px;
}

.section h3 {font-weight: normal;}

#content {
	float: left;
	margin-left: 12px;
	width: 741px;
}

#content .article p {
	color: #555;
	line-height: 20px;
	margin-top: 4px;
	float: left;
}

#content .albums div, #content .albums img, #content .albums b {overflow: hidden;}
#content table {float: left;}

#content h2 {
	float: left;
	width: 714px;
}

#content .albums div {
	float: left;
	line-height: 20px;
	margin: 0px 17px 25px 0px;
	overflow: visible;
	height: 70px;
	width: 353px;
}

#content .albums img {
	float: left;
	margin-right: 9px;
	width: 70px;
	height: 70px;
}

#content .albums b, #content a.title, #content .albums p {
	display: block;
	font-size: 13px;
	line-height: 17px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 240px;
	height: 17px;
}

#content .albums .date, #content .albums ul, #content .albums ul a, #content .albums div p, #content .albums div p a {color: #9B9B9B;}
#content .albums a:hover b {text-decoration: underline;}

#content_bottom {
	width: 100%;
	float: left;
}

#content_bottom .author {
	display: block;
	float: right;
	padding: 1% 0%;
	text-align: right;
	width: 48%;
}

#share {
	float: right;
	margin: 10px 0;
	height: 21px;
}

#share li {
	float: left;
	overflow: hidden;
	list-style: none;
	margin-left: 12px;
	text-align: left;
}

#share li a {
	font-size: 11px;
	line-height: 100px;
}

#share .share_fb {width: 60px; margin-top: 1px;}
#share .share_tw {width: 58px;}
#share .share_gp {width: 50px;}
#share .share_sp {width: 18px;}

#tweat_about {padding-top: 3px;}
#fb_like {margin-top: 4px;}

/*
-------------------------------
BREADCRUMDS
-------------------------------
*/

#breadcrumbs {
	background: url('../i/h1.png') -9px 22px no-repeat;
	color: #646464;
	line-height: 13px;
	margin-bottom: 13px;
	margin-top: -3px;
	padding-bottom: 11px;
	height: 13px;
	width: 100%;
	font-size: 11px;
}

#breadcrumbs li {
	float: left;
}

#breadcrumbs li:first-child {
	padding-left: 5px;
}

#breadcrumbs li + li {
	padding-left: 29px;
	background: url('../i/bracket.png') 10px 50% no-repeat;
}

#breadcrumbs li a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

/*
-------------------------------
MENU
-------------------------------
*/

.menu {
	margin-bottom: 14px;
	background-color: #F4F4F4;
}

.menu, .menu li {float: left;}

.menu a {
	background: url('../i/menu.gif') 0 0 no-repeat;
	display: block;
	overflow: hidden;
	position: relative;
	text-indent: -999em;
	width: 66px;
	height: 64px;
}

ul.menu li:first-child a {width: 67px;}
.menu .top_albums {background-position: -67px 0px;}
.menu .top_albums:hover {background-position: -67px -64px;}
.menu .new_albums {background-position: -133px 0;}
.menu .new_albums:hover {background-position: -133px -64px;}
.menu .active a, .menu a:hover {background-position: 0px -64px;}
.menu .active .top_albums {background-position: -67px -64px;}
.menu .active .new_albums {background-position: -133px -64px;}

/*
-------------------------------
TABS
-------------------------------
*/

ul.info {
	line-height: 18px;
	margin: 0 0 14px;
	padding: 0 0 0 24px;
	width: 174px;
}

ul.info li {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

ul.tabs, dl.tabs {
	border: 1px solid #d0CFCF;
	border-top: none;
	margin-bottom: 15px;
	width: 197px;
}

ul.tabs li, dl.tabs > * {
	background: #F4F4F4;
	border-top: 1px solid #d0CFCF;
	font: bold 12px/37px arial, helvetica, tahoma, verdana, sans-serif;
	height: 37px;
	text-transform: uppercase;
}

ul.tabs span, dl.tabs dt {padding-left: 18px;}

ul.tabs a, dl.tabs a {
	line-height: 37px;
	display: block;
	height: 37px;
	padding-left: 18px;
}

ul.tabs a:hover, dl.tabs a:hover {
	background: url('../i/ul_tabs.png') 0 0 no-repeat;
	background-position: 0 100%;
	text-decoration: none;
}

ul.tabs a.active, dl.tabs a.active {background: url('../i/ul_tabs.png') 0 0 no-repeat;}
/*
-------------------------------
GENRES
-------------------------------
*/

.genres {
	margin-top: 9px;
	min-height: 648px;
	width: 960px;
}

.genres ul li {
	float: left;
}

.genres a {
	display: block;
	margin: 0 9px 9px 0;
	position: relative;
	text-decoration: none;
	width: 231px;
	height: 152px;
}

.genres a:hover {
	text-decoration: none;
	cursor: pointer;
}

.genres a.help_link {
	background: url('../i/help_i.png') 0 100% repeat-x;
	font: bold 24px/36px arial, helvetica, tahoma, verdana, sans-serif;
	padding: 22px 0 0 18px;
	text-transform: uppercase;
	width: 213px;
	height: 130px;
}

a.help_link p.small {
	font-size: 14px;
	margin-top: 10px;
}

.genres a.help_link:hover {background-position: 0px 0px;}
.genres a:hover span {background-position: 0px 0px;}

.genres span{
	background: transparent url('../i/link_i.gif') 0px -47px repeat-x;
	display: block;
	font: bold 24px/47px arial, helvetica, tahoma, verdana, sans-serif;
	color: #fff;
	padding-left: 15px;
	text-transform: uppercase;
	position: absolute;
	left: 15px;
	bottom: 17px;
	width: 185px;
	height: 47px;
}

/*
-------------------------------
SIDEBAR
-------------------------------
*/

#left {
	margin-top: 14px;
	position: absolute;
	top: 78px;
	left: 14px;
	width: 199px; 
}
.sidebar.left {
	width: 199px;
	float: left;
}

.sidebar.left ul { float: left;}
.sidebar.left ul#similar_genres {float: none;}
ul#similar_genres a {
	color: #00AEEF;
}


#left a {color: inherit;}

.art_wrapper {
	background: #F4F4F4;
	border: 1px solid #D0CFCF;
	float: left;
	padding: 21px 0px 25px;
	margin-bottom: 13px;
	width: 197px;
}

.art_wrapper img {
	margin: 0 auto;
	display: block;
	border: 1px solid #BACEDD;
	width: 150px;
	height: auto;
}

/*
-------------------------------
SLIDER
-------------------------------
*/

.slider {height: 300px;}
.slider img {float: left;}

.slider ul {
	float: right;
	height: 298px;
	border: 1px solid #CCC;
	background-color: #E7ECEF;
}

.slider img {
	float: left;
	height: 100%;
	width: 851px;
}

.slider ul a {
	border-top: 1px solid #CCC;
	display: block;
	color: #6D6B6B;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	padding-top: 71px;
	text-align: center;
	text-shadow: 0 1px #FCFCFC;
	text-transform: uppercase;
	width: 99px;
	height: 28px;
}

.slider ul li {position: relative;}
.slider ul li:first-child a {border-top: none;}
.slider ul a:hover {text-decoration: none;}

.slider ul span {
	background: url('../i/menu_i.png') 0px 0px no-repeat;
	background-position: 0px 0px;
	display: block;
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -23px;
	width: 46px;
	height: 48px;
}

.slider li:hover span {background-position: -46px 0px;}
.slider .top_albums span {background-position: 0px -48px;}
.slider .top_albums:hover span {background-position: -46px -48px;}
.slider .new_albums span {background-position: 0px -96px;}
.slider .new_albums:hover span {background-position: -46px -96px;}

/*
-------------------------------
SN
-------------------------------
*/

.buy_button {
	background: url('../i/buy_btn.png') 0 0 repeat-x;
	border: 1px solid #CCC;
	cursor: pointer;
	display: block;
	margin: 11px auto 0 auto;
	width: 148px;
	height: 30px;
}

.buy_button:hover {background: url('../i/buy_btn.png') 0 -30px no-repeat;}
.buy_button:active {background: url('../i/buy_btn.png') 0 -60px no-repeat;}

.buy_button span {
	background: url('../i/buy_btn_logo.png') 0 0 no-repeat;
	display: block;
	font: bold 12px/26px Arial, Helvetica, sans-serif;
	padding-left: 40px;
	text-align: center;
	width: 109px;
	height: 26px;
	padding-top: 1px;
}

.buy_button:hover {color: #222;}

.golden_redirect {}

#rating {
	float: left;
	padding: 1% 0%;
	width: 230px;
}

#rating .current_rating {
	background-color: #F4F4F4;
	border: 1px solid #E2E1E1;
	display: block;
	float: left;
	font: bold 16px/45px arial, helvetica, tahoma, verdana, sans-serif;
	text-align: center;
	width: 45px;
	height: 43px;
}

#rate_this, #rate_this li {float: left;}

#rate_this a {
	background: url('../i/rate.png') 0 0 no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	width: 26px;
	height: 24px;
}

#rate_this a:hover{background-position: 0 -24px;}

#rating .total_votes{
	float: left;
	line-height: 21px;
	margin-left: 5px;
}

/*
-------------------------------
AL
-------------------------------
*/

.albums {margin-bottom: 15px;}

.biography > div {
	height: 118px;
	overflow: hidden;
}

.full_news p,
.biography p {
	margin-bottom: 12px;
	line-height: 20px;
}

.biography p a {text-decoration:underline;}
.biography p a:hover {color: #000;}
.biography > div.active {height: auto;}

.al_news {
	margin-bottom: 15px;
	padding-bottom: 7px;
	line-height: 17px;
}

.al_news dt {
	color: #888;
	font-size: 11px;
	margin-bottom: 5px;
}

.al_news dt a {
	display: block;
	font-weight: bold;
	position: relative;
}

.full_news {line-height: 20px;}

.album tr td:first-child {background: url('../i/s_bg.png') 10px 0 no-repeat;}
.album tr td {background: url('../i/s_bg.png') 100% 0 no-repeat;}
.album tr:hover {background-color: #F4F4F4;}
.album tr.selected {background-color: #E7E7E7;}
.album tr:hover a:hover {text-decoration: none;}

#content p.show_more {
	clear: both;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
}

#content p.show_more a {
	background-color: #F4F4F4;
	border: 1px solid #d0CFCF;
	display: block;
	line-height: 37px;
	margin: 15px auto;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	width: 197px;
}

#content p.show_more a:hover {
	background-color: #E7E7E7;
	text-decoration: none;
}

.artists li {
	float: left;
	margin-right: 15px;
	padding-left: 10px;
	width: 345px;
	height: 25px;
}

.artists li a {font: 12px/24px arial, helvetica, tahoma, verdana, sans-serif;}
.artists li a:hover{text-decoration: underline;}

/*
-------------------------------
SEARCH
-------------------------------
*/

h1 span.search {color: #00AEEF;}

.search_results table {
	width: 741px;
	padding: 0;
}

.search_results table tr td {
	max-height: 30px;
	max-width: 30px;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 10px;
}

.search_results table tr td:first-child {
	padding-left: 0;
}

.search_results table thead {
	color: #B0B0B0;
	font: bold 11px/26px arial;
	text-transform: uppercase;
}
 
.search_results tbody td, .search_results tbody a, .album tbody td, .album tbody a {
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.search_results table tr {background: url('../i/s_bg.png') 100% 100% no-repeat;}
.search_results tbody tr a {
	visibility: visible;
	text-align: left;
	display:inline;
	border: none;
}

.search_results tbody tr a:hover {background-color: inherit;}

/*
-------------------------------
PROMO
-------------------------------
*/

.promo h2, .promo p, .promo > div {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.promo .whis_widget,
.promo .custom {
	padding-bottom: 100px;
}

.promo h2 {
	background: url('../i/pr_h2.png') 50% 0% repeat-x;
	float: left;
	padding-top: 15px;
	position: relative;	
	width: 100%;
	height: 26px;
	padding-bottom: 9px;
}

.promo .twitter h2 {margin-top: 72px;}
.promo #slider + h2 {padding-top: 32px;}

.promo .corner_left, .promo .corner_right, .promo .ribbon {
	background: url('../i/pr_rbn.png') 0 0 no-repeat;
	position: absolute;
	top: -29px;
	width: 70px;
	height: 38px;
	z-index: 2;
}

.promo .corner_right {background-position: 100% 0;}
.promo .post {padding-top: 90px;}
.promo .albums .corner_left {left: 30%;}
.promo .whis_widget .corner_right {left: 40%;}
.promo .custom .corner_left, .promo .post .corner_left {left: 34%;}
.promo .custom .corner_right {left: 76%;}
.promo .widget .corner_right {left: 73%;}
.promo .tweet .corner_right {left: 62%;}
.promo .download .corner_right {left: 42%;}
.promo .post .corner_right {left: 69%;}
.promo .twitter .corner_right {left: 71%;}
.promo div > img {margin: 0px 85.5px -6px;}
.promo div.widget > img {margin: 0 0 -35px;}
.promo #slider {position: relative;}

.promo #slider .slider_inner {
	overflow: hidden;
	margin-top: 71px;
	width: 781px;
	height: 183px;
}

#twitter_message {
	color: #555;
	left: 151px;
	overflow: hidden;
	line-height: 21px;
	position: absolute;
	text-align: left;
	top: 99px;
	width: 631px;
	height: 63px;
}

.promo .tweet, .promo .twitter, .promo .download, .promo .widget {padding: 20px 0 97px;}
.promo .tweet img, .promo .twitter img, .promo .download img {margin: 0px 0 -35px;}

.promo .twitter img { margin-bottom: -60px; }
.promo .download img { margin-bottom: 0px;}

.promo div.content {
	background-color: #FFF;
	float: left; 
	padding: 2px 0;
}

.promo #slider ul {
	position: absolute;
	margin-left: -24px;
	bottom: -32px;
	left: 50%;
	z-index: 5;
}

.promo #slider li {float: left;}
.promo #slider .active a, .promo #slider a:hover {background-position: 0 0;}

.promo #slider a {
	background: url('../i/pr_sld.png') -16px 0 no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	width: 16px;
	height: 16px;
	z-index: 5;
}

.promo .choose_album ul {
	float: left;
	margin: 120px 212px 20px;
	width: 528px;
}

.promo .choose_album li {
	float: left;
	margin: 0 13px;
	width: 150px;
}

.promo .choose_album a {text-decoration: none;}

.promo .choose_album span {
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	width: 150px;
}

.promo .choose_album a:hover .album_name {text-decoration: underline;}
.promo .choose_album .artist_name {color: #9B9B9B;}

/*
-------------------------------
BUBLE DETAILS
-------------------------------
*/

#content .albums div div.details, #content .albums div div.details div{
	float: none;
	line-height: inherit;
	margin: 0;
	padding: 0;
}

#content .albums div .details {
	overflow: visible;
	position: absolute;
	bottom: 0;
	left: 38px;
	z-index: 999;
	width: 32px;
	height: 19px;
}

#content .albums div .details .bubble {
	background: url('../i/bbl.png') 0 100% no-repeat;
	position: absolute;
	left: 13px;
	bottom: -2px;
	height: 19px;
	width: 25px;
}

#content .albums div .details .bubble:hover {height: 70px;}

#content .albums div .details .inn {
	background-color: #ededed;
	border-radius: 3px;
	color: #3F3F3F;
	font-size: 11px;
	height: 65px;
	line-height: 13px;
	margin-left: 7px;
	overflow: hidden;
	padding: 9px;
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 257px;
}

#content .albums div .details .inn {display: none;}

#content .albums div .details .inn:hover, #content .albums div .details .bubble:hover + .inn {
	display: block;
}

#widget_box {
	display: none;
	width: 736px;
	height: 425px;
}

/*
-------------------------------
NOSCRIPT
-------------------------------
*/

noscript {
	background: none repeat scroll 0 0 #FAFFE3;
	border: 1px solid #E1E8AC;
	color: #303030;
	cursor: default;
	font: bold 12px/33px arial, helvetica, verdana, tahoma, sans-serif;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 99.9%;
	height: 34px;
	z-index: 100;
}

/*
 * jQuery UI Autocomplete 1.8.11
*/

.ui-widget {font-family: Verdana, Arial, sans-serif; font-size: 1.1em;}
.ui-widget .ui-widget {font-size: 1em;}
.ui-widget-content {border: 1px solid #ccc; background: #f9f9f9; color: #222;}
.ui-widget-content a {color: #222;}
.ui-state-hover, .ui-widget-content .ui-state-hover {border: 1px solid #000; background: #1c1c1c; font-weight: normal; color: #FFF;}
.ui-state-hover a, .ui-state-hover a:hover { color: #FFF; text-decoration: none;}
.ui-corner-all {-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.ui-autocomplete {position: absolute; cursor: default;}
* html .ui-autocomplete {width: 1px;} /*ie6*/

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}

.ui-menu .ui-menu {margin-top: -3px;}

.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}

.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-autocomplete-byartist {
	font-style: italic;
	color: #999
}

#buy_for_tweet #tw_timer {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 17px 0;
}

/* golden button color fix \goldfix
----------------------------------------------- */
a.golden_link {
	background-color: #00AEEF;
	color: #FFF;
}

.buy_button.golden_link span {
	background-position: 0 -32px;
}

.buy_button.golden_link {
	background-color: #00AEEF;
	color: #FFF;
	background-image: none;
	-webkit-box-shadow: 0 6px 9px rgba(255,255,255, .2) inset;
	   -moz-box-shadow: 0 6px 9px rgba(255,255,255, .2) inset;
		-ms-box-shadow: 0 6px 9px rgba(255,255,255, .2) inset;
		 -o-box-shadow: 0 6px 9px rgba(255,255,255, .2) inset;
			box-shadow: 0 6px 9px rgba(255,255,255, .2) inset;
}

.buy_button.golden_link:hover {
	background-color: #00AEEF;
	color: #DDD;
	background-image: none;
	-webkit-box-shadow: 0 6px 9px rgba(255,255,255, .4) inset;
	   -moz-box-shadow: 0 6px 9px rgba(255,255,255, .4) inset;
		-ms-box-shadow: 0 6px 9px rgba(255,255,255, .4) inset;
		 -o-box-shadow: 0 6px 9px rgba(255,255,255, .4) inset;
			box-shadow: 0 6px 9px rgba(255,255,255, .4) inset;
}

button.golden_link:active {
	background-color: #00AEEF;
	color: #FFF;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}

/*
=== PLAYER ===
*/

.title_td_wrap {
	position: relative;
}

.jp-seek-bar {
	width: 95%;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 2px;
	background-color: #83D1E3;
	height: 5px;
}

.jp-seek-bar             { display: none; }
.is_playing .jp-seek-bar { display: block; }

.jp-seek-bar,
.jp-play-bar {
	border-radius: 2px;
}

.jp-play-bar {
	width: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;

	background-color: #535353;
}
