html, body {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	color: #333333;
}

p {
	padding: 0px;
	margin: 1em 0em 1em 0em;
}

a {color: gray;}

a:hover {color: black;}

.cart_icon {
	border: none;
	margin: 12px 0px;
}

.currency {
	padding: 0px 2px 30px 0px;
}

.currency a {
	font-size: 9px;
	text-decoration: none;
	color: #999999;
}

.currency a:hover {
	color: #666666;
}

.searchBtn {
	background-color: transparent;
	border: none;
	height: 19px;
	width: 16px;
	background-image: url(http://www.naturalstudio.co.uk/records/skins/NSR_1/styleImages/magnify_gray.png);
}
.searchBox {
	color: #999999;
	height: 14px;
	background-color: transparent;
	border: 1px solid #999999;
	padding-left: 2px;
	font-size: 11px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}

.textbox {
	color: #333333;
	
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	font-size: 11px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}

.textboxDisabled {
	background-color: #FFFFFF;
	
	border: 1px solid #e1e1e1;
	/*font-size: 12px;*/
	color: #e1e1e1;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}

.submit {	
	color: #FFFFFF;
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 11px;
	background-color: #c3e37e;
	border: 1px solid #b1d16c;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
form {
	margin: 0px;
	padding: 0px;	
}

ol, ul {
	margin-left: 30px;
	padding: 0px;
	color: #333333;	
}

li {
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: none;
	color: #999999;
	font-size: 9px;
	text-align: right;
	padding-right: 4px;
}
li.bulletLrg {
	color: #333333;
	list-style-type: square;
	font-size: 11px;
}

li.num {
	color: #333333;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #999999;
}
a.txtSession, a.txtSiteDocs {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #666666;
	text-decoration: none;
}
.txtButton {
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #666666;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
}
a.txtButton {
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #666666;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #333333;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
}
.txtOldPrice {
	text-decoration: line-through;
	font-size:11px;
}


.txtSale {
 	color: #CC6666;
	font-size:11px;
	font-weight:normal;
}

.txtSaleBig {
 	color: #333333;
	font-size:13px;
	font-weight:bold;
}


.txtOutOfStock {
	color: #FF0000;
}
.txtPrice {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size:11px;
	font-weight:bold;
	color: #333333;
}

.txtPriceBig {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size:13px;
	font-weight:bold;
	color: #333333;
}

.txtSiteDocs, a.txtSiteDocs {
	color: #000000;
	text-decoration:none;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
}
a.txtSiteDocs:hover {
	color: #666666;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}

em {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style: italic;
}

.underSubCatImagePadding {
	padding-bottom: 5px;
}


a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #999999;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #333333;
	text-decoration:none;
}
.txtContentTitle {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #FFFFFF;
	height: 15px;
	padding: 5px 5px 8px 9px;
	}

.txtBoxSave {
	color: #70cdcc;
	padding-left: 16px;
}

.tblList {
	left: -3px;
	position: relative;
}

.imgborder img {
	border: 5px solid #eeeeee;
	padding: 0px;
}

.imgborder a img {
	border: 5px solid #eeeeee;
	padding: 0px;
}

.imgborder a img:hover
{
	border-color: #CCCCCC;
}


.blogimgborder img {
	border: 5px solid #eeeeee;
	padding: 0px;
}

.blogimgborder a img {
	border: 5px solid #eeeeee;
	padding: 0px;
}

.blogimgborder a img:hover
{
	border-color: #CCCCCC;
}

.blogsubentries h1
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	margin-top:0px;
	background-color: #FFFFFF;
	color: #555555;
	
}

.blogsubentries p
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 10px;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 10px;
	color: #444444;
	padding: 0px 0px 0px 0px;
}

.endofblogentry
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 0px;
}




.tblList a img {
	border: 5px solid #eeeeee;
	padding: 0px;
}

.tblList a img:hover
{
	border-color: #CCCCCC;
}

.tblList img {
	border: 1px solid #000000;
	padding: 1px;
}



.tdListTitle {
	background-color: #e1e1e1;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #FFFFFF;
	
}
.tdOdd {
	background-color: #FFFFFF;
	
}
.txtCartPrice {
	float: right;
	color: #999999;
	padding-right: 3px;
}
.txtCart {
	color: #999999;
	font-size: 11px;	
}

.txtCartNavi {
	color: #999999;
	font-size: 11px;
	text-decoration: none;	
}

a.txtCartNavi {
	text-decoration: none;
	color: #999999;	
}

a.txtCartNavi:hover {
	text-decoration: none;
	color: #666666;	
}





.cartTotal {
	border-top: 1px dashed #e1e1e1;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #999999;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #666666;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #FFFFFF;
	font-size: 11px;
	background-color: #99CC66;
	border: 1px solid #81BE46;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtviewCart:hover {
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #666666;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #FFFFFF;
	font-size: 11px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}



.colMainCheckout {
	font-size: 11px;
}



.cartProgress {
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	padding: 4px;
	border: 1px solid #e1e1e1;
	margin: auto;
}
.txtcartProgressCurrent {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;
}
.tdcartEven {
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;	
}
.tdcartOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}


.cartImg img {
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 4px;
}



.tdCartSubTotal {
	padding-top: 10px;
}

.txtStockWarn {
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
	font-size: 10px;
	color: #999999;	
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.RatingTop {
	font-size: 11px;
	background-color: #ffffff;
	padding: 3px 0px 6px 0px;
	color: #666666;
	}

.RatingMain {
	background-color: #ffffff;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 3px 0px 3px 0px;
	font-style: normal;
	color: #666666;
}



.ReviewBot {
	background-color: #ffffff;
	padding: 3px;
}

.RatingBottom {
	background-color: #ffffff;
	padding: 3px 0px 3px 0px;
	color: #CCCCCC;
	font-size: 10px;
	/*font-size: 11px;*/
}

a.sortLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
	width: 220px;
}

.tracklisting {
	padding-left: 5px;
	float: left;
}

.tracknumber {
	width: 20px;
	float: left;
	font-size: 10px;
}

.tracktitle {
	float: left;
}

.trackcomposer {
   font-size: 9px;
	color: #CCCCCC;
	float: left;
	padding-left: 5px;
	padding-top: 1px;
}

.instrument {
   color: #AAAAAA;
}

.releaseinfo {
   color: #AAAAAA;
	font-size: 9px;
	padding-top: 1em;
}

.aboutInvTitles {
	font-weight: bold;
	margin-bottom: .5em;
	padding-top: 1.5em;
}

.aboutInv p {
	margin-top: .5em;
	margin-bottom: .5em;
}

.bigreleasedots {
   color: #AAAAAA;
	font-size: 9px;
	padding-left: 3px;
	padding-right: 3px
}

.blogtitles {
   font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #FFFFFF;
	height: 15px;
	padding: 5px 0px 8px 0px;
}

.blogdate {
   color: #AAAAAA;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	margin-top:2px;
	width: 150px;
	float: right;
	
}


.photosub {
   color: #AAAAAA;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	margin-top:0px;
	width: 150px;
	
	
}


.blogsubtitle {
   background-color: #FFFFFF;
	color: #555555;
	text-align: right;
	float: left;
}

.line1 {
   padding: 0px 0px 0px 0px;
	margin-top: 18px;
	background-color: #FFFFFF;
	color: #555555;
	border-top: 1px solid #666666;
	width: 100%;
	height: 1px;
}