@charset "utf-8";
body {
	background-color: #232323;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a, a:visited {
	color: 	#DCB371;
}
a:hover {
	color: #FFF;	
}
#submit {
	background-color: #DCB371;
}
#categories-wrapper li a, .item-wrapper a, #categories h2 span {
	color: #DCB371;
	text-decoration: none;
}
#header-wrapper {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 150px;
}
#content-wrapper {
	background-color: #333;
}
#header, #content, #footer {
	width: 900px;
	margin: auto;
}
#logo {
	background-image: url(../images/logo_wrapper_mid.jpg);
	background-repeat: repeat-x;
	height: 111px;
	float: left;
}
#logo-left, #logo-right {
	background-image: url(../images/logo_wrapper_left.jpg);
	height: 111px;
	width: 10px;
	float: left;
}
#logo-right {
	float: right;
	background-image: url(../images/logo_wrapper_right.jpg);
}
#logo img {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#header h1 {
	font-size: 195%;
	margin-top: 40px;
	height: 80px;
	text-align: right;
	color: #333;
}
#header ul {
	float: right;
	display: block;
}
#header ul li {
	display: inline;
	margin-right: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-right: 10px;
	text-transform: lowercase;
	color: #333;
	line-height: normal;
}
#header ul li.end {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	padding-right: 0px;
}
#header ul li a {
	color: #333;
	text-decoration: none;
}
#content {
	padding-top: 55px;
	padding-bottom: 40px;
}
#footer {
	padding-top: 40px;
	padding-bottom: 40px;
}
#categories-wrapper {
	width: 210px;
	margin-right: 45px;
	float: left;
	font-size: 90%;
	margin-left: 5px;
}
#categories-wrapper ul li a {
	text-decoration: none;/*line-height: 1.8em;*/
}
/*#categories-wrapper ul ul {
	margin-left: 20px;	
}*/
#categories-wrapper #featured li a {
	font-size: 150%;
	line-height: 1.5em;
}
#categories-wrapper #featured {
	margin-bottom: 0.5em;
}
#search {
	height: 50px;
}
#keyword {
	height: 23px;
	width: 168px;
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	float: left;
}
#submit {
	height: 25px;
	width: 25px;
	font-size: 0px;
	text-indent: -9999px;
	border: 0;
	background-image: url(../images/submit_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	margin-left: 5px;
	line-height: 0;
}
#text {
	float: left;
	width: 313px;
	font-size: 75%;
	line-height: 1.5em;
	color: #CCC;
	margin-right: 45px;
}
#categories {
	float: left;
	width: 640px;
	font-size: 75%;
	line-height: 1.5em;
	color: #CCC;
}
.form-wrapper {
	padding: 20px;
	background-color: #232323;
	border: 1px solid #525252;
}
#login-wrapper, #reset_confirm {
	width: 380px;
	margin: auto;
}
p {
	margin-bottom: 1em;
}
p.rightalign {
	text-align: right;
	color: #999;
	margin-bottom: 2.5em;
}
h2 {
	font-size: 200%;
	margin-bottom: 1em;
	color: #999;
}
#categories h2 {
	margin-bottom: 1.5em;
	text-align: right;
}
h2.nomargin, #categories h2.nomargin {
	margin-bottom: 0.5em;
}
legend {
	font-weight: bold;
	display: block;
	width: 250px;
	margin-bottom: 15px;
}
#reg_form label, #login-wrapper label, #reset_confirm label, #enq_form label {
	display: block;
	margin-top: 2px;
	width: 120px;
	margin-right: 5px;
	color: #999;
	float: left;
}
#reg_form label.radiolabel {
	width: 50px;
	margin-top: 10px;
}
#reg_form br, #login-wrapper br, #enq_form br {
	clear: both;
}
#personal_details, #billing_details, #login-form {
	width: 285px;
	float: left;
}
#personal_details {
	margin-right: 28px;
}
#reg_form input, #reg_form select, #login-wrapper input, #login-wrapper select, #reset_confirm input, #reset_confirm select, #enq_form input, #enq_form select, #enq_type, .cartinput, .qtyinput {
	width: 150px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #525252;
	background-color: #232323;
	color: #CCC;
}
.cartinput {
	float: none;
}
.qtyinput {
	width: 20px;
	float: none;
}
#reg_form select {
	width: 152px;
}
#reg_form #titleother, #enq_form #titleother {
	width: 60px;
	margin-left: 10px;
}
#reg_form .radio {
	width: auto;
	float: left;
	border: 0;
}
#reg_form input.submit, #login-wrapper input.submit, #reset_confirm input.submit, #enq_form input.submit, .checkout, #cartmessage a#continue, .cartbutton, .voucherbutton {
	float: right;
	background-color: #DCB371;   /* USER SPECIFIED */
	border: 0;
	color: #232323;
	width: auto;
	padding: 2px 10px 2px 10px;
	font-family: Georgia, "Times New Roman", Times, serif; /* USER SPECIFIED */
	text-transform: lowercase;
	margin-top: 40px;
	cursor: pointer;
	margin-bottom: 0;
	text-decoration: none;
}
.checkout {
	float: none;
	margin-left: 10px;
}
a.checkout, a.checkout:visited, a.cartbutton, a.cartbutton:visited {
	color: #232323;
}
.cartbutton {
	float: none;
}
.voucherbutton {
	float: none;
	margin-top: 0;
}
.checkout#update_button {
	margin-left: 0px;
	background-color: #232323;
	border: 1px solid #666;
	color: #666;
	padding-top: 1px;
	padding-right: 9px;
	padding-bottom: 1px;
	padding-left: 9px;
}
#login-wrapper input.submit, #reset_confirm input.submit, #enq_form input.submit {
	width:	152px;
	margin-left: 125px;
	margin-top: 0;
	float: left;
	margin-bottom: 40px;
}
#login-wrapper input.submit {
	margin-bottom: 30px;	
}
#login-wrapper #forget_form input.submit {
	background-color: transparent;
	margin-bottom: 20px;
	
	border: 1px solid #666;
	color: #666;
}
#enq_form input.submit {
	margin-top: 20px;
}
#enq_form {
	margin-top: 10px;
	width: 287px;
	float: left;
}
#enq_form #hour, #enq_form #minute {
	width: 71px;
}
#enq_form #hour {
	margin-right: 10px;
}
#enq_form #callback_time {
	margin-top: 40px;
	margin-bottom: 60px;
}
#enq_stock_info {
	float: left;
	margin-left: 10px;
	margin-right: 80px;
	min-width: 60px;
	min-height: 100px;
}
.required {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 2px;
	color: #900;
}
/*td.required {
	padding-left: 2px;
	vertical-align: text-top;
	line-height: 23px;
}*/
.bottommargin {
	margin-bottom: 3em;
}
.clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
#promo-wrapper {
	float: left;
	width: 260px;
	/*height: 320px;*/
	font-size: 70%;
	line-height: 150%;
}
#footer ul {
	display: block;
	float: left;
	margin-right: 35px;
	max-width: 220px;
}
#footer ul li {
	font-size: 60%;
	color: #999;
	line-height: 1.6em;
}
#footer ul li a {
	color: #999;
	text-decoration: none;
}
#footer img {
	float: right;
}
.item-wrapper {
	background-color: #232323;
	float: left;
	margin-left: 18px;
	height: 130px;
	width: 280px;
	border: 1px solid #525252;
	padding: 10px;
	color: #999;
	font-size: 90%;
	line-height: 1.5em;
	margin-bottom: 18px;
}
.item-wrapper img {
	float: left;
}
.item-wrapper h3 {
	margin-bottom: 0.8em;
	font-weight: bold;
}
.item-wrapper a.view-item {
	display: block;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #525252;
	color: #FFF;
	text-transform: lowercase;
}
.item-text-wrapper {
	height: 115px;
}
#pagination {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #525252;
	padding-top: 18px;
	clear: both;
	text-align: center;
	margin-left: 18px;
}
#item-info {
	padding: 10px;
	float: left;
	background-color: #232323;
	border: 1px solid #525252;
	width: 350px;
}
.item-info-box {
	padding: 10px;
	background-color: #232323;
	border: 1px solid #525252;
	margin-bottom: 10px;
}
#thumbs {
	padding-right: 0px;
	padding-bottom: 0px;
}
#thumbs a {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	height: 100px;
	display: block;
	overflow: hidden;
}
#item-info-col {
	float: left;
	margin-left: 35px;
	width: 233px;
}
#price strong {
	font-size: 150%;
	margin-left: 5px;
	font-weight: normal;
}
#price .oldprice {
	font-size: 75%;
	text-decoration: line-through;
}
#item-info-col ul li a, #back {
	display: block;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	text-decoration: none;
	color: #CCC;
	background-color: #232323;
	border: 1px solid #525252;
	text-transform: lowercase;
	background-repeat: no-repeat;
	background-position: 10px center;
}
#back {
	float: left;
	padding: 10px;
	margin-top: 10px;
}
#item-info-col ul li #pdf {
	/*font-size: 85%;*/
	background-image: url(../images/pdf.png);
}
#item-info-col ul li #enquire {
	background-image: url(../images/email.png);
	background-position: 5px;
}
#item-info-col ul li #purchase {
	background-image: url(../images/add-to-basket.png);
	background-position: 8px;
}
#item-info-col ul li #addtofavourites {
	background-image: url(../images/add-to-favourites.png);
	background-position: 7px;
}
#item-info-col ul li #nopurchase {
	background-image: url(../images/add-to-basket.png);
	background-position: 8px;
	color: #C00; /*  USER DEFINED  */
}
#item-info-col ul li a#prev, #item-info-col ul li a#next {
	margin-right: 10px;
	float: left;
	width: 89px;
	padding: 10px;
	text-align: center;
}
#item-info-col ul li a#next {
	margin-right: 0px;
	padding: 10px;
	width: 90px;
}
.magnify {
	text-transform: lowercase;
	color: #999;
	display: block;
	background-image: url(../images/magnify.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin-bottom: 20px;
}
hr {
	height: 1px;
	border: 0;
	background-color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
hr.nomargin {
	margin-top: 0;
}
strong {
	font-weight: bold;
}
i, em {
	font-style: italic;	
}
#greyout {
	background-color: black;
	filter:alpha(opacity=80); /* IE */
	opacity: 0.8; /* Safari, Opera */
	-moz-opacity:0.80; /* FireFox */
	height: 100%;
	width: 100%;
	position: fixed;
	z-index:998;
	display: none;
}
#cartmessage {
	display: none;
	position:fixed;
	width:360px;
	height:95px;
	z-index:999;
	background-color: #FFF;
	margin-left: -200px;
	margin-top: -102px;
	left: 50%;
	top: 50%;
	border: 10px solid #DCB371; /* USER DEFINED */
	padding: 10px;
	padding-top: 23px;
	text-align: center;
}
#cartmessage a#continue {
	outline: none;
	line-height: 22px;
	/*background-image: url(../images/button-bg.gif);*/
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	font-weight: bold;
	clear: both;
	margin-top: 10px;
	text-align: center;
	float: none;
	margin-left: 70px;
	margin-right: 70px;
}
#cartmessage a {
	color: #333;
}
#cartmessage a:hover {
	color: #000;
}
.subtotal {
	text-align: right;
	margin-top: 2em;
}
#basket-heading, #favourites-heading {
	color: #999;
	padding-left: 30px;
	background-image: url(../images/basket.png);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	line-height: 22px;
	margin-bottom: 20px;
}
#favourites-heading {
	background-image: url(../images/fav.png);
}
span.sold, span.sale {
	background-image: url(../images/sold.png);
	background-repeat: no-repeat;
	height: 68px;
	width: 68px;
	display: block;
	position: absolute;
}
span.sale {
	background-image: url(../images/sale.png);
}
.cart-img {
	float: left;
	margin-right: 20px;
}
.cart-desc, #order-details, #order-vouchers {
	float: left;
}
.cart-desc {
	width: 450px;
}
.cart-summary {
	padding-top: 20px;
}
.cart-item {
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: 1px solid #666;
	margin-top: 20px;
}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #525252; /* USER DEFINED */
}
.cart-item img {
	margin-top: 5px;
}
#order-total td, #cart-total td {
	padding-right: 20px;
}
#order-total, #cart-total {
	float: right;
}
#cart-total {
	margin-bottom: 20px;
}
#order-vouchers {
	margin-left: 50px;
}
#order-vouchers td {
	padding-right: 20px;
}
.print {
	display: block;
	height: 24px;
	background-image:url(../images/printer.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	line-height: 24px;
	text-transform: uppercase;
	float: right;
}
#order_list th {
	font-weight: bold;
	border-bottom: 1px solid #666;
	text-align: center;
	padding-bottom: 5px;
}
#order_list td {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#cartitems td, #cartitems th {
	text-align: center;
}
#cartitems th {
	padding-top: 10px;
	padding-bottom: 10px;
}
#cartitems img {
	margin-top: 15px;
}
#cartitems {
	margin-top: 20px;
}
#cart-details {
	float: left;
	width: 310px;
}
#cart-voucher {
	float: right;
	width: 250px;
}
.address {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #999;
	padding-left: 10px;
}
#cartitems td.error {
	text-align: left;
	padding-bottom: 10px;
}
.img-link {
	height: 130px;
	overflow: hidden;
	display: block;
	float: left;
	/*background-color: #FFF;*/
	margin-right: 10px;
	width: 130px;
}
.img-link img {
	max-height: 130px;
	max-width: 130px;	
}
.thumb img {
	max-height: 100px;
	max-width: 100px;		
}
.checkout_success {
	padding-left: 85px;
	background-image: url(../images/success-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.td_padding {
	padding-right: 10px;
	margin-right: 10px;
}
#artists td {
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
#artists td.artisttype {
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
}
.artistname {
	text-transform: uppercase;
	font-weight: bold;
}
.biolink {
	margin-left: 18px;
}
#favourites-table td.remove {
	padding-right: 5px;
	text-align: right;
}
.home-featured-img {
	max-width: 260px;
	max-height: 300px;	
}
.remove a {
	/*font-size: 0;
	text-indent: -9999px;
	display: block;;
	background-image: url(../images/remove.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	vertical-align: top;*/
	color: #C00;
}
.poweredby {
	font-size: 115%;
}
.address td p {
	margin-right: 5px;	
}
ol{
	margin-left: 10px;
	margin-bottom: 1em;
}
ol li {
	list-style-type: decimal;		
}
#categories h3 {
	margin-bottom: 1em;	
}
.large-img img {
	max-width: 350px;	
}
.pagination {
	clear: both;
	text-align: center;	
}
.enquiry-img {
	max-width: 200px;	
}
.featured-item-img {
	max-width: 455px;
	max-height: 400px;	
}