@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-decoration: none;
	outline: none;
	}


body {
	background:#000;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	}


#wrapper {
	width:905px;
	background-color:#0b0b0b;
	margin:35px auto;
	padding-top:8px;
	padding-bottom:31px;
	}


/*TYPE*/

p {
	font-size:12px;
	line-height:20px;
	padding-bottom:10px;
	}


h1 {											/*<----MAIN PAGE GREETING*/
	color:#CC2222;
	font-size:20px;
	padding-bottom:5px;
	}


h2 {											/*<----SUBHEADINGS*/
	color:#CC2222;
	font-size:17px;
	padding-bottom:10px;
	}


h3 {											/*<----READMORES*/
	color:#CC2222;
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
	margin-top:-3px;
	}


h4 {											/*<----IMAGEBOX*/
	font-size:12px;
	}


h5 {											/*<----SIDEBAR TEXT HEADINGS*/
	color:#fff;
	font-size:11px;
	}
	

.date {											/*<----NEWS POST STYLE*/
	color:#666;
	font-size:11px;
	font-style:oblique;
	}
	
label {
	font-size:13px;
}

input {
	margin-top:5px;
	padding:3px;
}

textarea {
	margin: 5px 0px 10px 0px;
}




	

/*LINKS*/


a {
	text-decoration:none;
	font-weight:bold;
	color:#CC2222;
	}


a:hover {
	text-decoration:underline;
	}


/*STYLES*/

.bold {
	font-weight:bold;
	}

.red {
	color::#CC3333;
	}

.white {
	color:#fff;
	}


.roundedtop {
    -moz-border-radius: 8px 8px 0px 0px; 
  	-webkit-border-radius: 8px 8px 0px 0px; 
    border-radius: 8px 8px 0px 0px; 
	}


.rounded {
    -moz-border-radius: 8px; 
  	-webkit-border-radius: 8px; 
    border-radius: 8px; 
	}

.redback {
	background-color:#CC2222;
	background-image:url(back-spriteNEW.png);
	background-position:0px -56px;
   	background-repeat:repeat-x;
	}	


.greyback {
	background-color:#343434;
	background-image:url(back-spriteNEW.png);
	background-position:0px 0px;
   	background-repeat:repeat-x;
	}



/*UPPER PAGE ELEMENTS*/


#blackwrap {
	width:845px;
	background-color:#000;
	margin:0px auto;
	}


#header {
	width:845px;
	height:180px;
	background-color:#000;
	margin:auto;
	background-image:url(back-sprite.png);
	background-position:0px -112px;
   	background-repeat:repeat-x;
	}
	
#headerNEW {
	width:845px;
	/*height:203px;*/
	margin:auto;
	background-image:url(back-spriteNEW.png);
	background-position:0px -113px;
   	background-repeat:repeat-x;
	}
	
#logoNEW {
    display:inline;
    vertical-align:top;
    /*margin:0px auto;*/
    margin-left:10px;
	height:203px;
	width:280px;
}

#logo {											/*<----LOGO*/
	position:relative;
	background-image:url(dixons-records-logo.jpg);
	top:-23px;
	margin:0px auto;
	height:203px;
	width:280px;
	background-color:transparent;
	}


.logofix {
	margin:0px;
	padding:0px;
	border:none;
	}


#strapline 
{
	width:380px;
	margin:0px auto;
	color:#cc2222;
	font-weight:bold;
	font-size:11px;
	padding:10px 10px;
	line-height:10px;
	text-align:center;
	background-image:url(back-spriteNEW.png);
	background-position:0px -137px;
   	background-repeat:repeat-x;
}

/* Header Table */

.headerTable
 {
	width:845px;
	/*height:203px;*/
	margin:auto;
	background-image:url(back-spriteNEW.png);
	background-position:0px -113px;
   	background-repeat:repeat-x;
}

.headerTableLeft 
{
    float:left;
	background-image:url(back-spriteNEW.png);
	background-position:0px -113px;
   	background-repeat:repeat-x;
}

.headerTableRow1
{
    width:100%;
    float: left;
	margin:0px;
	padding:0px;
	border:none;
}

.headerTableIndicator  
{
    vertical-align:top;
    float: left;
    position:absolute;
    position:relative \ ;
    margin-left:0 px;
    z-index:2;
}

.headerTableLogo  
{
    /*float: left;*/
    margin-left:297px;   
	padding:0px;
}

.headerTableRow2
{
    width:70%;
    clear:both;
    float: left;
	margin:0px;
	padding:0px;
	border:none;
}

.headerTableIndicatorKnob  
{
    display:inline;
}

.headerTableStrapLine 
{
	width:380px;
	color:#cc2222;
	font-weight:bold;
	font-size:11px;
	padding:10px 10px;
	line-height:10px;
	text-align:center;
	background-image:url(back-spriteNEW.png);
	background-position:0px -137px;
   	background-repeat:repeat-x;
   	margin-left:242px;
   	margin-right:16px;
}

.headerTableRecordGirl
{
    vertical-align:top;
    float:right;    
	background-image:url(back-spriteNEW.png);
	background-position:0px -137px;
   	background-repeat:repeat-x;
}


#headerTableStrapLineCellBackup
{
	width:380px;
	color:#cc2222;
	font-weight:bold;
	font-size:11px;
	padding:10px 10px;
	line-height:10px;
	text-align:center;
	background-image:url(back-spriteNEW.png);
	background-position:0px -137px;
   	background-repeat:repeat-x;
}

/*NAVBAR*/
	
#navbarholder 
{
    clear:both;
    width:845px;
    margin:0px auto 0px auto;
    background-color:#0b0b0b;
}
	
	
	#navbar {
		width:825px;
		background-color:#900;
		background-image:url(back-spriteNEW.png);
		background-position:0px -58px;
   		background-repeat:repeat-x;
		color:#FFF;
		padding:10px;
		overflow:hidden;
		border-bottom:3px solid #F33;
		}
		
	
	#redbar {
		clear:left;
		float:left;
		width:100%;
		overflow:hidden;
		}
		
		
	#redbar ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
		}
		
		
	#redbar ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
		}
		

#redbar ul li a {								/*<----Padding controls height of Navbar*/
		display:block;
		margin:0;
		padding:2px 15px;
		font-size:11px;
		color:#FFF;
		font-weight:bold;
		text-transform:uppercase;
		letter-spacing:0.4px;
		text-decoration:none;
		line-height:1.3em;
		}
	
	
#redbar ul li.border {
		border-right:3px solid #7f0404;
		}


#redbar ul li.active a {
		text-decoration:underline;
		}
		
		
#redbar ul li a:hover {
		text-decoration:underline;
		}
		
		
#redbar ul li a span {
		display:block;
		}
	
	
#glosstop {										/*<----Fade underneath Navbar*/
	clear:both;
	height:33px;
	width:845px;
	margin:auto;
	border-top:5px solid #000;
	background-color:transparent;
	background-image:url(back-spriteNEW.png);
	background-position:0px -138px;
   	background-repeat:repeat-x;
	}
	


/* MAIN PAGE CONTENT AREA*/


#bigwrap {										/*<----Wrapper for all content under Navbar*/
	clear:both;
	width:845px;
	margin:0px auto;
	background-color:#0b0b0b;
	background-image:url(back-spriteNEW.png);
	background-position:0px -165px;
   	background-repeat:repeat-x;
	}
	

#contentwrap {									/*<----Central and Right Hand Columns defined*/
	clear:both;
	width:590px;
	padding-left:35px;
	margin:0px auto;
	background-color:transparent;
	float:right;
	border-left: dashed;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-left-width: thin;
	border-color: #666;
	}


#sidewrap {										/*<----Left Hand Column*/
	width:182px;
	margin-right:0px;
	background-color:transparent;
	float:left;
	}


#content {										/*<----Central Colum MAIN CONTENT GOES HERE*/
	background-color:transparent;
	width:333px;
	float:left;
	padding:0px 20px 30px 0px;
	line-height:18px;
	}


.minicol {										/*<----Half Width Mini Columns*/
	width:155px;
	float:left;
	margin:0px;
	padding-bottom:10px;
	}


.minicol li {
	line-height:20px;
	list-style:disc;
	font-size:13px;
	color:#fff;
	margin-left:17px;
	}


.minicol li a:link {
	font-weight:bold;
	color:#FFF;
	}


.minicol li a:hover {
	text-decoration:underline;
	}


.minicol li a:visited {
	color:#fff;
	}


.minicolpad {
	padding-right:15px;
	}


.rule1 {										/*<----Horizontal Rules*/
	height:10px;
	background-color:transparent;
	border-top: solid 5px #FFF;
	margin:5px 0px 6px 0px;
	}


.rule2 {
	clear:both;
	height:10px;
	background-color:trasnaprent;
	border-top: solid 1px #666;
	margin:6px 0px 7px 0px;
	}
	



#feedbox {										/*<----Bottom Content Box*/								
	clear:both;
	background-color:#000;
	margin-top:15px;
	width:320px;
	font-size:12px;
	color:#999;
	}

.feedboxart {
	width:70px;
	height:70px;
	float:right;
	clear:both;
	height:90px;
	margin:18px 18px 0px 0px;
	}
	

.pickinfo {
	padding:23px;
	}


.pickinfo h4 {
	color:#CC2222;
	padding-bottom:2px;
	font-size:15px;
	}


.pickinfo a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	}


.pickinfo a:hover {
	text-decoration:underline;
	}
	


.gallery
  {
  margin:2px 0px;
  height:auto;
  width:auto;
  float:left;
  text-align:left;
  }
  
  
.gallery img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
  
  
.gallery a:hover img
  {
  border:1px solid #cc2222;
  }
  
  
.galdesc {
  text-align:left;
  font-weight:normal;
  font-size:12px;
  line-height:14px;
  width:95px;
  margin:8px 15px 15px 0px;
  }






/*LEFT HAND SECTION*/

#sidebar1 {
	width:182px;
	float:left;
	background-color:transparent;
	}


.slide {
	margin:0px;
	margin-bottom:20px;
	overflow: hidden;
	float: left;
	position: relative;
	}


.slide a {
	text-decoration: none;
	float: left;
	}
	
	
.slide a:hover {
	cursor: pointer;
	}	


.slide a:hover .desc {
	display: block;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	padding: 10px;
	background:#000;
	color: #fff;
	position: absolute;
	top:0px;
	left: 0px;
	margin: 0;
	width: 182px;
	border-top: 2px solid #CC2222;
	}
	
	
.slide a .desc {	
	display: none; 
	}


.partnerblurb {									/*<----Partners Heading Text*/
	clear:both;
	font-weight:bold;
	line-height:15px;
	text-align:left;
	margin-bottom:10px;
	padding-top:15px;
	}


.partners {										/*<----Partners Logos*/											
	margin-top:25px;
	float: left;
	position: relative;
	}


.rrr {
	background-image:url(dixons-symbols.png);
	background-position:0px -90px;
	height:30px;
	width:80px;
	}


.pbs {
	background-image:url(dixons-symbols.png);
	background-position:0px -129px;
	width:140px;
	height:59px;
	}


.booktalk {
	background-image:url(dixons-symbols.png);
	background-position:0px -194px;
	width:145px;
	height:32px;
	}
	


/*RIGHT HAND SECTION*/


#sidebar2 {
	width:215px;
	float:right;
	margin-left:0px;
	background-color:transparent;
	}


#sidebar2 a {
	color:#fff;
	}


#sidebar2 a:hover {
	text:underine;
	}
	

.imagebox {										/*<----Right Hand Column Images */
	width:215px;
	margin-bottom:20px;
	}


.imagebox a {
	display:block;
	}


.imagebox a:hover {
	color:#fff;
	text-decoration:underline;
	}
	

.textbox {										/*<----Captions Under Images */
	display:block;
	width:215px;
	}
	
	
.textbox a {
	color:#fff;
	display:block;
	}


.texbox a:hover {
	text-decoration:underline;
	}
	
	
.TextTop {
	color:#fff;
	font-weight:bold;
	line-height:16px;
	padding-top:6px;
	padding-left:10px;
	}


.Textbottom {
	color:#fff;
	padding-bottom:6px;
	font-weight:normal;
	padding-left:10px;
	}


.imagebox a:link {
	color:#fff;
	}

.imagebox a:hover {
	text-decoration:underline;
	}


.imagebox a:visited {
	color:#fff;
	}


.smallcaps {									/*<----Dixons Online Heading */			
	font-weight:bold;
	line-height:15px;
	text-align:left;
	padding-bottom:15px;
	padding-top:5px;
	}


#webbox {										/*<----Dixons Online Web Box */
	width:215px;
	height:50px;
	margin-bottom:20px;
	}

.facebookbox a {
	height:30px;
	background-image:url(dixons-symbols.png);
	background-position:0px -53px;
	width:30px;
	float:left;
	margin:10px 0px 0px 10px;
	}
	

.twitterbox a {
	height:30px;
	width:30px;
	background-image:url(dixons-symbols.png);
	background-position:-31px -53px;
	float:left;
	margin:10px 0px 0px 10px;
	}


.myspacebox a {
	height:30px;
	width:30px;
	background-image:url(dixons-symbols.png);
	background-position:-62px -53px;
	float:left;
	margin:10px 0px 0px 10px;
	}


.youtubebox a {
	height:26px;
	width:52px;
	background-image:url(dixons-symbols.png);
	background-position:-93px -53px;
	float:left;
	margin:13px 0px 0px 13px;
	}


#cutebox {										/*<----Moses Facebook Box */
	background-color:#000;
	width:215px;
	height:101px;
	}


.moses {
	margin-left:50px;
	}

												
#highlightbox {									/*<----Bottom Box for ad/content */
	clear:both;
	background-color:#000;
	margin:19px 0px 20px 0px;
	padding:20px 15px 20px 15px;
	color:#FFF;
	overflow:hidden;
	}


.hightlightboxtext{
	font-size:12px;
	line-height:16px;	
	}


.paylogo {
	width:77px;
	height:30px;
	background-image:url(dixons-symbols.png);
	background-position:-52px 0px;
	margin-right:10px;
	float:left;
	}

	
	

/*FOOTER*/

#footer {
	clear:both;
	position:relative;
	margin:0px auto;
	width:845px;
	background-color:#000;
	border-top: solid 5px #FFF;
	}


.footside h5 {
	height:120px;
	}


.footright {
	width:845px;
	float:right;
	padding:15px 0px 25px 0px;
	background-color:#000;
	}


.footercol {
	margin:25px 0px 0px 0px;
	float:left;
	width:144px;
	}


.extra {
	width:130px;
	margin-left:45px;
	}


.extra h5 {
	color:#CC2222;
	}


.footercol h5 {
	text-transform:	uppercase;
	padding-bottom:10px;
	}


.footercol ul li {
	line-height:15px;
	font-size:11px;
	}


.footercol a:link {
	color:#777;
	font-weight:normal;
	}
	
	
.footercol a:hover {
	text-decoration:underline;
	}


.footercol a:visited {
	color:#777;
	}


.phonebox {										/*<----Phone Column*/
	width:70px;
	float:left;
	margin:25px 0px 0px 0px;
	}


.phonebox ul li {
	font-weight:bold;
	color:#444;
	}


.callus a {										/*<----Phone Icon*/
	background-image:url(dixons-symbols.png);
	background-position:0px 0px;
	width:50px;
	height:50px;
	margin-top:17px;
	text-decoration:none;
	float:left;
	}
	
	
.callus a:hover .details {
	display: block;
	font-size:12px;
	background-color:#121212;
	color: #fff;
	font-weight:normal;
	position: absolute;
	text-decoration:none;
	top:21px;
	left:15px;
	padding:8px 0px 8px 0px;
	margin: 0;
	width: 815px;
	text-align:center;
	border:solid 1px #900;
	}
	
	
.callus a .details {
	display:none;
	}
	
	
.phoneadjust {
	width:115px;
	}
	
	
#credits {	
	clear:both;
	background-color:#000;
	height:26px;
	width:845px;
	margin:0px auto 0px auto;
	color:#222;
	}


.copyright {
	float:left;
	width:260px;
	margin-left:22px;
	font-size:10px;
	}
	
	
.siteby {
	float:right;
	margin-top:-5px;
	text-align:left;
	font-size:21px;
	width:28px;
	}