/* Main Reset */

	* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
	code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font: inherit; font-size: 1em; white-space: normal; }
	dfn, i, cite, var, address, em { font-style: normal; }
	th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
	a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border: none; }
	table { border-collapse: collapse; border-spacing: 0; }
	caption, th, td, center { text-align: left; vertical-align: top; }
	body { line-height:1; color:#444; }
	q { quotes: "" ""; }
	ul, ol, dir, menu { list-style: none; }
	sub, sup { vertical-align: baseline; }
	a { color: inherit; }
	font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */
	nobr { white-space: normal; }

/* Main Typography */

	html { font-size: 62.5%; font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; }
	h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: HelveticaNeue-Light, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;} 
	strong, th, thead td, dt { font-weight: bold; }
	cite, em, dfn { font-style: italic; }
	code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; }
	pre { white-space: pre; }
	pre * { font-size: 100%; white-space: pre; }
	del { text-decoration: line-through; color: #666; }
	ins, dfn { border-bottom: 1px solid #ccc; }
	small, sup, sub { font-size: 85%; }
	big { font-size: 125%; line-height: 80%; }
	abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
	a abbr, a acronym { border: none; }
	abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
	sup { vertical-align: super; }
	sub { vertical-align: sub; }
	a:link, a:visited, a:hover, a:active, a:focus { text-decoration: none; }
	
/* Font Sizing */

	.content { font-size: 1.2em; line-height: 1.6em; }
	.content h1 { font-size: 1.6em; }
	.content h2 { font-size: 1.5em; }
	.content h3 { font-size: 1.4em; }
	.content h4 { font-size: 1.3em; }
	.content h5 { font-size: 1.2em; }
	.content h6 { font-size: 1em; }
	.large_text {
		font-size:1.3em;
	}

/* MARGINS & PADDINGS */
	
	.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, .content form { margin-bottom: 1.6em; }
	.content p+p { margin-top: -.8em; }
	/* NOTE: Calulate header margins: TOP: line-height/size, BOTTOM: TOP/2 */
	.content h1 { margin: 1em 0 .5em;  }
	.content h2 { margin: 1.07em 0 .535em; padding-bottom: .535em}
	.content h3 { margin: 1.14em 0 .57em; }
	.content h4 { margin: 1.23em 0 .615em; }
	.left_block h4 { margin: 0em 0 .315em; }
	.left_block p { margin: 0em; }
	.item h2 { margin: 0em; padding-bottom: .535em; margin-top: 0em; border-bottom: 0px;}
	.news_right_block h4 { margin: 0em 0 .315em;text-align: right; }
	.news_right_block p { margin: 0em;font-size: 0.9em;margin-bottom: 0.9em;}
	
	.content h5 { margin: 1.33em 0 .67em; }
	.content h6 { margin: 1.6em 0 .8em; }
	.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
	.content blockquote { padding: 0 1em; margin: 1.6em 3.6em; }
	.content fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
	.content legend { padding-left: .8em; padding-right: .8em; }
/*	.content legend+* { margin-top: 1em; }  compensates for the opera margin bug - Removed cos of layout in FF and Safari */
	.content textarea, .content input { padding: .3em .4em .15em .4em; }
	.content select { padding: .1em .2em 0 .2em; }
	.content option { padding: 0 .4em .1em; }
	.content a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
	.content dt { margin-top: .8em; margin-bottom: .4em; }
	.content ul ul, content ol ul, .content ul ol, content ol ol { margin-bottom: 0; }
	.content form div { margin-bottom: .8em; }
	.content button { padding: 0.3em 0.5em; }
	.content blockquote > * { margin: .8em 0; }
	
	.item { margin-bottom: 6em; margin-left: 0em; }
	.tour_item { min-height:9em; margin-bottom: 2em; margin-left: 4em; }
	.tour_item h2 { margin-top: 0;}
	.tour_item ul.links { list-style: none; background:#f5f5f5; padding: .45em .9em; }
	.tio_left { clear:left; }
	.tio_right { margin-left: 36px;}
	.tour_item_outer { width:405px; float:left; }
	.catalogue_right h2 { margin-top: 0; }
	.floatedListCovers { margin-right:1px; }

	.pageLinks a, .pageLinks span, .sortLinks a, .sortLinks span {
		padding:3px 6px;
	}
	
	.sortLinks {
		float:left;
		margin: 0;
	}

	.pageLinks {
		float:right;
		margin: 0;
	}
	
	#download_banner {
		margin-bottom: 18px;
	}
	

/* Base Colours */

	.content a { 
		color:#d1350d;
	}

	.content a:hover { 
		color:#463b66;
	}
	
	.header_links, h2 a, h3 a, h4 a {
		font-weight: normal !important;
		
	}
	
	.review_meta {
		color: #888;
	}
	
	#reviews_show,
	#reviews_hide {
		display:none;	
	}

/* Layout - From Here On In It's Not Tripoli Anymore */

	.reset {
		height:0;
		line-height: 0;
		display: block;
		clear: both;
	}

	#content_header_outer, #content_footer_outer {
		background: #242424;
		color:#bbb;
	}
	
	#content_footer_outer {
		background-image: url(../img_site/footer_gradient.jpg);
		background-repeat: repeat-x;
		background-position: top;
		padding-bottom:1px;
	}

	
	#content_footer, #content_main {
		width:846px;
		margin: 0 auto;
	}
	
	#content_header {
		width:864px;
		margin: 0 auto;
	}
	
	#content_main, #content_main_outer {
		background: white;
	}
	
	#content_main {
		padding: 36px 0;
	}
	

	.about_quote {
		width:405px;
		margin: 4em auto;
	}
	
	.about_quote blockquote {
		font-family: HelveticaNeue-Light, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;		font-size: 1.5em;
		line-height: 1em;
		margin: 0;
		padding: 0;
		font-style: italic;
		color: #716b85;
	}
	
	cite {
		display: block;
		color:#999;
		font-size: .8em;
		margin-bottom: 1.6em;
	}
	
	.mainCatalogue blockquote {
		color: #716b85;
	}	
	
	.mainCatalogue cite {
		margin-left: 5.6em;
	}
	
	cite:before {content:'\2013\00A0';} 
	
	.column_left, .column_right, #footer_left, #footer_right {
		width:405px;
		float:left;
	}

	.column_right, #footer_right {
		margin-left:36px;
	}

	#footer_left, #footer_right {
		position: relative;
	}
	
	#footer_right .footer_colourbar {
		float: right;
		display:block;
		width:212px;
		height:41px;
		margin: 0;
		padding: 0;
		background: url(../img_site/footer_colourbar.jpg);
	}
	
	#footer_right .footer_colourbar:hover {
		background: url(../img_site/footer_colourbar.jpg) 0 -41px;
	}
	
	.artist_list a {
		display: block;
		margin: 0;
		padding: 0;
	}
	
	.date_box {
		width:1.7em;
		background: white;
		color:#716b85;
		float:left;
		font-family: HelveticaNeue-Bold, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;		font-size: 1.5em;
		font-weight: bold;
		margin-right: 1em;
	}
	
	.date_box span {
		display: block;
		text-transform: uppercase;
	}
	
	.date_box .day { font-size: 1.4em; line-height: 1em;}
	.date_box .month { text-align: center; font-size: .7em; line-height: .6em;}
	.date_box .year { font-size: .7em; line-height: 1.1em;}
	
	.catalogue_left	{
		float:left;
		width:252px;
	}
	.catalogue_right {
		float:right;
		width:560px;
	}
	
	.catalogue_right img{
		float:left;
		margin-right: 10px;
		margin-bottom: 4px;			
		}

	
	.catalogue_buy,
	.catalogue_viewdetails {
		background-repeat:no-repeat;
		display:block;
		width:252px;
		height:27px;
		padding:0 !important;
	}
	
	.catalogue_buy:hover,
	.catalogue_viewdetails:hover {
		background-position:0 -27px;
	}
	
	.catalogue_buy_online {
		background-image:url(../img_site/btn_buyonline.jpg);
	}
	.catalogue_buy_cd {
		background-image:url(../img_site/btn_buy_cd.jpg);
	}
	.catalogue_buy_vinyl {
		background-image:url(../img_site/btn_buy_vinyl.jpg);
	}
	.catalogue_buy_download {
		background-image:url(../img_site/btn_buy_download.jpg);
	}
	.catalogue_buy_cd_vinyl {
		background-image:url(../img_site/btn_buy_cd_vinyl.jpg);
	}
	.catalogue_buy_cd_download {
		background-image:url(../img_site/btn_buy_cd_download.jpg);
	}
	.catalogue_buy_vinyl_download {
		background-image:url(../img_site/btn_buy_vinyl_download.jpg);
	}
	.catalogue_buy_cd_vinyl_download {
		background-image:url(../img_site/btn_buy_cd_vinyl_download.jpg);
	}
	
	.catalogue_viewdetails {
		background-image:url(../img_site/btn_viewdetails.jpg);
	}
	
	a.button_more {
		background:url(../img_site/btn_more.jpg) no-repeat;
		border:none;
		display:block;
		float:right;
		font-size:0.01em;
		height:18px;
		line-height:1em;
		padding:0;
		width:54px;
	}
	a:hover.button_more {
		background-position:0 -18px;
	}
	
/* Hidden Spans */
	#loginBox button span,
	#saveDetails span,
	#pw_remind button span,
	#footer_right .footer_colourbar span,
	#footer_right .footer_logolink span,
	#content_header	h1 a span,
	#navigation_main li a span,
	#search_form button span,
	.catalogue_buy span,
	.catalogue_viewdetails span,
	#catalogue_item_region span,
	.button_more span
	 {
	 	display:block;
	 	font-size:0.01em;
		line-height:1em;
		overflow:hidden;
		visibility:hidden;
	}
	
/* Header Layout */

	#content_header {
		position: relative;
		height:126px;
	}
	
	#content_header	h1, #content_header	h1 a {
		display: block;
		width:154px;
		height:9px;
		margin: 0;
		padding:0;
	}
	
	#content_header	h1 {
		position: absolute;
		top:64px;
		left:9px;
		background: url(../img_site/h1_background.jpg);
	}
	
	#navigation_main {
		position: absolute;
		width:864px;
		height:46px;
		top:80px;
		
		padding:0;
	}
	
	#navigation_main li {
		display: block;
		height:46px;
		float:left;
		margin: 0;
		padding: 0;
	}
	
	#navigation_main li a {
		display: block;
		height:46px;
	}
	
	#menu_home			{ width: 86px; background: url(../img_site/main_menu.jpg) 0 0; }
	#menu_about			{ width: 135px; background: url(../img_site/main_menu.jpg)  -86px 0; }
	#menu_news			{ width: 84px; background: url(../img_site/main_menu.jpg)  -221px 0; }
	#menu_catalogue		{ width: 158px; background: url(../img_site/main_menu.jpg)  -305px 0; }
	#menu_artists		{ width: 107px; background: url(../img_site/main_menu.jpg)  -463px 0; }
	#menu_tours			{ width: 92px; background: url(../img_site/main_menu.jpg)  -570px 0; }
	#menu_videos		{ width: 100px; background: url(../img_site/main_menu.jpg)  -662px 0; }
	#menu_forum			{ width: 102px; background: url(../img_site/main_menu.jpg)  -762px 0; }

	#menu_home a:hover		{ background: url(../img_site/main_menu.jpg) 0 -46px; }
	#menu_about a:hover		{ background: url(../img_site/main_menu.jpg)  -86px -46px; }
	#menu_news a:hover		{ background: url(../img_site/main_menu.jpg)  -221px -46px; }
	#menu_catalogue a:hover	{ background: url(../img_site/main_menu.jpg)  -305px -46px; }
	#menu_artists a:hover	{ background: url(../img_site/main_menu.jpg)  -463px -46px; }
	#menu_tours a:hover		{ background: url(../img_site/main_menu.jpg)  -570px -46px; }
	#menu_videos a:hover	{ background: url(../img_site/main_menu.jpg)  -662px -46px; }
	#menu_forum a:hover		{ background: url(../img_site/main_menu.jpg)  -762px -46px; }

	#menu_home_selected			{ width: 86px; background: url(../img_site/main_menu.jpg) 0 -92px; }
	#menu_about_selected		{ width: 135px; background: url(../img_site/main_menu.jpg)  -86px -92px; }
	#menu_news_selected			{ width: 84px; background: url(../img_site/main_menu.jpg)  -221px -92px; }
	#menu_catalogue_selected	{ width: 158px; background: url(../img_site/main_menu.jpg)  -305px -92px; }
	#menu_artists_selected		{ width: 107px; background: url(../img_site/main_menu.jpg)  -463px -92px; }
	#menu_tours_selected		{ width: 92px; background: url(../img_site/main_menu.jpg)  -570px -92px; }
	#menu_videos_selected		{ width: 100px; background: url(../img_site/main_menu.jpg)  -662px -92px; }
	#menu_forum_selected		{ width: 102px; background: url(../img_site/main_menu.jpg)  -762px -92px; }
	
	/*****
	Search
	*****/
	
	#search_form {
		position:absolute;
		right:0;
		top:22px;
		width:300px;
	}
	
	#search_label {
		position:absolute;
		visibility:hidden;
	}
	
	#search_input {
		border:1px solid #463b66;
		background:#242424;
		color:#716b85;
		padding:3px;
		width:255px;
		float:left;
		margin-right:6px;
	}
	
	#search_form input:hover, #loginBox input:hover {
		background:#212121;
	}

	#search_form input:focus, #loginBox input:focus {
		border:1px solid #716b85;
		background:#212121;
	}
	
	#search_form button {
		border:0;
		background:url(../img_site/btn_search.jpg);
		display:block;
		width:20px;
		height:19px;
		cursor:pointer;
	}
	
	#search_form button:hover {
		background: url(../img_site/btn_search.jpg) 0 -19px;
	}
	
	#main_search_title {
		margin-bottom:5em;
	}
	
	.score {
		display:block;
		float:right;
		font-size:12px;
		line-height:1em;
		width:110px;
	}
	.score_top_hit {
		margin:1em 10px 0 0;
	}
	.score .box {
		border:1px solid #CCC;
		display:block;
		float:right;
		font-size:6px;
		line-height:6px;
		height:6px;
		margin:2px 0 0 4px;
		width:60px;
	}
	.score .box span {
		background:#CCC;
		display:block;
		height:6px;
	}
	.score .s1 {
		width:6px;
	}
	.score .s2 {
		width:12px;
	}
	.score .s3 {
		width:18px;
	}
	.score .s4 {
		width:24px;
	}
	.score .s5 {
		width:30px;
	}
	.score .s6 {
		width:36px;
	}
	.score .s7 {
		width:42px;
	}
	.score .s8 {
		width:48px;
	}
	.score .s9 {
		width:54px;
	}
	.score .s10 {
		width:60px;
	}
	
	#main_search_top_hit {
		margin-bottom:5em;
	}
	
	#main_search_album_panel {
		background:#F8F8F8;
		border:1px solid #CCC;
		margin-bottom:1em;
		padding:10px;
	}
	#main_search_album_panel h5 {
		margin-top:0;
	}
	
	.main_search_album_list li {
		display:inline;
	}
	.main_search_album_list a {
		display:block;
		float:left;
		height:62px;
		margin:0 10px 0 0;
		overflow:hidden;
		padding:6px;
		width:252px;
	}
	.main_search_album_list a:hover {
		border:1px solid #CCC;
		background:#FFF;
		padding:5px;
	}
	.main_search_album_list img {
		margin:0 10px 0.5em 0;
	}
	.main_search_album_list span.artist_album_name {
		color:#D7350D;
	}
	.main_search_album_list span.artist_album_release_date {
		color:#444444;
	}
	
	#main_search_big_album {
		float:left;
		margin:0.5em 10px 0.5em 0;
	}
	
	.main_search_close_matches {
		background:#F8F8F8;
		border:1px solid #CCC;
		margin-bottom:1em;
		padding:10px;
	}
	.main_search_close_matches h3 {
		color:#999;
		font-size:1.1em;
		font-weight:normal;
		margin-top:0;
	}
	.main_search_close_matches ul {
		margin-bottom:0;
	}
	.main_search_close_matches li {
		font-size:1.2em;
		line-height:1.6em;
	}
	
	.main_search_results_list {
		margin-left:10px;
	}
	
	/****
	Login
	****/
	
	#loginBox {
		margin-top:2em;
	}
	
	#loginBox label {
		color:#716b85;
		display: block;
		margin-top: .5em;
		font-size: .9em;
	}
	
	#loginBox input {
		border: 1px solid #463b66;
		background: #242424;
		color:#716b85;
		padding:1px 3px;
		display: block;
		width:180px;
	}
	
	#loginBox input#rwmmCookie { /* ff3 bug */
		width:auto;
	}
	
	#loginBox button {
		margin-top: 1.2em;
		width:81px;
		height:18px;
		background: url(../img_site/btn_login.jpg);
		border: 0;
		cursor: pointer;
	}

	#loginBox button:hover {
		background: url(../img_site/btn_login.jpg) 0 -18px;
	}
	
	.content h2 { 
		border-bottom: 1px solid #ccc;
	}
	.item h2 { 
		border-bottom: 0px solid #ccc;
	}

	.content h2 a { 
		text-decoration: none;
		color:#463b66;
	}

	.content h2 a:hover { 
		text-decoration: none;
		color:#716b85;
	}

	.newsDate {
		color: #999;
	}
	
	.browse_more {
		margin: 9px 0;
	}

/* Content Styles */

	.news_right
		{
		float:right;
		width:252px;
	}
	.news_left {
		float:left;
		width:560px;
	}
	
	div.related {
		float: left;
		width: 270px;
		margin-right: 10px;
	}
	
	ul.artist_links li{
		display: inline;
		list-style-type: none;
		border: 
	}

	.news_left_image{float:right;
	margin-left: 1em;
	margin-bottom:-1em;}
	
	.news_right_block {margin-bottom: 36px;}
	
	.left_block {margin-bottom: 36px;}

    .inline_video,
    .inline_video4_3 {
    width:560px;
    padding:42px;
    }
    .inline_video {
    background:url(../img_site/video_background.jpg) no-repeat;
    }
    .inline_video4_3 {
    background:url(../img_site/video_background4_3.jpg) no-repeat;    
    }
    .inline_video4_3 *,
    .inline_video * {
   	font-size:1px;
  	line-height:1em;
  	margin:0;
  	padding:0;
    }
    
    .vid_embed{
    	width:34px;
    	border: 1px solid #d1350d;}
    	
    .vid_embed_text {font-size: .8em;}    
    .tell_no_lies_video {
    	margin-bottom: 18px;
    }
    
	h2 a.link_right {
		color:#d1350d;
		display:block;
		float:right;
		font-size:0.7em;
		line-height:1em;
		padding-top:0.4em;
	}
	h2 a.link_right:hover { 
		color:#463b66;
	}

	.floatedList li {
		float:left;
	}
	
	.relatedList li {
		line-height:1em;
	}
	.relatedList img {
		border-bottom:3px solid #FFF;
	}
	.relatedList a:hover img {
		border-color:#D1350D;
	}
	
	.videoList span
	 {
		background:#000;
		color:#CCC;
		display:block;
		height:2em;
		line-height:2em;
		margin-left:0.3em;
		margin-top:-2.7em;
		padding:0 5px;
		position:absolute;
		
		opacity:.8;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter:alpha(opacity=80);
	}
	.videoList a:hover span {
		color:#FFF;
	}
	
	#fp_slideshow {
	border:1px solid #ccc;
		display: block;
		background: #fff;
		width: 554px;
		height: 396px;
		overflow: hidden;
		margin-bottom: 18px;
		float: left;
		overflow: hidden;
	}	
	
	
	#fp_slideshow:hover {
		border:1px solid #716b85;
	}	
	
	#slide {
		background: #fff;
		margin: 18px;
		width: 518px;
		height: 360px;
		float: left;
		overflow: hidden;
	}
	
	#slide a {
		padding: 0;
	}
	
	/*!Front Page News Pane */

	#newsPaneCont {
		height: 396px;
		width: 268px;
		margin: 0 0 18px 18px;
		float: left;
		border:1px solid #ccc;
		display: block;
		overflow: hidden;
		font-family:HelveticaNeue-Light,"Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
	}
	
	#newsPaneCont:hover {
		border:1px solid #716b85;
	}
	
	.newsPane {
		margin: 18px 18px 0 18px;
		background: #fff;
		font-size: 1.5em;
		height:396px;
		width:5000px;
	}

	.newsPane li {
		display:block;
		float:left;
		margin-right:25px;
		width:232px;
	}

	#newsPaneCont .newsPaneHead {
		font-weight: bold;
	}
	
	.newsPaneItem {
		height: 240px;
		font-weight:normal;
		margin-bottom:18px !important;
	}

	.newsPaneDate {
		font-size: .7em;
		color: #BBBBBB; 
	}
	
	#frontpage_news_buttons {

	}
	
	.prev {
		background: url(../img_site/btn_prev_arrow.jpg) no-repeat;
		width: 60px;
		height: 18px;
		border: none;
		margin: 0;
		padding: 0;
	}
	
	.prev:hover {
		background: url(../img_site/btn_prev_arrow.jpg) no-repeat 0 -18px;
		border: none;
	}
	
	.next {
		background: url(../img_site/btn_next_arrow.jpg) no-repeat;
		width: 60px;
		height: 18px;
		border: none;
		margin: 0 0 0 110px;
		padding: 0;
	}	
	
	.next:hover {
		background: url(../img_site/btn_next_arrow.jpg) no-repeat 0 -18px;
		border: none;
	}	

	.fp_image {
		display: block;
		border:1px solid #ccc;
		background: #fff;
		margin-bottom: 18px;
	}
	
	a.fp_image {
		padding: 0;
	}
	
	.fp_image_venus {
		height: 198px;
	}
		
	.fp_image:hover {
		border:1px solid #716b85;
	}	

	.fp_image img {
		margin:18px;
	}
	
	.fpi_float {
		float:left;
		height: 268px;
		width: 268px;
	}
	
	a.fpi_float img {
		margin: 16px;
	}
	
	.fpi_float_m {
		margin-right: 18px;
	}

	.about_image {
		display: block;
		border:1px solid #ccc;
		background: #fff;
		padding: 16px;
		margin-bottom: 2em;
	}

	.pgquoteimg {
		padding:3px;
		margin-right: 18px;
		border:1px solid #ccc;
		background: #fff;
		float: left;
	}

	.catalogue_item_left,
	.catalogue_item_right,
	.artist_item_left,
	.artist_item_right {
		width:405px;
		float:left;
		margin-bottom: 18px;
	}
	
	.catalogue_item_left div,
	.catalogue_item_right div,
	.artist_item_left div,
	.artist_item_right div {
		margin-left: 144px;
	}
	.catalogue_item_right,
	.artist_item_right {
		margin-left:36px;
	}
	
	.catalogue_image {
		float:left;
		margin-top: 14px;
		margin-right: 18px;
	}
	
	#catalogue_item_region {
		margin:-10px 0 2em 0;
		padding:0;
	}
	
	#catalogue_item_region a {
		display:block;
		height:5px;
		padding:0;
		width:20px;
	}
	.region_North_America {
		background:#0C3D99;
	}
	.region_Caribbean {
		background:#80CEDB;
	}
	.region_South_America {
		background:#440065;
	}
	.region_Europe {
		background:#007586;
	}
	.region_Africa {
		background:#006F25;
	}
	.region_Asia_1 {
		background:#E98201;
	}
	.region_Asia_2 {
		background:#F00000;
	}
	.region_Indian_Subcontinent {
		background:#E54700;
	}
	.region_Oceania {
		background:#99190C;
	}
	
	.catalogue_image_large {
		margin-bottom:5px;
	}

	#track_list ul {
		border-bottom:1px solid #EFEFEF;
		border-left:1px solid #EFEFEF;
		border-right:1px solid #EFEFEF;
	}
	#track_list li {
		font-size:0.9em;
	}
	#track_list a,
	#track_list span {
		border-top:1px solid #EFEFEF;
		display:block;
		line-height:20px;
		padding-left:20px;
	}
	#track_list a {
		background:url(/img_site/track_play.gif) 7px 8px no-repeat;
		color:#444444;
	}
	#track_list span {
		background:none;
		color:#666666;
	}
	#track_list .odd {
		background-color:#FAFAFA;
	}
	#track_list a:hover {
		background-color:#EBF7EB;
	}
	#track_list .track_playing {
		background-color:#D8E6Ed;
		background-image:url(/img_site/track_play_selected.gif);
	}
	
	.date_list {
	
	}
	.date_list li {
		line-height:1em;
		margin-bottom:0.5em;
	}
	.date_list span {
		color:#646464;
	}
	.date_list a:hover span {
		color:#242424;
	}
	.date_list_block span {
		display:block;
		font-size:0.8em;
	}

	/* next / prev links */
	#catalogue_prev_next {
		background:#F8F8F8;
		border:1px solid #CCC;
		margin-top:5em;
		padding:6px;
	}
	#catalogue_prev_next a {
		border:1px solid #F8F8F8;
		display:block;
		padding:6px;
		width:252px;
	}
	#catalogue_prev_next a:hover {
		background:#FFF;
		border-color:#CCC;
		color:#D7350D;
	}
	#catalogue_prev_next a.left img {
		padding-right:6px;
	}
	#catalogue_prev_next a.right img {
		padding-left:6px;
		margin-left: 10px;
		float:right;
	}
	#catalogue_prev_next a.left {
		float:left;
	}
	#catalogue_prev_next a.right {
		float:right;
		text-align:right;
	}
	#catalogue_prev_next .title {
		display:block;
		font-size:1.1em;
	}
	#catalogue_prev_next .detail {
		color:#444444;
	}
	
	.flash_player {
		margin:1.6em 0 9px 0;
		overflow: hidden;
	}
	
	.flash_player h4 {
		line-height:1em;
		margin:0;
		padding:0;
	}
	
	.viddyThis {
		float:left;
		margin-right:1.8em;
		margin-bottom:1.8em;
	}

	.rLight 	{ background: #fff; } /* Used In All Lists */
	.rDark		{ background: #fafafa; } /* Used In All Lists */
	
	.loadingPlayer {
		background: url(../img_site/load_spinner.gif) 50% 50% no-repeat;
	}

	hr { 
		border:0px solid #ccc;
		background: #ccc;
		height: 1px;
		line-height: 1px;
		margin: 10px 0;
	}

/* Form Styles */

	#add_profile {
		font-size: 0.85em;
	}

	#add_profile fieldset {
		padding:18px;
		border: 1px solid #ddd;
		margin-bottom: 18px;
	}	
	
	#add_profile legend {
		padding:0 9px;
	}

	#pw_remind label, #add_profile label, .text_input_label {
		width:160px;
		float:left;
		clear: both;
		text-align: right;
	}

	
	#pw_remind input[type="text"], #add_profile input[type="text"], #add_profile input[type="password"], #add_profile input[type="file"] {
		width:360px;
		background: #fff;
		color:#333;
		padding:3px;
		border:1px solid #ccc;
		float:left;
		margin-bottom: 9px;
		margin-left: 10px;
	}
	
	#pw_remind input[type="text"]:focus, #add_profile input[type="text"]:focus, #add_profile input[type="password"]:focus {
		border: 1px solid #aaa;
	}
	.mailingLists li {
		list-style: none;
	}
	
	#add_profile input[type="checkbox"] {
		margin-left: 18px;
	}
	
	#add_profile select {
		float:left;
		margin-bottom: 9px;
		margin-left: 10px;
	}
	
	#saveDetails {
		border: 0;
		background: url(../img_site/btn_save.jpg);
		display: block;
		width:81px;
		height: 18px;
		cursor: pointer;
		margin-bottom: 18px;
	}
	
	#saveDetails:hover {
		background: url(../img_site/btn_save.jpg) 0 -18px;
	}

	#pw_remind {
		margin-top: 36px;
	}

	#pw_remind button {
		border: 0;
		background: url(../img_site/btn_pwremind.jpg);
		display: block;
		width:81px;
		height: 18px;
		cursor: pointer;
		margin-left: 550px;
	}
	
	#pw_remind button:hover {
		background: url(../img_site/btn_pwremind.jpg) 0 -18px;
	}
	
		.user_image_preview {
		width:72px;
		height:72px;
		margin-left: 18px;
	}


.dark_fade {
	background:#000;
	opacity:.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
}
.light_fade {
	opacity:.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
}

/* refiner */
h2.integrated {
	border-bottom:none;
	margin-bottom:0;
}

#refiner_container {
	border:1px solid #CCC;
	font-size:0.01em;
	line-height:1em;
	margin-bottom:9px;
}

#refiner_desc {
	background:#CCC;
	font-size:12px;
	line-height:3em;
	padding:0 9px;
}

#refiner_desc a {
	display:block;
	float:right;
	margin:0;
	padding:0;
}