/*

Grey Blue
#9ba7ab

Dark blue
#9ba7ab

Link Grey Blue
#576772

Link Hover Grey Blue
#a1b3be

Light Blue
#d3eaf9

Light purple
#400463

Dark bottom menu gradient
#576772

Pink
#E600C7

Box Title Dark Grey
#9ba7ab

Yellow
#FFEC8D

Brown Border
#BD6603

*/


html, body{
	height:100%;
	width:100%;
	padding:0;
	margin:0;
}

*{
	padding:0;
	margin:0;
}

body{
	font-size:12px;
	font-family:/*Gill Sans,*/ Helvetica, Arial, Verdana, sans-serif;
	
	color:#666;
	background:url(Images/bg.jpg) repeat-x #000 fixed;
}

button {
  font-family:/*Gill Sans,*/ Helvetica, Arial, Verdana, sans-serif;
}



h1,h2,h3,h4{
	font-weight:bold;
	font-family:Lucida, Helvetica, Arial, Verdana, sans-serif;
}

h1{
	font-size:1.2em;
	line-height:1.6em;
}

h2{
	font-size:1.4em;
	line-height:1.6em;
}

h3{
	font-size:1.2em;
	line-height:1.4em;
}

ul,li{
	list-style-type:none;
}

ul.bul li {
  list-style-type: disc;
  margin-left: 15px;
}
ul.bul a {
  color: #FF21DE;
}

.left {
  float: left !important;
}

a, a *{
	border:none;
	text-decoration:none;
	outline: none;
}

a{
	color:#eb6d19;
}

a:hover{
	text-decoration:underline;
	color:#a1b3be;
}

a.addthis_button {
  float: left;
  margin-left: 10px;
}

h1{
	
}

p.thanks, p.oops {
  background-color: #CCFFCC;
  border: 1px solid #99FF99;
  color: #000;
  font-weight: bold;
  padding: 10px;
}

p.oops {
  background-color: #FFAAAA;
  border-color: #CC3333;
}

.access {

}

.generalPad {
  padding: 0 15px;
}

#user-bar{
	position: absolute;
	line-height:24px;
	top: -100px;
	right: 0px;
	width:295px;
	background:#d1d1d1;
	height:40px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	padding: 0px 10px 0px 10px;
	-moz-box-shadow: 0 0 5px 5px #29023F;
-webkit-box-shadow: 0 0 5px 5px#29023F;
box-shadow: 0 0 5px 5px #29023F;
}

#user-bar li {

	float:left;
	padding: 0px 0;
}

#user-bar ul{
  display: inline;
}

#user-bar ul li a{
  color: #2f034b;
  display: block;
	font-weight:bold;
	padding:0 10px;
	float: none;
	height:33px;
	text-shadow: 1px 1px 1px #fff;
	padding-top:7px; 
}

#user-bar ul li a:hover{
	border-top:3px solid #d98600;
	padding-top:4px;
	text-decoration: none;
}

#user-bar ul li.last a {
  border:none;
}




div#header{
	background:#9BA7AB; /* url(Images/gradient-head.png) repeat-x; */
	position: relative;
    z-index: 100;
}

div#logo{
	
width: 203px;
height: 135px;
position: absolute;
left: -0px;
top: -83px;
z-index: 101;	
}

div#logo img{
	width:100%;
}

div.welcome{
  float: left;
  font-weight: bold;
	color:#fff;
	margin-top:18px;
}

div.welcome form {
    float: left;
    
}

div.welcome #search-button{

}

div.welcome #SearchTerm {
  background-color: #535353;
  border: 0 none;
  float: right;
  margin: 6px 10px 0 6.25%;
  padding: 4px 5px;
  width: 130px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color:#fff;
}


body .gradient {
  bottom: -41px  !important;
}

#top-nav .gradient {
  bottom: auto !important;
}

div#top-nav{
	display:block;
	width:100%;
	border: 1px solid #9ba7ab;
	border-width: 1px 0;
	height:75px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
}

div#banner-ad{
	height:150px;
	overflow:hidden;
	background:#400463;
}  
div#banner-ad img{
  width: 956px;
}                  
#message-area {
  background-color: #efefef;
	border: 1px solid #9ba7ab;
	border-width: 1px 0;
	color: #666;
	padding: 10px 15px;
	display: none;
}

#main-nav {   
    display: inline;
  margin-left: 200px;
  float: left;
}

#main-nav li{
	float:left;
	position:relative;
}

#main-nav>li>a{
  
   display:block;  
	text-align:center;
	font: normal 1.1em Arial;
	float:left;
	overflow:hidden;
	color:#333;
	height:45px;
	padding:30px 18px 00px 18px;

}

#main-nav>li>a:hover{
background: #f8f8f8;
border-top:3px solid #d98600;
padding-top:27px;
}

#main-nav li a.current{
	background: #ff21de;
	color: #fff;
	text-decoration:none;
}

#main-nav li ul.sub-nav{
	position:absolute;
	width:10em;
	top:0px;
	z-index:100;
	display:none;
	border-left:solid #aaa 1px;
	border-right:solid #aaa 1px;
	border-bottom:solid #aaa 1px;
	background:#000;
}

#main-nav li:hover ul.sub-nav{
	/* display:block;   */
}

#main-nav li .sub-nav li{
	width:100%;
}

#main-nav>li>div {
  clear: left;
  float: left;
  height: 1px;
  position: relative;
  display:none;
}

#main-nav li .sub-nav li a{
	padding:0;
	background:#111;
	width:100%;
	border:none;
	font-weight:normal;
}

#main-nav li .sub-nav li a:hover{
	background:#E600C7;
}

#wrapper-all {
    margin-top: 100px;
    float: left;
    width: 100%;    

}


#wrapper-content{
    position:relative;
	margin: 0 auto;
	width:955px;
}

#content{
    position: relative;
	width:100%;
	border:none;
	border-spacing:0;
/*	background:url(Images/shadow.png) repeat-x #fff;*/
/*	background:url(Images/shade-menu.png) repeat-x #576772; */
	background:#fff;
	
}

#content td{
	vertical-align:top;
}

col.rightcol{
	width:220px;
}

col.leftcol{

}

td.leftcol a:hover{
	color:#E600C7;
}

td.rightcol{

}

.leftcol .box .title{
	border:0 none !important;
}

td.leftcol .box h2{
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

td.leftcol .box .body {
  padding-bottom: 5px;
  min-height: 1px;
  -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border:0 none !important;
background: #eee;
}

td.leftcol ul{
  margin-bottom: 15px;
}

.home col.leftcol{
	width:12px;
}

.page col.leftcol{
	width:180px;
}

col.maincol{
	background:url(Images/shadow.png) repeat-x #eee;
	background:#fff;
	width:auto;
}

td.maincol{
	padding:15px 15px 15px  0;
}

td.leftcol .box{
	width:170px;
}

.intro{
  color: #333;
  font-size: 16px;
	text-align: left;
	padding:1em;
}

td.leftcol .box{
	width:170px;
}


td.maincol .box{
	margin:0 0 15px 0;
	background:#fff;
}

td.maincol .with-right {
  margin-left: 1em;
}

.feature{
	margin:2em 3em;
}

.box .title{
	font-family:'beta'/*Gill Sans*/ Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	color:#9ba7ab;
	padding:5px 9px 4px 7px;
	text-transform: uppercase;
}

.maincol .box .title{
/*	border-top:1px solid #a1b3be;
	border-left:1px solid #a1b3be;
*/
border-bottom: 1px dotted #ddd;
color: #eb6d19;
margin-bottom: 15px;
text-transform:uppercase;
font-weight:normal;
}

h1.title a.info {
  margin-top: 3px !important;
}

.maincol .view .title{
	color:#fff;
}

.maincol .view .title span {g
  font-size: 1em !important;
  text-transform: capitalize;
}

.page-title{
	margin-right:20px;	
}

.maincol .box .title .normal-title{
	font-size:.8em;
}

.maincol .box .title a.info, .maincol .box .title a.more{
	min-height:1em;
}

.maincol .box .body{
padding: 0 0 0 15px;
	min-height:250px;
	width: 710px;
}

.nocol .maincol .box .body {
  width: 898px;
}

.rightcol .box .title, .leftcol .box .title{
    border: 1px solid #A1B3BE;
    border-width: 1px 1px 0 1px;
	font-size:1.2em;
	line-height:1.6em;
	min-height:1.6em;
/*	border-left:solid #9ba7ab 1px;
	border-top:solid #9ba7ab 1px;
	border-right:solid #9ba7ab 1px;
	background:url(Images/gradient-title.png) repeat-x; */
	background:#EEEEEE;
	color:#FF21DE;
}

.rightcol .box .title .info, .leftcol .box .title .info, .rightcol .box .title .info, .leftcol .box .title .info{
	line-height:1em;
	margin-top:.2em;
}

.rightcol .box .body, .leftcol .box .body{
	border: 1px solid #A1B3BE;
	color:#9ba7ab;
	padding:10px;
	min-height:150px;
}

.rightcol .box .foot, .leftcol .box .foot{
	display:block;
/*	background: url(Images/foot-left.png) bottom left no-repeat;
	border-bottom:#9ba7ab solid 1px;*/
}

.leftcol .box{
	background:#fff;
	margin:15px;
}
.rightcol .box{
	background:#fff;
	margin:1em 1em;
}

.leftcol .box img, .rightcol .box img{
	width:100%;
}

.leftcol .box .title, .rightcol .box .title{
	font-weight:bold;
}

ul#featured{
	text-align:left;
   float: left;
   width: 100%;
}

ul#featured li{
	float:left;
	width:290px;
	overflow: hidden;
	margin:0 5px 10px 0;
	position:relative;
}
ul#featured.home li {
  width: 290px;
}

ul#featured li li, ul#featured.home li li {
  width: auto;
}

ul#featured li.buy a { 
  float: left;
}
ul#featured li.clear {
  clear: left;
}

ul#featured li li {
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  
}

ul#featured li ul, ul#featured li div{
	float:left;
	position:relative;
	width: 184px;
}

ul#featured li div.pic, img.thumbnail{
	width:100px;
	height:680x;
	margin-right: 10px;
	position: relative;
}

ul#featured div.pic c {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0px;
  top: 0px;
  text-indent: -9999px;
  display: block;
  background-color: transparent;
  padding:0px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
}



ul#featured div.pic .buybtn:hover {
	background: #FF21DE;
  text-indent: 0px;
  
}

ul#featured li ul.info{
	width:115px;
  height: 100px;
  overflow: hidden;
}

ul#featured.home ul.info {
  width: 180px;
}

ul#featured li ul.info li{
	display:block;
	padding: 0 0 6px 0;
	line-height:1em;
}

ul#featured li ul.info li.artist{
	color:#FF21DE;
	font-weigght:bold;
}

ul#featured li ul.info li.label{
	color:#333;
	font-weight:normal;
	line-height: 1em;
}

ul#featured li ul.info li.item-title{
	font-weight: bold;
} 

ul#featured li ul.info li.item-title a {
  color: #576772;
  text-decoration: underline;
}

ul#featured li ul.info li.style,
ul#featured li ul.info li.format {
  color: #666;
  font-size: 11px;
}

ul#featured li ul.info li.format br {
  display: none;
}

#featured li div img{
	width:100%;
}

#featured li div a{
	visibility:hidden;
	display:block;
	font-size: 20px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
	padding: 0;
	text-align:center;
	line-height:100px;
	overflow: hidden;
	color:#fff;
	font-weight:bold; 
}


#featured li div:hover a{
	visibility:visible;
}
#featured li div a:hover{
	text-decoration:none;
}

#genre-lists{
	width:100%;
}

#genre-lists div.list{
	float:left;
	width:29%;
	padding:0 2%;
}

#genre-lists div.list h2{
  color: #FF21DE;
  margin-bottom: 5px;
}

#genre-lists div.list ul{

	border:1px solid #aaa;
	padding:.5em 1em;
/*	background:#eee; */
}

#genre-lists div.list ul li{
	border-bottom:1px solid #aaa;
	padding:.1em 1em;
}

#genre-lists div.list ul li:last-child{
	border:none;
}

#genre-lists div.list ul li:hover{
	background: #E600C7 url(Images/button-gradient.png) repeat-x;
}

#genre-lists div.list ul li a{
  color: #576772;
	display:block;
}

#genre-lists div.list ul li:hover a{
	color:#fff;
	text-decoration:none;
}

#cart-items{

}

#cart-items li{
	height:60px;
	border-bottom:solid #aaa 1px;
	margin:0 0 5px 0;
}

#cart-items img{
	width:50px;
	float:left;
	margin:0 .2em 0 0;
}

#news img{
	margin:1em 0;
}

#footer{
	width:100%;
	clear:both;
	background:#9ba7ab;
	padding: 5px 0 11px;
}

#footer ul{
	padding:0 1em;
}

#footer a.addthis_button{
  float: none;
  position: relative;
  top: 4px;
}

#footer *{
	display:inline;
}

#footer a {
  color: #576772;
  text-decoration: underline;
}

#footer a:hover {
  color: #fff;
}

#footer a.rss{
	padding:0 0 0 20px;
	background:url(Images/button-rss.png) no-repeat center left;
	margin:0 1em 0 0;
}

.spacer{
	display:block;
	clear:both;
	height:1px;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

a.info{
	color:#444;
	font-size: 11px;
	}


a.more, a.checkout, .buybtn, a.detailsbtn{
	float:right;
	color:#9ba7ab;
	font-size:11px;
	line-height:1.2em;
	padding:.2em 1em;
	font-weight:normal;
}

a.more, a.checkout{
	border:solid 1px #E600C7;
	background: url(Images/gradient-user.png) repeat-x;
}

input.buybtn {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.buybtn:hover {
  background-color: #000;
  text-decoration: none;
  color: #fff;  
}

.buybtn, a.detailsbtn{
	background: #FF21DE;
	border: none;
	color: #fff;
	font-weight: bold;
	line-height: 14px;
}

a.detailsbtn {
  background: #9BA7AB;
  color: #fff;
}

span.date{
	font-size:10px;
	float:right;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

/*CSS for specific pages*/

/*CSS record page*/

table.record-details{
	margin:1em;
	display:block;
}

table.record-details td{
	padding:0 1em;
}

span.track-position{
	display: block;
	float: left;
	width: 3em;
}

.label{
	text-align: left;
	color:#9ba7ab;
	font-weight:bold;
}

.buy-record{
	float: left;
	padding: 10px 0;
}

img#imageLarge
{
	margin: 5px;
}


/*CSS artist page*/

h1.artist img{
	float:right;
	margin:.5em;
	border:solid 3px #576772 ;
}

span.list-head{
    color: #400463;
	font-weight:bold;
	display:block;
	cursor:pointer;
	min-height:1em;
	padding-bottom: 4px;
}

span.artist-name, span.artist-profile{
	font-weight:bold;
	color:#9ba7ab;
}

table.artist-releases{
	clear:both;
}

table.artist-releases a{
	color:#9ba7ab;
}

table.artist-releases a:hover, #artist-links a:hover{
	color:#E600C7;
}

table.artist-releases, table.artist-releases *{
	border:none;
	padding:0;
	border-spacing:1px;
}

table.artist-releases th, table.artist-releases td{
	padding:.2em;
}

table.artist-releases tr.section-head{
	background:#9ba7ab;
	color:#fff;
	border:solid 1px #9ba7ab;
	text-align:left;
}

.page .record-image{
	float:left;
	margin:1em;
}

.page .record-buy{
	float:right;
	margin:0 1em 1em 0;
}

.page .label{
	margin-left:100px;
}

.page .label span{
	font-weight:bold;
}

.page .track{
	/*margin-left:120px;*/
}

/*
For Genres page
*/

div.sorters, div.filters, div.paginator{
	margin:0 0 .5em 0;
	background:#eee;
	padding:.5em;
}

div.sorters p, div.filters p{
	color:#9ba7ab;
	font-weight:bold;
	line-height:1.6em;
}

span.filter{
	margin:0 0 0 1em;
}

div.sorters a{
	margin:0 0 0 1em;
}

div.sorters a:hover, div.filters a:hover{
	color:#E600C7;
}

div.paginator a:hover{
	color:#E600C7;
}

div.pagelinks{
	display:inline;
	text-align:center;
	float:right;
}

table.genre{
	border-collapse:collapse;
	padding:0 1em;
}

table.genre tr{
	border-top:solid 1px #aaa;
}

table.genre td{
	padding:1em 1em;
}

table.genre td span.price{
	font-weight:bold;
}

table.genre .section-head th{
	color:#fff;
	background:#9ba7ab;
	border-left:#fff solid 1px;
	border-right:#fff solid 1px;
}

table.genre td input, table.genre td a.info{
	display:block;
	float:none;
	margin:.5em 0;
}

table.genre td a:hover{
	color:#E600C7;
}

table.genre td a.info:hover{
	color:#9ba7ab;
}

/*
Register styles
*/

table.user-registration{
	width:100%;
	border:0;
	border-collapse:collapse;
	border-spacing:0;

}

table.user-registration a:hover{
	color:#E600C7;
}

table.user-registration td{
	padding:.5em 0 .5em 0;
}

table.user-registration col.field{
	width:20%;
}

table.user-registration col.inputs{

}
table.user-registration col.help{
	width:30%;
}

table.user-registration tr td:first-child{
	font-weight:bold;
	text-align:left;
}                           

table.user-registration input{
	width:200px;
	border:solid 1px #576772;
	padding:.4em;
	background: url(Images/gradient-body.png) repeat-x;
}

table.user-registration #data_Address_PostCode {
  width: 100px;
}

table.user-registration #rememberMe {
  width: auto;
}

#register .buybtn {
  float: left;
  margin: 10px 10px 0 0;
}
table.user-registration td.numericTextBox a.buybtn {
margin-left: 10px;
display: inline;
  float: none !important;
}
/* For Pimp My Records Numeric Text Boxes */
table.user-registration td.numericTextBox input{
	width:10%;
}
span.x, table.user-registration td.numericTextBox span {
  font-size: 16px;
  font-weight: bold;
  padding: 7px 5px 0 5px;
}

table.user-registration td.numericTextBox span {
  font: normal 12px Arial;
}

table.user-registration td.numericTextBox select {
  margin: 4px 0;
}

#PimpMyRegistration td
{
	vertical-align: top;
}

#PimpMyRegistration td.numericTextBox * {
  float: left;
}

#PimpMyRegistration td.numericTextBox .buybtn {
  float: right !important;
  margin: 5px 12px;
  display: inline;
}

#PimpMyRegistration td.numericTextBox select.year {
  width: 60px;
}

#PimpMyRegistration td button
{
	margin-left: 2em;
}

td.register-help p{
	border:solid 1px #576772;
	background:#eee;/*#400463;*/
	display:block;
	padding:.2em;
	
}

span.field-validation-error, .validation-summary-errors
{
	display: block;
	color: 	#ff0000;
}

/*
User detail styles
*/

div#account table{
	width:100%;
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 1em 0;
}

table.user-details a:hover{
	color:#E600C7;
}

table.user-details td{
	padding:.5em 0 .5em .5em;
}

table.user-details col.field{
	width:20%;
}

table.user-details col.inputs{
	width:30%;
}
table.user-details col.help{
	width:auto;
}

table.user-details tr td:first-child{
	font-weight:bold;
	text-align:left;
}

table.user-details input{
	width:90%;
	border:solid 1px #576772;
	padding:.4em;
}

table.user-details a.info{
	float:none;
}

p.account-header{
	font-weight:bold;
	padding:.2em;
	color:#E600C7;
}

p.account-header a.info{
	line-height:1em;
	position:relative;
	top:-.4em;
}

div#account table{
	width:100%;
}

div.account-section{
	border:solid 1px #aaa;
}

div.account-section th{
	border-bottom:solid 1px #aaa;
	background:#eee;
}

div.account-section table th, div.account-section td{
	text-align:left;
	padding:0.2em 0.5em;
}

td.advanced-help p{
	border:solid 1px #576772;
	background:#eee;/*#400463;*/
	display:block;
	padding:.2em;
}

/*
Cateogries
*/

.category-list{
	display:block;
	border:solid #aaa 1px;
	padding:1em;
}

.category-list li{
	border-bottom:#aaa solid 1px;
}

.category-list li:last-child{
	border-bottom:none;
}

.alt{
	background:#eee;
}

.category-list a{
	display:block;
}

.category-list a:hover{
	color:#E600C7;
}

/*

*/

table.cart{
	border-collapse:collapse;
	padding:0 1em;
	width:100%;
}

table.cart tr{
	border-top:solid 1px #aaa;
}

table.cart td{
	padding:1em 1em;
}

table.cart td span.price{
	font-weight:bold;
}

table.cart .section-head th{
	color:#fff;
	background:#9ba7ab;
	border-left:#fff solid 1px;
	border-right:#fff solid 1px;
}

table.cart td input, table.cart td a.info{
	display:block;
	float:none;
	margin:.5em 0;
}

table.cart td a:hover{
	color:#E600C7;
}

table.cart tr{
	border-left:solid 1px #aaa;
	border-right:solid 1px #aaa;
}

table.cart tr:last-child{
	border-bottom:solid 1px #aaa;
}

table.cart td a.info:hover{
	color:#9ba7ab;
}

.cart-box .price{
	font-size:14px;
	color:#576772;
	font-weight:normal;
	float:right;
	padding-right:1em;
	color:#9ba7ab;
	margin:1em;
}

.cart-box a.info{
	display:inline;
	width:4em;
	text-align:center;
}

/* Search Results Styles */

#filterTable {
  clear:left;
}

.searchOptions
{
	/*background: #eee;*/
	padding: 10px;
	margin: 0;
	overflow: hidden;
	display: block !important;
}

.searchOptions .spacer {
  display: none;
}

.searchOptions.bottom {
  border-top: 1px solid #ccc;
  padding-top: 20px;

}

.searchOptions #SearchTerm {
  padding: 1px 0;
  margin-right: 5px;
}

.searchOptions * {
  float: left;
}

.searchOptions select *, .pageSize *, .pageLinks * {
  float: none;
}

.pageSize a, .pageLinks a {
  color: #FF21DE;
}

.searchOptions #SearchType {
  margin-right: 5px;
}

.searchOptions .optionTitle
{
	font-weight:bold;
	font-family:/*Gill Sans,*/ Helvetica, Arial, Verdana, sans-serif;
	color:#9ba7ab;
}

.searchOptions #search-button{
	position:relative;
	top:6px;
}

.searchOptions .optionLabel
{
	text-align: right;
}

.searchOptions #PriceFrom,
.searchOptions #PriceTo {
margin-right: 10px;
  width: 40px;
}

h2.search {
   color: #FF21DE;
   line-height: 1em;
   margin-bottom: 5px;
}

.searchOptions label {
  margin-right: 10px;
  font-weight: bold;
}

#filterTable tr
{
	display: table;
}

#filterTable td.optionLabel
{
	width: 70px;
	vertical-align: middle;
}

select#Genre, select#Style
{
	width: 147px;
	margin-right: 10px;
}

a.selectedPageSize
{
	font-weight: bold;
}

.pageSize
{
	float: left;
}

.pageLinks
{
	float: right;
}

#filters {
  border:1px solid #ccc;
  margin-bottom: 15px;
  width: 100%;
  margin-right: 10px;
  display: block !imoportant;
  background: #eee;
}

table#results
{
	display: block;
	border-collapse:collapse;
	border:1px solid #ccc;
	border-spacing:0 0px;
	/*width: 710px;*/
	table-layout: fixed;
	margin-right: 10px;
}

table#results thead
{
	background: #eee;
}

table#results thead td {
  border-bottom: 1px solid #ccc;
}

table#results td
{
	padding: 10px 5px 10px 0;
}

table#results td.bottom {
  padding-top: 0;
}

table#results .thumbnail {


}

table#results .buttons {
  float: right;
  padding-right: 5px;
}

table#results .buttons a {
  clear: right;
  margin-bottom: 5px;
  width: 90px;
  text-align: center;
}

table#results .listing {
  float: left;

  margin-right: 10px;
} 

.light_grey{
	color: #999;
}


.listing ol {
  color: #FF21DE;
  padding-left: 22px;
  
}

table#results .listing h3 {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

.listing ol li {
  list-style-type: decimal;
}

.view ol li {
  list-style-type: none;
}


.listing ol li span {
  color: #999;
}

.view ol li span.position {
  color: #FF21DE;
  width: 20px;
  display: block;
  float: left;
}

.view ol li span {
  color: #666;
}

.view ol {
  margin-left: 0;
}

table#results td img.sort
{
	margin-right: 5px;
}

table#results td.pic {
  width: 85px;
}

table#results td.artist
{
  color: #666;
  font-weight: bold;
  text-transform: lowercase;
	width: 20%;
	text-transform: capitalize;
}

table#results td.artist div.tracklist
{
	font-size: x-small;
}

table#results td.listingTitle
{
	width: 23%;
}

table#results td.listingTitle a {
  color: #FF21DE;
  text-decoration: underline;
}

table#results td.listingLabel
{
  color: #666;
	width: 20%;
}

table#results td.mediaCondition
{
	width: 20%;
}

table#results thead span {
  color: #FF21DE;
  font-size: 12px;
  font-weight: bold;
}

table#results a.up, table#results a.down {
  background: #666 url(Images/arrow-up.png) no-repeat 2px 4px;
  display: block;
  float: left;
  height: 12px;
  margin-right: 2px;
  text-indent: -9999px;
  width: 12px;
}

table#results td.price {
  width: 13%;
}

table#results td.price span {
  padding-right: 10px;
}

table#results a.up:hover, table#results a.down:hover {
  background-color: #FF21DE;
}

table#results a.down {
  background-image: url(Images/arrow-down.png);
  margin-right: 5px;
}

table#results td.buy
{
	width: 13%%;
	text-align: center;
}

img.thumbnail
{
	display: block;
	margin: 0 10px;
	text-align: center;
}

table#results td.buy a
{
	float: none;
	/*margin-right: 10px;*/
	padding-left: 20px;
	padding-right: 20px;
}

.resultsInfo
{
	padding: 0px 0px 2px 0px;
}

.resultsLabel
{
	text-align: left;
	font-weight:bold;
}

.tracklistingLabel, .tracklistingDetail
{
	float: left;
}

.tracklistingDetail
{
	margin-left: 20px;
}

/* POPUP */

body.popup .maincol .box .body {
  padding-right: 10px;
  width: auto;
}

/* TIM */

@font-face{
	font-family: 'beta';
	src: url(Fonts/beta.ttf);
}

#main-nav>li>a{
	font-family: 'beta';
	text-transform: uppercase;
}

#main-nav>li>a:hover{
	color: #eb6d19;
	text-decoration: none;
}

#new_drop{
position:absolute !important;
top:75px;
left:0px;
background:#371E60;
border:5px solid #C0C0C0;
padding:3px 10px 10px 10px;
z-index: 999;
-moz-border-radius-bottomright: 15px;
border-bottom-right-radius: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-left-radius: 15px;
height:auto !important;
width:420px !important;
display: none;
}

#new_drop.back_cat{
	width:440px !important;
}
#new_drop.under_fiver{
	width:440px !important;
}

.parent{
	clear: both;
	font-weight: bold;
	color:#fff;
	float:left;
	margin-top:7px;
	display: block;
	margin-bottom: 3px;
}

.child{
	clear: both;
	font-weight: normal;
	color:#cdc0ef;
	float:left;
	margin-left:10px;
	margin-bottom: 5px;
}

.drop-col{
	float:left;
	border-right:1px dotted #fff;
	padding-right:10px;
	margin-right:10px;
	height:auto;
	width:auto;
}

.drop_down .drop-col:last-child{
	border-right:0 none;
	padding-right:0px;
	margin-right:0px;
}

.celeb_item{
	float:left;
	display: block;
	height:200px;
	width:297px;
	margin-right:12px;
}

#footer{
	background: url(../Content/Images/footer_bg.jpg);
	padding: 40px 0px 25px 0px;
}

#footer div{
	float: left;
}

.share_btn{
	width:100px;
	margin: 80px 0px 0px 40px;
}

.footer_menu{
	margin-right: 30px;
	width:160px;
}

.footer_menu #main-nav{
	margin-left: 0px !important;
}

.footer_menu ul li{
	clear: both;
	height:17px !important;
}

.footer_menu ul li a{
	padding:0px !important;
	color: #fff !important;
	height:25px !important;
	text-decoration: none !important;
}

.footer_menu ul li a:hover{
	background:none !important;
	border-top:0 none!important;
	padding-top:0!important;
}

.footer_about{
	width:290px;
	margin-right: 20px;
}

.footer_contact{
	width:250px;
}

#footer{
	color: #fff;
}


#footer form{
	margin-left: 10px;
}

#footer p{
	color:#8a8581;
	line-height: 13px;
}
#footer h2{
	font-family: 'Beta';
	display: block;
	text-transform: uppercase;
	font-size: 13px;
}

/* Comments on styles purpose in the source code */
#viewport{
        width: 240px;
        overflow:hidden;
}
#viewport ul{
        position: relative;
        padding: 0;
}
#viewport li{
        width: 100px;
        height: 50px;
        float: left;
        list-style: none;
}

<!--
.infiniteCarousel {
  width: 928px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 840px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 181px;
  margin: 0 40px;
  position: ;
  top: 0;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: ;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 187px;
  width: 263px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(Images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 77px;
  cursor: pointer;
  
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

#footer script{
	display: none !important;
}


.test_col{
	width:237px;
	float:left;
	margin-right:15px;
}
.test_cont{
	
	display: block;
	
	background: #E6E6E6;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 20px;
}

#test_wrap{
	margin-left:-15px;
	width:756px;
}
.test_copy{
	padding: 0px 12px 12px 12px;
}

.test_see_more, .test_see_less{
	margin-top: 10px;
	display: block;
}

.blurb_cont {
	line-height: 14px;
	margin-bottom: 20px;
}

.blurb_cont p{
	margin-bottom:20px;
}
.blurb_cont img{
	float:left;
	margin-right:20px;
}


.pagelinks{
	margin-top: 10px;
}

.pagelinks a, .pageLinks a{
	height:25px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #eee;
padding: 5px 5px 5px 7px;
margin-right: 2px;
}

.pagelinks a:hover, .pageLinks a:hover{
	background:#ccc;
	color: #000;
	text-decoration: none;
}

#filters{
		-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border:0 none;
}

.footer_menu ul li a.current{
	background: none !important;
}


.row{
	float: left;
	clear: both;
	border-bottom: 1px solid #eee;
	padding-left: 10px;
	padding-top: 10px;
	width:100%;
}



.row_top, .row_bottom{
	float: left;
	clear: both;
}

.row .thumbnail{
	margin-left: 0px;
}

.row_top{
	margin-bottom: 10px;
	cursor: pointer;
}

.row_bottom .track{
	margin-left: 0px;
}

#results .buybtn{

	display: block;
	text-align: center;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-top:8px;
width:100px;
}

.row_bottom {
	margin-bottom: 20px;
	display: none;
}



.row_bottom .cell{
	width:153px;
}


.myfull{
	width:100% !important;
}


.footer_right{
	width:26px;
	height:215px;
	background: url(images/footer_right.png);
	float: right !important;
	margin-top: -40px;
}

.footer_search .footer_col{
	width:900px !important;
	margin:0 auto !important;
	display: block !important;
}


.artist a, .listingTitle a, .listingLabel a{
	color: #666 !important;
	text-decoration: underline
}


.listing_body{
	background: url(images/listing_header.jpg) #fafafa no-repeat;
	padding-top: 100px !important;
}

.listing_body h1{
	color: #000;
	display: block;
	margin-left: 200px;
}
.listing_body .normal-title, .listing_body .page-title{
	color: #000;
}

.listing_rowTwo{
	clear: both;
	display: block;
	width:780px;
	margin-bottom: 20px;
}

.listing_rowTwo > div{
	float: left;
}

.listing_pic{
	width:187px;
	margin-left: 20px;
}

.listing_meta{
	width:250px;
	margin-right: 20px;
}
.listing_notes{
	width:270px;
	line-height: 15px;
	font-size:11px;
}
.listing_ul li{
	margin-bottom: 5px;
}
.listing_rowThree{
	margin-left: 20px;
}
body.popup, body.popup #content{
	background: #fafafa;
}
.listing_tracks{
	width:459px;
	float: left;
}
.listing_buy{
	width:200px;
	float: left;
	background:#ebebeb;
	padding: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.listing_buy .buybtn{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width:100px;
height:20px;
text-align: center;
padding-top: 10px;
}

.listing_price{
font-size: 24px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
