/* CSS Document */

body {
	background: #5279A5;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

a {
	color: #06396D;
	text-decoration: underline;
}

a:hover {
	color: #ae0000;
	text-decoration: underline;
}

div#header {
	width: 830px;
	margin: 5px 5px 0px;
	padding: 5px 5px 5px 0px;
	height: 50px;
	position: relative;
	border: 1px none #000;
	font-size: 10px;
}

div#header div.loggedin {
	font-weight: bold;
	right: 55px;
	bottom: 2px;
	position: absolute;
	color: #94bde7;
}

div#wrapper {
	width: 780px;
	margin: 2px 5px 0px;
	padding: 5px 8px 5px 0px;
	position: relative;
	cursor: auto;
}

div#footer {
	width: 771px;
	margin: 0px 5px 5px;
	padding: 3px 4px 2px;
	height: auto;
	background-color: #06396D;
	font-size: 9px;
	color: #94bde7;
	letter-spacing: -1px;
	word-spacing: 1px;
	font-weight: bold;
	border: 1px none #000;
	position: relative;
}

div#footer a {
	right: 4px;
	position: absolute;
	color: #94bde7;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

#payment_cards {
	width: 500px;
	text-align: center;
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
	color: #94bde7;
	margin: 15px auto 5px;
}

#payment_cards img {
	vertical-align: middle;
	margin: 0px 3px;
	padding: 0px;
	border: none;
}

div#navigation {
	font-size: 11px;
	word-spacing: -1px;
	letter-spacing: -1px;
	float: left;
	padding: 3px 3px 3px 0px;
	margin: 0px 5px 0px 0px;
	width: 140px;
}

div#navigation table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
}

div#navigation table td {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-right-width: 0px;
	border-right-style: none;
	text-align: right;
}

div#navigation table td.off {
	padding: 3px;
	background: #94b5e6;
	cursor: pointer;
	text-align: left;
}

div#navigation table td.selected {
	padding: 3px;
	background: #08396b;
	cursor: pointer;
	text-align: left;
}

div#navigation table td a {
	color: #FFFFFF;
	text-decoration: none;
}

div#navigation table tr.group_hide {
	display: none;
}

div#navigation table tr.group_show {
	display: table-row;
}

div#navigation table tr.group_show_ie {
	display: inline;
}

div#navigation table table {
	width: 128px;
	margin: 0px 0px 4px 8px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
}

div#body {
	padding: 0px 5px 5px 0px;
	margin: 5px 0px;
	float: left;
	width: 464px;
	cursor: auto;
}

div#body div#banner {
	background-color: #4b6c95;
	border: 1px solid #446287;
	text-align: center;
	font-size: 14px;
	line-height: 19px;
	padding: 0px 10px 10px;
	font-weight: bold;
	margin: 18px auto 22px;
}

div#body div#banner p {
	text-align: center;
	margin: 0px 0px 10px;
}

div#body div#banner p strong {
	color: #FF7575;
}

div#body.wide {
	width: 610px;
}

div#body p {
	text-align: justify;
	font-size: 12px;
	line-height: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

div#body p.left {
	text-align: left;
}

div#gutter {
	float: left;
	padding: 0px;
	width: 155px;
	font-size: 9px;
	border: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

div#basket {
	padding: 0px;
	margin: 5px 0px 0px;
	width: 155px;
	font-size: 9px;
	border: 1px solid #446287;
}

div#basket td {
	vertical-align: top;
	margin: 0px;
	padding: 0px 0px 3px;
}

div#basket td a {
	vertical-align: top;
	border: 1px solid #06396D;
	background: #ae0000;
	color: #ffac0f;
	text-transform: capitalize;
	text-decoration: none;
}

div#basket td em {
	color: #94b5e6;
	font-size: 8px;
	font-style: normal;
}

div#basket h1, div#basket h1 a {
	background: #06396D;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
}

div#basket h1.hover, div#basket h1.hover a {
	color: #ae0000;
	cursor: pointer;
}

div.promo, div.promo_hover {
	padding: 2px;
	width: 151px;
	clear: both;
	border: 1px solid #5279A5;
	cursor: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.promo_hover {
	background-color: #4b6c95;
	border: 1px solid #446287;
	cursor: pointer;
}

div.promo h5, div.promo_hover h5 {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

div.promo h5 a, div.promo_hover h5 a {
	text-decoration: none;
	font-variant: small-caps;
}

div.promo img, div.promo_hover img {
	padding: 0px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	border: 1px solid #446287;
	display: block;
}

div#body h1 {
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#body h2 {
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

div#body p.small {
	font-size: 9px;
	margin: 15px 0px 0px;
	padding: 4px;
	text-align: center;
	background-color: #4b6c95;
	border: 1px solid #446287;
}

div#header p.error {
	font-size: 12px;
	margin: 0px;
	width: auto;
	font-weight: bold;
	color: #94bde7;
	position: absolute;
	top: 47px;
	left: 148px;
	font-variant: small-caps;
	letter-spacing: -1px;
	padding: 2px 15px;
	border: 1px dotted #ae0000;
	background: #5f688e;
}

span.availability_alert {
	font-size: 11px;
	margin: 0px;
	width: auto;
	font-weight: bold;
	color: #94bde7;
	font-variant: small-caps;
	letter-spacing: -1px;
	padding: 2px 15px;
	border: 1px dotted #ae0000;
	background: #5f688e;
	position: relative;
	top: 7px;
}

div#wrapper div#body div.product, div#wrapper div#body div.product_hover {
	/* position: relative; */
	margin: 0px 0px 30px;
	padding: 3px;
	width: 460px;
	clear: both;
	border: 1px solid #5279A5;
	cursor: auto;
}

div#wrapper div#body div.product p, div#wrapper div#body div.product_hover p {
	text-align: left;
	font-size: 10px;
	line-height: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}

div#wrapper div#body div.product_hover {
	background-color: #4b6c95;
	border: 1px solid #446287;
	cursor: pointer;
}

div#wrapper div#body div.product img, div#wrapper div#body div.product_hover img {
	float: left;
	margin: 2px 5px 0px 0px;
	padding: 0px;
	border: 1px solid #446287;
	display: block;
}

div#wrapper div#body div.group_it {
	float: left;
	margin: 0px;
	padding: 0px;
}

div#wrapper div#body div.group_it h1, div#wrapper div#body div.group_it h1 a {
	color: #fff;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}

div#wrapper div#body div.group_it h2 {
	color: #94bde7;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

div#wrapper div#body div.group_it p {
	margin: 0px 0px 8px;
	padding: 0px;
	font-size: 10px;
	width: 333px;
	line-height: normal;
}

div#wrapper div#body div.group_it p.detail {
	font-weight: bold;
	text-align: right;
}

div#wrapper div#body div.group_it form, div#wrapper div#body div.group_it form input {
	display: inline;
	margin: 0px;
	padding: 0px;
}

div#wrapper div#body div.group_it form input.button {
	font-size: 9px;
	font-weight: bold;
	width: 37px;
	border: 1px solid #446287;
	background: #ae0000;
	color: #ffac0f;
	font-variant: normal;
	text-transform: none;
	text-align: center;
}

table#images {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

table#images td {
	margin: 0px;
	padding: 10px;
	border-style: none;
	vertical-align: top;
	font-size: 10px;
	font-weight: normal;
	color: #94bde7;
	text-align: center;
}

form {
	margin: 0px;
	padding: 0px;
}

form table {
	margin: 0px;
	padding: 0px;
}

form table th {
	margin: 5px 5px 0px 0px;
	padding: 10px 0px 0px;
	width: 120px;
	font-size: 10px;
	color: #94bde7;
	text-align: right;
	vertical-align: top;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

form table td {
	margin: 5px 0px 0px 5px;
	padding: 5px 0px 0px;
	text-align: left;
	vertical-align: top;
}

form table td.image {
	height: 130px;
}

form table td.image_dropdown {
	width: 320px;
}

form table td input, form table td textarea, form table td select {
	text-align: left;
	color: #FFFFFF;
	background: #94bde7;
	margin: 0px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

form table td input.wide, form table td textarea.wide, form table td select.wide {
	width: 460px;
}

form table td input.wide_err, form table td textarea.wide_err, form table td select.wide_err {
	width: 460px;
	border: 1px solid #ae0000;
}

form table td.image_dropdown select {
	width: 330px;
}

form table td input.narrow, form table td select.narrow {
	width: 120px;
}

form table td input.medium, form table td textarea.medium, form table td select.dropdown_medium {
	width: 220px;
}

form table td input.medium_off, form table td textarea.medium_off, form table td select.dropdown_medium_off {
	width: 220px;
	background-color: #999999;
}

.narrow_err {
	border: 1px solid #ae0000;
	width: 120px;
}

.medium_err {
	border: 1px solid #ae0000;
	width: 220px;
}

form table td select.dropdown, form table td select.dropdown_err {
	background: #94bde7;
	width: 200px;
}

form table td select.dropdown_err {
	background: #9595b6;
}

form table td input.checkbox {
	border: 1px none #06396D;
	background: #5279A5;
	width: auto;
}

form input.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #94bde7;
	border: 1px solid #CCCCCC;
	padding: 2px 10px;
	margin: 0px;
	width: auto;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	cursor: pointer;
}

div.item, div.copy_editor {
	border: 1px solid #06396D;
	margin: 0px 0px 25px;
	padding: 0px 0px 5px;
}

div.copy_editor {
	border: 1px solid #06396D;
	margin: 0px 0px 35px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

div.item h3, div.copy_editor h3 {
	margin: 0px 0px 5px;
	padding: 3px;
	font-size: 10px;
	background: #06396D;
	text-align: left;
}

div.item table.sub th {
	margin: 0px 0px 5px;
	padding: 3px;
	font-size: 10px;
	background: #06396D;
	text-align: left;
}

div.item table.sub .disc {
	width: 65px;
}

div.item table.sub .track {
	width: 180px;
}

div.item table.sub .clip {
	width: 40px;
	text-align: center;
}

div.item table.sub td.clip {
	font-size: 10px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

div#checkout, div#admin_list {
	padding: 0px;
	margin: 0px;
}

div#checkout table, div#admin_list table {
	padding: 0px;
	margin: 0px;
	border: 1px none #06396D;
	border-collapse: collapse;
}

div#checkout table th, div#admin_list table th {
	padding: 2px 6px 2px 2px;
	margin: 0px;
	border: 1px solid #06396D;
	background: #06396D;
	color: #94bde7;
	font-size: 10px;
	text-align: left;
}

div#checkout table th.del, div#admin_list table th.del {
	text-align: center;
	width: 30px;
}

div#admin_list table th.code, div#admin_list table th.region, div#admin_list table th.vat, div#admin_list table th.the_prefix {
	text-align: center;
	width: 40px;
}

div#admin_list table th.country {
	text-align: center;
}

div#admin_list table th.right, div#admin_list table td.right {
	text-align: right;
}

div#admin_list table tr td.small_product a {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

div#admin_list table tr td.small_product a:hover {
	text-decoration: underline;
}

div#checkout table th.img {
	text-align: center;
	width: 60px;
}

div#checkout table th.description {
	text-align: left;
	width: 430px;
}

div#checkout table th.qty {
	text-align: center;
	width: 30px;
}

div#checkout table th.price {
	text-align: right;
	width: 65px;
}

div#checkout table .dispatch {
	text-align: right;
	vertical-align: top;
	width: 75px;
}

div#checkout table tr td, div#admin_list table tr td {
	padding: 2px 6px 2px 2px;
	margin: 0px;
	border: 1px solid #446287;
}

div#admin_list table td.product a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div#admin_list table td.tick {
	text-align: center;
}

div#admin_list table td input.currency{
	width: 50px;
}

div#checkout table tr.hover td, div#admin_list table tr.hover td {
	background: #4b6c95;
	cursor: pointer;
}

div#checkout table tr td.invoice {
	width: 160px;
}

div#checkout table tr td.payment_description {
	width: 260px;
}

div#checkout table td a {
	color: #FFFFFF;
	text-decoration: none;
}

div#checkout table td.del, div#admin_list table td.del, div#admin_list table td.code, div#admin_list table td.region, div#admin_list table td.vat, div#admin_list table td.the_prefix {
	text-align: center;
	vertical-align: middle;
}

div#admin_list table td.country {
	text-align: center;
	vertical-align: middle;
}

div#admin_list table td.country input {
	font-size: 10px;
	width: 250px;
}

div#checkout table td.img img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#checkout table td.del a, div#admin_list table td.del a {
	border: 1px solid #06396D;
	background: #ae0000;
	color: #ffac0f;
	text-transform: capitalize;
	text-decoration: none;
	padding: 2px;
}

div#checkout table td.description {
	text-align: left;
	vertical-align: top;
}

div#checkout table td.description em {
	color: #94b5e6;
	font-size: 8px;
	font-style: normal;
}

div#checkout table td.qty {
	text-align: center;
	vertical-align: top;
}

div#checkout table td.qty input {
	text-align: center;
	color: #FFFFFF;
	background: #94bde7;
	margin: 0px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	width: 20px;
}

div#checkout table td.price {
	text-align: right;
	vertical-align: top;
}

div#checkout table td.total {
	text-align: right;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 2px;
}

div#checkout table td.total_borderless, div#checkout table tr.hover td.total_borderless {
	text-align: right;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: none;
}

div#terms {
	font-size: 11px;
}

div#terms li {
	margin-bottom: 8px;
}

div#terms h2 {
	font-size: 14px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

div#terms h3 {
	font-size: 12px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

table#addresses {
	width: 100%
}

table#addresses th {
	text-align: left;
	padding: 2px;
	border: 1px solid #06396D;
	background: #06396D;
	color: #94bde7;
	font-size: 11px;
}

table#addresses td {
	vertical-align: top;
}

div#payment_button {
	width: 80%;
	text-align: center;
	background: #94bde7;
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

div#payment_button a {
	color: #FFFFFF;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

div#payment_button.hover {
	background: #06396D;
}

div#worldpay {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

div#worldpay .two table td {
	text-align: center;
	padding: 4px;
	border-style: none;
}

div#worldpay table.bannercontainer, div#worldpay table.bannercontainer .banner {
	background-color: #4b6c95;
}

div#worldpay table.bannercontainer {
	border: 1px solid #446287;
}

div#worldpay table.bannercontainer .bannererror {
	text-align: center;
}

div#wrapper div#product_page div#group_it {
	color: #94bde7;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
}

div#wrapper div#product_page h2 {
	color: #94bde7;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
}

div#wrapper div#product_page img {
	padding: 0px;
	border: 1px solid #446287;
}

div#wrapper div#product_page div.group_it {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 0px;
}

div#wrapper div#product_page div.group_it p.detail {
	font-size: 12px;
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

div#wrapper div#product_page div.group_it form input.button {
	font-size: 12px;
	width: 50px;
}

div#wrapper table#tracks {
	width: 465px;
	margin: 10px 0px 0px;
	padding: 10px;
	background-color: #4b6c95;
	border: 1px solid #446287;
}

div#wrapper table#tracks th {
	text-align: left;
}

div#wrapper table#tracks td.track {
	width: 95%;
}

div#wrapper table#tracks td {
	margin: 0px 0px 0px 30px;
	padding: 5px 0px 0px;
	text-align: left;
	vertical-align: bottom;
	height: 17px;
}

div#wrapper table#tracks td img {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-align: left;
	vertical-align: text-bottom;
	border-style: none;
}

div#wrapper table#tracks td.album {
	margin: 0px 0px 0px 30px;
	padding: 20px 10px 0px 0px;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
}

div.clearfloats {
	clear: both;
	font-size: 2px;
	line-height: 2px;
	margin: 0px;
	padding: 0px;
}

div#checkout_form{}

div#checkout_form table td p{
	float: left;
	font-size: 10px;
	line-height: normal;
	margin: 0px 0px 0px 10px;
	width: 300px;
}

div#checkout_form table td input.checkbox{
	float: left;
}

input.google_search_box {
	width: 151px;
	margin: 2px 0px;
	padding: 0px 0px 2px;
}

input.google_search_button {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #94bde7;
	border: 1px solid #CCCCCC;
	padding: 2px 10px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	cursor: pointer;
	width: 155px;
	margin: 2px 0px;
}

div#sharethis {
	color: #FFFFFF;
	background: #94bde7;
	border: 1px solid #CCCCCC;
	margin: 20px 0px 15px;
	padding: 4px;
	text-align: center;
}