body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #828282;
	margin: 0;
	background: #eee url('../images/body-bg.gif') repeat-x;
	min-width: 956px;
}
a {
	cursor:pointer;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
.pop-up {
	width: 442px;
	position:relative;
	margin:0 auto;
}
.pop-middle {
	overflow: hidden;
	width: 434px;
	padding: 2px 4px 16px;
	background: #fff !important;
}
.pop-top {
	overflow: hidden;
	width: 100%;
	background: url(../images/pop-top.gif) no-repeat;
	padding-top: 2px;
}
.pop-bottom {
	overflow: hidden;
	width: 442px;
	height: 3px;
	background: url(../images/pop-bottom.gif) no-repeat;
}
.close-link {
	position: absolute;
	right: 12px;
	top: 13px;
	text-indent: -9999px;
	overflow: hidden;
	width: 14px;
	height: 14px;
	background: url(../images/close-link.gif) no-repeat;
}
.pop-title {
	display: block;
	background: url(../images/pop-title.gif) no-repeat;
	padding: 8px 0 4px 18px;
	font-size: 16px;
	color: #fff;	
}
.pop-form {
	overflow: hidden;
	width: 412px;
	padding: 0 22px 0 0;
}
.pop-holder {
	overflow: hidden;
	width: 100%;
}
.pop-divider {
	float: left;
	width: 187px;
	margin-left: 19px;
	display: inline;
}
.pop-divider div {
	margin-top: 10px;
}
.pop-divider label {
	display: block;
	font-size: 12px;
	color: #323232;
}
.pop-divider .text {
	overflow: hidden;
	width: 177px;
	padding: 3px 4px 5px;
	background: #fff;
	border: 1px solid #9babbb;
	font: 11px Arial, Helvetica, sans-serif;
	color: #828282;
	margin-top: 2px;
}
.terms {
	overflow: hidden;
	width: 100%;
	margin: 14px 0 0 18px;
}
.terms .check {
	float: left;
	width: 15px;
	height: 15px;
	margin: 0;
}
.terms span {
	float: left;
	color: #323232;
	margin: 1px 0 0 8px;
}
.terms span a {
	color: #6391c0;
	text-decoration: none;
}
.terms span a:hover {
	text-decoration: underline;
}
.submit-box {
	overflow: hidden;
	width: 387px;
	background: #f4f4f4;
	margin:  9px 0 0 18px;
	padding: 10px 6px 11px 0;
}
.submit-box a {
	float: right;
	margin-right: 6px;
}
.submit-box a img {
	display: block;
}
/* index start */
#main-holder {
	overflow: hidden;
	width: 956px;
	margin: 0 auto;
	position: relative;
	padding-top: 26px;
}
.sign-link {
	position: absolute;
	right: 50px;
	top: 13px;
	text-indent: -9999px;
	width: 76px;
	height: 16px;
	overflow: hidden;
	background: url(../images/sign-up-link.gif) no-repeat;
}
.login {
	position: absolute;
	right: 6px;
	top: 14px;
	font-size: 11px;
	color: #353535;
}
.login a {
	color: #657b94;
	text-decoration: none;
}
.login a:hover {
	text-decoration: underline;
}
.logo {
	position: absolute;
	left: 38px;
	top: 63px;
	z-index: 100;
}
.logo a {
	display: block;
	text-indent: -9999px;
	width: 127px;
	height: 23px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat;
}
.page-top {
	background: url(../images/page-top.gif) no-repeat;
	padding-top: 7px;
}
.page-middle {
	overflow: hidden;
	width: 923px;
	background: url(../images/page-middle.png) repeat-y;
	padding: 0 16px 0 17px;
	position: relative;
}
.page-bottom {
	overflow: hidden;
	width: 956px;
	height: 7px;
	background: url(../images/page-bottom.png) no-repeat;
}
#header {
	position: absolute;
	left: 17px;
	top: 9px;
	width: 923px;
	height: 81px;
	background: url(../images/header-bg.gif) no-repeat;
}
.head-text {
	margin: 0;
	position: absolute;
	left: 164px;
	top: 21px;
	background: url(../images/head-text-bg.gif) no-repeat;
	font-size: 14px;
	color: #fff;
	padding: 5px 0 0 13px;
}
.head-form {
	position: absolute;
	right: 13px;
	top: 18px;
	overflow: hidden;
	width: 286px;
}
.head-form .text {
	float: left;
	width: 262px;
	height: 29px;
	background: url(../images/head-input-bg.gif) no-repeat;
}
.head-form .text input {
	overflow: hidden;
	width: 237px;
	padding: 0 5px 0 13px;
	margin-top: 7px;
	background: none;
	border: none;
	font: 12px bold Arial, Helvetica, sans-serif;
	color: #475f79;
}
.head-form .submit {
	float: right;
}
.nav {
	overflow: hidden;
	margin: 62px 0 0;
	padding: 2px 0 2px;
	list-style: none;
	text-align: center;
}
.nav li {
	display: inline;
	font-weight: bold;
	background: url(../images/alph-menu-bg.gif) no-repeat;
	padding: 2px 2px 2px 7px;
}
.nav .last a {
	background: url(../images/alph-menu-bg.gif) no-repeat 100% 0;
	padding: 2px 6px 2px 0;
}
* html .nav .last {
	padding: 0 2px 0 7px;
}
.nav li a {
	color: #fff;
	text-decoration: none;
}
.nav li a:hover {
	text-decoration: underline;
}
.add-link {
	position: absolute;
	right: 13px;
	top: 63px;
	text-indent: -9999px;
	overflow: hidden;
	width: 92px;
	height: 17px;
	background: url(../images/add-link.gif) no-repeat;
}
#content {
	overflow: hidden;
	width: 100%;
	margin-top: 100px;
	padding-bottom: 9px;
}
.cont-box {
	overflow: hidden;
	width: 100%;
}
.cont-box .find {
	float: left;
	width: 590px;
	height: 208px;
	background: url(../images/banner2.jpg) no-repeat;
	padding: 30px 0 12px 22px;
}
.cont-box .find h1 {
	margin: 0;
	font-size: 28px;
	color: #fff;
	line-height: 34px;
}
.cont-box .find h1 strong {
	color: #ffe2c2;
}
.cont-box .banner {
	float: right;
}
.cont-box .banner img {
	display: block;
}
#main {
	overflow: hidden;
	width: 956px;
	margin: 10px 0 0 -12px;
}
.column {
	float: left;
	width: 300px;
	background: url(../images/main-box-middle.gif) repeat-y;
	margin-left: 12px;
	display: inline;
}
.col-bottom {
	overflow: hidden;
	width: 266px;
	padding: 0 19px 13px 15px;
	margin-top: 4px;
	background: url(../images/main-box-bottom.gif) no-repeat 0 100%;
}
.col-title {
	overflow: hidden;
	width: 282px;
	background: url(../images/cont-title-bg1.gif) no-repeat;
	position: relative;
	padding: 8px 0 4px 18px;
}
.col-title h2 {
	margin: 0;
	font-size: 16px;
	color: #fff;
	line-height: 19px;
}
.more-link {
	position: absolute;
	right: 11px;
	top: 9px;
	text-indent: -9999px;
	overflow: hidden;
	width: 41px;
	height: 18px;
	background: url(../images/more-link.gif) no-repeat;
}
.songs {
	width: 100%;
	border-bottom: 1px solid #f4f4f4;
	padding: 8px 0;
}
.bott-box {
	border: none;
	padding: 8px 0 0;
}
.songs:after {
	content:"";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
}
.songs-box {
	width: 185px;
	background: #f4f4f4;
	position: relative;
	padding: 16px 0 14px 81px;
}
.tain {
	width: 185px;
	padding: 9px 0 5px 81px;
}
.songs-img {
	position: absolute;
	left: -3px;
	top: -3px;
	overflow: hidden;
	width: 71px;
	height: 71px;
	padding: 4px;
	background: url(../images/cont-img-shadow1.png) no-repeat;
}
.songs-img img {
	display: block;
}
.songs-text {
	font-weight: bold;
}
.songs-text a {
	font-size: 14px;
	color: #5a718b;
	text-decoration: none;
	line-height: 16px;
}
.songs-text a span {
	font-size: 14px;
	font-weight: normal;
}
.songs-text a:hover {
	text-decoration: underline;
}
.songs-text div {
	margin-top: -1px;
}
.songs-text div a {
	color: #cc7d36;
}
.songs-text span {
	font-size: 11px;
	font-weight: normal;
}
.acc-box {
	overflow: hidden;
	width: 100%;
}
.accordion-toggle {
	margin: 0;
	font-size: 11px;
}
.accordion-toggle a {
	display: block;
	height: 14px;
	background: url(../images/acc-toggle-bg.gif) no-repeat;
	color: #fff;
	text-decoration: none;
	padding-left: 24px;
	margin-top: 1px;
}
.accordion-toggle a:hover,
.accordion-toggle-active a {
	background-position: 0 -14px;
}
.accordion-content {
	overflow: hidden;
	width: 100%;
}
.acc-menu {
	overflow: hidden;
	height: 100%;
	margin: 1px 0 0;
	padding: 0;
	list-style: none;
}
.acc-menu li {
	background: #f4f4f4;
	font-size: 11px;
	color: #595959;
	padding: 2px 0 2px 5px;
}
.acc-menu .none-bg {
	background: none;
}
.acc-menu li a {
	font-weight: bold;
	color: #5a718b;
	text-decoration: none;
}
.acc-menu li a:hover {
	text-decoration: underline;
}
.acc-menu li .by-link {
	font-weight: normal;
	color: #cc7d36;
}
#main .col3 {
	margin-left: 11px;
}
.col3 .col-title {
	background: url(../images/cont-title-bg2.gif) no-repeat;
}
.feature-img {
	overflow: hidden;
	width: 266px;
	height: 71px;
	padding: 4px;
	background: url(../images/cont-img-shadow2.gif) no-repeat;
	margin: 6px 0 -2px -3px;
}
.feature-img img {
	display: block;
}
.col-box {
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #f4f4f4;
	padding-top: 7px;
	margin-top: 8px;
	position: relative;
}
.col-box .more-link {
	right: 1px;
	top: 8px;
	background: url(../images/more-link2.gif) no-repeat;
}
.col-box strong {
	display: block;
	font-size: 14px;
	color: #5a718b;
}
.col-box p {
	margin: 3px 0 0;
	line-height: 18px;
}
.col-box p a {
	color: #5f86ab;
	text-decoration: none;
}
.col-box p a:hover {
	text-decoration: underline;
}
.col3 .acc-menu {
	margin: 11px 0 0;
}
#footer {
	overflow: hidden;
	width: 946px;
	padding: 2px 0 21px 10px;
}
#footer span {
	float: left;
	font-size: 11px;
	color: #8b8b8b;
	margin-top: 2px;
}
#footer .foot-link {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	width: 7px;
	height: 14px;
	background: url(../images/foot-link.gif) no-repeat;
	margin-left: 4px;
}
/* index end */
/* inner1 start */
.inner1 .logo,
.inner2 .logo {
	margin: 0;
}
.inner1 .cont-box {
	overflow: hidden;
	width: 100%;
	background: url(../images/cont-box-middle.gif) repeat-y;
}
.cont-box-top {
	background: url(../images/cont-box-top.gif) no-repeat;
}
.cont-box-bottom {
	overflow: hidden;
	width: 884px;
	padding: 12px 27px 12px 12px;
	background: url(../images/cont-box-bottom.gif) no-repeat 0 100%;
}
.cont-box-img {
	float: left;
	width: 163px;
	height: 101px;
	padding: 4px;
	background: url(../images/cont-img-border.gif) no-repeat;
}
.cont-box-img img {
	display: block;
}
.cont-box-text {
	float: right;
	width: 696px;
	margin-top: 1px;
}
.cont-box-text strong {
	display: block;
	font-size: 16px;
	color: #ffe2c2;
}
.cont-box-text p {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
.cont-box-text em {
	display: block;
	color: #d3dee7;
	font-weight: bold;
	margin-top: 2px;
}
.cont-box-text em a {
	color: #c3e3ff;
	text-decoration: none;
}
.cont-box-text em a:hover {
	text-decoration: underline;
}
.inner1 #main {
	overflow: hidden;
	width: 923px;
	margin: 10px 0 0 0;
}
.col-holder {
	float: left;
	width: 612px;
	margin-top: -9px;
}
.main-box {
	overflow: hidden;
	width: 612px;
	margin-top: 9px;
}
.main-title {
	overflow: hidden;
	width: 594px;
	padding: 8px 0 5px 18px;
	background: url(../images/cont-title-bg3.gif) no-repeat;
}
.main-title h2 {
	margin: 0;
	font-size: 16px;
	color: #fff;
}
.main-middle {
	overflow: hidden;
	width: 612px;
	background: url(../images/main-box-middle2.gif) repeat-y;
	padding-top: 10px;
}
.main-bottom {
	overflow: hidden;
	width: 578px;
	padding: 0 16px 15px 18px;
	background: url(../images/main-box-bottom2.gif) no-repeat 0 100%;
}
.tracks {
	overflow: hidden;
	width: 100%;
	background: url(../images/main-box-middle3.gif) repeat-y;
	margin-top: -5px;
}
.col-tracks {
		float: left;
	width: 266px;
}
.human {
	float: right;
}
.inner1 .songs-box {
	height: 53px;
	padding: 21px 0 0 81px;
}
.inner1 .songs-text a span {
	display: inline;
	font-size: 12px;
	color: #5d5d5d;
}
.inner1 .songs-text a span em {
	color: #5a718b;
	font-style: normal;
}
.inner1 .songs-text span {
	display: block;
	margin: -1px 0 0 1px;
}
.pages {
	overflow: hidden;
	height: 19px;
	background: #c6cfd8;
	margin-top: 19px;
	position: relative;
	padding: 0 24px 0 30px;
}
.pages .arrow {
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 32px;
	height: 19px;
	background: url(../images/arrow-left.gif) no-repeat;
}
.pages .next {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	width: 30px;
	background: url(../images/arrow-right.gif) no-repeat;
}
.pages ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 19px;
}
.pages ul li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
}
.pages ul li a {
	background: #c6cfd8;
	border: solid #a3acb5;
	border-width: 0 1px;
	color: #fff;
	text-decoration: none;
	padding: 2px 13px 2px 11px;
	margin-left: -4px;
}
.hundreds ul li a {
	padding: 2px 5px 2px 3px;
	padding: 2px 4px 2px 4px;
}
.pages ul li a:hover,
.pages ul li a.active {
	color: #d3924b;
	background: #f3e2cf;
	border: solid #b8a794;
	border-width: 0 1px;
}
.bott-main .tracks {
	background: none;
}
#sidebar {
	float: right;
	width: 300px;
}
.inner1 #main .col3 {
	float: none;
	display: block;
	overflow: hidden;
	width: 300px;
	margin-left: 0;
}
.inner1 .col-bottom {
	width: 273px;
	padding: 0 14px 13px 13px;
	margin-top: 14px;
}
.discussion {
	overflow: hidden;
	width: 100%;
}
.disc-box {
	overflow: hidden;
	width: 267px;
	padding: 6px 0 8px 6px;
}
.disc-box p {
	margin: 3px 0 0 3px;
	color: #5b5b5b;
	line-height: 14px;
}
.discussion .pink {
	background: #f4f4f4;
}
.disc-divider {
	overflow: hidden;
	width: 100%;
}
.disc-img {
	float: left;
	width: 28px;
	height: 28px;
	padding: 4px;
	background: url(../images/disc-img-border.png) no-repeat;
}
.disc-img img {
	display: block;
}
.disc-text {
	float: right;
	width: 224px;
	margin-top: 7px;
}
.disc-text span {
	display: block;
	font-size: 9px;
	color: #9dadbb;
	font-weight: bold;
}
.disc-text p {
	margin: 0;
	color: #616161;
}
.disc-text p a {
	color: #d3924b;
	text-decoration: none;
	font-weight: bold;
}
.disc-text p a:hover {
	text-decoration: underline;
}
#sidebar .pages {
	margin-top: 9px;
}
.side-form {
	overflow: hidden;
	width: 248px;
	padding: 8px 13px 9px 12px;
	background: #edf0f2;
	margin-top: 8px
}
.side-form h3 {
	margin: 0 0 7px;
	font-size: 14px;
	color: #5a718b;
}
.side-divider {
	overflow: hidden;
	width: 100%;
	margin-top: 3px;
}
.side-divider label {
	float: left;
	width: 70px;
	color: #424242;
	font-weight: bold;
	margin-top: 2px;
}
.side-divider .text {
	float: right;
	width: 167px;
	padding: 0 4px 1px;
	background: #fff;
	border: 1px solid #9babbb;
	font: 11px Arial, Helvetica, sans-serif;
	color: #424242;
}
.side-divider textarea {
	float: right;
	width: 167px;
	height: 32px;
	padding: 0 4px 1px;
	background: #fff;
	border: 1px solid #9babbb;
	font: 11px Arial, Helvetica, sans-serif;
	color: #424242;
}
.side-form .submit {
	display: block;
	margin: 5px 0 0 71px;
}
.inner1 .banner {
	float: none;
	display: block;
	margin-top: 11px;
}
.foot-box {
	overflow: hidden;
	width: 100%;
	background: #6a8299;
}
.foot-holder {
	overflow: hidden;
	width: 946px;
	padding: 8px 0 7px;
	margin: 0 auto;
}
.foot-holder .audio {
	float: left;
	margin-right: 5px;
	display: inline;
}
.forb {
	float: left;
	width: 125px;
	height: 49px;
	margin-left: 1px;
	background: #8b9daf;
	display: inline;
	padding: 8px 10px 0 11px;
}
.forb strong {
	display: block;
	font-size: 12px;
	color: #fff;
}
.forb p {
	margin: 0;
}
.forb p a {
	color: #e3f2fe;
	text-decoration: none;
}
.forb p a:hover {
	text-decoration: underline;
}
.scroll {
	overflow: auto;
	width: 177px;
}
.amazon {
	width: 131px;
	background: #8b9daf url(../images/amazon-right.gif) no-repeat 100% 0;
}
.ama-link {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 54px;
	height: 15px;
	background: url(../images/amazon-link.gif) no-repeat;
	margin-top: 2px;
}
/* inner1 end */
/* inner2 start */
.inner2 #content {
	overflow: visible;
}
.inner2 #content:after {
	content:"";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
}
.results {
	overflow: hidden;
	width: 901px;
	line-height: 33px;
	background: url(../images/results-bg.gif) no-repeat;
	padding: 0 0 0 22px;
	position: relative;
	margin-top: -2px;
}
.results p {
	margin: 0;
	font-size: 18px;
	color: #fff;
}
.results p strong{
	color: #ffe2c2;
}
.inner2 #main {
	margin: 0 0 0 -13px;
}
.inner2 .main-box {
	float: left;
	width: 455px;
	margin-left: 13px;
	display: inline;
}
.inner2 .main-title {
	width: 437px;
	background: url(../images/cont-title-bg4.gif) no-repeat;
}
.main-title h2 span {
	font-weight: normal;
	font-size: 14px;
	color: #fff5ea;
}
.inner2 .main-middle {
	width: 455px;
	background: url(../images/main-box-middle4.gif) repeat-y;
	padding-top: 14px;
}
.inner2 .main-bottom {
	overflow: hidden;
	width: 422px;
	padding: 0 17px 15px 16px;
	background: url(../images/main-box-bottom3.gif) no-repeat 0 100%;
}
.inner2 .main-bottom .pages {
	margin-top: 12px;
}
/* inner2 end */

/* lightbox */
.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
}
