body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 14px;
}

a {
	color: #444444;
}

img {
	border: none;
}

address {
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

p {
	text-align: left;
}

ul {
	margin: 0;
	padding: 0;
	padding-left: 1.5em;
}

.container {
	width: 750px;
	min-height: 100%;
	overflow: visible;
	padding-top: 5px;
	margin: 0 auto;
	background-image: url('images/background.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.header {
	margin-top: 20px;
	width: 200px;
	height: 81px;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
}

	.header h1 {
		width: 210px;
		height: 89px;
	}
	
		.header h1 span {
			visibility: hidden;
		}
	
.navigation {
	float: left;
	height: 30px;
	width: 500px;
	margin: 10px 0 0 -5px;
	margin-top: 10px;
	padding: 0;
}

	.navigation ul, .shopnavigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		.navigation ul li, .shopnavigation ul li {
			float: left;
			margin-left: 5px;
			color: #AAAAAA;
			font-weight: bold;
			font-size: 13px;
		}
		
			.navigation ul li:after, .shopnavigation ul li:after {
				content: " /";
			}
			
			.navigation ul li a, .shopnavigation ul li a {
				color: #AAAAAA;
				text-decoration: none;
			}
			
				.navigation ul li a:hover, .shopnavigation ul li a:hover {
					color: #000000;
				}
		
			.navigation ul li ul, .shopnavigation ul li ul {
				position: absolute;
				margin-left: -5px;
				display: none;
				background-color: #FFFFFF;
				padding-right: 5px;
			}
			
			.navigation ul li ul {
				top: 130px;
			}

			.shopnavigation ul li ul {
				top: 160px;
			}
			
				.navigation ul li:hover ul, .shopnavigation ul li:hover ul {
					display: block;
				}
				
		.navigation ul li .nav_red, .navigation ul li .snav_red {
			color: #000000;
		}
		
		.shopnavigation ul li .artistsmenu, .navigation ul li ul {
			padding: 7px;
			margin-left: -5px;
		}
		
		.shopnavigation ul li .artistsmenu li, .navigation ul li ul li {
			float: none;
			background-color: #FFFFFF;
			
		}
		
.shopnavigation {
	margin-top: -25px;
	margin-left: -5px;
	clear: left;
}

.shopbasket {
	clear: right;
}

.mailinglist {
	float: right;
	text-align: right;
	margin-top: 8px;
	width: 250px;
}

	.mailinglist .mailjoin {
		height: 12px;
		width: 80px;
		font-size: 10px;
		color: #666666;
		border: solid 1px #AAAAAA;
		font-family: helvetica, arial, sans-serif;
	}
	
	.mailinglist .mailsubmit {
		background-color: #FFFFFF;
		border: 0;
		font-family: helvetica, arial, sans-serif;
		font-weight: bold;
		color: #666666;
		cursor: pointer;
	}
	
		.mailinglist .mailsubmit:hover {
			color: #000000;
		}

.content {
	padding-top: 10px;
	clear: both;
}

	.content .ex_normal_col {
		float: left;
		margin-right: 30px;
		width: 220px;
	}

	.content .normal_col {
		float: left;
		width: 225px;
		padding-right: 35px;
		color: #888888;
		text-align: left;
	}
	
		.content .normal_col h2 {
			color: #000000;
			font-size: 14px;
			text-align: left;
		}
		
		.content .normal_col .lighth2 {
			color: #666666;
		}
		
		.content .right_col .lighth2 {
			font-size: 14px;
		}
				
		.content .normal_col h3, .content .thumb_col h3, .content .ex_normal_col h3, .content .right_col h3, .content .blog_col h3 {
			padding-top: 2px;
			padding-bottom: 2px;
			border-top: dashed 1px #AAAAAA;
			border-bottom: dashed 1px #AAAAAA;
			font-size: 13px;
			color: #333333;
			text-align: left;
		}
		
			.content .normal_col h3 a, .content .blog_col h3 a {
				text-decoration: none;
			}
			
		.content .normal_col h4 {
			color: #666666;
			font-size: 11px;
			border-bottom: dashed 1px #888888;
			padding-bottom: 1px;
			margin-bottom: -5px;
		}
		
		.content .normal_col .reducetop, .content .wide_col .reducetop {
			margin-top: -5px;
		}
		
		.content .right_col .reducetop {
			margin-top: 0px;
		}


		.content .normal_col .intro {
			font-weight: bold;
			color: #666666;
		}
		
		.content .normal_col .newsimage {
			padding-top: 10px;
			width: 220px;
		}
		
		.content .normal_col .price {
			width: 220px;
			border-top: dashed 1px #AAAAAA;
			border-bottom: dashed 1px #AAAAAA;
			padding-top: 2px;
			padding-bottom: 2px;
			margin-bottom: 10px;
			color: #000000;
			font-size: 13px;
			font-weight: bold;
		}
		
		.content .normal_col .whatwedo {
			font-size: 12px;
			line-height: 16px;
		}
		
		.hiddenheader {
			visibility: hidden;
			width: 220px;
		}
			
	.content .wide_col {
		width: 490px;
		float: right;
	}
	
		.content .wide_col img {
			max-width: 490px;
		}
		
		.content .wide_col .newsimage {
			width: 500px;
			height: 190px;
			margin-top: 10px;
		}
	
	.content .right_col {
		width: 230px;
		float: right;
	}
	
		.content .right_col img {
			clear: both;
			float: right;
			width: 230px;
			margin-top: 10px;
			margin-bottom: -5px;
		}
		
	.content .blog_col {
		width: 490px;
		float: left;
	}
		
	.content .prod_col {
		float: left;
		margin-left: -15px;
		margin-top: -1px;
	}
	
	.content .thumb_col {
		float: right;
		width: 250px;
		height: 260px;
		margin-top: -1px;
		margin-right: -10px;
		clear: right;
	}
	
		.content .thumb_col .thumbimage {
			float: left;
			margin-left: -10px;
			margin-right: 15px;
			margin-bottom: 10px;
		}
		
			.content .thumb_col .thumbimage:hover {
				opacity: 0.5;
			}
			
		.content .thumb_col h3 {
			margin-top: -25px;
		}
		
		.content .thumb_col span {
			margin-right: 5px;
		}
	
	.content .front_news {
		color: #AAAAAA;
	}
		
	.content .product_thumb {
		width: 120px;
		text-align: left;
		height: 200px;
		margin: 0;
		margin-bottom: 3px;
		float: left;
		color: #888888;
		cursor: pointer;
		line-height: 12px;
	}
	
		.content .product_thumb:hover {
			background-color: #EEEEEE;
		}
	
		.content .product_thumb h3, .content .product_thumb h4 {
			margin: 0;
			border: none;
		}
		
			.content .product_thumb h3 a, .content .product_thumb h4 a {
				color: #666666;
				font-size: 11px;
				text-decoration: none;
			}
			
		.content .product_thumb a {
			color: #AAAAAA;
		}
	
	.content .productspacer {
		float: left;
		width: 3px;
	}
	
	.content .shopfeatured {
		margin-top: -5px;
		margin-bottom: -1px;
		clear: both;
		float: left;
	}
	
	.content .buying .addtobasket {
		background-color: #FFFFFF;
		color: #CC0000;
		border: 0;
		font-family: helvetica, arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-decoration: underline;
		cursor: pointer;
		padding: 0;
	}
	
	.shopbasket {
		float: right;
		font-size: 12px;
		color: #AAAAAA;
	}
	
		.shopbasket a {
			text-decoration: none;
			font-weight: bold;
		}
		
	.basketitem {
		clear: left;
		height: 65px;
	}
	
		.basketitem img {
			float: left;
			height: 60px;
			width: 60px;
			margin-right: 10px;
		}
		
		.bigtot {
			margin-left: 70px;
			font-weight: bold;
		}
		
		span .bigtot {
			margin-left: 0px;
		}
		
			.bigtot span {
				font-weight: normal;
			}
		
		.submit {
			background-color: #FFFFFF;
			border: none;
			cursor: pointer;
			font-family: helvetica, arial, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #444444;
			text-decoration: underline;
			margin: 0;
			padding: 0;
			clear: left;
		}

	.billing input, .billing textarea, .delivery input, .delivery textarea, #voucher {
		width: 225px;
		border: solid 1px #AAAAAA;
		color: #666666;
		font-family: helvetica, arial, sans-serif;
	}
	
	#delcheck {
		width: 20px;
	}
	
	.delivery {

	}
	
.push {
	height: 0px;
	width: 100%;
	float: left;
	clear: both;
	border-bottom: dashed 1px #AAAAAA;
	margin-bottom: 10px;
	margin-top: 20px;
}

.footerlinks {
	margin: 0 auto;
	width: 750px;
	clear: both;
}

	.footerlinks ul {
		float: right;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
		.footerlinks ul li {
			float: left;
			margin-left: 3px;
		}
		
			.footerlinks ul li:after {
				content: " /";
			}
			
			.footerlinks ul li a {
				text-decoration: none;
				color: #666666;
			}
			
				.footerlinks ul li a:hover {
					color: #000000;
				}




/* temp styles */

.breaker {
	width: 100%;
	clear: both;
}

table {
	width: 230px;
	margin: 0;
	padding: 0;
	border-bottom: dashed 1px #AAAAAA;
}

	table th {
		font-weight: bold;
		color: #666666;
	}
	
	table thead th {
		border-bottom: dashed 1px #AAAAAA;
	}
	
	table td, table th {
		text-align: left;
	}
	
.dividerow {
	border-bottom: none;
}
	
	.dividerow td {
		border-bottom: dashed 1px #AAAAAA;
	}
	
.threecol th {
	width: 73px;
}

.pad_image_col {
	margin-right: 30px;
}

.error {
	border: solid 1px #CC0000 !important;
}

.errordetails {
	color: #CC0000;
	font-weight: bold;
}

.comments {
	clear: both;
	float: left;
	width: 220px;
	padding-top: 20px;
}

	.comments h4 {
		padding-top: 2px;
		border-top: dashed 1px #AAAAAA;
		border-bottom: dashed 1px #AAAAAA;
		font-size: 13px;
		color: #333333;
		text-align: left;
	}
	
	.comments h5 {
		margin-top: 0px;
		padding-top: 2px;
		padding-bottom: 2px;
		border-bottom: dashed 1px #AAAAAA;
		font-size: 13px;
		color: #333333;
		text-align: left;
	}
	
	.comments .lef_c {
		float: left;
		margin-top: 3px;
	}

	.comments .rig_c {
		float: right;
	}
	
	.comments input, .comments textarea {
		width: 170px;
		background-color: #FFFFFF;
		border: solid 1px #AAAAAA;
		font-family: helvetiva, arial, sans-serif;
		font-size: 11px;
		color: #666666;
	}
	
	.comments .row {
		clear: both;
		height: 15px;
	}
	
	.comments textarea {
		width: 220px;
	}
	
	.comments .submit {
		border: 0;
		margin-left: -4px;
		margin-top: 4px;
		text-align: left;
	}
	
	.wide_comments .comments {
		width: 490px;
	}
	
	.wide_comments .leavecomment {
		width: 230px;
	}
	
	.individual {
		border-bottom: dashed 1px #AAAAAA;
		padding-bottom: 10px;
		padding-top: 2px;
	}
	
		.individual span {
			color: #AAAAAA;
		}
		
		.individual p {
			margin: 0;
		}
		
/* order tracker */

.order_tracker label {
	display: block;
	float: left;
	font-weight: bold;
	width: 70px;
	margin-top: 5px;
	clear: left;
}

.order_tracker input {
	background-color: #FFFFFF;
	border: solid 1px #999999;
	color: #666666;
}

.order_tracker .track {
	margin-left: 70px;
	margin-top: 5px;
	padding: 0;
	background-color: #FFFFFF;
	border: none;
	font-family: helvetica, arial, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
}

.red {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000 !important;
}

/* social bookmarking */
.share {
	height: 50px;
}

	.share ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		.share ul li {
			float: left;
		}
		
			.share ul li a {
				display: block;
				float: left;
				width: 40px;
				height: 40px;
				margin-right: 5px;
				margin-bottom: 5px;
				overflow: hidden;
				background-repeat: no-repeat;
				background-position: 0 0;
			}
			
				.share ul li a:hover {
					background-position: 40px 0;
				}
			
			.share ul li .facebook {
				background-image: url('images/share/facebook.gif');
			}
			
			.share ul li .myspace {
				background-image: url('images/share/myspace.gif');
			}
			
			.share ul li .bebo {
				background-image: url('images/share/bebo.gif');
			}
			
			.share ul li .yahoo {
				background-image: url('images/share/yahoo.gif');
			}
			
			.share ul li .google {
				background-image: url('images/share/google.gif');
			}
			
			.share ul li .delicious {
				background-image: url('images/share/delicious.gif');
			}
			
			.share ul li .digg {
				background-image: url('images/share/digg.gif');
			}
			
			.share ul li .reddit {
				background-image: url('images/share/reddit.gif');
			}
			
			.share ul li .stumbleupon {
				background-image: url('images/share/stumbleupon.gif');
			}
			
			.share ul li .twitter {
				background-image: url('images/share/twitter.gif');
			}
			
.postageselect {
	width: 150px;
}

.recaptcha {
	clear: both;
	height: 220px;
}

.recentblog {
	position: absolute;
}

	.recentblog li {
		margin-bottom: 2px;
	}
	
.vouchertitle {
	color: #444444;
}