/*GLOBALS ------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	background: #FFF url(../images/logo-background.png) repeat-x;
}
#centerbox {
	margin: auto;
	width: 1210px;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	background-color: #f5b728;
	color: #000;
}
img {
	border: 0;
}
img:hover {
	background-color: white;
}
h1, #song_title_left, #song_title_right {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
}
h2 {
	font-size: 14px;
	line-height: 28px;
	text-transform: uppercase;
	margin: 0 0 10px;
	border-bottom: 1px solid #f5b728;
}
h3 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin: 0;
}
p {
	font-family:"Trebuchet MS",Corbel,Calibri,Arial,sans-serif;
	font-size: 12px;
	line-height: 16px;
}
p a {
	text-decoration: underline;
}

/*HEADER ------------------------------------------------------*/

#header_load {
	margin: auto;
	height: 160px;
	background: url(../images/logo-background.png) no-repeat;
}

#header {
	margin: auto;
	height: 120px;
	background: url(../images/logo-background.png) no-repeat;
}

#header .logo {
	float: left;
}
#header .menu {
	position: relative;
	top: 74px;
	left: -449px;
	font-size: 14px;
}
#header img{
	border: 0;
}
#google_ad {
	width: 468px;
	height: 60px;
	position: relative;
	top: 2px;
	float: right;
}
#header_box {
	border: 0;
	width: 1210px;
	height: 160px;
	background: transparent;
	overflow: hidden;
}

/*LEFT PLAYER -------------------------------------------------*/

#left-player-frame {
	width: 515px;
	height: 660px;
	float: left;
}
#left-player-background {
	background: url(../images/turntable.png) no-repeat;
	width: 473px;
	height: 370px;
	margin: auto;
}
#left-player {
	position: relative;
	top: -289px;
	left: 60px;
	color: #575757;
	font-size: 12px;
	padding: 3px;
}
#left-player a {
	color: #575757;
}

#left-player-active {
	opacity: 1;
}


/*volumecontrol -------------------------------------------------*/

#volumecontrol-frame {
	width: 180px;
	height: 660px;
	float: left;
	background: url(../images/volumecontrol.png) no-repeat 0 230px;
	text-align: center;
}
#volumecontrol-frame p {
	font-weight: bold;
	margin-bottom: 5px;
}
#volumecontrol {
	margin-top: 250px;
	margin-bottom: 40px;
}
.ui-slider-horizontal {
	height: 1px;
	border: 0px;
}
.ui-slider .ui-slider-handle {
	height: 62px;
	top:  -31px;
	background-image: none;
	background-color: #FFC200;
	border: 1px solid #000;
}



/*RIGHT PLAYER -------------------------------------------------*/

#right-player-frame {
	width: 515px;
	height: 660px;
	float: left;
}
#right-player-background {
	background: url(../images/turntable.png) no-repeat;
	width: 473px;
	height: 370px;
	margin: auto;
}
#right-player {
	position: relative;
	top: -289px;
	left: 60px;
	color: #575757;
	font-size: 12px;
	padding: 3px;
}
#right-player a {
	color: #575757;
}

#right-player-active {
	opacity: 0;
	filter: alpha(opacity=0);
}


/*FOOTER -------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	height: 300px;
	width: 100%;
	background-color: #f0f0f1;
	position: absolute;
	top: 700px;
	border-top: 1px solid #9e9e9e;
}

#footer #innercenterbox {
	margin: auto;
	width: 1240px;
}
#footer #innercenterboxcontent {
	padding-left: 35px;
	padding-top: 10px;
	font-size: 80%;
	line-height: 170%;
	color: #545454;
}
	
.copynote {
	color: #727272;
	font-size: 85%;
	line-height: normal;
}
#footer #bookmark ul{
	margin: 0;
	padding: 0;
}
#footer #bookmark li{
	float: left;
	list-style-type: none;
	margin: 0 4px 0 0;
}

#footer #bookmark img{
	border: 1px solid #9e9e9e;
	padding:1px;
}
#footer #bookmark a img:hover{
	border-color: #f5b728;
	background-color: #fff;
}
#innercenterboxcontent .flag {
	vertical-align: text-top;
}
.googlead2{
	width: 720px;
	height: 90px;
	position: relative;
	top: 2px;
	float: right;
}
/*FOR BOTH PLAYERS -------------------------------------------------*/

#song_title_left {
	position: absolute;
	left: 35px;
	top: 93px;
	width: 440px;
	height: 40px;
}
#song_title_right {
	position: absolute;
	left: 725px;
	top: 93px;
	width: 440px;
	height: 40px;
}
.preview {
	padding-top: 8px;
}
.preview a {
	margin-right: 5px;
}
.preview a img {
	border: 1px solid #000;
}
.preview a:hover {
	background-color: white;
}
.preview a img:hover {
	border-color: #f5b728;
	border-style: solid;
}

.preview-title {
	margin-top: 2px;
	font-weight: bold;
	text-transform: uppercase;
}

.searcher {
	margin-top: 15px;
	margin-left: 35px;
}
.searcher input {
	width: 360px;
	font-size: 12px;
	border: 1px solid #000;
	padding: 4px;
	text-transform: uppercase;
}
.searcher button {
	width: 78px;
	font-size: 12px;
	padding: 3px;
}
.pages {
	margin-top: 4px;
}
.page {
	padding: 4px;
}
a.page {
	color: #959595;
	margin-right: 1px;
}
a.page {
	cursor: pointer;
}
a.page:hover {
	background-color: #f5db51;
}

/*SCREENS -------------------------------------------------*/

.screen {
	overflow: auto;
	height: 580px;
	padding-left: 30px;
	padding-right: 30px;
}
.row1 {
	width: 49%;
	float: left;
}
.row2 {
	width: 49%;
	margin-left: 15px;
	float: right;
}
.closebutton {
	padding-top: 5px;	
}
.closebutton a {
	background-color: white;
}

.shirX {
	clear: left;
	padding-top: 15px;
	padding-bottom: 35px;
	height: 160px;
}
.shirX a:hover {
	background: white;
}
.shirX a img {
	border: 1px solid #fff;
	background: white;
}
.shirX a img:hover {
	border: 1px solid #f5db51;
	background: white;
}
.spread-logo {
	float: left;
	margin-right: 7px;
}
.first-steps-accordion a {
	line-height: 71px;
}
.numbers {
	display: block;
	width: 51px;
	height: 51px;
	background: url(../images/numbers.png) no-repeat;
	margin: 9px;
	float: left;
}
.num1 {
	background-position: 0px -46px;
}
.num2 {
	background-position: 0px -99px;
}
.num3 {
	background-position: 0px -153px;
}
.num4 {
	background-position: 0px -207px;
}
.num5 {
	background-position: 0px -260px;
}
.flower {
	background-position: 0px 5px;
}
.faqaccordion h3 {
	text-indent: 16px;
	background: url(../images/faq-closed.png) no-repeat 0 6px;
}
.faqaccordion .active {
	background: url(../images/faq-open.png) no-repeat 0 10px;
}
.help1 {
	display: block;
	width: 1263px;
	height: 602px;
	background: url(../images/Help-Screenshot.png) no-repeat;
	margin: 9px;
}
.soundoff {
	width: 66px;
	height: 48px;
	background-position: -991px -305px;
}
.searchfield {
	background-position:-61px -447px;
	height:121px;
	width:453px;
}
.click {
	background-position:-118px -480px;
	height:51px;
	width:52px;
}
.player {
	background-position:-107px -323px;
	height:25px;
	width:250px;
}
.searchfield2 {
	background-position:-755px -447px;
	height:101px;
	width:453px;
}
.volumecontroler {
	background-position:-519px -226px;
	height:139px;
	width:220px;
}
.ad_keywords {
	visibility: hidden;
}