/*******************************************/
/* General Page setup and elements - Start */
/*******************************************/

body {
	background : #CCCCCC;
	color : black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
   	line-height: 1.166;
	padding : 0px;
	margin : 0px;
}

img {
	border : 0px;
	margin : 0px;
	padding : 0px;
}

form {
	margin : 0px;
	padding : 0px;
}

select {
    font-size : 90%;
}

a {
	color : black;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

a.nav {
	color: black;
	margin : 0px 0px 0px 25px;
}

a.basket {
	color: white;
	font-size: 90%;
	font-weight: bolder;
}

a.basket2 {
	color: white;
	font-size: 90%;
	font-weight: bolder;
	background: url(images/basket.gif) top left no-repeat;
	height:18px;
	padding-left:22px;
}

a.blackonwhite {
	color: black;
	font-size: 90%;
	font-weight: bolder;
}

/*******************************************/
/* General Page setup and elements - End   */
/*******************************************/

/*******************************************/
/* General Text Sizes and Styles - Start   */
/*******************************************/

h2 {
	font-size : 120%;
	font-weight : bold;
	margin : 0px;
}

h3 {
	font-size : 100%;
	font-weight : bold;
	margin : 0px;
}

/*******************************************/
/* General Text Sizes and Styles - End   */
/*******************************************/

/****************************************************************/
/* Page Header Area - logo, banner, shopping navigation. - Start*/
/****************************************************************/

#pageHeaderBlock {
	background : #FFF url(images/background/topBG2.gif) no-repeat top;
	width : 1000px;
	padding : 0px 0px 2px 0px;
}

#logoBlock {
	width : 150px;
}

#shopNavBlock {
	position : relative;
	top : -10px;
	left : 550px;
	width : 430px;
}

.shopNavLink {
	margin-left : 10px;
}

#currencyBlock {
	text-align : right;
	color: white;
}

#currencyBlock a {
	margin : 0px 0px 0px 5px;
}

#checkoutBlock {
	background : #610303;
}

/***************************************************************/
/* Page Header Area - logo, banner, shopping navigation. - End */
/***************************************************************/

/*****************************/
/* Left Hand Column - start */
/****************************/

#lhColumnBlock {
   padding : 0px;
	background: white;
	border-right: black solid 1px;
}

/*****************************/
/* Left Hand Column - End */
/****************************/

/*****************************/
/* Centre Column - start */
/****************************/

#centreColumnBlock {
    background: white;
}

/*****************************/
/* Centre Column - End */
/****************************/

/*****************************/
/* Right Hand Column - start */
/****************************/

#rhColumnBlock {
   
}

/*****************************/
/* Right Hand Column - End */
/****************************/

/*******************************/
/* Basket & Currencies - start */
/*******************************/

#basketBlock {
    margin : 0px 0px 0px 5px;
	color: white;
}

#basketRow {
	background : black;
	width : 1000px;
	height : 20px;
}

#basketFlash {
	border-left : 2px solid white;
	border-right : 2px solid white;
}

/*******************************/
/* Basket & Currencies - End */
/*******************************/


/************************/
/* Search Forms - Start */
/************************/

.searchTextBox {
	border: 1px solid black;
	}

.searchGoButton {
	width : 26px;
	height : 20px;
}

.searchDropDown {
	width : 110px;
	margin-top : 5px;
}

/************************/
/* Search Forms - End   */
/************************/

/*********************************/
/* Category Search Block - Start */
/*********************************/

#categorySearchBlock {
	margin : 10px 0px;
}

.categoryLink0 {
	color : black;
	font-size: 100%;
	text-transform: uppercase;
	margin-left: 26px;
	line-height: 172%;
}

.categoryLink0:hover {
	color : white;
	background: black;
	}
	
.categoryLink1 {
	color : black;
	font-size: 90%;
	text-transform: lowercase;
	margin-left: 36px;
	line-height: 150%;
}

.categoryLink1:hover {
	color : white;
	background: black;
	}

.categoryLink2 {
	color : black;
	font-size: 90%;
	text-transform: lowercase;
	margin-left: 46px;
	line-height: 150%;
	}
	
.categoryLink2:hover {
	color : white;
	background: black;
	}


/*********************************/
/* Category Search Block - End   */
/*********************************/

/*************************/
/* Content Block - Start */
/*************************/

#contentBlock {
   width : 795px;
	margin : 0px;
}

/*************************/
/* Content Block - End   */
/*************************/

/*************************************/
/* Call to Action banner Ads - Start */
/*************************************/

#callToActionBlock {
	margin-top : 10px;
	margin-bottom : 0px;
}

.callToAction {
	margin-bottom : 5px;
}

/*************************************/
/* Call to Action banner Ads - End   */
/*************************************/

/********************************/
/* Page Footer Elements - Start */
/********************************/

#privacyBlock {
	text-align : right;
}

#poweredbyBlock {
	text-align : right;
}

#copyrightBlock {
        margin-top : 10px;
	text-align : center;
}

/********************************/
/* Page Footer Elements - End */
/********************************/

/**************************************/
/* Products Display Elements - Start */
/**************************************/

.rowTitle {
	font-weight : bold;
	background : #EEE;
	border-bottom : 1px solid #666;
}

.rowValues1 {
	
}

.rowValues0 {
	background : #EEE;
}

.rowOuterWrapper {
	display : block;
    clear : both;
	background : #EEEEEE;
    border : 1px solid #AAAAAA;
}

.rowInnerWrapper {
	margin : 10px 10px 10px 10px;
}

.rowInnerWrapper h2 {
	text-align : right;
}

.rowInnerWrapper h3 {
	text-align : right;
}

.rowInnerWrapper img {
	float : left;
	margin : 0px 5px 0px 0px;
}

.rowInnerWrapper a {
	font-weight : bold;
}

.rowButtonBlock {
	padding : 5px 0px 5px 0px;
    text-align : right;
}

.colOuterWrapper {

}

.colInnerWrapper {

}

.colInnerWrapper img {

}

.productListBlock {
	width: 197px;
	text-align : center;
	color: black;
}

.productListBlock form{height:225px;}

/**************************************/
/* Product Display Elements - End   */
/**************************************/

/**************************************/
/* General Products Elements - Start   */
/**************************************/

.productThumbnail {
	width : 150px;
	height : 150px;
	margin-bottom : 5px;
	border : 1px solid #999999
}

.inlineButton {
    display : inline;
}

.gapButton {
    margin-top : 5px;
}

.buttonBlock {
    margin : 5px 0px 0px 0px;
    text-align : right;
}

.priceBlock {
    text-align : right;
}

.productTitleRow {
    text-align : right;
}


#sortbyBlock {
	border : 1px solid #999999;
	background: #FFFFFF;
}

.lineSpacer {
	padding : 5px 0px 5px 0px;
}

/**************************************/
/* General Products Elements - End   */
/**************************************/

/*************************************/
/* Product Information Block - Start */
/*************************************/

.packshotImg {
    margin-right : 10px;
    float : left;
}

.rightInfo {
    border-left: 1px solid black;
	 margin-left: 33px;
}

.clearBlock {
    clear : both;
    margin-top : 10px;
}

#recommendationsBlock {
	padding : 5px 0px 0px 0px;
}

/*************************************/
/* Product Information Block - End */
/*************************************/

#dslLogoBlock {
    float : right;
}

#advSearchBlock {
	display: none;
}

#mp3logo {margin-bottom:5px;}
#addtobasketbutton {margin:5px 0;}
div.addthis {margin-top:10px;}
div.addthis1 {float:left; clear:both; margin-top:10px;}

div#news { border:1px solid #000; margin:4px 5px;}
h2#news { background-color:#000000; color:#ffffff; padding:5px; font-size:15px;}
div#news p {padding:0 5px;}

div#banner {margin:2px 4px 4px 4px;}
input.digalbum { text-align:center;}
div.info {clear:both; display:block;padding-top:10px;}

/* music matters logo */
ul.musicmatters {width: 40px; height: 40px; float: left; list-style-type: none; margin: 8px 0 0 26px; padding: 0;}
ul.musicmatters li {list-style-type: none;}
ul.musicmatters li a {background: url(http://www.recordstore.co.uk/images/logos/musicmatters-on-white-off.png); text-indent: -9999em; width: 40px; height: 40px; display: block;}
ul.musicmatters li a:hover {background: url(http://www.recordstore.co.uk/images/logos/musicmatters-on-white-off.png);}