* {
	-webkit-text-size-adjust: none;
	font-family: verdana;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #1A2027;
	color: #E6F224;
	height: 100%;
}
#body {
	margin: 0px auto;
	width: 1100px;
}
#wrapper1 {
	padding-left: 150px;
	background: #1A2027 url("../img/classic/bg_border.png") 0px repeat-y;
}
#wrapper2 {
	padding-right: 150px;
	background: #F00 url("../img/classic/bg_border.png") 650px repeat-y;
}
#main {
	width: 800px;
	background: #000 url("../img/classic/bg.png") 1px 0px no-repeat;
}
a {
	color: #79AA0C;
	text-decoration: none;
}
li {
	list-style-type: none;
}
input {
	color: #E6F224;
	background-color: #303E40;
	border: 1px solid #79AA0C;
}
.clear {
	clear: both;
	height: 0px;
}
#style {
	float: right;
	margin: 6px 7px 0px 0px;
	background-color: #222;
	border: 1px solid #FFF;
	color: #FFF;
}
#title {
	background: url("../img/classic/title.png") no-repeat;
	text-indent: -9999px;
	margin-left: 7px;
	width: 785px;
	height :53px;
}
.box {
	margin: 0px 8px 2px 7px;
	background: url("../img/classic/box.png") no-repeat;
	border-bottom: 1px solid #0a0a0a;
}
.box .header {
	height: 31px;
}
.box h2 {
	float: left;
	width: 150px;
	height: 31px;
	text-indent: -9999px;
	margin: 0px 0px 0px 10px;
	opacity: 0.8;
}
.box h2:hover,
#desktop_players a:hover {
	opacity: 1.0;
}
.collapsible h2 {
	cursor: pointer;
}
.box .minimized {
	float: right;
	display: none;
	overflow: hidden;
	width: 615px;
	height: 31px;
	background: url("../img/classic/bg_min.png") no-repeat;
}
.collapsed .minimized {
	display: block;
}
.collapsed .content {
	display: none;
}
.box .content {
	overflow: hidden;
	padding: 6px 10px;
	border-right: 1px solid #0a0a0a;
	/*background-color: #202627;*/
	background: url("../img/classic/bg_content.png")
}

#box_radio h2 {
	background: url("../img/classic/box_titles.png") no-repeat -157px 3px;
}
#box_news h2 {
	background: url("../img/classic/box_titles.png") no-repeat -157px -30px;
}
#box_chat h2 {
	background: url("../img/classic/box_titles.png") no-repeat -157px -64px;
}
#box_about h2 {
	background: url("../img/classic/box_titles.png") no-repeat -157px -132px;
}
#box_request h2 {
	background: url("../img/classic/box_titles.png") no-repeat -157px -98px;
}

#box_radio.collapsed h2 {
	background: url("../img/classic/box_titles.png") no-repeat 0px 3px;
}
#box_news.collapsed h2 {
	background: url("../img/classic/box_titles.png") no-repeat 0px -30px;
}
#box_chat.collapsed h2 {
	background: url("../img/classic/box_titles.png") no-repeat 0px -64px;
}
#box_about.collapsed h2 {
	background: url("../img/classic/box_titles.png") no-repeat 0px -132px;
}
#box_request.collapsed h2 {
	background: url("../img/classic/box_titles.png") no-repeat 0px -98px;
}
#box_ads h2 {
	background: url("../img/classic/box_titles.png") no-repeat 0px -166px;
}
#box_chat .minimized,
#box_request .minimized,
#box_about .minimized
{
	background-image: none;
}
#sync input {
	width: 536px;
	padding: 2px 10px;
}
.poll,
#sync,
#sync .submit {
	background-color: #99B7B4;
	display: none;
}
#sync input {
	color: #303E40;
	background-color: #99B7B4;
}
#sync {
	padding: 2px 10px 1px 10px;
}

.box h3 {
	color: #79AA0C;
	margin: 10px 0px;
}
.timeout {
	/*display: none;*/
	clear: both;
	width: 100%;
	height: 2px;
	background-color: #E6F224;
}



#box_player .minimized {
	overflow: visible;
}
#player {
	display: none;
	float: left;
	position: relative;
	top: 1px;
	left: -168px;
}
#player .play,
#player .stop {
	display: inline-block;
	text-indent: -9999px;
	position: relative;
	top: -18px;
	color: #0E0E0E;
	width: 61px;
	height: 29px;
}
#player .play {
	background: url("../img/classic/play.png") no-repeat;
}
#player .stop {
	background: url("../img/classic/stop.png") no-repeat;
}
#player .volume_bg {
	display: inline-block;
	padding: 0px 20px 0px 24px;
	background: url("../img/classic/volume_bg.png") no-repeat;
}
#player .volume {
	width: 58px;
	height: 29px;
	background: url("../img/classic/volume.png");
	position: relative;
}
#player .volume .ui-slider-handle {
	width: 17px;
	height: 17px;
	top: 6px;
	background: url("../img/classic/volume_cursor.png") no-repeat;
	position: absolute;
}
#box_player .status {
	float: left;
	margin: 0px -160px;
}
#desktop_players {
	float: right;
	margin-top: 2px;
	margin-right: 10px;
}
#desktop_players li {
	float: left;
}
#desktop_players a {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	text-indent:-9999px;
	color: #0E0E0E;
	opacity: 0.5;
}
#desktop_players .winamp a {
	background: url("../img/classic/icon_winamp.png") no-repeat;
}
#desktop_players .itunes a {
	background: url("../img/classic/icon_itunes.png") no-repeat;
}
#desktop_players .wmp a {
	background: url("../img/classic/icon_wmp.png") no-repeat;
}
#desktop_players .real a {
	background: url("../img/classic/icon_real.png") no-repeat;
}



#box_radio .content {
	padding: 0px;
}
#box_radio #minimized_bar_size {
	width: 92px;
	height: 0px;
}
#box_radio #content_bar_size {
	width: 92px;
	height: 0px;
}
#box_radio .minimized .radio_song {
	overflow: hidden;
	/*white-space: nowrap;*/
	float: left;
	width: 400px;
}
#box_radio .minimized .poll {
	float: right;
	min-height: 13px;
	text-align: right;
}
#box_radio hr {
	color: #0E0E0E;
	border: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	clear: both;
}
#box_radio .poll {
	float: right;
	background-color: #4E5C5E;
	width: 190px;
	height: 30px;
}
#box_radio .song_1,
#box_radio .song_3 {
	/*background-color: #202627;*/
	background: url("../img/classic/bg_content.png")
}
#box_radio .song_0,
#box_radio .song_2 {
	/*background-color: #303E40;*/
	background: url("../img/classic/bg_song2.png")
}
#box_radio .song_1 .poll,
#box_radio .song_3 .poll {
	background-color: #303E40;
}
#box_radio .song_0 .poll,
#box_radio .song_2 .poll {
	background-color: #4E5C5E;
}
#box_radio .poll_total {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-align: right;
	width: 49px;
	height: 11px;
}
#box_radio .bar span {
	height: 10px;
	font-size: 8px;
	color: #000;
	display: inline-block;
	padding: 0px 4px;
}
#box_radio .poll_positive {
	text-align: left;
	background-color: #E6F224;
	width: 20px;
	overflow: hidden;
}
#box_radio .poll_negative {
	text-align: right;
	background-color: #FF002F;
	width: 80px;
	overflow: hidden;
}
#box_radio .radio_song {
	float: left;
	width: 550px;
	padding-left: 6px;
}
#box_radio .content .radio_song {
	padding-left: 20px;
}
#box_radio .poll_result {
	text-align: right;
	padding-right: 28px;
}
#box_radio .poll_question,
#box_radio .poll_result {
	display: none;
	clear: both;
}
#box_radio .poll_question {
	margin: 0px auto;
	width: 140px;
}
#box_radio .poll_question span {
	float: left;
}
#box_radio .poll_question ul {
	float: right;
}
#box_radio .poll_question li {
	float: left;
}
#box_radio .poll_question a {
	margin: 0px 2px;
	position: relative;
	top: 2px;
	display: block;
	width: 53px;
	height: 14px;
	text-indent: 9999px;
	color: #0E0E0E;
}
#box_radio .poll_question .poll_yes {
	background: url("../img/classic/yes.png") no-repeat;
}
#box_radio .poll_question .poll_no {
	background: url("../img/classic/no.png") no-repeat;
}


#box_news .minimized .news {
	float: left;
	width: 400px;
	padding-left: 6px;
	overflow: hidden;
	white-space: nowrap;
}
#box_news .social {
	float: right;
	margin-right: 10px;
}
#box_news .social li {
	float: left;
}
#box_news .social a {
	position: relative;
	display: block;
	top: 2px;
	width: 27px;
	height: 27px;
	padding-left: 5px;
	text-indent:-9999px;
	color: #0E0E0E;
	opacity: 0.5;
}
#box_news .social a:hover {
	opacity: 1.0;
}
.mirc a {
	background: url("../img/classic/icon_mirc.png") no-repeat;
}
#box_news .social .facebook a {
	background: url("../img/classic/icon_facebook.png") no-repeat;
}
#box_news .social .twitter a {
	background: url("../img/classic/icon_twitter.png") no-repeat;
}
#box_news .social .uservoice a {
	background: url("../img/classic/icon_uservoice.png") no-repeat;
}

#box_news .content {
	height: 120px;
}
#box_news .content .tweet_list {
	padding: 6px 10px;
	height: 104px;
}




#box_chat .nick {
	width: 60px;
}
#box_chat .message {
	width: 560px;
}
#box_chat .content .shoutbox-list {
	padding: 2px 0px;
}
#daddy-shoutbox-list {
	padding: 6px 10px;
	margin-top: 6px;
	height: 300px;
	overflow: auto;
}
#box_chat .shoutbox-list-time {
	color: #4E5C5E;
}
#box_chat .shoutbox-list-nick {
	color: #99BF16;
	margin-left: 5px;
}
#box_chat .shoutbox-list-message {
	margin-left: 5px;
}



#box_request .history {
    position: relative;
    margin: 5px 6px;
    padding-top: 2px;
    float: right;
    display: block;
    width: 75px;
    height: 18px;
    border-radius: 10px;
    color: #3F5435;
    background-color: #D1E51E;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.7);
    text-align: center;
    font-weight: bold;
    font-style: italic;
}
#box_request .content {
	height: 120px;
}
#box_request input {
	width: 700px;
}
#box_request .container {
	margin-top: 6px;
	padding: 6px 10px;
	height: 84px;
	overflow: auto;
}


#box_about .content p,
#box_about .content a {
	font-size: 10px;
}
#box_about .min .donate {
	position: relative;
	margin: 5px 6px;
	float: right;
	display: block;
	width: 75px;
	height: 21px;
	text-indent:-9999px;
	color: #0E0E0E;
	background: url("../img/classic/donate.png") no-repeat;
	opacity: 0.8;
}
#box_about .min .donate:hover {
	opacity: 1.0;
}
#box_about .left {
	float: left;
	width: 430px;
}
#box_about .chipin {
	margin-top: 20px;
	float: right;
	width: 320px;
}
#box_about .bitcoin {
	float: right;
	color: #000;
}
#box_about .bitcoin span {
	height: 17px;
	padding: 3px 6px;
}
/*#box_about .content {
	padding: 10px 100px 20px 100px;
	text-align: center;
}
#box_about .content h3 {
	margin-top: 20px;
}*/
#box_about p {
	font-size: 11px;
	margin-bottom: 10px;
}


#box_ads .content {
	border: 0px;
	min-height: 100px;
}
#box_ads .partners {
	float: left;
}
#box_ads .google {
	float: right;
}

/*::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(153,191,22,0.5);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(153,191,22,0.7);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(153,191,22,1.0);
}
*/
