/*

Tradingeye JACK TAMS
===============================================

Author:			JACK TAMS

*/


/* =BASE
=============================================== */
body {
	background: #E5ECF3;
	color: #111;
	font: 62.5%/1.8em Lucida Grande, Verdana, Arial sans-serif;	
	text-align: center;
	margin: 0;
	padding: 0;
	}
table,
td,
input,
textarea,
select,
li {
	color: #222;	
	font: 1em Lucida Grande, Verdana, Arial, sans-serif;
	}

/* hidden items */

#skip,
.hidden {
	display: none;
	}

/* basic links */

a:link,
a:visited,
a:active {
	color: #ce4f11;
	text-decoration: none;
	}
a:hover {
	color: #111;
	}

/* images */

img {
	border: none;
	}

/* typography */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
	}
h2 {
	font-size: 1.4em;
	clear: both;
	font-weight: bold;
	}
h2#pageTitle {
	font: normal 24px Palatino, Palatino Linotype, Times, Times New Roman, serif;
	margin: .2em 0 0 0;
	}
h2#pageTitle span {
	color: #aaa;
	}
h3 {
	clear: both;
	font-size: 1.2em;
	}
h4,
h5 {
	font-size: 1em;
	text-transform: uppercase;
	}
hr {
	display: none;
	}
.message {
	background: #f2f2f2;
	font-size: 1em;
	margin: .5em 10px;
	}
.message.positive {
	color: #4F8A10;
	background-color: #DFF2BF;
	}
.message.negative {
	color: #D8000C;
	background-color: #FFBABA;
	}
.note {
	background: #f3f3f3;
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: .5em 10px;
	}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	font-size: 1em;
	padding: .5em 10px;
	}
.highlight {
	font-size: 1.4em;
	}
address {
	font-style: normal;
	margin: 1em 0;
	}


/* =CONTAINER
=============================================== */

#container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 100%;
	}


/* =HEADER
=============================================== */

#header {
	margin-top: 3.2em;
	font-size: 1.1em;
	height: 95px;	
	width: 100%;
	padding-bottom:10px;
	/*background: url(https://www.nextdaymusic.co.uk/graphics/nextday/background.jpg) repeat-x center;*/
	}
#header .inner {
	background:#fff;
	margin: 0 auto;
	position: relative;
	width: 960px;
	height:105px;
	border-top: 2px solid #559398;
	border-left: 2px solid #559398;
	border-right: 2px solid #559398;
	}
	
#banner img{
	float:right;
	padding-top:5px;
	padding-right:20px;
}

/* company logo & tagline */

#logo {
	font: normal 3.5em Palatino, Times, Times New Roman, serif;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	
	}
#logo a {
	color: #fff;
	}
#tagline {
	border: none;
	color: #345068;
	font: normal 2em Palatino, Times, Times New Roman, serif;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 75px;
	}

/* shopping basket info */

#info {
	color: #fff;
	font-weight: bold;
	height: 3.2em;
	line-height: 3.2em;
	margin: 0;
	padding: 0;
	position: absolute;	
	right: 20px;
	text-align: right;
	top:-40px;
	width: 300px;
	z-index: 10;
	}
	
#info a {
		color: #999;
		font-weight: bold;
		padding: .5em;
		}
#info a:hover{
	color: #fff;
	background:#414751;
}

#basket {
	background: url(../graphics/nextday/basket.png) no-repeat 0 50%;
	display: inline;
	height: 3.2em;
	line-height: 3.2em;
	padding-left: 2em;
	}


/* =MID
=============================================== */

#mid {
	background: #fff;
	margin: 0 auto;
	padding-bottom: 1.5em;
	position: relative;
	width: 960px;
	border-top: 1px solid #eee;
	border-left: 2px solid #559398;
	border-right: 2px solid #559398;
	}

/* breadcrumb trail */

#breadcrumbs {
	color: #ccc;
	font-size: 1.1em;
	display: block;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px solid #eee;
	}
#breadcrumbs a {
	color: #aaa;
	}

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

/* =SIDEBAR
=============================================== */

#sidebar {
	float: left;
	font-size: 1.1em;
	display: inline;
	padding-left: 10px;
	padding-right:10px;
	margin-bottom: 1em;
	width: 220px;
	border-right:1px solid #eee;
	clear:both;
	height:100%;
	}

/* standard search */

#searchTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#search {
	margin: 0;
	padding: 0;
	padding-top:10px;
	margin-bottom:5px;
	}
#search label {
	display: none;
	}
#searchKeyword {
	background: #fff;
	border: 1px solid #bbb;
	float: left;
	margin: 0;
	padding: 4px;
	width: 170px;
	}
#adv {
	margin:0;
	padding: 0;
	width: 0;
	display:hidden;
	}
#searchSubmit {
	background: #5a8bb6;
	border: 0;
	color: #fff;
	float: right;
	height: 2.2em;
	line-height: 2.2em;
	margin: 0;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	text-transform: uppercase;
	}
#searchSubmit:hover {
	background: #4f7a9f;
	cursor: pointer;
	}

/* shop by brand */

#shopbyBrandTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#shopByBrand {
	float: left;	
	padding: 3px 4px;
	width: 180px;
	}
#brandSubmit {
	background: #5a8bb6;
	border: 0;
	color: #fff;
	float: right;
	height: 2.2em;
	line-height: 2.2em;
	margin: 0;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	text-transform: uppercase;
	}
#brandSubmit:hover {
	background: #4f7a9f;
	cursor: pointer;
	}

/* top-level navigation */

#navDept, #navDept li, #navTools, #navTools li, .navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
	font-size: 105%
}
#navDept{margin-top:1em;margin-bottom:1em;}
#navDept li{
	/*background: #fff url(https://www.nextdaymusic.co.uk/graphics/nextday/control_play.png) no-repeat center right;*/
	background:#fff;
	margin-bottom:1px;
}
#navDept li a{
	display:block;
	width:100%;
	color:#265689;
}
#navDept li a:hover,#navTools li a:hover{
	/*background: #eee url(https://www.nextdaymusic.co.uk/graphics/nextday/control_play_blue.png) no-repeat center right;*/
	background:#eee;
	
}
#navDept li a.selected, #navTools li a.selected{
	/*background: #C7D5DD url(https://www.nextdaymusic.co.uk/graphics/nextday/control_play_blue.png) no-repeat center right;*/
	background:#C7D5DD;
	font-weight: bold;
}
#navDept li a span{
	display:block;
	padding:4px 6px;
}

/* navSub dropdown menu - shows only when tree nav is enabled in admin > design settings */

.navSub,
.navSub li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.navSub {
	display: none;
	position: relative;
	}
#navDept li:hover .navSub {
	display: block;
	float: none;
	left: 220px;
	top: 3.3em;
	position: absolute;
	width: 170px;
	z-index: 10;
	}
#navDept li:hover .navSub li {
	clear: left;
	display: block;
	float: none;
	position: relative;
	}
#navDept li:hover .navSub li a {
	background: #4f7a9f;
	border-top: 0;
	display: block;
	width: 170px;
	}
#navDept li .navSub a.selected {
	color: #cbd7e2;
	}
#navDept li:hover .navSub li a:hover {
	background: #eee;
	color: #265689;
	}
#navDept li:hover .navSub li .navSub {
	display: none;
	position: relative;
	}
#navDept li:hover .navSub li:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 194px;
	position: absolute;
	width: auto;
	}
#navDept li:hover .navSub li:hover .navSub li .navSub {
	display: none;
	position: relative;
	}
#navDept li:hover .navSub li:hover .navSub li:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 194px;
	position: absolute;
	width: auto;
	}

/* customer tools */

#navToolsTitle {
	display: none;
	}
#navTools,
#navTools li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navTools {
	right: 10px;
	position: absolute;
	top: -22px;
	}
#navTools li {
	float: left;
	margin-right: .5em;
	}
#navTools li a{
	padding:2px;
	marign-left:2px;
}
#navTools li  a#checkout{
	background-image: url(../../graphics/nextday/basket.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:24px;	
}
/*
#navTools li  a#home{
	background-image: url(../../graphics/nextday/house.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:20px;	
}
#navTools li  a#user{
	background-image: url(../../graphics/nextday/user_green.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:20px;	
}

#navTools li  a#contact{
	background-image: url(../../graphics/nextday/email.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:20px;	
}
#navTools li  a#help{
	background-image: url(../../graphics/nextday/help.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:20px;	
}*/
#navTools li a {
	color: #aaa;
	font-weight: bold;
	padding: .5em;
	background:#fff;	
	}
#navTools li a:hover,
#navTools li a.selected {
background:#fff;
border-bottom:2px solid #aaa;
	}
#navTools li a span {}

#specialoffer li {
	margin:0;
	padding:0;
	list-style:none;
}


#specialoffer ul{
	padding:0;
	margin:0;
	padding-left:10px;
}

#specialoffer{
	left:0;
	top:-130px;
	position: absolute;
}

#specialoffer li {
	float: left;
	margin-right: .5em;
	}
#specialoffer li a {
	color: #aaa;
	font-weight: bold;
	padding: .5em;
	}

#specialoffer li a:hover,
#specialoffer li a.selected {
	color: #fff;
	background:#414751;
}

/* menu items */

.navStaticTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0 .5em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
.navStatic,
.navStatic li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.navStatic {
	margin-bottom: 1em;
	}
.navStatic li a,
.navStatic li a:link,
.navStatic li a:visited,
.navStatic li a:active {
	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 1em .9em;
	color: #777;
	display: block;
	width: 100%;	
	}
.navStatic li a:hover {
	color: #111;
	}
.navStatic li a span {
	display: block;
	padding: .5em 10px .5em 2.4em;
	}

/* newsletter signup */

#newsletterTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#newsletter label {
	display: none;
	}
#newsletterEmail {
	background: #fff;
	border: 1px solid #d9d9d9;
	float: left;
	margin: 0;
	padding: 4px;
	width: 170px;
	}
#newsletterSubmit {
	background: #5a8bb6;
	border: 0;
	color: #fff;
	float: right;
	height: 2.2em;
	line-height: 2.2em;
	margin: 0;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	text-transform: uppercase;
	}
#newsletterSubmit:hover {
	background: #4f7a9f;
	cursor: pointer;
	}

/* menu items */

#recentlyViewedTitle {
	background: #f2f2f2;
	margin: 1em 0 .5em 0;
	padding: .5em 5px;
	text-transform: uppercase;
	}
#recentlyViewed,
#recentlyViewed li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#recentlyViewed {
	margin-bottom: 1em;
	}
#recentlyViewed li a,
#recentlyViewed li a:link,
#recentlyViewed li a:visited,
#recentlyViewed li a:active {
	color: #265689;
	display: block;
	width: 100%;	
	}
#recentlyViewed li a:hover {
	color: #111;
	}
#recentlyViewed li a span {
	display: block;
	padding:3px 5px;
	font-size: 110%;
	}


/* =CONTENT
=============================================== */

#main {
	float: left;
	font-size: 1.2em;
	display: inline;
	width: 700px;
	margin-left: 10px;
	}

/* content area */

#content {
	margin: 0;
	}
#content #contactDetails {
	background: #f2f2f2;
	float: right;
	margin-left: 20px;
	padding: 1em 15px;
	width: 320px;
	}
#content #contactDetails address {
	margin: 0;
	}
#content a {
	font-weight: bold;
	}
#content #feature ul li	{
	list-style-type:default;
}
#content ul,
#content ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#content ul {	
	margin: 1em 0 2em 0;
	}
#content ul li {
	background: url(../graphics/nextday/bullet_red.png) left center no-repeat;
	padding: .2em 0 .5em 2em;
	}
#content ul.star li {
	background: url(../graphics/nextday/bullet_star.png) left center no-repeat;
}
#content img{
	padding: 0 10px 10px 10px;
}
#content #featured img{
	padding:0 !important;
}
p.buttonWrapper {
	height: 2em;
	line-height: 2em;
	margin: 1em 0;
	}
p.buttonWrapper a:link,
p.buttonWrapper a:visited,
p.buttonWrapper a:active {
	background: #5a8bb6;
	color: #fff;
	margin-right: .5em;
	padding: .5em 1em;
	}
p.buttonWrapper a:hover {
	background: #4f7a9f;
	}

/*  sub-department navigation - content area */
h2#navSub{
	padding:5px;
	margin:0.8em 0 0 0;
	color:#555;
	background:#f2f2f2;
}

#navSubDept,
#navSubDept li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top:5px;
	padding-bottom:5px;
	}
#navSubDept {
	border:2px solid #f2f2f2;
	color: #777;
	margin: 0 0 2em 0;
	padding: .2em 10px;
	position: relative;
	}
#navSubDept li {
	display: block;
	float: left;
	font-size: 150%;
	font-weight: bold;
	list-style: none;
	width: 315px;
	}
#navSubDept li a {
	color: #fff;
	font-weight: bold !important;
	display: block;
	font-weight: normal;
	}
#navSubDept li a:hover,
#navSubDept li a.selected {
	color: #eee;
	text-decoration: none;
	}


/* =FORMS
=============================================== */

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
legend {
	clear: left;
	color: #222;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	padding-left:0px;
	}
fieldset h3 {
	margin: 1em 0;
	}
.formField {
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 4px;
	width: 170px;
	}
select.formSelect {
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 3px 4px;
	width: 170px;
	}
select.formSelectMedium {
	background: #fff;
	border: 1px solid #bbb;
	margin-right: 5px;
	padding: 3px 4px;
	width: 90px;
	}
.formFieldShort {
	background: #fff;
	border: 1px solid #bbb;
	margin-right: 5px;
	padding: 4px;
	width: 50px;
	}
.formFieldMedium {
	background: #fff;
	border: 1px solid #bbb;
	margin-right: 5px;
	padding: 4px;
	width: 90px;
	}
h3 .formRadio {
	margin: -.2em .5em 0 0;
	}
p .formRadio {
	margin: -.2em .5em 0 0;
	}
.formButton {
	background: #5a8bb6;
	border: none;
	color: #fff;
	height: 2.2em;
	line-height: 2.2em;
	overflow: hidden;
	padding: 0 4px 2px 4px;
	}
.formButton:hover {
	background: #4f7a9f;
	cursor: pointer;
	}
label {
	margin: .5em 0;
	}
label span {
	color: #a00;
	font-size: 110%;
	font-weight: bold;
	}
input.formField:focus,
input.formFieldShort:focus,
input.formFieldMedium:focus,
textarea:focus,
.quantity:focus,
.formField.comments:focus	{
	background: #fff;
	border: 1px solid #aaa;
	}


/* =TABLES
=============================================== */

table {
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	line-height: 150%;
	margin: .5em 0 1em 0;
	width: 100%;
	}
th {
	background: #f3f3f3;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 5px;
	}
tr {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	}
td {
	background: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px;
	vertical-align: top;
	}
table .price {
	color: #5a8bb6;
	font-size: 1em;
	font-weight: bold;
	}
th.first,
td.first {
	width: 25%;
	}
td.qty {
	width: 100px;
	}
th.remove {
	width: 75px;
	}
th.product,
th.attributes {
	width: 30%
	}


/* =MISC
=============================================== */

/* site map */

#sitemap,
#sitemap ul,
#sitemap li {
	list-style: none;		
	margin: 0;
	padding: 0;
	}
#sitemap {
	margin: 1em 0;
	}
#sitemap li {
	margin: .5em 0;
	}
#sitemap li h3 {
	margin: .2em 0;
	}
#sitemap ul {
	padding-left: 20px;
	}

/* shopping cart & checkout */

.module1 {
	float: left;
	margin: 1em 0;
	width: 340px;
	display: inline;
	}
.module2 {
	float: right;
	margin: 1em 0;
	width: 340px;
	display: inline;
	}
.module1 *:first-child,
.module2 *:first-child {
	margin-top: 0;
	}
.formCheckbox,
.formRadio {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
p .formCheckbox {
	margin: -.4em .5em 0 0;
	}
p .formRadio {
	margin: -.4em .5em 0 0;
	}
#cartContents {
	margin-bottom: 1em;
	}
#cartContents td.productDetails {
	padding-left: 80px;
	}
.cartProductImage {
	display: inline;
	float: left;
	margin: 0 0 0 -75px;
	}
.cartProductImage a img {
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 2px;
	width: 60px;
	}
.cartProductImage a:hover img {
	background: #eee;
	border: 1px solid #d5d5d5;
	padding: 2px;
	}
a.removeItem {
	background: url(../graphics/site/removeItem.gif) no-repeat 0 50%;
	height: 16px;
	padding-left: 20px;
	}
#acceptedCards img {
	margin-right: .5em;
	}

/* cart totals */

#total {
	clear: both;
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 110%;
	}
#total dt {
	border-bottom: 1px solid #bbb;
	font-weight: bold;
	line-height: 2.5em;
	}
#total dd {
	line-height: 2.5em;
	margin-top: -2.6em;
	text-align: right;
	}
#total .total {
	font-size: 1.2em;
	}
.actions {
	clear: both;
	margin: 1em 0;
	}

/* content area forms (checkout, login, contact form etc.) */

#main label {
	display: block;
	}
#main .formField,
#main .formFieldMedium {
	margin: 0 0 .8em 0;
	width: 280px;
	}
#main select.formSelect,
#main select.formSelectMedium,
#main select.formSelectShort {
	margin: 0 0 .8em 0;
	width: 280px;
	}
#content .formField,
#frmContact .formField {
	width: 310px;
	}
#content .formFieldShort,
#frmContact .formFieldShort {
	margin: .2em 0 1em 0;
	width: 50px;
	}
#content select.formSelect,
#frmContact select.formSelect {
	width: 228px;
	}
#content select.formSelectMedium,
#frmContact select.formSelectMedium {
	margin-right: .8em;
	width: 80px;
	}
#content .formButton,
#frmContact .formButton {
	float: left;
	margin-right: .5em;
	}
#cv2 {
	float: left;
	margin: -.2em 0 0 1em;
	}

/* checkout summary */

#checkout dl.cartSummary,
#checkout dl.cartSummary dt,
#checkout dl.cartSummary dd {
	margin: 0;
	padding: 0;
	}
#checkout dl.cartSummary dt {
	clear: left;
	float: left;
	margin: 0;
	width: 40%;
	}
#checkout dl.cartSummary dd {
	float: left;
	margin: 0;
	width: 59%;
	}
.addGiftWrap {
	float: left;
	margin: -.5em 0 0 0;
	}

/* checkout form layout */

table.user,
table.user tr,
table.user td {
	background: none;
	border: none;
	padding: 0;
	}
table.user {
	margin: 0;
	}
table.user td {
	width: 50%;
	}	
.paymentGateway {
	background: #fff;
	border: 1px solid #bbb;
	float: left;
	display: block;
	margin: -.5em 1em 1em 0;
	padding: 3px;
	}


/* =PRODUCT LISTS
=============================================== */

/* product list */

.products,
.products li {
	list-style: none;
	margin: 0;
	padding: 0;
	} 
.products li {
	background: #f8f8f8;
	margin: 0 0 1em 0;
	padding: 1px 10px 0 170px;
	position: relative;
	}
.products li:hover {
	background: #f2f2f2;
	}
.products li h3 {
	background: none;
	clear: left;
	font-size: 12px;
	}
.products li h3 a,
.products li h3 a:link,
.products li h3 a:visited,
.products li h3 a:active {
	color: #4e789d;
	}
.products li h3 a:hover {
	color: #111;
	}
.products .image {
	display: block;
	float: left;
	margin: -2.6em 0 1em -158px;
	width: 146px;
	}
.products .image a img {
	background: #eee;
	padding: 2px;
	}
.products .image a:hover img {
	background: #fff;
	padding: 2px;
	}
.products .addWishlist,
.products .addCompare {
	display: inline;
	margin: .5em 1em .5em 0;
	}
.products .desc {
	line-height: 1.5em;
	}
.products .rrp {
	color: #777;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	}
.products .rrp span {
	color: #555;
	}
.products .onSale {
	background: #c00;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 1em .5em 1em;
	position: absolute;
	top: -.5em;
	right: 10px;
	}
.products .price {
	color: #222;
	font-size: 150%;
	font-weight: bold;
	}
.products .quantity {
	clear: both;
	margin: -3em 0 1em 0;
	text-align: right;
	}
.products .actions {
	float: right;
	margin: .5em 0;
	text-align: right;
	}

/* product grid */

.seeAll{
	border-top:1px solid #ddd;
	text-align:right;
	padding-top:4px;
}
ul.products.grid{
	margin-top:20px;
}
.products.grid {
	margin-right: -10px;
	width: 710px;
	}
.products.grid li {
	float: left;
	margin-right: 10px;
	padding: 10px 10px 0 10px;
	width: 204px;
	height:280px !important;
	overflow:hidden;
	border:1px solid #ddd;
	}
.products.grid .image {
	float: none;
	margin: 1em 0;
	}
.products.grid .addWishlist,
.products.grid .addCompare {
	border: 0;
	display: block;
	margin: .2em 0;
	padding: 0;
	}
.products.grid .price {
	margin: .5em 0;
	}
.products.grid .price span {
	display: block;
	margin: .5em 0;
	}
.products.grid .actions {
	clear: both;
	float: none;
	margin: .5em 0;
	text-align: left;
	}
	.products.grid h3{
		margin:0;
		height:55px;
	}

/* sort by options / attributes header */

#productSort h3 {
	clear: both;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0 0 0;
	text-transform: uppercase;
	}
#productSort h3 a {
	color: #999;
	height: 2.7em;
	line-height: 2.7em;
	padding: .8em 10px;
	}
#productSort h3 a:hover {
	color: #555;
	}
#productSort h3 a.selected {
	background: #f2f2f2;
	color: #111;
	}
#productSort h3 a span {
	color: #777;
	letter-spacing: normal;
	text-transform: none;
	}

/* sort container */

#productSort #productSortOptions {
	background: #f2f2f2;
	margin: 0 0 1em 0;
	padding: .5em 10px;
	}

/* sort options */

#productSort #productSortOptions .sortBlock {
	float: left;
	margin-right: 10px;
	width: 140px;
	}
#productSort #productSortOptions .sortBlock .formSelect {
	width: 140px;
	}
#productSort #productSortOptions .formButton {
	float: right;
	margin-top: 2.6em;
	}

/* sort by attributes */

#productSort h4 {
	margin: .8em 0 0 0;
	text-transform: none;
	}
#productSort #productSortOptions dl,
#productSort #productSortOptions dl dt,
#productSort #productSortOptions dl dd {
	margin: 0;
	padding: 0;
	}
#productSort #productSortOptions dl {
	margin: .5em 0;
	padding-left: 150px;
	position: relative;
	}
#productSort #productSortOptions dl dt {
	clear: left;
	color: #555;
	float: left;
	font-weight: bold;
	margin-left: -150px;
	width: 140px;
	}
#productSort #productSortOptions dl dd {
	color: #888;
	float: left;
	margin-right: 1em;
	}

/* pagination */

.pagination {
	background: #f2f2f2;
	clear: both;
	color: #777;
	font-weight: bold;
	margin: -2em 0 1em 0;
	padding: .5em 10px .5em 5px;
	}
.pagination p {
	margin: 0;
	}
.pagination p.current {
	display: inline;
	float: right;
	line-height: 1em;
	margin: .5em 0;
	}
.pagination p.summary {
	border-left: 1px solid #bbb;
	float: right;
	line-height: 1em;
	margin: .5em 0 .5em .6em;
	padding-left: .5em;
	}
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:active {
	color: #666;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 2px;
	padding: .1em 6px;
	}
.pagination a:hover {
	color: #111;
	}
.pagination a.selected {
	background: #fff;
	color: #111;
	}
.pagination.end {
	margin-top: 0;
	}


/* =PRODUCT DETAILS
=============================================== */

/* product details */

#product {	
	margin: 0.2em 0;
	}

/* image gallery */

#product .image {	
	float: left;
	margin: 1em 0;
	}
#product .image p {
	margin: 1em 0;
	}
#product .image ul,
#product .image ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#product .image ul {
	width: 370px;
	}
#product .image ul li {
	display: inline;
	}
#product .image ul li {
	margin: 0 5px 0 0;
	}
#product .image ul li a img {
	background: #f2f2f2;
	padding: 4px;
	}
#product .image ul li a:hover img {
	background: #bbb;
	padding: 4px;
	}

/* product price & options */

#product .info {
	border: 4px solid #ddd;
	float: right;
	margin: 1em 0;
	padding: 1px 10px 10px 10px;
	position: relative;
	width: 250px;
	}
#product .info .onSale {
	background: #c00;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 1em .5em 1em;
	position: absolute;
	top: -.5em;
	right: 10px;
	}
#product .info .price small, #product .info .rrp small{
	font-size: 50%;
}
#product .info .price {
	color: #111;
	font-size: 180%;
	line-height: .9em;
	margin: 10px 0 0 0;
	font-weight: bold;
	float:left;	
	}
#product .info .price span {
	color: #aaa;
	display: block;
	}
#product .info .rrp {
	color: #777;
	margin: 10px 0 .5em 0;
	
	font-size: 180%;
	font-weight: bold;
	float:right;
	}
#product .info h3 {
	line-height: 2em;
	margin-bottom: -.5em;
	}
#product .info label {
	float: left;
	margin: 5px .5em 0 0;
	}
#product .info .formField {
	width: 270px;
	}
#product .info .formButton {
	background: #5a8bb6 url(../graphics/nextday/add.png) no-repeat right center;
	padding-right:20px;
	margin: .2em 0 0 0;
	}
#product .info .formButton:hover{
	background: #4f7a9f url(../graphics/nextday/add.png) no-repeat right center;	
}
#product .info .formFieldShort,
#product .info .formButton {
	float: left;
	margin-right: 1em;
	}
#product .info #addWishlist,
#product .info #addComparison {
	margin: .5em 0;
	}
#product .actions {
	clear: both;
	}


/* =ARTICLES
=============================================== */

#articles ul,
#articles li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#articles ul {
	margin: 1em 0;
	}
#articles ul li {
	background: url(../graphics/petrol/articleBg.gif) repeat-x bottom left;
	list-style: none;
	margin: 1em 0 .5em 0;
	padding: 0 0 .8em 0;
	}
#articles ul li a {
	background: url(../graphics/petrol/articleIcon.gif) no-repeat 0 0;
	color: #666;
	font-weight: bold;
	padding-left: 2.3em;
	padding-top: .2em;
	}
#articles ul li a:hover {
	background: url(../graphics/petrol/articleIcon2.gif) no-repeat 0 0;
	color: #111;
	}
#pageAuthor {
	background: #f2f2f2;
	padding: .5em 10px;
	}


/* =REVIEWS
=============================================== */

/* star ratings */

.review {
	background: url(../graphics/petrol/ratings.gif) no-repeat 0 0;
	display: block;
	height: 12px;
	line-height: 12px;
	margin:0;
	padding-left: 80px;
	}
p.rating0 {
	background-position: 0 0;
	}
p.rating1 {
	background-position: 0 -12px;
	}
p.rating2 {
	background-position: 0 -24px;
	}
p.rating3 {
	background-position: 0 -36px;
	}
p.rating4 {
	background-position: 0 -48px;
	}
p.rating5 {
	background-position: 0 -60px;
	}
p.rating6 {
	background-position: 0 -72px;
	}
p.rating7 {
	background-position: 0 -84px;
	}
p.rating8 {
	background-position: 0 -96px;
	}
p.rating9 {
	background-position: 0 -108px;
	}
p.rating10 {
	background-position: 0 -120px;
	}

/* product page reviews */

#reviews {
	background: #f2f2f2;
	clear: both;
	margin:0 !important;
	padding: 1px 10px;
	position: relative;
	}
#writeReview {
	background: #333;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: .5em 1em .4em 1em;
	}
#writeReview a {
	color: #aaa;
	}
#writeReview a:hover {
	color: #fff;
	}
#reviews h3 {
	margin-bottom: 0;
	margin-right: 160px;
	}
#reviews .review {
	float: right;
	margin-bottom: -1.3em;
	}
p.reviewAuthor {
	float: right;
	margin-top: 0;
	}
.reviewDate {
	border-bottom: 1px solid #bbb;
	margin-bottom: 1em;
	padding-bottom: .5em;
	}
dl#reviewForm,
dl#reviewForm dt,
dl#reviewForm dd {
	margin: 0;
	padding: 0;
	}
dl#reviewForm dt {
	margin: .5em 0 .2em 0;
	}


/* =SEARCH RESULTS
=============================================== */

#searchResults,
#searchResults li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#searchResults {
	margin: 1em 0;
	}
#searchResults li {
	list-style: decimal;
	margin: 1em 0 1em 2.5em;
	}
#searchResults h3 {}
#searchResults p {
	margin-top: -1em;
	}
#searchResults span {
	background: #bbb;
	color: #fff;
	font-size: .9em;
	font-weight: normal;
	margin-left: .5em;
	padding: .2em .5em .15em .5em;
	}


/* =FOOTER
=============================================== */

#footer {
	clear: both;
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	width:960px;
	margin:0 auto;
	background: #fff url(https://www.nextdaymusic.co.uk/graphics/nextday/satgarun.jpg) no-repeat center right;

	border-top: 1px solid #ddd;
	
	border-left: 2px solid #559398;
	border-right: 2px solid #559398;
	border-bottom: 2px solid #559398;
	}
#footer .inner {
	padding:10px;
	}
#footer p {
	margin-bottom: 0;
	}
#footer ul,
#footer li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer ul {
	margin: 1em 0;
	}
#footer li {
	border-left: 1px solid #999;
	font-weight: bold;
	display: inline;
	margin-left: .4em;
	padding-left: .8em;
	}
#footer li.first {
	border: 0;
	margin-left: 0;
	padding-left: 0;
	}
#footer a {
	color: #999;
	}
#footer a:hover {
	color: #000;
	}
#footer #credits {
	}

a.buynow{
	float:right;
	padding-top:5px;
}

img.sale{
	float:right;
	position: absolute;
	top:5px;
	left:100px;
	background:none;
	
}
img.salehome{
	float:right;
}

img.saleprod{
	float:right;
	position: absolute;
	top:75px;
	left:375px;	
}

p.spacer{
	padding-top:10px;
}

p.leadin{
	text-align: justify;
	padding:5px;
	color:#fff;
	line-height:140%;
	font-size: 160%;
	margin-bottom:2px;
}
p.leadin em{
	background:#559398;
	padding:4px;
}

/* =FLOAT FIX
=============================================== */

.inner:after,
#content:after,
.products:after,
.products li:after,
.pagination:after,
#total:after,
.module1:after,
.module2:after,
#search:after,
#advancedSearch:after,
#brand:after,
#newsletter:after,
#navSubDept:after,
#navSubDept li:after,
#productSortOptions:after,
dl:after,
dl dt:after,
dl dd:after,
form:after,
.billShipBlock:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.inner,
#content,
.products,
.products li,
.pagination,
#total,
.module1,
.module2,
#search,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	display: block;
	}
/*  \*/
.inner,
#content,
.products,
.products li,
.pagination,
#total,
.module1,
.module2,
#search,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	min-height: 1%;
	}
* html .inner,
* html #content,
* html .products,
* html .products li,
* html .pagination,
* html #total,
* html .module1,
* html .module2,
* html #search,
* html #brand,
* html #newsletter,
* html #navSubDept,
* html #navSubDept li,
* html #productSortOptions,
* html dl,
* html dl dt,
* html dl dd,
* html form,
* html .billShipBlock {
	height: 1%;
	}
 /*  */
span#countdown1{
	visibility: collapse;
}

/** Get Satisfaction **/
ul.gsfn_topic_list {
	padding:0;
	margin:0;
	list-style-type: none !important;
}
ul.gsfn_topic_list li{
	margin:0 !important;
	padding: 5px 0px 10px 25px !important;
	border-bottom: 1px solid #eee;
	list-style-type: none !important;
}
a.gsfn_link{
	font-size: 125%;
	font-weight: bold;
}
span.time{
	padding-left:5px;
	font-size: 90%;
	color:#aaa;
}
li.gsfn_update{
	background: #fff url(https://northernmusiconline.co.uk/graphics/sats/flag_red.png) no-repeat left;
}

li.gsfn_idea{
	background: #fff url(https://northernmusiconline.co.uk/graphics/sats/lightbulb.png) no-repeat left;
}

li.gsfn_question{
	background: #fff url(https://northernmusiconline.co.uk/graphics/sats/help.png) no-repeat left;
	
}

li.gsfn_praise{
	background: #fff url(https://northernmusiconline.co.uk/graphics/sats/award_star_gold_3.png) no-repeat left;
	
}
li.gsfn_no_results{
	background: #fff url(https://northernmusiconline.co.uk/graphics/sats/cross.png) no-repeat left;
	
}
iframe#fdbk_iframe{
	height:300px;
	overflow:hidden;
}

li.gsfn_problem{
	background: #fff url(https://northernmusiconline.co.uk/graphics/sats/exclamation.png) no-repeat left;
}
ul#card li{
	border:none;
	padding:2px;
}
.hideInput{
	display:none;
}

/** Start Notion Styles **/

body#notion #main{
	width:940px;
	margin-right:10px;
	padding-top:60px;
}

body#notion #mid{
	background: #eaeaea url(/graphics/notion/topbar.png) no-repeat;
	margin-top:30px;
	margin-bottom:30px;
	border: 2px solid #ccc;
}
body#notion #header .inner{
	border: 2px solid #006699;
}

body#notion #footer{
	border: 2px solid #006699;
}
body#notion h2#pageTitle{
	display:none;
}
small#secure{
	float: right;
	padding-top:3px;
	padding-right:18px;
	background: url(http://www.northernmusiconline.co.uk/graphics/template/icon_padlock.png) bottom right no-repeat;
	
}
form#productDisplay{
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
}

/** Checkout Mods **/
legend#customer{
	padding-left:20px;
	background-image: url(../../graphics/nextday/user.png);
	background-repeat: no-repeat;
	background-position: center left;
}

legend#shipping{
	padding-left:20px;
	background-image: url(../../graphics/nextday/house.png);
	background-repeat: no-repeat;
	background-position: center left;
}
h2#post{
	padding-left:20px;
	background-image: url(../../graphics/nextday/lorry.png);
	background-repeat: no-repeat;
	background-position: center left;
}
div#postage, div#div1, div#payment, div#promo{
	padding-bottom:5px;
	border-bottom:1px solid #eee;
}

div#payment h2{
	padding-left:20px;
	background-image: url(../../graphics/nextday/money.png);
	background-repeat: no-repeat;
	background-position: center left;
}

div#promo h2{
	padding-left:20px;
	background-image: url(../../graphics/nextday/information.png);
	background-repeat: no-repeat;
	background-position: center left;
}

h2#newsletter{
	background-image: url(../../graphics/nextday/email.png) !important;
}

p.warning#secure span{
	background-image: url(../../graphics/nextday/information.png);
	padding-left:20px;
	background-repeat: no-repeat;
	background-position: center left;
}
p.warning#alert span{
	background-image: url(../../graphics/nextday/exclamation.png);
	padding-left:20px;
	background-repeat: no-repeat;
	background-position: center left;
}

div#user_orders{
	clear:both;
}

#postagenotice{
	color: #D8000C;
	background-color: #FFBABA;
	font-size: 1em;
	padding: .5em 10px;	
	border-bottom: 1px solid #D8000C;
}
#postagenotice span{
	font-size: 160%;
	padding-left:24px;
	background-image: url(../../graphics/nextday/lorry.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#postagenotice span a{
	text-decoration: underline;
}
.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(../graphics/petrol/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
.btn.blue { background: #559398; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #d51403; }
.btn:active { background-color: #444; }
.btn[class] { background-image: url(../graphics/petrol/shade.png); background-position: bottom; }

#message{
	color: #9F6000;
	background-color: #FEEFB3;
	font-weight: bold;
	font-size: 120%;
	border-bottom: 2px solid #9F6000;
	
}

#banner_wrapper {
	height: 250px;
	width: 700px;
	overflow:hidden;
}
#banner_menu {
			float: left;
			width: 130px;
		}
#banner_menu a span{
	display:none;
}

#banner_menu a.menu2 {
			background-position: 0 -62px;
		}
		#banner_menu a.menu3 {
			background-position: 0 -122px;
		}
		#banner_menu a.menu4 {
			background-position: 0 -183px;
		}


#banner_menu a {
		float: left;
		height: 61px;
		margin: 0 3px 3px 0;
		width: 130px;
	}

#banner_menu a{
	background:url('http://www.nextdaymusic.co.uk/images/company/banner_tabs.jpg') no-repeat 0 0;
}
#banner_scroll{
	width:570px;
	float:right;
}

a.add_to{
	color:#688439;
	display:block;
	height:27px;
	background:#fff url(../graphics/nextday/ADD_TO.png) no-repeat;
	padding-left:100px;
	width:50px;
	padding-top:9px;
}

a.add_to:hover{
	padding-top:10px;
	background-position:0 -35px;
}

a.more_info{
	color:#688439;
	width:50px;
	display:block;
	height:27px;
	background:#fff url(../graphics/nextday/MORE_INFO.png) no-repeat;
	padding-left:100px;
	padding-top:9px;
}

a.more_info:hover{
	padding-top:10px;
	background-position:0 -35px;
}

a.homelink{
	color:#fff;
	width:130px;
	display:block;
	height:27px;
	background:#fff url(../graphics/nextday/PLAIN.png) no-repeat;
	padding-left:20px;
	padding-top:9px;
}

a.homelink:hover{
	padding-top:10px;
	background-position:0 -35px;
}
