/* 	Default screen stylesheet for Integrity Music
   	Author: Sam Barnes
*/


/* 	Defaults begin (removes default styling of popular browsers) -------------------------------------------------- */

/* 	Remove padding and margin */
* {
	margin: 0px;
	padding: 0px;
}

textarea, input{ outline:none;}


/* 	Headers ------------------------------------------------------------------------------------------------ */
h1 {
	color: #FFF;
}
h2 {


}
h3 {

}
h4 {

}
h5 {

}

/* 	Text ------------------------------------------------------------------------------------------------ */
p {

}
span {

}

/* 	Links ------------------------------------------------------------------------------------------------ */
a {
	color: #000;
}
a:hover {

}
a:active {

}
a:visited {

}

/* 	Images ------------------------------------------------------------------------------------------------ */
img {
	border: 0px;
}

/* Lists ------------------------------------------------------------------------------------------------ */
ul {

}
/* 	Removes styling from all list items */
ul, li {
	list-style:none;
}
ul li {

}
ul li a {

}

/* 	Clears all floats */
.clear {
	clear: both;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.messageStackError {
	margin: 0px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #000;
	color: #900;
	background: #E7E5E6;
	font-weight: bold;
}
.messageStackError img, .messageStackSuccess img {
	display: none;
}

.messageStackSuccess {
	padding: 5px 10px 5px 10px;
	border: 1px solid #000;
	color: #000;
	background: #E7E5E6;
	font-weight: bold;
}

#shoppingcart-messages {
  padding-bottom: 10px;
}

/* 	Forms ------------------------------------------------------------------------------------------------ */

/* 	Removes fieldset borders */
fieldset {
	border: 0px solid transparent;
}

/* 	Tables ------------------------------------------------------------------------------------------------ */
table { 
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	text-align: left;
	font-weight: normal;
}

/* 	HTML and body tags ------------------------------------------------------------------------------------------------ */
html {

}

/* 	Creates foundation "em" font sizes where 1em is equal to approximately 10px and 1.1em = approx. 11px etc */
body {
	background: #c4c3c4 url('/sites/common/images/body-bg.gif') repeat-y center top;
	text-align: center;
	font: 11px "Trebuchet MS", Tahoma, Arial, Verdana, Sans-Serif;
}
/* 	Defaults end ------------------------------------------------------------------------------------------------ */

.centerBoxContentsNew img.front-loyalty {
	position: absolute;
	margin-left: -5px;
	margin-top: -5px;
}
.centerBoxContentsNew img.front-offers {
	position: absolute;
	margin-left: 90px;
	margin-top: -5px;
}

.logotitle {
  padding: 15px;
}

#mainWrapper {
	width: 988px;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
}

#contentColumnWrapper {
	display: inline;
	float: right;
	text-align: left;
	width: 730px;
}
#contentColumnWrapper.contentColumnWrapperWide {
  width: 988px;
}
#navColumnOneWrapper {
	display: inline;
	float: left;
	text-align: left;
	width: 250px;
}
#navColumnOneWrapper #standard {
  padding-top: 10px;
}

/* Header ------------------------------------------------------------------------------------------------ */
#headerWrapper {
	background: #e6006d url('/sites/common/images/header-bg.gif') repeat-y;
	position: relative;
}
#headerWrapper .logo {
  position: absolute;
  right: 10px;
  top: 25px;
}
#headerWrapper .logotitle {
	float: left;
}
#navMainWrapper {
	padding-right: 5px;
	padding-top: 5px;
}
#navMainWrapper ul li, #navCatTabsWrapper ul li {
	display: inline;
}
#navCatTabsWrapper {
	clear: both;
	position: relative;
}
#contentMainWrapper {
	margin-top: 5px;
}

.clearBoth {
	clear: both;
}


/* Content layout ------------------------------------------------------------------------------------------------ */
#navColumnOne {
	vertical-align: top;
	text-align: left;
}
.centerColumn {
  border: 1px solid #000;
  padding: 10px;
	
}
.centerColumnWide {
  
}
.centerColumnWide .whiteBgPage h2 {
	background: #E7E5E6;
	clear: both;
	padding: 0px 5px 2px 5px;
	color: #e6006d;
	font-size: 1.6em;
}

#navColumnTwo {
	vertical-align: top;
	text-align: right;
}



/* Buttons */

.centerColumn .forward {
	float: right;
	margin-top: 40px;
}
.centerColumn .back {
	float: left;
	margin-top: 40px;
}

/* Search Area ---------------------------------------------------------------------------------------------- */

#navMain {
	 position: absolute;
	 right: 5px;
	 top: 5px;
}

ul.back li
{
	border-left: 1px solid #FFF;
}
ul.back li.left
{
	border-left: none;
}

ul.back li a {
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
ul.back li.first {
	border-left: 0px;
}

#navMainSearch {
	position: absolute;
	background: url('./images/search.png') top right no-repeat;
	right: 8px;
	top: 8px;
	width: 214px;
}
#navMainSearch form {
	padding-top: 3px;
	padding-bottom: 6px;
	float: right;
	padding-right: 5px;
	font-size: 0.9em;
	line-height: 1.1em;
}
#navMainSearch input{
	float: left;
}

.topNavSearch {
	display: none;
}

.searchbox {
	float: left;
	width: 204px;
	background: none;
	border: none;
	margin-top:0px;
	height:19px;
	line-height:19px;
	vertical-align: top;
	font-size:1.1em;
}
.searchButton {
  display: none;
	float: left;
	margin-right: 8px;
	vertical-align: top;
}
.searchFormatBox {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	vertical-align: top;
}


/* Navigation ------------------------------------------------------------------------------------------------ */

#navCatTabs {
	background: #000;
	list-style:none;
	text-align: left;
	padding-bottom: 10px;
}

#container {
	text-align: center;
}

#navCatTabs ul {
	padding: 10px 0px 10px 0px;
	position: relative;
}

#navCatTabs ul li {
	display: inline;
	line-height: 1em;
}

#navCatTabs ul li a {
  border-left: 1px solid #FFF;
	color: #FFF;
	display: block;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
  font-size: 200%;
	float: left;
	line-height: 1em;
	margin: 0px;
	padding: 0px 18px 0px 18px;
	text-decoration: none;
	text-transform: uppercase;
}
#navCatTabs ul li a:link {
	color: #FFF;
}
#navCatTabs ul li.first a {
	border-left: 0px;
}

#navCatTabs ul li a:hover {
	color: #e6006d;
	text-decoration: underline;
}
#navCatTabs ul li.selected a {
  color: #e6006d;
}

#navCatTabs ul li#menu-dvd-link div.floating-menu {
  left: 400px;
}
#navCatTabs ul li#menu-offers-link div.floating-menu {
  left: 600px;
}

#navCatTabs ul li div.floating-menu {
  background: url('/sites/common/images/floating-menu-right.png') no-repeat right top;
  color: #000;
  display: none;
  left: 0px;
  padding-right: 50px;
  position: absolute;
  top: 30px;
  z-index: 99999;
}
#navCatTabs ul li div.floating-menu div.floating-menu-inner {
  background: url('/sites/common/images/floating-menu-left.png') no-repeat left top;
  height: 251px;
  padding: 12px 0px 20px 55px;
}
#navCatTabs ul li:hover div.floating-menu {
  display: block;
}
#navCatTabs ul li div.floating-menu ul {
  padding: 5px 0px 0px 0px;
  height:278px
}
#navCatTabs ul li div.floating-menu li {
  display: block;
}
#navCatTabs ul li div.floating-menu h4 {
  color: #e6006d;
  font-size: 1.8em;
  line-height: 1.2em;
}
#navCatTabs ul li div.floating-menu li a, #navCatTabs ul li div.floating-menu li a:link {
  border: none;
  color: #000;
  display: block;
  float: none;
  font-size: 1.4em;
  line-height: 1.5em;
  padding: 0px;
  text-transform: none;
}
#navCatTabs ul li div.floating-menu div.floating-menu-col {
  float: left;
  width: 190px;
}
#navCatTabs ul li div.floating-menu div.floating-menu-col-2 {
  width: 180px;
}
#navCatTabs ul li div.floating-menu div.floating-menu-col-3 {
  margin-left: 50px;
}
#navCatTabs ul li div.floating-menu div.floating-menu-col-noheading {
  padding: 2em 0px 0px 0px;
}

/* CONTENT FOR SITE */

.contentBoxBgTop { padding-bottom: 0px; margin-bottom: 10px; padding-top: 0px; }
.whiteBgPageTop { padding-bottom: 0px; margin-bottom: 10px; padding-top: 0px; }

#contentBoxBgBottom, #contentBoxBgBottomFront, .contentBoxBgBottom {

}
#indexBody #contentBoxBgBottomFront {
  background: #e6e5e6;
}
.contentBoxBgBottom { padding-bottom: 1px; padding-top: 10px; }

.productPagePad, .pagePad, #artistExtras p, #ezPageDefault p {
	padding: 0px 17px 0px 17px;
}
.pagePadTopBot {
	padding-top: 5px;
	padding-bottom: 5px;
}

#productMusicDisplay h2, #artistInfo h2, #ezPageDefault h2 {
	clear: both;
	padding: 0px 5px 2px 5px;
	color: #e6006d;
	font-size: 1.2em;
	background: #e7e5e6;
}

#contentBoxBgTop h1, .contentBoxBgTop h1 {
}

.redGoogleError
{
	font-weight: bold; color: red;
}

h1 {
	clear: both;
	padding: 0px 5px 2px 5px;
	color: #e6006d;
	font-size: 1.6em;
	background: #e7e5e6;
	text-transform: none;
}

#contentBoxBgBottom h1, #contentBoxBgBottomFront h1 {
	text-transform: capitalize;
}

#contentBoxBgBottom #whatsNew h1, #contentBoxBgBottom #featuredProducts h1, #contentBoxBgBottom #upcomingProducts h1 {

}

input#email-address
{
	margin:0 0 10px 0;
}
#productMusicDisplay h2 a, #artistInfo h2 a, #ezPageDefault h2 a, h1 a {
	text-transform: capitalize;
	color: #e6006d;
	text-decoration: none;
}
#productMusicDisplay h2 a:hover, #artistInfo h2 a:hover, #ezPageDefault h2 a:hover, h1 a:hover {
	text-decoration: underline;
}
.centerBoxWrapper a.viewAll, #productMusicDisplay h2 a.viewAll, #artistInfo h2 a.viewAll, #ezPageDefault h2 a.viewAll, h1 a.viewAll {
	float: right;
	display: block;
	margin: 0px 0px 0px 0px;
	color: #000;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
}
h2 a.viewAll, h1 a.viewAll {
	text-transform: capitalize;
}
a#VprodAll {
	font-size: 1.2em;
}
a#VartAll{
	font-size: 1.2em;
}
h1 a#collart {
	font-size: 0.8em;
}

.centerBoxWrapper a.viewAll:hover, #productMusicDisplay h2 a.viewAll:hover, #artistInfo h2 a.viewAll:hover, #ezPageDefault h2 a.viewAll:hover, h1 a.viewAll:hover {
  text-decoration: underline;
}
#advancedsearchresultBody #VartAll {
  font-size: 1em;
  margin-bottom: 10px;
}
.spanBoxHeading {
	float: left;
	display: inline;
}

.centerBoxHeading {
	
	color: #E6006D;
}
.centerBoxHeading a {

}

#upcomingProducts {
	padding-bottom: 17px;
}

.centerBoxContents {
	
	padding: 0px 0px 0px 0px;
	clear: both;
}

.centerBoxContentsNew, .centerBoxContentsFeatured {
	
	float: left;
	text-align: center;
	width: 25%;
	padding-bottom: 10px;
	padding-top: 10px;
}

.centerBoxContentsNew div, .centerBoxContentsFeatured div {
	text-align: left;
	width: 110px;
	
	margin: auto;
}

.centerBoxWrapper img.front-loyalty {
	position: absolute;
	margin-left: -5px;
	margin-top: -5px;
}
.centerBoxWrapper img.front-offers {
	position: absolute;
	margin-left: 90px;
	margin-top: -5px;
}

/* sidebars */

.leftBoxContainer {
	margin-bottom: 10px;
}


#phoneno-sidebox {
  background: #000;
  clear: both;
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  width: 230px;
}
#phoneno-sidebox .phoneno-sidebox-no {
  font-size: 2em;
  font-weight: bold;
}

#categories-sidebox {
  background: #e7e5e8;
  margin-top: 10px;
}
#categories-sidebox ul li {
  display: inline;
}
#categories-sidebox ul li a {
  background: #E6006D url('/sites/common/images/cat-sidebox-closed.png') no-repeat;
  background-position: 10px top;
  color: #FFF;
  display: block;
  font-size: 1.8em;
  line-height: 1.3em;
  margin-top: 2px;
  padding: 0px 10px 0px 35px;
  text-decoration: none;
}
#categories-sidebox ul li a.selected {
  background: #E6006D url('/sites/common/images/cat-sidebox-open.png') no-repeat;
  background-position: 10px top;
}
#categories-sidebox ul li ul li a {
  background: url('/sites/common/images/cat-sidebox-small-closed.png') no-repeat;
  background-position: left 3px;
  color: #000;
  font-size: 1.4em;
  line-height: 1.5em;
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
#categories-sidebox ul li ul li a:hover {
  text-decoration: underline;
}
#categories-sidebox ul li ul {
  padding: 10px 10px 10px 45px;
}
#categories-sidebox ul li ul li ul {
  padding: 0px 0px 0px 20px;
}
#categories-sidebox ul li ul li a.selected, #categories-sidebox ul li ul li a.selected {
  background: url('/sites/common/images/cat-sidebox-small-open.png') no-repeat;
  background-position: left 2px;
  color: #E6006D;
}
#categories-sidebox ul li ul li ul li a, #categories-sidebox ul li ul li ul li a.selected {
  background: none;
}
#categories-sidebox ul li ul li ul li a.selected {
  color: #E6006D;
}
#categories-sidebox ul li ul li ul li a:hover {
  text-decoration: underline;
}

/* products information */

a.product_title_artist {
	text-decoration: none;
	color: #000;
	font-size: 1.2em;
	text-align: left;
}
.product_title, #artists_content a.artist_name {
	
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-align: left;
}
.productSpecialPrice, .strongorange {
	
	color: #088599;
	font-weight: bold;
	text-align: left;
}
.productDetailsDownloads .strongorange {
  color: #1e4cd3;
}
.product_price {
	padding-bottom: 10px;
	color: #e6006d;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
}

.product_cell_download_area {
	border-top: 2px solid #555a5b; margin-top: 10px !important;
}
.product_cell_download_area .title {
	 color: #555a5b;
}
.product_cell_download_area .product_price {
	 color: #e6006d; padding-bottom: 0px;
}
.product_cell_download_area form {
	 margin-top: 5px;
}

/* Newletters ---------------------------------------------- */
.newslettersTop {
	background: url('./images/120-newsletter-top.jpg') no-repeat top right;
	width: 120px;
	float: right;
	color: #ffffff;
}

.newslettersBottom {
	background: url('./images/120-newsletter-bottom.jpg') no-repeat bottom right;
	color: #ffffff;
	margin-top:65px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.newslettersTop label {
	float:left;
	clear:both;
}
.newslettersTop span {
	float:left;
	text-align:left;
}

.newsletter_submit {
	margin-top:5px;
}

/* Shopping cart side bar */

#cart-sidebox {
	background: #e6006d;
	width: 250px;
}
#cart-sidebox-inner {
  padding: 10px;
}
#cart-sidebox {
  color: #FFF;
}
#cart-sidebox h4 {
  font-size: 2em;
  font-weight: normal;
  text-transform: uppercase;
}
#cart-sidebox p {
  font-size: 1.3em;
}
#cart-sidebox p.basket-button {
  font-size: 2em;
}
#cart-sidebox p.basket-button a {
  color: #FFF;
  text-decoration: none;
}

/* Shopping cart main page */

.shoppingCartAlert {
  border: 1px solid #e6006d;
  margin-left: 17px;
  margin-right: 17px;
  margin-top: 10px;
  text-align: center;
}

#cartContentsDisplay {
	margin-top: 20px;
	margin-bottom: 10px;
}

#cartMainTotals {
	margin-bottom: 50px;
	float: right;
}

#cartContentsDisplay {
	
}

#cartContentsDisplay th {
	padding-bottom: 15px;
	color: #FFF;
	padding-left: 20px;
}
#cartContentsDisplay td {
	padding-left: 20px;
}

/* Footer */

#navSuppWrapper {
	margin:auto;
	margin-top:6px;
	width:988px;
}
#navSupp {
  width: 730px;
  margin-left:250px;
}
#checkoutshippingBody #navSupp {
  width: 730px;
  margin:auto;
}
#navSupp ul {
	margin-top: 10px;
}

#navSupp ul li a, #navCopyright ul li {
	color: #000;
	font-size: 1.2em;
	padding: 0px 5px 0px 6.5px;
	border-left: 1px solid #000;
	text-decoration: none;
}
#navCopyright {
  padding-left: 260px;
}
#checkoutshippingBody  #navCopyright {
	padding-left:0;	
}
#navCopyright ul {
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: auto;
	width: 370px;
}
#navCopyright ul li {
	float: left;
}
#navCopyright ul li a {
	color: #000;
	text-decoration: none;
}
#navSupp a.first, #navCopyright li.first {
	border: 0px;
}
#navSupp a:hover, #navCopyright a:hover {
	text-decoration: underline;
}

/* Product Listing Page */

#productsListingListingTopLinks {
	padding-bottom: 10px;
	font-size: 1.2em;
}
#productsListingListingBottomLinks {
	padding: 0px 5px 2px 5px;
	color: #e6006d;
	font-size: 1.1em;
	background: #E7E5E6;
	margin-top: 5px;
}

div #productRrp, span #productRrp, .orig_price {
	text-decoration: line-through;
}

/* Product Page */

#productPageSubMenu {
	background: #E7E5E8;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 100%;
}
#productPageSubMenu a {
	color: #333;
	border-right: 1px solid #ccc;
	display: block;
	float: left;
	font-size: 1.3em;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
#productPageSubMenu a:hover {
	text-decoration: underline;
}
#productPageSubMenu a.selected {
	color: #E6006D;
}
#productPageSubMenu li {
	display: block;
	border-right: 1px solid #ccc;
	background: #f00;
}
.centerBoxWrapper form {
}

h2.productGeneral, #productName {
	background: url('./images/708x31-product-header.gif') no-repeat top;
	font-size: 3em;
}
#productName {
	font-size: 1.2em;
	padding-top: 6px;
	padding-bottom: 9px;
}

#productContent {
	margin: 30px 0px 0px 10px;
}
#productContentBottom {
	background: url('/sites/common/images/product-details-combined-bottom.png') no-repeat;
	height: 5px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#productContent.productContentWide {
	background: url('/sites/common/images/product-details-combined-wide.png') no-repeat;
}
#productContentBottom.productContentBottomWide {
	background: url('/sites/common/images/product-details-combined-wide-bottom.png') no-repeat;
}
#productMainImage {
	min-height: 120px;
	width: 120px;
	margin-bottom: 5px;
	
}
#productDetails {
	padding-left: 20px;
	padding-bottom: 10px;
}
ul.productBreadcrumb {
	margin-left: 10px;
	margin-top: 5px;
}
ul.productBreadcrumb li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	background: url("./images/product-list-type.png") no-repeat left bottom;
}
ul.productBreadcrumb a, ul.productBreadcrumb a:link, ul.productBreadcrumb a:visited {
	font-size: 1.1em;
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
ul.productBreadcrumb a:hover {
	text-decoration: underline;
}

#promos h3 {
	font-size: 1.1em;
}
#promos h4 {
	font-size: 1em;
}

#productDescriptionHeader {
	clear: both;
}
#productDescription {
  font-size: 1.2em;
	padding:10px 5px 15px 5px;
}

.promos-top {
	background: url("./images/product-promotion-top.png") no-repeat;
	padding-top: 2px;
	width: 219px;
}
.promos-bottom {
	background: url("./images/product-promotion-bottom.png") bottom no-repeat;
	padding-bottom: 10px;
}
.promo-box {
	padding: 5px;
	padding-top: 10px;
}

.product_page_artist_list {
	font-size: 1.3em;
	margin-left: -8px;
}

div.trackListing {
	padding: 20px;
	padding-top: 10px;
}

table.trackListing {
	width: 100%;
}

.trackListing th, .trackListing td {
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 5px;
}

.trackListing td.clear {
	border: 0px;
}
.trackListing td.player, .trackListing th.player {
	width: 30px;
	border-bottom: 0px;
}

.cdTitle {
	font-size: 1.1em;
	margin-left: 40px;
	padding-bottom: 0px;
	padding-top: 5px;
}

.artist-info-block {
  clear: left;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  width: 120px;
}

.artist-info-block img {
  margin-right: 3px;
}
.artist-info-block a, .artist-info-block span {
  color: #E6006D;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}
.artist-info-block a:hover {
  text-decoration: underline;
}

#manufacturersName, #productCategory {
  font-size: 1.1em;
}

h1.headingSmallText { font-size: 1.3em; font-weight: bold; padding-bottom: 10px; padding-top: 5px; }

#productContent { background: url('/sites/common/images/product-details-combined.png') no-repeat; }

.productDetails, .productDetailsDownloads, .productDetailsWide {
  float: left;
  margin-right: 0px;
  padding: 0px;
  width: 160px;
}

.bottom{
position:relative;	
}
.productDetails .BH{
	
	background:url(images/DLbighead.jpg) no-repeat;
	background-position:1px 0px;
	
	
	
}

.productDetailsDownloads { margin-left: 10px; width: 158px; }
.productDetails h3, .productDetailsDownloads h3, .productDetailsWide h3, #promos h3 {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 6px 0px 4px 10px;
}
#promos h3 { font-size: 1.1em; font-weight: bold; padding-top: 4px; }
.productDetails h3 span, .productDetailsWide h3 span {}
.productDetailsDownloads .ourprice, .productDetails .ourprice, .productDetailsWide .ourprice { font-size: 1.4em; font-weight: bold; }
.productDetailsDownloads h3 span { color: #f0ebef; }
.productDetailsList { padding: 10px 10px 10px 10px; position:absolute;}
.productDetails  .productDetailsList{top:43px; }

.productDetailsDownloads .productDetailsList{top:43px; }

.cartAddButton { text-align: left; margin-top: 2px; margin-bottom: 10px; }

.productDetailsWide { width: 320px; }

#productDetailsImage { float: left; margin-right: 10px; width: 130px; }
#productDetailsImage .bottom { padding: 5px; }

#productAvailableDate span, #downloadAvailableDate span, #productStatus span, #productCode span, #downloadCode span, #productCategory span { display: inline-block; vertical-align: top; width: 61px; }

.productDetailsWide #productAvailableDate span, .productDetailsWide #downloadAvailableDate span, .productDetailsWide #productStatus span, .productDetailsWide #productCode span, .productDetailsWide #downloadCode span, .productDetailsWide #productCategory span { display: inline-block; width: 90px; }

.row_sheetmusic td {
	 background: #ceeacf;
}
.row_hassheetmusic td {
	border-bottom: none;
}

.no_bg {
	background: none !important;
}
.no_border {
	border: none !important;
}
.player {
	background: none !important;
}

#album_only_dialog { background: #FFF; border: 1px solid #666; color: #000; padding: 5px; width: 200px; }

/********************** Generic page styles *********************************/

.pageSidePadding {
	margin-left: 17px;
	margin-right: 17px;
}

.navSplitPagesResult, .pageSideTopPadding {
	padding-top:10px;
	margin-left: 17px;
	margin-right: 17px;
}

.navSplitPagesLinks {
	padding-top:10px;
	margin-left: 17px;
	margin-right: 17px;
}

a.backToTop , a.backToTop :link, a.backToTop:visited {
	color: #000;
	font-weight: bold;
	float: right;
	text-decoration: none;
	display:none;
}
a.backToTop:hover {
	text-decoration: underline;
}

/* Login page */

#loginDefault hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.loginContent {
	margin-top: 17px;
	margin-bottom: 17px;
}
#loginBoxBottom .inputLabel
{
	color:#FFF;
}
.inputLabel {
	display: -moz-inline-box;
	display: inline-block;
	width: 230px;
	margin-top: 10px;
	margin-left: 10px;
	color:#000;
	
}

#loginBox {
	background: #e6006d;
	margin: 20px 0 10px 0;
}
#loginBoxBottom {
	background: #e6006d;
	padding-top: 10px;
	padding-bottom: 20px;
}
#loginBoxBottom .buttonRow a
{
}
#loginSlice {
	background: #f66e24 url('./images/login-box-background.gif') top left repeat-x;
	margin: 10px;
}
.alert, .alert span {
	color: #e6006d;
	font-weight: bold;
}

#loginDefault h1, 
h1#loginDefaultHeading {
	margin:0 0 10px 0;
	font-weight:normal;
	color:#000;
	letter-spacing:0.03em;
}
.newsletter-signup
{
}

#loginDefault
{
	font-size:1.2em;
}
#loginDefault h1
{
	font-size:2em;
}
#loginDefault h2
{
	font-size:1.3em;
}

/* Clear Fixes for the site */

br.clearBoth {
	font-size: 1px; line-height: 0; height: 0; clear: both;
}

.clearfix:after, .centerBoxWrapper:after, #contentBoxBgBottom:after, #contentBoxBgBottomFront:after, h2:after, h1:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix, .centerBoxWrapper, #contentBoxBgBottom, #contentBoxBgBottomFront, h2, h1 {
    display:inline-block;
}
.clearfix, .centerBoxWrapper, #contentBoxBgBottom, #contentBoxBgBottomFront, h2, h1 {
    display:block;
}
* html .clearfix, * html .centerBoxWrapper, * html #contentBoxBgBottom, * html #contentBoxBgBottomFront, * html h2 {
    height:1px;
}

a.no-underline, a.no-underline:hover, a.no-underline:link {
	text-decoration: none;
}

/* Artist info floats */

#artistInfoMainContent {
	padding-bottom: 20px;
	padding-top: 20px;
}

#artistImage {
	float:left;
	padding: 0px; 
	padding-right: 20px;
}

#artistDetails {
	float:left;
	padding: 0px 17px 5px 17px; 
}

#artistExtras h2 {
	margin-bottom: 10px;
}

#productMusicDisplay h1, #artistInfo h1, #ezPageDefault h1, h1.large, h1#productListHeading {
	clear: both;
	padding: 0px 5px 2px 5px;
	color: #FFF;
	font-weight: normal;
	font-size: 1.8em;
	background: #e6006d;
}

#ezPageDefault h1, h1#productListHeading {
  margin-bottom: 10px;
}

#ezPageDefault p {
	padding-top: 12px;
	padding-bottom: 12px;
}

#loginDefaultHeading {
	background: none;
	color: #f76f23;
	padding: 0px;
	font-size: 2.8em;
}

a.dark, a.dark:link, a.dark:visited {
	color: #000;
	text-decoration: none;
}
a.dark:hover {
	text-decoration: underline;
}

span .normalprice {
	text-decoration: line-through;
	 font-weight: bold;
}

/* Checkout shipping */

.whiteBgPage h1 {
	background: none;
	color: #e6006d;
	
	font-size: 2.5em;
}
.whiteBgPage h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.rightColumnText {
	float: right;
	width: 35%;
	
}

.pwitharrow {
	background: url("images/product-list-type.png") no-repeat;
	background-position: 0px 3px;
	padding-left: 13px;
	padding-top: 0px;
}

.shippingMethodListItem {
	margin-top: 3px;
	margin-bottom: 3px;
}
.shippingMethodListItem label {
	padding-left: 5px;
}
.ListItemlabel {
	float: left;
}
#checkoutConfirmDefault h2 {
	padding: 0px;
	padding-left: 17px;
}
#checkoutConfirmDefault h3 {
	margin-top: 20px;
}
#checkoutConfirmDefault address {
	float: left;
	width: 70%;
}
#checkoutConfirmDefault hr {
	display: none;
}

.whiteBgPage h2 {
	background: #E7E5E6;
	clear: both;
	padding: 0px 5px 2px 5px;
	color: #e6006d;
	font-size: 1.4em;
}

#checkoutNewAddress {
	
}

#checkoutConfirmDefault #checkoutShipto {
	float: right; margin-right: 20px; width: 482px; margin-bottom:10px;
}

#checkoutConfirmDefault #checkoutShipto .buttonRow {
	float: right;
}

#checkoutConfirmDefault #checkoutBillto {
	float: left; margin-left: 20px; width: 441px; margin-bottom:10px;
}

#checkoutConfirmDefault #checkoutBillto .buttonRow {
	 float: right;
}

#checkoutSuccessDownloadPanel {
	 border: 1px solid orange; margin-left: 20px; padding: 10px; width: 500px;
}

#checkoutConfirmOrderTotals {
	 background: #E7E5E6; float: right; margin-top: 0px; padding: 0px; padding-top: 20px; margin-right: 20px; width: 270px;
}

#checkoutSuccessThanks { padding-top: 20px; }

#checkoutSuccessDownloadButton { font-size: 1.2em; font-weight: bold; }
#checkoutSuccessDownloadCompiling { color: #900; display: none; font-size: 1.1em; }

#checkoutSuccessDownloadError { color: #900; display: none; font-size: 1.1em; }
.ccinfo { padding-top: 20px; }
.ccinfo .inputLabelPayment { display: inline-block; padding-bottom: 10px; width: 220px; }

/* Search page */

#advSearchResultsDefaultHeading {
	background: none;
	color: #278051;
	font-size: 2.8em;
	font-weight: bold;
	float: left;
}
#togglesearch {
	float: right;
	margin-top: 20px;
}
#togglesearch a, #togglesearch a:link, #togglesearch a:visited {
	color: #000;
	text-decoration: none;
}
#togglesearch a:hover {
	text-decoration: underline;
}

.searchBoxTop * {
	margin-left: 15px;
	margin-bottom: 4px;
}
#searchBoxBottom label {
	color: #000;
}
#advancedSearch {
	padding-top: 5px;
}
#searchBoxBottom hr {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.priceform, .priceto {
	width:10px;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	width: 240px !important;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 11px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	text-align: left;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	border-bottom: 1px solid #CCC;
}
.ac_even {
	border-bottom: 1px solid #CCC;
}
.ac_over {
	background-color: #0A246A;
	color: white;
}

/* Search page */
#searchBox {
	background:none repeat scroll 0 0 #FFF;
	margin: 10px 0;
	padding-top: 3px;
	color:#000;
}
#searchBoxBottom {
	background:none repeat scroll 0 0 #FFF;
	padding-bottom:20px;
	padding-top:10px;
	color:#000;
}

#advancedSearch hr { margin-left: 10px; margin-right: 10px; }


#advancedSearch label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
#advancedSearch label input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
#advancedSearch legend label { color: #000; }
#advancedSearch legend label input { margin-left: 3px; }
#advancedSearch p {
		padding-top: 0px; padding-bottom: 3px;
}

#search_product_panel { float: left; height: 110px; padding: 10px; padding-top: 5px; width: 172px; background: url('/sites/1/images/search-product-panel.png'); }
#search_product_panel div { padding-top: 5px; }
#search_product_panel legend { color: #FFF; float: left; height: 16px; width: 100%; }
#search_product_panel label { color: #000; }

#search_download_panel { float: left; height: 110px; padding: 10px; padding-top: 5px; width: 138px; background: url('/sites/1/images/search-download-panel.png'); }
#search_download_panel div { padding-top: 5px; }
#search_download_panel legend { color: #FFF; float: left; height: 16px; width: 100%; }
#search_download_panel label { color: #000; }

#fieldsetAdvancedSearch legend, #fieldsetFurtherSearchCriteria legend { padding-bottom: 10px; }
#fieldsetAdvancedSearch legend.h2, #fieldsetFurtherSearchCriteria legend.h2 { color: #000; font-size: 1.3em; font-weight: bold; }
#fieldsetFurtherSearchCriteria label.wide { clear: both; display: inline-block; float: left; width: 90px; }

#search_download_panel { margin-left: 20px; }

#fieldsetAdvancedSearch { padding-left: 20px; float: left; width: 400px; }


#track-pagination {
	display: block
	list-style: none;
	padding: 15px;
	padding-top: 0px;
	text-align: center;
}
#track-pagination li {
	display: inline;
	
	padding: 5px;
}
#track-pagination li a, #track-pagination li span {
	
	display: inline-block;
	margin-top: 10px;
	padding: 5px;
	text-decoration: underline;
}
#track-pagination li a:hover, #track-pagination li span {
	
	color: #000;
}
#track-pagination li span {
  color: #E6006D;
}

/* checkout confirmation */
#checkoutConfirmDefault h3 {
	font-size: 1.2em;
}
#checkoutConfirmDefault h4 {
	font-size: 1.1em;
}
#checkoutConfirmDefault table {
	
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
	border-bottom: 1px solid #e6006d;
}
#checkoutConfirmDefault #shoppingcart_table {
	float: left;
	width: 620px;
}

#checkoutConfirmDefault th {
	color: #000;
	font-weight: bold;
}
#checkoutConfirmDefault td, #shoppingCartDefault td {
	color: #000;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}

#checkoutConfirmDefault #ccEmptyHeading {
	padding-left: 10px;
	padding-right: 10px;
	width: 40px;
}
#checkoutConfirmDefault #ccTaxHeading {
	text-align: right;
}
#checkoutConfirmDefult #ccPriceHeading {
	text-align: right;
}
#checkoutConfirmDefault #ccTotalHeading {
	text-align: right;
}
#checkoutConfirmDefault .product-image {
	padding-left: 10px; padding-right: 10px; text-align:center; width: 40px;
}
#checkoutConfirmDefault .product-type {
	padding-left: 5px;
}

#checkoutConfirmDefault .order_totals {
	padding-right: 10px;
}
#checkoutConfirmDefault #ottotal, #shoppingCartDefault #ottotal {
	background: #E7E5E6;
	border-top: 1px solid #e6006d;
	border-bottom: 1px solid #e6006d;
	font-size: 1.4em;
	font-weight: bold;
}
 
.cartTotalDisplay {
	text-align: right;
	width: 85px;
	padding-right: 17px;
}
#checkoutConfirmDefault .cartTotalDisplay {
	padding-right: 10px;
}

.lineTitle {
	background: url("images/product-list-type.png") no-repeat;
	background-position: 7px 9px;
	
	padding-left: 20px;
	
	display: -moz-inline-box;
	display: inline-block;
	width: 160px;
	float: right;
	
	padding-top: 5px;
	padding-bottom: 7px;
}
.totalBox {
	display: -moz-inline-box;
	display: inline-block;
	width: 80px;
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 7px;
}

#checkoutConfirmDefault #ottotal .lineTitle, #shoppingCartDefault #ottotal .lineTitle  {
	background: none;
	
}

#cartContentsDisplay .contentrow {
	vertical-align: top;
}

#related-items .product_title_artist, #related-items .product_rrp, #related-items .product_title {
	color: #000;
}
#related-items .product_price {
	color: #e6006d;
	font-weight: bold;
}

/* Artist homepage - also some colours set in style sheets depending on site*/

#navSubCatTabs {
  margin: auto;
  padding: 10px;
  text-align: center;
  width: 500px;
}
#navSubCatTabs li, #navSubCatTabs ul {
  float: left;
  padding: 2px;
}
#navSubCatTabs li a.selected {
  text-decoration: none;
}

.homepage-intro-content {
	border-right: 1px solid #000; float: left; width: 360px; min-height: 110px;
	float: left;
}
.homepage-intro-content p {
	padding: 10px; 
	width: 330px;
}
.homepage-intro-content ul {
	list-style-type: disc;
	
}
.homepage-intro-content li {
	list-style-type: disc;
	padding-left: 25px;
}
.homepage-intro-artist {
	padding-left: 25px;
	width: 344px;
	float: left;
}
.homepage-intro-artist div {
  background: url('/sites/common/images/home-featured-overlay.png') top right;
  height: 100px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 138px;
}
.homepage-intro-artist h2 {
  font-size: 2.2em;
  padding-left: 0px;
  padding-top: 12px;
  padding-bottom: 0px;
}
.homepage-intro-artist h2 a {
 text-decoration: none; 
}
.homepage-intro-artist p {
  font-size: 1.2em;
	padding-right: 120px;
	padding-top: 12px;
}
.homepage-intro-artist p a.black {
	color: #000;
	text-decoration: none;
}
.homepage-intro-artist a img {
	float: left;
}
.homepage-intro-artist p a {
	color: #E6006D;
	text-decoration: none;
}
.homepage-intro-artist p a:hover {
	text-decoration: underline;
}

.homepage-intro-content h1 {
	color: #e6006d;
	font-size: 2.2em;
	line-height:1.2em;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 12px;
	text-transform:none;
}

.homepage-intro-artist h2 {
	color: #000;
	font-size: 2.2em;
	line-height:1.2em;
	font-weight: bold;
	text-transform:none;
	padding-left: 0px;
}
.homepage-intro-content p {
  font-size: 1.2em;
}

/* Bestsellers sidebar item */

#bestsellers {
	padding-left: 10px;
}
#bestsellers ol {
	padding-left: 15px;
}
#bestsellers ol li {
	list-style: decimal;
}
#bestsellersHeading {
	background: url('./images/basket-top.gif');
	display: block;
	height: 26px;
	width: 120px;
}
#bestsellers span {
	display: none;
}
#bestsellers .sideBoxContent {
	background: url('./images/basket-background.gif');
}
#bestsellersContent {
	padding: 5px;
}
#bestsellersContent * {
	color: #FFF;
	text-align: left;
}

/* Downloads homepage */

	.contentBoxHalfBgTop { float: left; margin-bottom: 10px; width: 350px; }
	.contentBoxHalfBgBottom { padding-bottom: 10px; padding-top: 10px; }
	
	.frontpage_tracklist { margin: 8px; }
	.frontpage_tracklist li { border-bottom: 1px dotted #000; clear: both; padding: 2px; }
	.frontpage_tracklist li.alternate { }
	.frontpage_tracklist form { margin: 0px; padding: 0px; }
	.track_image { float: left; padding-right: 5px; width: 40px; }
	.track_title { float: left; width: 150px; }
	.track_title a { display: block; font-size: 1.2em; height: 2em; }
	.track_price { float: left; color: #782323; font-size: 1.2em; width: 40px; }
	.track_buy_now { float: right; }

/* downloads homepage */

/* Shopping cart rows */

#download_table { width: 100%; }
#download_table th, #shoppingcart_table th { color: #FFF; padding: 5px; padding-top: 2px; padding-bottom: 1px; }
#download_table thead tr th.left, #shoppingcart_table thead tr th.left { background: #E7E5E6; color: #e6006d; }
#download_table thead tr th, #shoppingcart_table thead tr th { background: #E7E5E6; color: #e6006d;; text-align: left; }
#download_table thead tr th.right, #shoppingcart_table thead tr th.right { background: #E7E5E6; color: #e6006d; }


/* #download_table tr, #shoppingcart_table tr { background: #FEEDE3; } */
/* #download_table tr.alternate, #shoppingcart_table tr.alternate { background: #FEE6DA; } */
#shoppingcart_table tr.contentrow { border-top: 1px dotted #000; }
#download_table tr.firstrow, #shoppingcart_table tr.firstrow { border-top: none; }

/* Shopping cart rows */

/* Downloads account page */

#download_table thead tr { background: none; }
#download_table tr { background: none; }
#download_table tr.footer td { background: none; }
#download_table tr.album_header_row { border-top: 1px dotted #000; }
#download_table tr.album_header_row_first { border-top: none; }
#download_table td { padding: 5px; }
#download_table tr.alternate { background: none; }

#download_table td.cd_num { font-size: 1.1em; }
.download_product_name { font-size: 1.2em; }

td.expand_btn { cursor: pointer; text-align: center; }

/* Downloads account page */

/* Checkout confirmation page */

/* Checkout confirmation page */

/* Account history */

#accountHistInfo th { text-align: left; }
#prevOrders th { text-align: left; }
#accountHistInfo table th, #accountHistInfo table td {
	padding: 2px;
}

/* Account history */

/* Smaller titles in places */

h1.smallfont {
	font-size: 14px;
}

/* Free Ordering Info */

#orderingInfo {
	margin-left: 5px;
	padding: 10px 0;
}

#orderingInfo p {
	margin: 3px 0;
	font-size: 14px;
}

.hidden {
	display: none;
	}



