html, body {
	height: 100%;
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
/*	font-size: 12px;
	color: #474759;*/
	background-image: url('../new_gfx/background.png');
}

div#main_section {
	margin-left: -384px;
	height: 100%;
	min-height: 100%;
	width: 768px;
	position: absolute;
	left: 50%;
	border-left: 1px solid #C1CFDB;
	border-right: 1px solid #C1CFDB;
	background-color: white;
	background-image: url('../new_gfx/leftbackground.png');
	background-position: 8px;
	background-repeat: repeat-y;
}

body > div#main_section {
  height: auto;
}

a {
	color: #5B7993;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #293F51;
}

div#header_section {
	width: 100%;
	height: 52px;
	background-image: url('../new_gfx/header.png');
	background-color: #89A5BC;
}

div#navbar_section {
	width: 100%;
	height: 24px;
	background-image: url('../new_gfx/buttonbar.png');
	background-color: #C1CFDB;
	text-align: right;
}

div#left_section {
	width: 166px;
	position: relative;
	left: 8px;
	padding-top: 17px;
	padding-left: 10px;
	float: left;
	background-image: url('../new_gfx/leftbackgroundtop.png');
	background-repeat: no-repeat;
}

div#right_section {
	margin-top: 12px;
	width: 580px;
	float: left;
}

div#left_section p {
	font-size: 10px;
	color: #293F51;
	letter-spacing: 0.9px;
	line-height: 11px;
	margin-top: 0px;
	margin-left: 12px;
	margin-bottom: 20px;
}

div#copyright {
	text-align: right;
	font-size: 10px;
	color: #ADBCC9;
}

div#copyright hr {
	border: 1px solid #EEF1F4;
	margin: 25px 0px 5px 0px;
}

a#home img {
	margin: 0px;
	border: 0px;
	width: 75px;
	height: 24px;
	background: url('../new_gfx/button_home.png') 0 0 no-repeat;
}

a#home:hover img {
	background-position: -75px 0;
}

a#news img {
	margin: 0px;
	border: 0px;
	width: 74px;
	height: 24px;
	background: url('../new_gfx/button_news.png') 0 0 no-repeat;
}

a#news:hover img {
	background-position: -74px 0;
}

a#contact img {
	margin: 0px;
	border: 0px;
	width: 74px;
	height: 24px;
	background: url('../new_gfx/button_contact.png') 0 0 no-repeat;
}

a#contact:hover img {
	background-position: -74px 0;
}

a#cart img {
	margin: 0px;
	border: 0px;
	width: 74px;
	height: 24px;
	background: url('../new_gfx/button_cart.png') 0 0 no-repeat;
}

a#cart:hover img {
	background-position: -74px 0;
}

a#go img {
	margin: 0px;
	border: 0px;
	width: 18px;
	height: 22px;
	background: url('../new_gfx/go.png') 0 0 no-repeat;
}

a#go:hover img {
	background-position: -18px 0;
}

.navbar_input {
	margin: 0px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #F4F4F4;
}

div#selection {
	padding-top: 1px;
	float: left;
	padding-left: 15px;
}

div#search {
	padding-top: 1px;
	float: left;
	padding-left: 15px;
}

table#login {
	margin-top: 2px;
	float: right;
	color: black;
	font-size: 10px;
	border: 0px;
}

table#login input {
	width: 88px;
	border: 1px solid #5B7993;
	font-size: 10px;
	background-color: #F2F5F7;
}

table#login input#loginbutton {
	color: white;
	width: 60px;
	border: 1px solid #5B7993;
	background-color: #89A5BC;;
}

table#login a {
	color: black;
}

table#login a:hover {
	color: #4A6882;
}

div#left_section a {
	color: #5B7993;
	text-decoration: none;
}

div#left_section a:hover {
	text-decoration: underline;
}

div#left_section a:visited {
		color: #293F51;
}

form {
	display: inline;
}

div#country {
	margin-top: 0px;
	margin-left: 12px;
	margin-bottom: 20px;
}

select#country_select {
	margin-top: 4px;
	width: 108px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background-color: white;
}

img#header {
	margin: 10px 0px 20px 10px;
}

a img { border: 0px; }

div#content {
	border: 1px solid #DFE7ED;
	background: #F5F8F9 url('../new_gfx/background_items.png');
	background-repeat: no-repeat;
	background-position: top left;
	font-family: arial;
	font-size: 11px;
	letter-spacing: 0.9px;
	padding: 8px;
}

div#content hr {
	border: 1px solid #DFE7ED;
	margin: 20px 0px;
}

div#content p {
	margin: 0px;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	display: inline;
}

h4 {
	margin: 0px 0px 12px 0px;
	font-size: 12px;
}

table#contact {
	margin-left: 50px;
}

table#contact td.left {
	font-weight: bold;
	padding: 4px 0px 4px 10px;
	width: 150px;
	border-right: 1px solid #DFE7ED;
	border-bottom: 1px solid #DFE7ED;
	background-color: #FCFDFD;
}

 .input {
	border: 1px solid #BFCEDB;
	background-color: white;
	width: 200px;
	margin: 0px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.button {
	color: white;
	border-top: 1px solid #DFE7ED;
	border-right: 1px solid #5B7993;
	border-bottom: 1px solid #5B7993;
	border-left: 1px solid #DFE7ED;
	background-color: #89A5BC;
}

span.price_old {
	text-decoration: line-through;
}

span.price_new {
	color: red;
}

div#tab_buttons {
	text-align: center;
	font-family: arial;
	font-size: 13px;
	letter-spacing: 0.9px;
	padding: 4px;
}

div#browsefound {
	font-family: arial;
	font-size: 11px;
	letter-spacing: 0.9px;
	padding: 4px 8px;
}

div#browsefound p {
	margin: 0px;
}

table#search_result {
	width: 560px;
}

table#search_result td.left {
	text-align: center;
	font-weight: bold;
	width: 16px;
	padding: 4px;
	border-right: 1px solid #DFE7ED;
	border-bottom: 1px solid #DFE7ED;
	background-color: #FCFDFD;
}

table#search_result td.center {
	width: 294px;
	text-align: left;
	padding: 4px 0px 4px 10px;
	border-right: 1px solid #DFE7ED;
	border-bottom: 1px solid #DFE7ED;
	background-color: #FCFDFD;
}

table#search_result td.right {
	width: 250px;
	text-align: left;
	padding: 4px 0px 4px 10px;
	border-right: 1px solid #DFE7ED;
	border-bottom: 1px solid #DFE7ED;
	background-color: #FCFDFD;
}

table#search_result td.center_top {
	color: white;
	font-weight: bold;
	width: 294px;
	text-align: left;
	padding: 4px 0px 4px 10px;
	border-left: 1px solid #BFCEDB;
	border-top: 1px solid #BFCEDB;
	border-right: 1px solid #5B7993;
	border-bottom: 1px solid #5B7993;
	background-color: #89A5BC;
}

table#search_result td.right_top {
	color: white;
	font-weight: bold;
	width: 250px;
	text-align: left;
	padding: 4px 0px 4px 10px;
	border-left: 1px solid #BFCEDB;
	border-top: 1px solid #BFCEDB;
	border-right: 1px solid #5B7993;
	border-bottom: 1px solid #5B7993;
	background-color: #89A5BC;
}

div.cd_details {
	background: url('../new_gfx/background_new_releases.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #DFE7ED;
	background-color:white;
	margin-bottom: 10px;
	overflow: none;
}

td#details_left {
	width: 160px;
	vertical-align: top;
	padding: 5px 15px 5px 15px;
	border-right: 1px dashed #BFCEDB;
	background-color: #FAFCFD;
}

td#details_left img.cover {
	border: 1px solid #DFE7ED;
}

td#details_right {
	vertical-align: top;
	padding: 5px 15px;
	font-size: 10px;
}

div.items {
	float: left;
	width: 340px;
}

table.item {
	width: 100%;
	border: 1px solid #DFE7ED;
	background: #F5F8F9 url('../new_gfx/background_items.png');
	background-repeat: no-repeat;
	background-position: top left;
}

table.item td.item_right {
	letter-spacing: 0.9px;
	padding: 5px;
	width: 100%;
}

td.item_right h1 {
	font-size: 12px;
	margin: 0px;
}

td.item_left img {
	border: 1px solid #DFE7ED;
	margin: 5px;
}

div.items td {
	font-size: 11px;
	vertical-align: top;
}

div#new_releases {
	border: 1px solid #DFE7ED;
	float:right;
	background: #F5F8F9 url('../new_gfx/background_items.png');
	background-repeat: no-repeat;
	background-position: top left;
	font-family: arial;
	font-size: 10px;
	letter-spacing: 0.9px;
	width: 210px;
	padding: 8px;
}

div.new_releases_item {
	background: url('../new_gfx/background_new_releases.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #DFE7ED;
	background-color:white;
	height: 63px;
	margin-bottom: 10px;
}

div.new_releases_item_text a {
	color: black;
	text-decoration: none;
}

div.new_releases_item_text a:hover {
	color: black;
	text-decoration: underline;
}

div.new_releases_item img.cover {
	float: left;
	border: 1px solid #DFE7ED;
	margin: 5px;
	width: 55px;
	height: 50px;
}

div.new_releases_item div {
	padding: 5px 5px 0px 0px;
}

div.new_releases_item hr {
	text-align: right;
	width: 132px;
	display: block;
	margin: 2px;
	padding: 0px;
	border: 1px solid #DFE7ED;
}

div#latest_releases {
	border: 1px solid #DFE7ED;
	background: #F5F8F9 url('../new_gfx/background_items.png');
	background-repeat: no-repeat;
	background-position: top left;
	font-family: arial;
	font-size: 10px;
	letter-spacing: 0.9px;
	width: 260px;
	float: left;
	padding: 8px;
	margin-right: 12px;
}

div.latest_releases_item {
	background: url('../new_gfx/background_new_releases.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #DFE7ED;
	background-color:white;
	height: 63px;
	margin-bottom: 10px;
}

div.latest_releases_item_text a {
	color: black;
	text-decoration: none;
}

div.latest_releases_item_text a:hover {
	color: black;
	text-decoration: underline;
}

div.latest_releases_item img {
	position: relative;
	top: 0px;
}

div.latest_releases_item img.cover {
	position: static;
	float: left;
	border: 1px solid #DFE7ED;
	margin: 5px;
	width: 55px;
	height: 50px;
}

div.latest_releases_item div {
	padding: 5px 5px 0px 0px;
}

div.latest_releases_item hr {
	height: 2px;
	text-align: right;
	width: 182px;
	display: block;
	margin: 2px;
	padding: 0px;
	border: #DFE7ED;
	background-color: #DFE7ED;
	color: #DFE7ED;

}



table.news {
	width: 100%;
	border: 1px solid #DFE7ED;
	background: #F5F8F9 url('../new_gfx/background_items.png');
	background-repeat: no-repeat;
	background-position: top left;
}

td.news_right h1 {
	font-size: 16px;
	margin: 0px;
}

td.news_right h2 {
	font-size: 12px;
	margin: 0px;
}

table.news td.news_right {
	letter-spacing: 0.9px;
	padding: 5px;
	width: 100%;
}

td.news_left img {
	border: 1px solid #DFE7ED;
	margin: 5px;
}

div.news td {
	font-size: 11px;
	vertical-align: top;
}


table#cd_tracklist {
	width: 560px;
}


table#cd_tracklist td.top {
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 4px 0px 4px 10px;
	border-left: 1px solid #BFCEDB;
	border-top: 1px solid #BFCEDB;
	border-right: 1px solid #5B7993;
	border-bottom: 1px solid #5B7993;
	background-color: #89A5BC;
}

table#cd_tracklist td.track_nr {
	text-align: right;
	width: 18px;
	padding: 4px;
	border-right: 1px solid #DFE7ED;
	border-bottom: 1px solid #DFE7ED;
	background-color: #FCFDFD;
}

table#cd_tracklist td.artist {
	text-align: left;
	width: 180px;
	padding: 4px 0px 4px 10px;
	border-right: 1px solid #DFE7ED;
	border-bottom: 1px solid #DFE7ED;
	background-color: #FCFDFD;
}

table#cd_tracklist td.song {
	text-align: left;
	width: 306px;
	padding: 4px 0px 4px 10px;
	border-right: 1px solid #DFE7ED;
	border-bottom: 1px solid #DFE7ED;
	background-color: #FCFDFD;
}

table#cd_tracklist td.bpm {
	text-align: center;
	width: 36px;
	padding: 4px;
	border-right: 1px solid #DFE7ED;
	border-bottom: 1px solid #DFE7ED;
	background-color: #FCFDFD;
}

table#cd_tracklist td.listen {
	text-align: center;
	width: 20px;
	padding: 4px;
	border-right: 1px solid #DFE7ED;
	border-bottom: 1px solid #DFE7ED;
	background-color: #FCFDFD;
}

div#buy_uk {
	text-align: left;
	padding: 4px 10px;
	border: 1px solid #DFE7ED;
	background-color: #FCFDFD;
}


table#price td.top {
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 4px 0px 4px 10px;
	border-left: 1px solid #BFCEDB;
	border-top: 1px solid #BFCEDB;
	border-right: 1px solid #5B7993;
	border-bottom: 1px solid #5B7993;
	background-color: #89A5BC;
}

table#price td.bottom {
	text-align: left;
	padding: 4px 0px 4px 10px;
	border-right: 1px solid #DFE7ED;
	border-bottom: 1px solid #DFE7ED;
	background-color: #FCFDFD;
}

table#cart {
	width: 560px;
}


table#cart td.top {
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 4px 0px 4px 10px;
	border-left: 1px solid #BFCEDB;
	border-top: 1px solid #BFCEDB;
	border-right: 1px solid #5B7993;
	border-bottom: 1px solid #5B7993;
	background-color: #89A5BC;
}

table#cart td.delete {
	text-align: center;
	width: 18px;
	padding: 4px;
	border-right: 1px solid #DFE7ED;
	border-bottom: 1px solid #DFE7ED;
	background-color: #FCFDFD;
}

table#cart td.amount {
	text-align: right;
	width: 60px;
	padding: 4px;
	border-right: 1px solid #DFE7ED;
	border-bottom: 1px solid #DFE7ED;
	background-color: #FCFDFD;
}

table#cart td.amount {
	text-align: center;
	width: 60px;
	padding: 4px;
	border-right: 1px solid #DFE7ED;
	border-bottom: 1px solid #DFE7ED;
	background-color: #FCFDFD;
}

table#cart td.undefinedWidth {
	text-align: left;
	padding: 4px;
	border-right: 1px solid #DFE7ED;
	border-bottom: 1px solid #DFE7ED;
	background-color: #FCFDFD;
}

table#cart td.title {
	text-align: left;
	width: 280px;
	padding: 4px;
	border-right: 1px solid #DFE7ED;
	border-bottom: 1px solid #DFE7ED;
	background-color: #FCFDFD;
}


table#cart td.price {
	text-align: right;
	width: 80px;
	padding: 4px;
	border-right: 1px solid #DFE7ED;
	border-bottom: 1px solid #DFE7ED;
	background-color: #FCFDFD;
}

table#cart td.total {
	text-align: right;
	width: 70px;
	padding: 4px;
	border-right: 1px solid #DFE7ED;
	border-bottom: 1px solid #DFE7ED;
	background-color: #FCFDFD;
}

table#cart td.left {
	text-align: right;
}

.input_cart {
	border: 1px solid #BFCEDB;
	background-color: white;
	width: 50px;
	text-align: center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

