/* 	Default screen stylesheet for Integrity Music
   	Author: Sam Barnes (samb@tbs.uk.com)
*/


/* 	Defaults begin (removes default styling of popular browsers) -------------------------------------------------- */

/* 	Remove padding and margin */
* {
	margin: 0px;
	padding: 0px;
}

/* 	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 #F00;
	color: #900;
	background: #FEE;
	font-weight: bold;
}
.messageStackError img, .messageStackSuccess img {
	display: none;
}

.messageStackSuccess {
	margin: 0px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #090;
	color: #090;
	background: #EFE;
	font-weight: bold;
}

body.page-wide #shoppingcart-messages.contentBoxBgTop {
	background: #FFF url('./images/gospel-content-wide-white-top-bg.gif') 0 0 no-repeat;
}
body.page-wide #shoppingcart-messages.contentBoxBgTop .contentBoxBgBottom {
	background: url('./images/gospel-content-wide-white-bottom.gif') no-repeat bottom;
}


/* 	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: #111010 url('./images/body-bg.gif') repeat-y center;
	text-align: center;
	font: 62.5%/1.6 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;
}

.logo {
	float: left;
	width: 184px;
}


#mainWrapper {
	width: 988px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* Header ------------------------------------------------------------------------------------------------ */
#headerWrapper {
	background: #ceffcd url('./images/gospel-content-banner-bg.jpg') no-repeat;
}
#headerWrapper .logo {
	float: left;
}
#navMainWrapper {
	padding-right: 15px;
}
#navMainWrapper ul li, #navCatTabsWrapper ul li {
	display: inline;
}
#navCatTabsWrapper {
	clear: both;
}
#contentMainWrapper {
	background: #101010;
	margin-top: 10px;
}

.clearBoth {
	clear: both;
}


/* Content layout ------------------------------------------------------------------------------------------------ */
#navColumnOne {
	vertical-align: top;
	text-align: left;
}
.centerColumn {
	width: 728px;
}
.centerColumnWide {
  width: 988px;
}
.centerColumnWide .whiteBgPage h2 {
	background: url('images/968x18-login-section-hdr-bg.gif') no-repeat top;
	clear: both;
	padding: 0px 17px 2px 17px;
	color: #fff;
	font-size: 1.1em;
}

#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 {
	 float: right;
}

ul.back li
{
	border-left: 1px solid #646464;
}
ul.back li.left
{
	border-left: none;
}
ul.back li.phone-number
{
	border-left: none;
	font-size: 3em;
	font-weight: bolder;
	color: #f56a1d;
}
ul.back li a {
	color: #646464;
	font-size: 1.3em;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
ul.back li.first {
	border-left: 0px;
}

#navMainSearch {
	clear: right;
	float: right;
	background: url('./images/search.gif') top right no-repeat;
	width: 502px;
}
#navMainSearch form {
	padding-top: 6px;
	padding-bottom: 6px;
	float: right;
	
	font-size: 1.1em;
	line-height: 1.1em;
}
#navMainSearch input{
	float: left;
}

.topNavSearch {
	display: none;
}

.searchbox {
	float: left;
	width: 255px;
	background: none;
	border: none;
	margin-top: 3px;
	vertical-align: top;
}
.searchButton {
	float: left;
	margin-right: 8px;
	vertical-align: top;
}
.searchFormatBox {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	vertical-align: top;
}


/* Navigation ------------------------------------------------------------------------------------------------ */

#navCatTabs {
	background: #278051 url('./images/gospel-1st-level-nav-bg.gif') repeat-x;
	text-align:center;
	list-style:none;
}

#container {
	text-align: center;
}

#navCatTabs ul {
	
  margin:0; 
  
}
#navSubCatTabs {
	background: #f76918 url('./images/gospel-2nd-level-nav-bg.gif') repeat-x;
	clear: both;
}
#navSubCatTabs ul {
	clear: both;
	
}
#navCatTabs ul li, #navSubCatTabs ul li {
	display: inline;
}

#navCatTabs ul li a, #navSubCatTabs ul li a {
	color: #FFF;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 120%;
	display: -moz-inline-box;
	display: inline-block;
	padding: 5px;
	line-height: 1em;
	text-decoration: none;
	border-left: 1px solid #FFF;
}
#navCatTabs ul li a:link, #navSubCatTabs ul li a:link {
	color: #FFF;
}
#navCatTabs ul li a:hover {
	background: #f78642 url('./images/gospel-1st-level-nav-active-bg.gif') repeat-x scroll left top;
}
#navCatTabs .category-subs-selected {
	background: #f78642 url('./images/gospel-1st-level-nav-active-bg.gif') repeat-x scroll left top;
}
#navCatTabs ul li.first a, #navSubCatTabs ul li.first a {
	border-left: 0px;
}

#navSubCatTabs ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#navSubCatTabs a span.navSubCat-Selected, #navSubCatTabs ul li a.selected {
	color: #000;
}

/* CONTENT FOR SITE */

#contentBoxBgTop, #contentBoxBgTopFront, .contentBoxBgTop {
	background: #deecd4 url('./images/gospel-content-top-bg.gif') 0 0;
	background-repeat: no-repeat;
}
.contentBoxBgTop { padding-bottom: 0px; margin-bottom: 10px; padding-top: 0px; }

.whiteBgPageTop { padding-bottom: 0px; margin-bottom: 10px; padding-top: 0px;
	background: #FFF url('./images/gospel-content-white-top-bg.gif') 0 0;
	background-repeat: no-repeat;
}

.whiteBgPage, #contentBoxBgTop.whiteBgPage {
	background: #FFF url('./images/gospel-content-white-top-bg.gif') 0 0;
	background-repeat: no-repeat;
}
.centerColumnWide .whiteBgPage, .centerColumnWide #contentBoxBgTop.whiteBgPage {
  background: #FFF url('./images/gospel-content-wide-white-top-bg.gif') 0 0;
  background-repeat: no-repeat;
}
#contentBoxBgBottom, #contentBoxBgBottomFront, .contentBoxBgBottom {
	padding-top: 10px;
	padding-bottom: 10px;
	background: url('./images/gospel-content-bottom.gif') no-repeat bottom;
}
.contentBoxBgBottom { padding-bottom: 1px; padding-top: 10px; }

.contentBoxBgTop .whiteBgPage, .whiteBgPageTop .whiteBgPage, #contentBoxBgBottom.whiteBgPage {
	background: url('./images/gospel-content-white-bottom.gif') no-repeat bottom;
	background-repeat: no-repeat;
}
.centerColumnWide .contentBoxBgTop .whiteBgPage, .centerColumnWide .whiteBgPageTop .whiteBgPage, .centerColumnWide #contentBoxBgBottom.whiteBgPage {
  background: url('./images/gospel-content-wide-white-bottom.gif') no-repeat bottom;
}
#indexDefaultMainContent {
	
}	

#whatsNew {
	
}

.productPagePad, .pagePad, #artistExtras p, #ezPageDefault p {
	padding: 0px 17px 0px 17px;
}
.pagePadTopBot {
	padding-top: 5px;
	padding-bottom: 5px;
}

.centerBoxWrapper {
	
}

#productMusicDisplay h2, #artistInfo h2, #ezPageDefault h2 {
	clear: both;
	padding: 0px 17px 2px 17px;
	color: #fff;
	font-size: 1.1em;
	background: url('./images/708x18-gospel-section-hdr-bg.gif') no-repeat top;
	text-transform: lowercase;
}

#contentBoxBgTop h1, .contentBoxBgTop h1 {
	text-transform: lowercase;
}

h1 {
	clear: both;
	padding: 0px 17px 2px 17px;
	color: #fff;
	font-size: 1.1em;
	background: url('./images/708x18-gospel-section-hdr-bg.gif') no-repeat top;
	text-transform: none;
}

#contentBoxBgBottom h1, #contentBoxBgBottomFront h1 {
	text-transform: none;
}

#contentBoxBgBottom #whatsNew h1, #contentBoxBgBottom #featuredProducts h1, #contentBoxBgBottom #upcomingProducts h1 {
	text-transform: lowercase;
}

#productMusicDisplay h2 a, #artistInfo h2 a, #ezPageDefault h2 a, h1 a {
	color: #fff;
	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: #fff;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
}

.spanBoxHeading {
	float: left;
	display: inline;
}

.centerBoxHeading {
	height: 18px;
	color: #fff;
}
.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;
}

a.product_title_artist {
	text-decoration: none;
	color: #000;
	text-align: left;
}
.product_title, #artists_content a.artist_name {
	
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #278051;
	text-align: left;
}
.productSpecialPrice, .strongorange {
	
	color: #f56a1d;
	font-weight: bold;
	text-align: left;
}
.product_price {
	padding-bottom: 10px;
	color: #f56a1d;
	font-size: 1.1em;
	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: #f56a1d; padding-bottom: 0px;
}
.product_cell_download_area form {
	 margin-top: 5px;
}

/* Three stores in one teaser ---------------------------------------------- */
.three-stores-teaser {
	background: url('./images/120x298-three-stores-bg.jpg') no-repeat right;
	height: 298px;
	width: 120px;
	float: right;
}
.three-stores-teaser .three-stores-worship {
	margin-top: 123px;
}
.three-stores-teaser img.three-stores-gospel {
	padding-top: 16px;
}
.three-stores-teaser img.three-stores-fuse {
	padding-top: 16px;
}


/* 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;
}
/* Righthand Column */

.rightBoxContainer {
	margin-bottom: 10px;
}

.rightBoxContainer h3 {
	display: none;
}

/* Shopping cart side bar */

#shoppingcart {
	margin-left: 10px;
	
}
#shoppingcartHeading {
	background: url('./images/basket-top.gif');
	display: block;
	height: 26px;
	width: 120px;
}
#shoppingcartHeading span {
	display: none;
}
#shoppingcart .sideBoxContent {
	background: url('./images/basket-background.gif');
}
#cartBoxListWrapper {
	padding: 5px;
}
#cartBoxListWrapper li {
	padding: 5px;
	text-align: left;
}

#cartBoxListWrapper a:hover {
	text-decoration: underline;
}

span.cartOldItem, span.cartNewItem { color: #FFF; }
span.cartOldItem a, span.cartOldItem a:link, span.cartOldItem a:visited, span.cartNewItem a, span.cartNewItem a:link, span.cartNewItem a:visited {
	color: #FFF; bold; text-decoration: none; text-align: left;
}
span.cartOldItem a:hover, span.cartNewItem a:hover {
	color: #FFF; text-align: left; text-decoration: underline;
}

.cartlabel {
	
	float: left;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}

.cartDetails {
	padding-top: 3px;
}

.cartDelItem {
	width: 10px;
	display: -moz-inline-box;
	display: inline-block;
	float: left;
	padding-top: 4px;
}

.cartQtyItem {
	color: #FFF; width: 40px;
	float: left;
	text-align: center;
	display: -moz-inline-box;
	display: inline-block;
}
.cartPriceItem {
	color: #FFF; width: 45px;
	display: -moz-inline-box;
	display: inline-block;
	text-align: right;
	float: right;
}
#shoppingcart .cartPromItem {
	margin-top: 3px;
	background: #58585a; color: #FFF; display: block; padding: 0px; text-align: center; text-decoration: none; width: 100%;
}
.cartBoxTotal {
	border-top: 1px dotted #FFF; color: #FFF; padding: 5px;
}
.cartBoxFinalTotal {
	background: #58585a; border-bottom: 1px dotted #f56b1e; border-top: 1px dotted #f56b1e; color: #FFF; padding: 5px;
}
.cartBoxTotal strong {
	float: left; display: block; text-align: left; width: 60px;
}

/* Shopping cart main page */

#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 */

#navSupp ul {
	margin-top: 10px;
}

#navSupp ul li a, #navCopyright ul li {
	color: #FFF;
	padding-left: 6.5px;
	font-size: 1em;
	padding-right: 5px;
	border-left: 1px solid #FFF;
	text-decoration: none;
}
#navCopyright ul {
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: auto;
	width: 300px;
}
#navCopyright ul li {
	float: left;
}
#navCopyright ul li a {
	color: #FFF;
	
	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;
}

div #productRrp, span #productRrp, .orig_price {
	text-decoration: line-through;
}

/* Product Page */

.centerBoxWrapper form {
	margin-top: 10px;
}

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: 20px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#productContentBottom {
	background: url('/sites/1/images/product-details-combined-bottom.png') no-repeat;
	height: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#productContent.productContentWide {
	background: url('/sites/1/images/product-details-combined-wide.png') no-repeat;
}
#productContentBottom.productContentBottomWide {
	background: url('/sites/1/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: 20px;
	margin-top: 5px;
}
ul.productBreadcrumb li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	background: url("./images/product-list-type.gif") no-repeat left bottom;
}
ul.productBreadcrumb a, ul.productBreadcrumb a:link, ul.productBreadcrumb a:visited {
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
ul.productBreadcrumb a:hover {
	text-decoration: underline;
}

#promos h3 {
	font-size: 1.1em;
}
#promos h4 {
	font-size: 1em;
}

#productDescriptionHeader {
	clear: both;
}
#productDescription {
	padding-top: 10px;
	padding-bottom: 15px;
}

.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 dotted #000;
	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; position: relative; width: 120px;
}

.artist-info-block img {
  margin-right: 3px;
}
.artist-info-block a, .artist-info-block span {
  color: #f56a1d;
  font-size: 1.1em;
  font-weight: bold;
}

h1.headingSmallText { font-size: 1.3em; font-weight: bold; padding-bottom: 10px; padding-top: 5px; }

#productContent { background: url('/sites/1/images/product-details-combined.png') no-repeat; }

.productDetails, .productDetailsDownloads, .productDetailsWide { float: left; margin-right: 0px; padding: 0px; width: 160px; }

.productDetailsDownloads { margin-left: 10px; width: 158px; }
.productDetails h3, .productDetailsDownloads h3, .productDetailsWide h3, #promos h3 { color: #FFF; font-size: 1.1em; margin: 0px; padding: 4px 0px 4px 10px; }
#promos h3 { padding-top: 2px; }
.productDetails h3 span, .productDetailsWide h3 span { color: #ffdace; }
.productDetailsDownloads .ourprice { font-size: 1.4em; font-weight: bold; }
.productDetailsDownloads h3 span { color: #f0ebef; }
.productDetailsList { padding: 10px 10px 10px 10px; }

.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: 65px; }

.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;
}
.row_alternate td {
	background: #ceeacf;
}
.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;
}
a.backToTop:hover {
	text-decoration: underline;
}

/* Login page */

#loginDefault hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.loginContent {
	margin-top: 17px;
	margin-bottom: 17px;
}
.inputLabel {
	display: -moz-inline-box;
	display: inline-block;
	width: 230px;
	margin-top: 10px;
	margin-left: 10px;
	
}

#loginBox {
	background: url('./images/login-box-top.gif') top left no-repeat;
	margin: 10px;
}
#loginBoxBottom {
	background: url('./images/login-box-bottom.gif') bottom left no-repeat;
	padding-top: 10px;
	padding-bottom: 20px;
}
#loginSlice {
	background: #f66e24 url('./images/login-box-background.gif') top left repeat-x;
	margin: 10px;
}
.alert, .alert span {
	color: #f56c20;
	font-weight: bold;
}

#loginDefault h1 {
	margin-top: 20px;
}

/* 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;
}

/*
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	background: orange;
}
*/

/* 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 {
	padding-bottom: 10px;
}

#productMusicDisplay h1, #artistInfo h1, #ezPageDefault h1, h1.large {
	clear: both;
	padding: 0px 17px 2px 17px;
	color: #FFF;
	font-weight: normal;
	font-size: 1.8em;
	background: url('images/708x31-product-header.gif') no-repeat top;
}

#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: #f76f23;
	
	font-size: 2.8em;
}
.whiteBgPage h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.rightColumnText {
	float: right;
	width: 35%;
	
}

.pwitharrow {
	background: url("images/product-list-type.gif") 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: url('images/708x18-login-section-hdr-bg.gif') no-repeat top;
	clear: both;
	padding: 0px 17px 2px 17px;
	color: #fff;
	font-size: 1.1em;
}

#checkoutNewAddress {
	
}

#checkoutConfirmDefault #checkoutShipto {
	float: right; margin-right: 20px; width: 482px;
}
#checkoutConfirmDefaultShippingAddress {
	background: url('/sites/common/images/482x18-heading-bg.gif');
}
#checkoutConfirmDefault #checkoutShipto .buttonRow {
	float: right; width: 10%;
}

#checkoutConfirmDefault #checkoutBillto {
	float: left; margin-left: 20px; width: 441px;
}
#checkoutConfirmDefaultBillingAddress {
	background: url('/sites/common/images/441x18-heading-bg.gif');
}
#checkoutConfirmDefault #checkoutBillto .buttonRow {
	 float: right; width: 10%;
}

#checkoutSuccessDownloadPanel {
	 border: 1px solid orange; margin-left: 20px; padding: 10px; width: 500px;
}

#checkoutConfirmOrderTotals {
	 background: url('/sites/common/images/270x18-heading-bg.gif') no-repeat; 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; }
.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;
}

#searchBoxBottom {
	padding-top: 15px;
}
.searchBoxTop * {
	margin-left: 15px;
	margin-bottom: 4px;
}
#searchBoxBottom label {
	color: #FFF;
}
#advancedSearch {
	padding-top: 5px;
}
#searchBoxBottom hr {
	margin: 0px;
	padding: 0px;
	margin-bottom: 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: url('./images/search_box_top.gif') top left no-repeat;
	margin: 10px;
	padding-top: 3px;
}
#searchBoxBottom {
	background: transparent url('./images/search_box_bottom.gif') bottom left no-repeat;
	padding-bottom: 5px;
}

#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: #FFF; }
#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.gif'); }
#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: #FFF; 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;
}

/* 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 #f56b1c;
}
#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: #fdcaaf;
	border-top: 1px solid #f56b1c;
	border-bottom: 1px solid #f56b1c;
	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.gif") 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 {
	color: #000;
}
#related-items .product_title, #related-items .product_price {
	color: #FFF;
	font-weight: bold;
}

/* Artist homepage - also some colours set in style sheets depending on site*/
.homepage-intro-content {
	border-right: 1px solid #000; float: left; width: 360px; min-height: 110px;
	float: left;
}
.homepage-intro-content p {
	padding-top: 10px; padding-left: 15px; padding-right: 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: 10px;
	width: 339px;
	float: left;
}
.homepage-intro-artist p {
	padding-left: 120px;
}
.homepage-intro-artist p a.black {
	color: #000;
	text-decoration: none;
}
.homepage-intro-artist a img {
	float: left;
}
.homepage-intro-artist p a {
	color: #F56A1D;
	text-decoration: none;
}

.homepage-intro-content h1 {
	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: normal;
	text-transform:none;
}

.homepage-intro-artist h2 {
	color: #FFFFFF;
	width: 339px;
	font-size: 1.8em;
	height: 31px;
	font-weight: normal;
	text-transform:none;
	padding-left: 8px;
}

/* 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 { background: url('/sites/1/images/worship-content-top-half-bg.gif'); float: left; margin-bottom: 10px; width: 357px; }
	.contentBoxHalfBgBottom { background: url('/sites/1/images/worship-content-bottom-half-bg.gif') no-repeat bottom; padding-bottom: 10px; padding-top: 10px; }
	
	h1.halfWidth { background: url('/sites/1/images/345x18-section-hdr-bg.gif') no-repeat top; }
	
	.frontpage_tracklist { margin: 8px; }
	.frontpage_tracklist li { background: #CFDEC4; clear: both; padding: 2px; }
	.frontpage_tracklist li.alternate { background: #C1D1B5; }
	.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: url('/sites/common/images/708-table-heading-bg.gif') no-repeat left; }
#download_table thead tr th, #shoppingcart_table thead tr th { background: url('/sites/common/images/708-table-heading-bg.gif') no-repeat right; text-align: left; }
#download_table thead tr th.right, #shoppingcart_table thead tr th.right { background: url('/sites/common/images/708-table-heading-bg-r.gif') no-repeat right; }

#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: #FEEDE3; }
#download_table tr.footer td { background: url('/sites/common/images/708-table-footer-bg.gif') no-repeat bottom center; }
#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: #FEE6DA; }

#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 */
