/***   MAIN BODY  ***/

#container{
	text-align:left;
	width:1010px;
	margin: 4px auto;	
        border: 0px solid black;
	background: #fff;
}

/***   IE HACK   ***/
* html  #container {
	margin: 0px auto;
}

html,body{
	margin:0;
	padding:0;
	background: #aab5d3;
}

body {
	font: 12px verdana,sans-serif;
	text-align:center;
}

p 	{ 
	margin:0 0px 10px;
	}
	
	/***   IE HACK   ***/


a	{
	color: #b3b2cd;	
	padding: 0px 0px 10px;
}

/***   A CLASS FOR LINKS IN PANELS   ***/
a.panel	{	
	color: #000;

}

/***   A CLASS FOR LINKS IN BODY   ***/
a.body	{	
	color: #333;
	padding: 0px 0px 3px 0px;	
}
/***   A CLASS FOR SOLD OUT LINKS IN BODY   ***/
a.body2	{	
	color: #ccc;
	padding: 0px 0px 3px 0px;	
}

a.nav {
	font-size: 11px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

/***   IE HACK   ***/
html>body a.nav {
	margin: 3px 0px 0px 8px;
	width: 110px;
 }

h1      {font-family: verdana;
	line-height:19px;
  	padding:0px 0px 0px 0px;
	background: #fff;
	font-size: 18px;
	font-weight: bold; 
	color: #000;
	margin: 0px 0px 15px 0px;
}

/***   IE HACK   ***/
* html h1 {
	line-height:15px;
	margin: 5px 0px 10px 0px;
 }
 
 h2 	{font-family: verdana;
	font-size: 12px;
	font-weight: bold; 
	color: #333;
	display:inline;
}


li	{		
	color: #b3b2cd;	
}

/***   IE HACK   ***/
* html li {
	line-height:10px;
	margin: 5px 0px 0px 20px;
 }
 
li.body	{		
	color: #000;	
}

/***   IE HACK   ***/
* html li.body {
	line-height:2px;
	margin: 5px 0px 10px 0px;
 }



/***   HEADER   ***/

#header h1{	
	font-family: tahoma, verdana;
        width:1000px;
	height:100px;
	line-height:70px;
	margin-bottom: -55px; 
  	padding-left:10px;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 0px; 
	background-image: url(http://www.cdlists.co.uk/img/header2.jpg);
}

/***   IE HACK   ***/
* html  #header h1 {
        width:1010px;
  	margin-top: 0px;
  	margin-bottom:-70px;
 }

/***   A CLASS FOR LINK IN TITLE   ***/
a.header	{	
	color: #b3b2cd;	
	text-decoration: none;	
}

#addthis {	
	position: relative;
  	top: -80px;	
  	left: 880px;
}

/***   IE HACK   ***/
* html  #addthis {
	position: relative;
  	top: -80px;	
  	left: 880px;	
 }

#search {	
	position: relative;
  	top: 25px;	
  	left: 720px;	
}

/***   IE HACK   ***/
* html  #search {
	position: relative;
  	top: 20px;	
  	left: 735px;		
 }

#searchresults {
	float:left;	
  	margin:0px 250px 20px 150px;	
}

/*** MENU ***/

#navigation{
	background:#231f77;
        border: 1px solid #ccc;
	float:left;
	width:130px; 
        margin:5px 0px 0px 5px;
}


.menutitle{
	cursor:pointer;
	margin: 2px 0px 4px 2px; 
	background-color:#aab5d3;
	background-image: url(http://www.cdlists.co.uk/img/menu_nav.jpg);
	color:#444;
	width:115px;
	padding:2px 5px; 
	text-align:left;
	font-weight:bold;
	text-decoration: none;
}

/*** ebay link in Menu ***/
.ebay { 
	color: #ccedac;
	padding:5px 5px; 
	background-color: #a52aa9;
	font-family: trebuchet MS;
        border: 5px solid #231f77;
}

/***   IE HACK   ***/
* html .menutitle {
\width:135px; /* for IE5 and IE6 in quirks mode */
 }

/*** MENU ENDS ***/ 

	
/***   MAIN   ***/
#content{
	float:left;
	width:510px;
	margin: 0px 0px 0px 10px;
      padding:10px 10px 10px 10px;
	border: 1px solid #ccc;
	-moz-border-radius:10px;
}

/***   IE HACK   ***/
* html  #content {
	width:525px;	
	margin: 0px 0px 0px 10px;
        padding:10px 10px 10px 10px;
 }


#content p{
	line-height:1.2;
	padding:0px;	
}
 

#extra p {
      padding:0px 10px 0px 2px;
}

table.S1 td { 
      padding: 3px; 
      font-size: 10px;
      vertical-align: top;
      background-color: #fefefe; 
      }
      
tr.row1 {
      background-color: #000; 
}

tr.row2 {
      background-color: #fff; 
}


#topAd{
	width: 840px;
	height: 92px;	
	margin: 5px 0px 8px 10px;
	padding: 5px 5px 5px 5px;
	float: left;
}

/***   IE HACK   ***/
* html  #topAd {
	margin: -5px 0px 8px 10px;
	width: 830px;
 }

#rightBox{
	width: 300px;
	height: auto;
	margin: 0px 10px 0px 0px;
	padding: 10px 5px 5px 5px;
	float: right;
	border: 1px solid #ccc;
	background-color:#eee;
	-moz-border-radius:10px;
}

/***   IE HACK   ***/
* html  #rightBox {
	width: 300px;	
	padding: 10px 2px 5px 2px;
 }

#PicBox{
	width: 200px;
	height: 200px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float: right;
	border: 0px solid black;
	background-color:#fff;
}

#PicStrip{
	width: 120px;
	height: 300px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: right;
	border: 0px solid black;
	background-color:#000;
}

#rightContentL1{
	width: 150px;
	height: 120px;
	padding: 5px 5px 0px 5px;
	float: left;
	border: 1px solid black;
	background-color: #aab5d3;
	}

#rightContentL2{
	width: 160px;
	height: 600px;
	margin: 0px 2px 5px 2px;
	padding-top: 0px;
	float: left;
	background-color:#eee;
}


#rightContentR{
	width: 124px;
	height: 150px;	
	margin: 2px;
	padding: 5px;
	float: right;
	border: 1px solid black;
	background-color:#eee;
}

#rightAdR{
	width: 124px;
	height: 604px;	
	margin: 0px;
	padding: 0px;
	float: right;
	border: 0px solid black;
	background-color:#eee;
}

#searchAdR{
	width: 124px;
	height: 900px;	
	position: relative;
	border: 0px solid black;
	background-color:#ccc;
}

#imageR {
	z-index:5;
        margin: 0px 0px 0px 15px;  
}

#imageOverlay {
	z-index:10;
	position: absolute;
	top: 250px;
	left 200px;
        margin: 0px 0px 0px 15px;  
}
#random{
	text-align:left;
	color: #b3b2cd;
	float: left;	
	width:1005px;	
	margin-top: 10px;
	padding: 5px 0px 5px 5px;	
        border-top: 5px solid #231f77;
	text-decoration: none;	
	background: #000;
}

/***   A to Z INDEX   ***/

#atoz{
	margin:0;
	padding:0;
}
#atoz li{
	display:inline;
	margin:0px;
	padding:2px 1.5px;
        background-image: url(http://www.cdlists.co.uk/img/menu_nav.jpg);
	border: 1px solid #231f77;
}
#atoz li a{
	text-decoration:none;
	font-weight:bold;
	color:#444;
}
#atoz li a:hover{
	color:#c12;
	font-weight:bold;
}
#atoz li a:active,#atoz li a:focus{
	background:#369;
	color:#fff;
}

ul#atoz li a.current{
	background:#ddd;
}
.hidden{
	position:absolute;
	left:-999em;
}
.shown{
	position:relative;
	left:0;
}


/***   END A to Z INDEX   ***/

/***   FOOTER   ***/

#footer{	
	background-image: url(http://www.cdlists.co.uk/img/footer_image.jpg);	
	color: #b3b2cd;
	clear:both;
	width:100%;
}

#footer p{
	margin:0;
	padding:5px 24px;	
	text-align: right;
}

/***   A CLASS FOR LINKS IN FOOTER   ***/
a.footer	{	
	padding: 0px 0px 3px 0px;
	font-weight:bold;
	text-decoration: none;	
}

