

/********** layout ***************/

body {
  	background:url(images/mainbg.gif);
  	background-repeat: repeat-x;
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	color: #2E2E2E;
  	margin: 10px 100px 10px 100px;
	}
	
#wrapper {
  background:#FFFFFF;
  border:1px solid #8A0008;
  height:100%;
  width:913px;
  margin:auto;
}	

#content{
	float: left;
  width: 520px;
  margin-top: 10px;
  background:#FFFFFF;
}

#leftColumn{
	float: left;
	width: 195px;
	margin-top: 10px;
	margin-left: 2px;
	margin-bottom:5px;
	padding: 0px 0px 0px 0px;
	background: #FDFCFA;
	display:inline;
}

#navList {
  position:relative;
  height:62px;
  }
  

#rightColumn{
  float:right;
	width: 184px;
	margin-top: 10px;
	margin-right: 2px;
	_margin-right:1px;
	margin-bottom:5px;
	padding: 0px 0px 0px 0px;
	background: #FDFCFA;

}

/********** links, headings, lists, labels, text etc. *************/

.smallText, SPAN.smallText, P.smallText {
  	font-size: 10px;
	}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: disc;
 margin-left:5px;
 padding-left:5px;
}

ul ul{
 list-style-type: disc;
 margin-left:5px;
 padding-left:5px;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #525252;
}

.linebreak {
  line-height:5px;
  }
  
.clearBoth {
  clear:both;
  }
  
.leftPageResults {
  font-size:10px;
  float:left;
  width:35%; 
  padding-left:12px
  color:#ffffff;
  }
  
.rightPageResults {
  font-size:10px;
  float:right; 
  text-align:right; 
  width:65%
  color:#ffffff;
  }

  
A.pageResults {
    font-size:10px;
  	color: #ffffff;
	}

A.pageResults:hover {
    font-size:10px;
  	color: #0000FF;
  	background: #FFFF33;
	}
	       

/********* header ************/

#header{
  padding: 10px 0px 0px 0px;
	width: 100%;
	background:url(images/header.gif);
	background-repeat: repeat-x;
	position:relative;
	height:243px;
  }
  
#headerNav{
  position:absolute;
  bottom:3px;
  left:0px;
  margin-top:0px;
  margin-left:20px;
  height:20px;
  background:transparent;
  padding: 10px 5px 5px 5px;
  color: #8F8F8E;
  }
  
.headerButtons {
 height:18px;
 text-align:center;
 color:#323232;
 
 }
 
.loginButtons {
 margin-left:5px;
 margin-top:5px;
 margin-bottom:5px;
 height:18px;
 padding: 3px 8px 5px 8px;
 text-align:center;
 font-weight:bold;
 color:#ffffff;
 }
.navButtons {
 float:left;
 margin-right:1px;
 margin-bottom:1px;
 border:1px solid #CEB59B;
 background:#EDE1D5;
 height:10px;
 padding: 3px 10px 5px 10px;
 text-align:center;
 display:table-cell;
 width:37.9888%;
 }
 
#headerFlash {
  position:absolute;
  top:71px;
  left:208px;
  }
 
#news {
 
  }
  
#newsList {
 margin-top:6px;
 }
 
.welcome {
 font-size:10px;
 font-weight:bold;
 text-align:center;
 height:15px;
 padding: 3px; 0 0 0;
 color:#ffffff;
 background: #D09F5E;
 width:186px;
 border-top:1px solid #000000;
 border-left:1px solid #000000;
 border-right:1px solid #000000;
 border-bottom:1px solid #515151;
 }      

.listItems {
  width:175px;
  position:relative;
  padding-left:5px;
  font-size:9px; 
  height:20px;
  padding-top:8px;
  border-bottom: 1px dotted #000000;
 }
  

#headerInfo {
 	font-family: Tahoma, Verdana, Arial, sans-serif;
 	background: #00ff00;
 	color: #ffffff;
 	font-weight: bold;
 	text-align: center;
	}
  
#breadCrumb{
	font-size: 100%;
	padding: 0px 0px 2px 10px;
	color: #ffffff;
	background:url(images/navbg.gif);;
  }

#breadCrumb a{
	font-size: 80%;
	padding: 2px 0px 0 0px;
	color: #ffffff;
  } 
  
#currencies {
  position:absolute;
  top:35px;
  right:260px;
  }

.currencyMenu {
  width:120px;
  }
  
#languages {
  position:absolute;
  top:38px;
  left:30px
  }
  
#cartbg {
  position:absolute;
  top:15px;
  right:0px;
  margin-top:5px;
  width:187px;
  height:50px;
  padding-left:10px;
  }       

#headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  background: #ff0000;
 	color: #ffffff;
 	height:15px;
 	font-weight : bold;
 	text-align : center;
	}

#messageStackError, #messageStackWarning { 
	font-size: 90%; background-color: #ffb3b5; 
	}

#messageStackSuccess { 
	font-size: 90%; background-color: #99ff00; 
	}	

/********** footer ************/

#footer{
  position:relative;
	clear: both;
	border-top:1px solid #6F6F6F;
	background:#ffffff;
	background-repeat: repeat-x;
	font-size: 10px;
	color: #FBCC03;
	text-align:center;
	height:120px;
  }

#footerNav{
	font-size: 100%;
	border-bottom:1px solid #CCCCCC;
	padding: 0px 0px 2px 10px;
	color: #525252;
	background:url(images/navbg.gif);

  }

#footerNav a{
	font-size: 10px;
	color: #525252;
  }

.banner{
  text-align:center;
  vertical-align: middle;
  }

  
  
/********* boxes *************/

.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
  background:transparent url(images/boxbg2.png) bottom right;
  background-repeat:no-repeat; 
  }  

.cssbox { 
  padding-right: 10px; 
  margin: 2px auto;
  position:relative;
  height: 1%; 
  }

.cssbox_head { 
  background-position: top right; 
  margin-right: -10px;
  padding-right: 25px;
  } 

.cssbox_head h2 { 
  background-position: top left; 
  margin: 0;
  border: 0;
  font-size:11px;
  font-weight:normal; 
  color:#2E2E2E; 
  font-family:arial;
  padding: 10px 0px 15px 35px;
  height: 35px; 
  height: 1%; /* IE Holly Hack */
  }

.cssbox_head a  {
  font-size:11px;
  font-weight:normal; 
  color:#2E2E2E;
  } 

.cssbox_body {
  background-position: bottom left; 
  padding: 10px 0px 10px 1px;
  height: 1%;
 
  }
  
.cssbox2, .cssbox_body2, .cssbox_head2, .cssbox_head2 h2 { 
  background:transparent url(images/boxbg.png) bottom right;
  background-repeat:no-repeat; 
  }  

.cssbox2 { 
  padding-right: 10px; 
  margin: 2px auto;
  position:relative;
  height: 1%;  
  }

.cssbox_head2 { 
  background-position: top right; 
  margin-right: -10px;
  padding-right: 25px;
  } 

.cssbox_head2 h2 { 
  background-position: top left; 
  margin: 0;
  border: 0;
  font-size:11px;
  font-weight:normal; 
  color:#2E2E2E; 
  font-family:arial;
  padding: 10px 0px 15px 35px;
  height: 30px; 
  height: 1%; /* IE Holly Hack */
  }

.cssbox_head2 a  {
  font-size:11px;
  font-weight:normal; 
  color:#2E2E2E;
  } 

.cssbox_body2 {
  background-position: bottom left; 
  padding: 5px 0px 10px 1px;
  height: 1%;
 
  } 

.cssbox3, .cssbox_body3 { 
  background:transparent;
  background-repeat:no-repeat; 
  }  

.cssbox3 { 
  padding-right: 10px; 
  _width:512px;
  position:relative; 
  height: 1%; 
  }

.cssbox_head3 { 
  background:url(images/pageheader.png);
  background-position: top right;
  background-repeat:no-repeat;
  margin-right:-5px;
  _margin-right: -10px;
  padding-right: 25px;
  } 

.cssbox_head3 h2 { 
  background-position: top right; 
  margin: 0;
  border: 0;
  font-size:11px;
  font-weight:normal; 
  color:#2E2E2E; 
  font-family:arial;
  padding: 10px 0px 15px 35px;
  height: 20px; 
  height: 1%; /* IE Holly Hack */
  }

.cssbox_head3 a  {
  font-size:11px;
  font-weight:normal; 
  color:#2E2E2E;
  } 

.cssbox_body3 {
  margin-top: -5px;
  padding: 0px 0px 10px 1px;
  height: 1%;
  text-align:center;
  }
  
.cssbox_body3a {
  margin-top: 2px;
  padding: 0px 0px 10px 1px;
  height: 1%;
  text-align:center;
  }  
  
.pageBottom {
 background: url(images/pagebottom.png);
 margin-top: -33px;
 width:519px;
 height:25px;
 } 
 
.pageBottom2 {
 background: url(images/pagebottom.png);
 width:519px;
 height:25px;
 margin-top: -10px;
 }    

.cssbox4, .cssbox_body4, .cssbox_head4, .cssbox_head4 h2 { 
  background:transparent url(images/boxbg.png) bottom right;
  background-repeat:no-repeat; 
  }  

.cssbox4 { 
  padding-right: 10px; 
  margin: 2px auto;
  position:relative; 
  height: 1%; 
  }

.cssbox_head4 { 
  background-position: top right; 
  margin-right: -10px;
  padding-right: 25px;
  } 

.cssbox_head4 h2 { 
  background-position: top left; 
  margin: 0;
  border: 0;
  font-size:11px;
  font-weight:normal; 
  color:#2E2E2E; 
  font-family:arial;
  padding: 10px 0px 15px 35px;
  height: 35px; 
  height: 1%; /* IE Holly Hack */
  }

.cssbox_head4 a  {
  font-size:11px;
  font-weight:normal; 
  color:#2E2E2E;
  } 

.cssbox_body4 {
  background-position: bottom left; 
  padding: 10px 0px 10px 1px;
  height: 1%;
 
  }
  
.cssbox_body5 {
  margin-top: -5px;
  padding: 0px 0px 10px 1px;
  height: 1%;
  text-align:left;
  }

.cssbox_head6, .cssbox_head6 h2 { 

  }  

.cssbox6 { 
  padding-right: 10px; 
  margin: 0px auto;
  position:relative; 
  height: 1%; 
  }

.cssbox_head6 { 
  background:url(images/product_top.png) bottom left;
  background-repeat:no-repeat; 
  margin-right: 0px;
  padding-right: 25px;
  } 

.cssbox_head6 h2 { 
  background-position: top left; 
  margin: 0;
  border: 0;
  font-size:11px;
  font-weight:normal; 
  color:#2E2E2E; 
  font-family:arial;
  padding: 15px 0px 10px 35px;
  height: 35px; 
  height: 1%; /* IE Holly Hack */
  }

.cssbox_head6 a  {
  font-size:11px;
  font-weight:normal; 
  color:#2E2E2E;
  } 

.cssbox_body6 {
  background-position: bottom left; 
  padding: 10px 0px 10px 1px;
  height: 1%;
 
  }
    
.manufacturerMenu {
  width:100%;
  }
  
.centerContent {
  text-align:center;
  } 
  
.boxInput {
  width:80%;
  }   

.newProduct {
  width:31%;
  display:table-cell;
  float:left;
  margin-left:10px;
  background:transparent;
  font-size: 90%;
  text-align:center;
  vertical-align:top;
  padding-bottom:15px;
  }
  
.artists {
  width:175px;
  display:table-cell;
  float:left;
  margin-left:10px;
  background:transparent;
  font-size: 90%;
  text-align:center;
  vertical-align:top;
  padding-bottom:15px;
  }  

/************** Page Content *****************/

.mainContent{
  position:relative;
	clear: both;
	padding: 5px 0px 0px 5px;
	_padding:5px 0 0 2.5px;
	margin-right:-5px;

  }

.mainContent p{
	padding: 0px 0px 10px 0px;
  }
  
#mainFlash{
  position:relative;
	clear: both;
	padding: 0px 0px 0px 8px;
	margin-top:-1px;
  }  

.pageHeading {
  font-size: 150%;
  font-weight: bold;
  color: #9a9a9a;
  padding: 0 0 20px 20px;
	}

.pageImage {
  float:right;
  }
  
.searchInput {
  width:40%;
  }
  
.searchHelp {
  padding: 20px 0 0 40px;
  }
  
.leftReview {
  float:left; 
  width:38%; 
  padding-left:12px;
  }
  
.rightReview {
  float:left; 
  width:48%
  } 
  
.reviewPageResults {
  position:relative;
	clear: left;
	width:73%;
	padding: 10px 0px 0px 10px;
  }
  
.reviewText {
  font-size:80%;
  }  
 
.loginContent {
  position:relative;
  top:30px;
	clear: both;
	padding: 10px 0px 0px 10px;
	height:260px;
  }
  
.newCustomer {
  position:absolute; 
  top:0px; 
  left:10px;
  width:45%; 
  }
     
.returningCustomer {
  position:absolute; 
  top:0px;
  right:30px; 
  width:45%; 
  }
  
.inputRequirement {
  text-align:right; 
  padding-right:20px; 
	font-size: 90%; 
	color:#FF0000; 
	}
	
#specials {
  margin-top:6px;
  }
  
#labels {
  margin-top:6px;
  }	  	  

.specials {
  width:31%;
  display:table-cell;
  float:left;
  margin-left:10px;
  background:transparent;
  font-size: 90%;
  text-align:center;
  vertical-align:top;
  padding-bottom:15px;
  }
  
.newProductImage {
  display:table-cell; 
  vertical-align:middle; 
  position:relative; left:0; width:140; 
  }
  
.newProductText {
  clear:left;  
  vertical-align:middle; 
  padding-left:20px; 
  position:absolute; 
  left:100px; 
  top:10px 
  }
  
.newProductButton {
  display:table-cell; 
  vertical-align:middle; 
  position:absolute; right:20px; top:60px;
  }
             
  
/******* nav boxes, fieldsets *********/  

#leftNav {
  position:relative;
  padding-top:5px;

  }

.navBox {
  position:relative;
  left:10px;
  height:40px;
  width:96.5%;
	}
	
.navBoxRight {
  background: #f8f8f9;
  border:1px solid #B6B7CB;
  padding: 5px 10px 5px 10px;
  text-align:right;
	}
	
.navBoxReview {
  position:relative;
  left:12px;
  height:40px;
  width:73%;
  background:#FCFBF4; 
  border: 1px solid #A10303;
	}	
	
.leftButton {
  float:left;
  padding: 10px 0 0 10px;
  }
  
.rightButton {
  float:right;
  padding: 10px 20px 0 0;
  }  

.centerButton {
  position:absolute;
  top:10px; 
  left:36%;
  }
  
.rightClearButton {
  height:60px;
  }  
  
.reviewInfo {
  width:70%
  }
  
.reviewImage {
  position:absolute; 
  right:20px; 
  top:20px; 
  text-align:center;
  }    
		
 label {
  width: 150px;
  float: left;
  margin-right: 0.5em;
  display: block;
  color:#322F30;
  }
  
legend {
  font-family: Verdana,Arial,sans-serif;
  color: #323232;
  font-weight:bold;
  position: absolute;
  top: -.5em;
  left: .2em;
  background:#ffffff;
  padding: 0 5px 0 5px;
  }

fieldset {
  background:#FFFFFF; 
  border: 1px solid #D0B89F;
  width: 90%;
  position:relative;
  left:10px;
  padding: 20px 10px 10px 10px;
  font-size:11px;
  }

/********** pages ***********/

/********** index.php *********/

.nested {
  text-align:center;
  position:relative;
}

.nestedColumn {
  width:33%; 
  float:left;
  }  

/******* product page *********/

.productHeader{
  position:relative;
	clear: both;
	padding: 10px 0px 0px 10px;
	height:60px;
  }

.productHeading {
  width:50%; 
  position:absolute;
  font-size: 150%;
  font-weight: bold;
  color: #9a9a9a;
  padding: 0 0 20px 20px;
	}
	
.productPrice {
  width:50%; 
  position:absolute;
  right:10px;
  text-align:right;
  font-size: 150%;
  font-weight: bold;
  color: #9a9a9a;
  padding: 0 0 20px 20px;
	}	
	
.productImage {
  width:120px;
  height:120px;
  float:right;
  text-align:center;
  padding: 10px 0px 0px 10px;
  }
  
SPAN.description {
  line-height:140%;
  }
  
.options {
  position:relative;
	clear: both;
	padding: 10px 0px 0px 10px;
  }
  
.options {
  position:relative;
	clear: both;
	padding: 10px 0px 0px 10px;
  }        

.moreInfo {
  padding: 20px 0px 0px 10px;
  }
    
.productDate {
  text-align:center;
  padding: 20px 0px 0px 10px;
  font-size:90%;
  }  

/********** shopping cart ***********/

.cartContents {
  position:relative;
  padding-top:10px;
  }
  
.cartCheckBox {
  float:left;
  text-align:center;
  width:10%;
  }
  
.cartImage {
  float:left;
  width:20%;
  padding-bottom:10px;
  }
  
.cartName {
  float:left;
  width:45%;
  padding-left:10px;
  }
  
.cartInput {
  float:left;
  width:8%;
  }
  
.cartPrice {
  float:left;
  text-align:right;
  padding-right:5px;
  width:12%;
  }          

SPAN.markProductOutOfStock {
	color: #c76170;
  	font-weight: bold;
	}





/***********************************************/
/* Layout Divs                                 */
/***********************************************/










/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/




/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}

.infoBoxContents {
  	background: #f8f8f9;
  	font-size: 90%;
  	padding-left:3px;
	}
/************** #rightColumn styles **************/


#rightColumn p{
	padding: 5px 0px 5px 0px;
	clear:right;
}

.boxText { 
	font-size: 90%; 
	}

.errorBox { 
	font-size : 90%; 
	background: #ffb3b5; 
	font-weight: bold; 
	}
	
.stockWarning { 
	font-size : 90%; 
	color: #cc0033; 
	}
	
.productsNotifications { 
	background: #f2fff7; 
	}
	
.orderEdit { 
	font-size : 90%; 
	color: #70d250; 
	text-decoration: underline; 
	}

A {
  	color: #000000;
  	text-decoration: none;
	}

A:hover {
  	color: #AABBDD;
  	text-decoration: underline;
	}

FORM {
	display: inline;
	}



A.headerNavigation { 
  	color: #000000; 
	}

A.headerNavigation:hover {
  	color: #ffffff;
	}

.infoBoxNotice {
  	background: #FF8E90;
	}

.infoBoxNoticeContents {
  	background: #FFE6E6;
  	font-size: 90%;
	}

.infoBoxHeading {
  	font-size: 100%;
  	font-weight: bold;
  	background: #bbc3d3;
  	color: #ffffff;
	}

#infoBox, SPAN.infoBox {
  	font-size: 90%;
	}


.productListing {
  	border: 1px;
  	border-style: solid;
  	border-color: #b6b7cb;
  	border-spacing: 1px;
	}

.productListing-heading {
  	font-size: 90%;
  	background: #b6b7cb;
  	color: #FFFFFF;
  	font-weight: bold;
	}

.productListing-data {
  	font-size: 90%;
	}




	


.pageHeading h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.pageHeading img{
	float: right;
}	

TR.subBar {
  	background: #f4f7fd;
	}

TD.subBar {
  	font-size: 90%;
  	color: #000000;
	}

TD.main, P.main {
  	font-size: 95%;
  	line-height: 1.5;
	}



TD.accountCategory {
  	color: #aabbdd;
	}

TD.fieldKey {
  	font-weight: bold;
	}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  	font-weight: bold;
	}

SPAN.newItemInCart {
  	font-size: 90%;
  	color: #ff0000;
	}
	


CHECKBOX, INPUT, RADIO, SELECT {
  	font-size: 95%;
	}

TEXTAREA {
  	width: 100%;
  	font-size: 95%;
	}

SPAN.greetUser {
  	color: #f0a480;
  	font-weight: bold;
	}

TABLE.formArea {
  	background: #f1f9fe;
  	border-color: #7b9ebd;
  	border-style: solid;
  	border-width: 1px;
	}

TD.formAreaTitle {
	font-weight: bold;
	}



SPAN.productSpecialPrice {
	color: #ff0000;
	}

SPAN.errorText {
  	color: #ff0000;
	}

.moduleRowOver { 
	background-color: #D7E9F7; cursor: pointer; cursor: hand; 
	}

.moduleRowSelected { 
	background-color: #E9F4FC; 
	}
.moduleRow { 
	background-color:#D7D3C9;
	color:#4F4F4F; 
	}	

.checkoutBarFrom, .checkoutBarTo { 
	font-size: 90%; color: #8c8c8c; 
	}


.checkoutBarCurrent { 
	font-size: 90%; color: #000000; 
	}

/* message box */

.messageBox { 
	font-size: 90%; 
	}



.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(images/star_small.gif) left -1000px repeat-x;
}
  
.star-rating{
	position:relative;
	width:50px;
	height:10px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:10px;
	line-height:10px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
	_background-position: 0% 125%;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
	_background-position: 0% 60%;
}	


#divcopyright {
  position:absolute;
  top:30px;
  right:20px;
  background:#ffffff;
  border:1px solid #F1F1F1;
  width:350px;
  height:70px;
  text-align:center;
  font-size:10px;
  color:#000000;
  }
  
A.copylink {
  color:#7D1417;
  }
  
.copyright {
 color:#525252;
 }   
  
A.headerButtons {
	font-size: 10px;
	font-weight:bold; 
	color:#323232;
  }
  
A.loginButtons {
	font-size: 10px;
	color: #B3B3B3;
  }  
  
A.headerButtons:hover {
  color:#0CCBFF;
  text-decoration:none;
  }
  
A.navList {
	font-size: 10px;
	color: #7D1417;
  }
  
A.nuke {
	font-size: 11px;
	color: #7D1417;
  }  
  
A.navList:hover {
  color:#0CCBFF;
  text-decoration:none;
  }

#bestsellers {
  _width:186px;
  }
    
.bestListing-odd {
  width:170px;
  position:relative;
  padding-left:5px;
  font-size:10px; 
  height:25px;
  border-bottom: 1px dotted #606060;
}

.bestListing-bottom {
  width:170px;
  position:relative;
  padding-left:5px;
  font-size:10px; 
  height:25px;
}
 
.bestListing-even {
  width:170px;
  position:relative;
  padding-left:5px;
  height:25px;
  font-size:10px; 
  border-bottom: 1px dotted #606060;
}

.bestAlbum-odd {
  width:175px;
  position:relative;
  padding-left:5px;
  font-size:9px; 
  height:28px;
  border-bottom: 1px dotted #606060;
}

.bestAlbum-bottom {
  width:175px;
  position:relative;
  padding-left:5px;
  font-size:9px; 
  height:20px;
}
 
.bestAlbum-even {
  width:175px;
  position:relative;
  padding-left:5px;
  height:28px;
  font-size:9px; 
  border-bottom: 1px dotted #606060;
  color:#ffffff;
}  

.slaveListing-odd {
  background: #EFEFEF;
  border-left:1px solid #CAAE93;
  border-right:1px solid #CAAE93;
  border-bottom:1px solid #CAAE93;
  color:#6B421D;
}

.slaveListing-top {
  background: #F2F1EC;
  border:1px solid #A8A68F;
  color:#606060;
  font-size:11px;
  _margin-left:15px;
}
 
.slaveListing-even {
  background: #ffffff;
  border-left:1px solid #CAAE93;
  border-right:1px solid #CAAE93;
  border-bottom:1px solid #CAAE93; 
  color:#6B421D; 
}

.slaveListing-highlight {
  background: #C4C4C4;
  border-left:1px solid #CAAE93;
  border-right:1px solid #CAAE93;
  border-bottom:1px solid #CAAE93;
  color:#6B421D;   
}

.listHeading {
  position:relative;
  margin-top:5px;
  border-top:1px solid #6D8488;
  background:#C2CBCC;
  width:519px;
  color:#423E41;
  font-size:10px;
  }

SPAN.rating {
  font-size:10px;
  }

.newsListing-odd {
  background:#FAF6F3;
  width:182px;
  _width:175px; 
  position:relative;
  clear:left;
  margin-left:5px;
  font-size:10px;
  border-bottom:1px dotted #000000; 
}

.newsListing-bottom {
  background:#FAF6F3;
  width:182px;
  _width:175px;  
  position:relative;
  clear:left;
  margin-left:5px;
  font-size:10px; 
  border-bottom:1px dotted #000000; 
}
 
.newsListing-even {
  background:#FAF6F3;
  width:182px; 
  _width:175px; 
  position:relative;
  clear:left;
  margin-left:5px;
  font-size:10px;
  border-bottom:1px dotted #000000; 
} 


  
.centerList {
  float:left;
  _position:absolute;
  _top:5px;
  _left:0px;
  width:184px;
  margin-right:1px;
  }
  
.centerList2 {
  float:left;
  _position:absolute;
  _top:5px;
  _left:185px;
  width:184px;
  margin-right:1px;
  }  

.centerList3 {
  float:left;
  _position:absolute;
  _top:5px;
  _left:370px;
  width:184px;
  margin-right:1px;
  }   
  
.listContent {
 position:relative;
 }  
  
.centerHeading {
 background:#43A4C1;
 font-size:11px;
 border-left:1px solid #000000;
 border-right:1px solid #000000;
 border-top:1px solid #000000;
 border-bottom:1px solid #454545;
 height:10px;
 padding: 3px 10px 7px 10px;
 text-align:center; 
 color:#ffffff;
 }
 
.centerFooter {
 background:#43A4C1;
 font-size:10px;
 border-left:1px solid #000000;
 border-right:1px solid #000000;
 border-bottom:1px solid #000000;
 height:10px;
 padding: 3px 10px 7px 10px;
 text-align:center; 
 color:#ffffff;
 }
 
.boxBottom {
 background:#525252;
 font-size:10px;
 border-left:1px solid #000000;
 border-right:1px solid #000000;
 border-bottom:1px solid #000000;
 height:10px;
 padding: 3px 10px 7px 10px;
 text-align:center; 
 color:#ffffff;
 } 
 
.leftFooter {
 height:10px;
 padding: 3px 10px 7px 10px;
 text-align:center; 
 color:#7C9194;
 width:172px;
 }  
 
 .leftFooter a {
 color:#7C9194;
 font-size:10px;
 }
 
.centerItems {
 position:relative;
 margin:0px;
 font-size:10px;
 padding: 3px 0 3px 0px;
 color:#0CCBFF;
 background: #606060;
 border-left:1px solid #000000;
 border-right:1px solid #000000;
 border-bottom:1px solid #454545;
 width:182px;
 height:50px;
 } 

.listImage {
 float:left;
 padding:10px 10px 10px 10px;
 }

.categories {
  background:url(images/category.gif);
  background-repeat:no-repeat;
  margin-left:9px;
  _margin-right:-13px;
  width:170px;
  padding-top:3px;
  padding-left:18px;
  height:19px;
  font-size:11px; 
  }
  
.categories2 {
  width:170px; 
  padding-top:3px; 
  height:19px; 
  border-bottom: 1px dotted #000000;
  }
  
.categories3 {
  height:19px;
  }
  
A.ml3{
 font-size: 11px;
 text-decoration: none
 }
 
A.listLinks {
  color:#ffffff;
  } 
  
A.centerlink {
  color:#ffffff;
  } 
  
SPAN.artistName {
  color:#423E41;
  font-size:9px;
  }
  
SPAN.artistNameNew {
  color:#B15F3A;
  font-size:10px;
  font-weight:bold;
  }  
SPAN.artistName a {
  color:#423E41;
  } 
  
SPAN.artistNameNew a {
  color:#B15F3A;
  }  
     
SPAN.artistNameTop a {
  color:#3F3F3F;
  }  
  
SPAN.labelName {
  color:#34637C;
  font-size:10px;
  }

A.ml4 {
  font-size:10px;
   font-style:italic;
   color:#7F7D6B;
  }

SPAN.featuredText {
   font-size:10px;
   font-style:italic;
  }
  
A.labelLink {
  color:#34637C;
  font-size:10px;
  }  
  
SPAN.mix {
  color:#8F4425;
  font-size:9px;
  }  

.brackets {
  color:#747474;
  text-decoration:none;
  }
.brackets a {
  text-decoration:none;
  }  
#expandAll {
  position:absolute;
  top:10px;
  right:45px;
  height:10px;
  width:10px
  border:1px solid #ffffff;
  font-size:10px;
  color:#8A0008;
  font-size:10px;
  }
#expandtrax {  
  position:absolute;
  top:10px;
  right:135px;
  font-size:10px;
  color:#0CCBFF;
  font-size:10px;
  height:400px;
  }


A.expandLink {
  text-decoration:none;
  }

#backButton {
  position:absolute;
  left:5px;
  top:5px;
  }

#forwardButton {
  position:absolute;
  right:5px;
  top:5px;
  }
    
#collapseAll {
  position:absolute;
  top:10px;
  right:45px;
  height:10px;
  width:10px
  border:1px solid #ffffff;
  font-size:12px;
  color:#7D1417;
  font-size:10px;
  }  
  
a.collapseAll {
  color: #7D1417;
  } 
   
#collapseAllF {
  position:absolute;
  top:-5px;
  right:15px;
  height:10px;
  width:10px
  border:1px solid #ffffff;
  font-size:12px;
  color:#0CCBFF;
  font-size:10px;
  } 
   
#expandAllF {
  position:absolute;
  top:-5px;
  right:35px;
  height:10px;
  width:10px
  border:1px solid #ffffff;
  font-size:10px;
  color:#E5FF00;
  font-size:10px;
  }
  
.expandTracks {
  position:absolute;
  top:10px;
  right:25px;
  height:8px;
  width:18px;
  font-size:10px;
  color:#0CCBFF;
  font-size:10px;
  text-align:center;
  padding-bottom:2px;
  }
  
.collapseTracks {
  position:absolute;
  top:10px;
  right:5px;
  height:8px;
  width:15px;
  font-size:8px;
  color:#0CCBFF;
  font-size:10px;
  text-align:center;
  padding-bottom:2px;  
  }
  
.tracks {
  color:#4F4F4F;
  }       
  
.listText {
  font-size:10px;
  padding-top:5px;
  }

  
.topHundred {
  position:absolute;
  top:10px;
  right:10px;
  font-size:9px;
  font-weight:bold;
  color:#0CCBFF;
  z-index:999;
  }
  
.beats {
 position:absolute;
 top:0px;
 right:5px;
 font-size:8px;
 color:#AAA202;
 } 
 
#footerBanner {
  margin-top:10px;
  }
  
#columnBanner {
  margin-top:5px;
  margin-bottom:5px;
  text-align:center;
  }  
  
#headerBanner {
  text-align:center;
  background:#6F0F12;
  border-bottom:1px solid #6F0F12;
  }  
  
.smallBuy {
  position:absolute;
  top:40px;
  right:3px;
  border:1px solid #454545;
  width:20px;
  height:10px;
  background:#D09F5E;
  text-align:center;
  font-size:7px;
  font-weight:bold;
  color:#ffffff;
  }
  
.smallBuy2 {
  position:absolute;
  margin-right:5px;
  top:3px;
  right:0px;
  width:20px;
  height:15px;
  text-align:center;
  font-size:7px;
  font-weight:bold;
  color:#ffffff;
  }  

.smallBuy3 {
  position:absolute;
  margin-right:-10px;
  top:5px;
  right:0px;
  width:20px;
  height:15px;
  text-align:center;
  font-size:7px;
  font-weight:bold;
  color:#ffffff;
  }
  
.listen {
 position:absolute;
 right:35px;
 top:40px;
 }
 
.listSpkr {
 position:absolute;
 right:40px;
 top:6px;
 width:15px;
 }
 
.listButton {
 position:absolute;
 right:5px;
 top:2px;
 width:27px;
 } 
.epsSpkr {
 position:absolute;
 right:15px;
 top:8px;
 width:15px;
 } 
 
.epsSpkr2 {
 position:absolute;
 right:5px;
 top:5px;
 width:15px;
 }  
 
.headerSpkr {
 position:absolute;
 right:50px;
 top:10px;
 width:15px;
 } 

.listBuy {
  position:absolute;
  top:7px;
  right:5px;
  border:1px solid #454545;
  width:20px;
  height:10px;
  background:#D09F5E;
  text-align:center;
  font-size:7px;
  font-weight:bold;
  color:#ffffff;
  }
  
.productBody {
  position:relative; 
  font-size:11px;
  padding-right:10px;
  padding-left:15px; 
  border-left: 1px solid #D1BAA1;
  border-right: 1px solid #D1BAA1;
  width:493px;
  color:#000000;
  }

.productBottom {
  width:520px;
  background:url(images/product_bottom.png);
  height:13px;
  }
  
A.topList { 
  color:#50B0FF;
  }
  
A.topList { 
  color:#B3B3B3;
  }

A.moreMain {
  color:#F0D7AA;
  }
  
A.moreMain:hover {
  text-decoration:none;
  color:#BC0023;
  }  


#navSearch {
  position:absolute;
  top:138px;
  left:435px;
  z-index:999;
  }  

#hint {
  width: 220px !important;
  float:left;
  background-color: #C1A182;
  opacity: 0.9 !important; 
  filter: alpha(opacity=70) !important;
  -moz-opacity:.90 !important; 
  border-collapse: collapse; 
  border: 1px solid #CCCCCC; 
  padding: 3px;
  } 
.ulsearch { 
  background: transparent; 
  padding: 1px; 
  width: 220px; 
  list-style-type: none; 
  font-family: verdana; arial, sans-serif; 
  font-size: 11px;  
  margin: 5px 0 0 0;
  max-height:300px;
  overflow:auto
  }
.lisearch { 
  margin: 0 0 5px 0; 
  cursor: default;
  height:20px;
  padding: 5px 0 0 0; 
  color: #ffffff;
  text-align:left;
  }
.lisearch:hover { 
  background: #9D4648;
  color: #000000; 
  } 
  
A.searchLink {  
color:#ffffff;
font-weight:bold;
}


#rssFeed {
  text-align:center;
  margin-top:10px;
  } 
  
.logo {
  position:absolute;
  top:80px;
  left:5px;
  }
  
#login {
  position:absolute;
  top:182px;
  right:120px;
  font-size:10px;
  color:#7D1417;
  }

a.login {
  color:#7D1417;
  }  
.buyAll {
 color:#B15F3A;
 }
 
A.categoryList {
  color:#E5FF00;
  font-size:10px;
  font-weight:bold;
  }
SPAN.listDesc {
  color:#525252;
  font-size:10px;
  }

#loginBox {
  position:absolute;
  top:100px;
  right:10px;
  font-size:10px;
  color:#7D1417;
  width:170px;
  text-align:center;
  }
  
#loginBox1 {
  position:absolute;
  top:80px;
  right:10px;
  font-size:10px;
  color:#7D1417;
  width:170px;
  text-align:center;
  }  
    
a.productName {
  font-weight:bold;
  font-size:10px;  
  color:  #6B421D;
  }
  
SPAN.ml1 {
  color:  #7C9194;
  font-size:10px;
  } 
  
.tx6 {
  font-size:11px;
  color:#8A0008;
  }
  
a.tx6 {
  font-size:11px;
  color:#8A0008;
  }  
SPAN.moreLink {
  font-size:8px;
  color:#B15F3A;
  }

SPAN.moreLink a {
  color:#B15F3A;
  }
    
.releaseDate {
  position:absolute;
  top:30px;
  right:0px;
  width:142px;
  height:10px;
  padding:7px;
  font-size:10px;
  color:#5F5F5F;
  border-bottom:1px solid #A8A68F;
  }
  
.listPrice {
  position:absolute;
  top:55px;
  right:0px;
  width:142px;
  height:10px;
  padding:7px;
  font-size:10px;
  border-bottom:1px solid #A8A68F;
  color:#5F5F5F;
  }
  
#moreLink {
 position:absolute;
 bottom:5px;
 right:165px;
 color:#B15F3A:
 }
  

#playerDiv {
  margin-top:1px;
  } 

.mainListing { 
  position:relative; 
  background: #CBD3D5; 
  color: #B15F3A; 
  font-size:10px; 
  width:517px;
  height:135px; 
  margin-bottom:5px;
  margin-left:0px;
  _margin-right:-12px;
  clear:left;
  border:1px solid #6D8488; 
  }
  
.tracklist {
 _margin-left:2px;
 }  
  
A.allArtists {
  color: #BD0024;
  font-size:10px;
  font-weight:bold;
  margin-left:70px;
  }
  
A.view {
  font-size:10px;
  font-weight:bold;
  color:#8F4425;
  text-decoration:underline;
  }
  
A.moreLink2 {
  position:absolute;
  right:10px;
  top:6px;
  font-size:10px;
  font-weight:bold;
  color:#BD0024;
  }
SPAN.moreNews {
  font-size:10px;
  color:#B15F3A;
  margin-bottom:2px;
  }  
A.moreNews {
  font-size:10px;
  color:#B15F3A;
  margin-bottom:2px;
  }
A.newsHeading {
  color:#8F4425;
  }
SPAN.newsHeading {
  color:#8F4425;
  }       
SPAN.powered {
  width:400px;
  text-align:center;
  color:#515151;
  }
  
.poweredBy {
  position:absolute;
  left:20px;
  bottom:20px;
  color:#4F4F4F;
  }               
  
A.poweredby {
  color:#515151;
  }
  
.dataContent {
  font-size:10px;
  border-bottom:1px dashed #1D1D1D;
  margin-right:15px;
  }
  
SPAN.contentTitle {
  color:#B15F3A;
  font-size:11px;
  font-weight:bold;
  }
  
SPAN.related {
  color:#B15F3A;
  font-weight:bold;
  font-size:11px;
  }
  
A.contentMore {
 font-size:10px;
 color:#B15F3A;
 } 
 
A.loginButtons {  
 color:#ffffff;
 text-decoration:underline;
 }
 
.siteCopy {
  position:absolute;
  right:15px;
  bottom:10px;
  text-align:right;
  }
  
A.albumName {
  font-weight:bold;
  }   
.buyAlbum {
  position:absolute;
  right:10px;
  bottom:7px;
  }
  
A.trackName {
  color:#373A4D;
  }
  
A.reviewName {
  color:#000000;
  }
  
A.gvSend {
  color:#373A4D;
  font-size:10px;
  text-decoration:underline;
  }                                          
