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

*{
	margin : 0px;
}

body {
	background : #4a718d url(images/background/mainBG.jpg) repeat-x top;
	color : white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
   	line-height: 1.166;
	padding : 0px;
}

img {
	border : 0px;
}

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

select {
    font-size : 90%px;
}

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

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

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

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

h2 {
	font-size : 100%;
	font-weight : bold;
}

h3 {
	font-size : 70%;
	font-weight : bold;
}

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

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

#pageHeaderBlock {
    background : url(images/background/topPanelBG.gif) no-repeat center;
}

#logoBlock {
	width : 150px;
}

#bannerAdBlock {
	width : 590px;
	display : inline;
	margin-left : 10px;
}

#shopNavBlock {
	margin : 0px;
	display : block;
	font-weight : bold;
}

.shopNavLink {
	margin-left : 10px;
}

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

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

#lhColumnBlock {
    width: 180px;
}

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

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

#centreColumnBlock {
    background: url(images/background/mainPanelBG.gif) no-repeat top;
	 }

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

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

#rhColumnBlock {
    width: 180px;
}

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

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

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

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


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

#searchPanel {
	background: url(images/background/productSearchPanelBG.gif) no-repeat;
	height: 166px;
	width: 180px;
}

.searchTextBox {
	width : 75px;
	font-size : 70%;
}

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

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

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

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

#categorySearchBlock {
	margin : 10px 0px;
}

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

#labelsPanel {
	background: url(images/background/labelsPanelBG.gif) no-repeat;
	height: 133px;
	width: 175px;
	margin-top: 10px;
	padding-top: 40px;
	padding-left: 5px;
}

#featuredArtistsPanel {
	background: url(images/background/featuredArtistsPanelBG.gif) no-repeat;
	height: 123px;
	/*height: 243px;*/
	width: 175px;
	margin-top: 10px;
	padding-top: 40px;
	padding-left: 5px;
}

#topFivePanel {
	background: url(images/background/topFivePanelBG.gif) no-repeat;
	height: 438px;
	width: 180px;
	padding-top: 35px;
}

.topFiveText {
	font-size: 85%;
}

#bannersPanel {
	background: url(images/background/bannerPanelBG.gif) repeat-y;
	height: 149px;
	width: 180px;
	margin-top: 10px;
}

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

#contentBlock {
	width : 484px;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/background/mainPanelMiddle.gif) repeat-y;
}

/*************************/
/* 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 */
/**************************************/

.rowOuterWrapper {
	display : block;
    clear : both;
	min-height : 140px;
	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;
}

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

.colOuterWrapper {

}

.colInnerWrapper {

}

.colInnerWrapper img {

}



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

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

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

.inlineButton {
    display : inline;
}

.gapButton {
    margin-top : 5px;
}

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

.priceBlock {
    color : #FF6600;
}

.productTitleRow {
    text-align : right;
}

.productListBlock {
	width: 110px;
	text-align : left;
	font-size : 80%;
}


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

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

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

.rightInfo {
    text-align : right;
}

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

#dslLogoBlock {
    float : right;
}

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

input#select { margin: 0 15px;}
input#addtobasketbutton { margin: 5px 0;}
form p a img { margin: 5px 0;}