/* css by kubusmedia.com */

@import url("accordion.css");

html,
body {
	margin: 0;
	padding: 0;
}

body {
	color: #fff;
	font-size: 12px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	background: #000 url(../images/background.jpg) no-repeat top center;
}

#wraper {
	margin: 40px auto;
	text-align: left;
	width: 940px;
}

#brand img {
	border: 0;
	margin-bottom: 20px;
}

img {
	border: 0;
}

#line {
	position: relative;
	float: right;
	margin-right: 165px;
	margin-top: 40px;
}

#accordion div a {
	color: #F89C1C;
	text-decoration: none;
	border-bottom: 1px solid #F89C1C;
}

#accordion div a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.title-ui {
	font-size: 14px;
	font-weight: normal;
	line-height: 2.5em;
	height: 38px;
	background: transparent url(../images/title_bg.gif) bottom left repeat-x;
}

#accordion {
	width: 526px;
}

#accordion div {
	color: #e0e0e0;
	margin: 0;
	line-height: 1.5em;
	padding: 10px;
	border: 1px solid #F89C1C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #323232 url(../images/black.png) repeat;
}

#accordion h3,
#player h3,
#login h3 {
	width: 320px;
	margin: 5px 0 0 0;
	padding: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#player h3 {
	width: 160px;
	margin: 5px 0 5px 0;
}

#accordion h3 a,
#player h3 a,
#login h3 a {
	display: block;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 25px;
	background: transparent url(../images/arrow.png) 10px 15px no-repeat;
}

#player h3 a {
	cursor: default;
}

#accordion h3 a:hover {
	color: #fff;
}

#accordion .ui-state-active a {
	color: #fff;
	background: transparent url(../images/arrow_active.png) 10px 12px no-repeat;
}

#player {
	margin-left: 775px;
	position: absolute;
	float: right;
	width: 160px;
}

#player .track {
	padding: 5px;
	overflow: hidden;
	height: 25px;
	margin-bottom: 4px;
	clear: both;
	border: 1px solid #F89C1C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #000000;
}

#player .track-title {
	position: absolute;
	z-index: 10;
	padding: 5px 0 0 4px;
}

#player .track-play {
	position: absolute;
	text-align: right;
	z-index: 20;
	height: 25px;
	width: 140px;
}

#player a.boutiqe_player {
	width: auto;
}

#player a.boutiqe_player img {
	padding-top: 3px;
	padding-left: 6px;
}

#login {
	margin-right: 5px;
	width: 90px;
	float: right;
	position: relative;
}

#login h3 {
	width: 90px;
	margin: 5px 0 5px 0;
}

#login h3 a:hover {
	color: #fff;
}