﻿@charset "UTF-8";

/* ----- RESET ----- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.4em;

	}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	text-decoration: none;
}

* {
	margin: 0px;
	padding: 0px;
}

.clearfloats {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

ul {
	list-style-type: none;
}




/* ----- TOP LEVEL ----- */

#pagewrapper {
	margin-bottom: 10px;
	margin-left: 14px;
	padding: 0px;
	min-width: 988px;
	margin-top: 0px;
}

.orange {
	color: #FFC425;
}





/* ----- LEFT COLUMN ----- */

#leftcolumn {
	width: 225px;
	float: left;
}

.logo {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.quicksearch {
	background-color: #000000;
	height: 61px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.quicksearch img.quicksearch {
	display: block;
	height: 18px;
	width: 120px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.quicksearch p {
	clear: both;
	padding-top: 2px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.quicksearch p input.qstextfield{
	width: 180px;
	padding: 1px;
	float: left;
	height: 12px;
	font-size: 1em;
	background-image: none;
	margin-right: 8px;
}



.quicksearch p img.qssubmit {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;	
	
}
.quicksearch  p  select.qsselect {
	width: 212px;
	font-size: 1.1em;
	margin: 0px;
	height: 17px;
}

.qsselect {}

a.regularbutton {
	border: 6px solid #000000;
	display: block;
	height: 26px;
	width: 99px;
	float: left;
}

a.regularbutton:hover {
	border-top-color: #FFC425;
	border-right-color: #FFC425;
	border-bottom-color: #FFC425;
	border-left-color: #FFC425;
}

a.regularbutton.asbutton {
	margin-right: 3px;
}



.buttonrow {
	height: 38px;
}

.clearleft {
	clear: left;
	margin: 0px;
	padding: 0px;
}

.library {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	position: relative;
}

.libraryheader {
	height: 26px;
	padding: 0px;
	border: 5px solid #FFC425;
}

.librarycategories {
	background-color: #FFC425;
	padding: 0px 6px 6px 12px;
}

.librarycategories p {}

.librarycategories ul {
	list-style-type: none;
	padding-left: 41px;
}

.librarycategories ul li {
	display: block;
	background-image: url(../images/core/library-sub-menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	display: block;
	
}

.librarycategories ul li a {
	color: #000000;
	padding-left: 14px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC425;	
}

.librarycategories ul li a:hover {
	/*text-decoration: underline;*/
	border-bottom-color: #000000;
}

.librarycategories.hideFly ul li a:hover {
	/*text-decoration: underline;*/
	border-bottom-color: #FFC425;
}


.librarycategories ul li.composer a:hover {
	/*text-decoration: underline;*/
	border-bottom-color: #FFC425;
	text-decoration: underline;
}

.librarycategories.hideFly ul li.composer a:hover {
		text-decoration: none;
}


.librarycategories ul li div {

		display: none;
}


.librarycategories ul li:hover div {
	display: block;
	z-index: 100;
}

.librarycategories.hideFly ul li:hover div {
display: none;
}




.flyoutpanel {
	height: 396px;
	position: relative;
	left: 215px;
	background-image: url(../images/core/flyout.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	position: absolute;
	top: -42px;
	width: 297px;
	padding-left: 8px;
}

h2.flyoutheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 6px;
	margin-bottom: 12px;
	color: #000000;
	}
	
	h2.flyoutheading img {
	display: block;
}
	
/*	.sIFR-hasFlash h2.flyoutheading {
	visibility: hidden;
	height: 15px;
	letter-spacing: 0.3px;
	
}*/


.flyoutwrapper {
	height: 300px;
	overflow: auto;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 12px;
	padding: 0px;
	width: 271px;
	}
	
/*	.scrollwrapper {
	height: 230px;
	overflow-y: auto;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 6px;
	padding: 0px;
	width: 250px;
	}*/

.librarycategories ul li div.flyoutwrapper ul {
	list-style-type: none;
	background-color: #FFFFFF;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 99%;
	z-index: 100;
	}
	
.librarycategories ul li div.flyoutwrapper ul.ulright {
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	}

.librarycategories ul li div.flyoutwrapper ul li {
	background-image: none;
	background-color: #fcfaed;
}

.librarycategories ul li div.flyoutwrapper ul li.dark {
	background-color: #FEF5A4;
}








.flyoutwrapper ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px;
	color: #000000;
	display: block;
	border-bottom-style: none;
	z-index: 100;
	clear: left;
}

.flyoutwrapper ul li a span.cdtitle {
	display: block;
	padding-left: 76px;	

	
}

.flyoutwrapper ul li a span.cdnumber {
	font-weight: bold;
	display: block;
	width: auto;
	padding-right: 8px;
	float: left;
}

.flyoutwrapper ul li a span {
	
	display: block;
	

	
}

.flyoutwrapper ul li a:hover {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

div.flyoutpanel div.flyoutwrapper img.loadingdelay {
	display: block;
	padding-left: 71px;
	padding-top: 90px;
}

div.flyoutpanel div.flyoutwrapper p.loadingdelay {
	font-size: 1.1em;
	color: #666666;
	text-align: center;
	padding-top: 14px;
}





/*

#fly1 {
	display: none;
}

#fly2 {
	display: none;
}

#fly3 {
	display: none;
}

#fly4 {
	display: none;
}


#fly5 {
	display: none;
}


#fly6 {
	display: none;
}


#fly7 {
	display: none;
}

*/


/* ----- RIGHT COLUMN ----- */

#rightcolumn {
	float: left;
	padding-left: 4px;
	margin: 0px;
	padding-top: 0px;
	width: 75%;
	min-height: 400px;
	min-width: 662px;
}

.tagline {
	background-image: url(../images/core/flash-area.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 651px;
	padding-left: 30px;
	padding-top: 2px;
}

p#taglinetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}


.sIFR-hasFlash p#taglinetext  {
	visibility: hidden;    /* other CSS properties go here */
	height: 18px;
	letter-spacing: 8px;
	
}

.header {
	padding-left: 30px;
	height: 50px;
	/*background-image: url(../images/AN-Queens-Award.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
}

.header div.minicart {
	background-image: url(../images/core/cart-back-turq.gif);
	background-repeat: no-repeat;
	float: right;
	width: 225px;
	height: 50px;

}

.header div.minicart div {
	float: left;
	width: 108px;
}

.header div.minicart span.minicartcheckout  {
	display: block;
	float: right;
	margin-right: 10px;
}

.header div.minicart span.minicartcheckout a {
	display: block;
	padding-right: 20px;
	color: #000000;
	background-image: url(../images/round-buttons/cart-black-border.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 30px;
}

.header div.minicart span.minicartcheckout a:hover {
	text-decoration: underline;
}

.header div.minicart span.minicarttracks {
	display: block;
	font-weight: bold;
	width: 100%;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
}

.header div.minicart span.minicartamount {
	display: block;
	width: 100%;
	padding-right: 4px;
	padding-left: 4px;
	}

.header div.minicart span.minicartusage {
	display: block;
	width: 100%;
	padding-right: 4px;
	padding-left: 4px;
	}

.header div.menuone {
	width: 70%;
	float: left;
}
.header div.contacts div.row1 a {
	font-size: 1em; 
	color: #000000;
	display: block;
	background-repeat: no-repeat;
	background-position: left 2px;
	float: left;
	width: 110px;
	height: 16px;
	padding-left: 20px;
	padding-top: 4px; position: relative; left: 580px; top: -30px; z-index: 100;
}
.header div.contacts div.row1 a.follow {
	background-image: url(../images/home/twitter.gif);
}
.header div.contacts div.row1 a.find {
	background-image: url(../images/home/facebook.gif);
}


ul#nav {
list-style-type: none;
}

ul#nav li {
	float: left;
	position: relative;
}

html:first-child ul#nav li a {width:60px;}

html:first-child ul#nav li ul li a {width:auto;}

ul#nav li a {
	display: block;
	float: left;
	/*background-image: url(../images/core/menuone-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;*/
	padding-left: 11px;
	padding-right: 11px;
	color: #000000;
	position: relative;
	overflow: visible;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFC425;
	}
	
	ul#nav li.home a {
	display: block;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 0px;
	padding-right: 12px;
	color: #000000;
	border-left-style: none;
	background-color: #FFFFFF;
}

ul#nav li a:hover {
	background-color: #000000;
	color:#fff;
}

ul#nav li a.norollover:hover {
	background-color: #FFFFFF;
	
}

ul#nav li.home a:hover { color:#000000;}



html[xmlns*=""] body:last-child ul#nav li a:hover {
	background-color: #FEB91E;
}



ul#nav li:hover ul {
	display: block;
	cursor: pointer;
	}
	
	
	
ul#nav li.over ul {
	display: block;
}



ul#nav li ul {
	margin: 0px;
	padding: 0px 0px 40px;
	display: none;
	position: absolute;
	left: 0px;
	top: 14px;
	background-image: url(../images/core/dropdown.png);
	float: left;
	width: 206px;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: right bottom;
	list-style-type: none;
	overflow:hidden;/*must have*/
	}

ul#nav li ul li {
	clear: both;
	list-style-type: none;
	background-image: none;
}

ul#nav li ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding-right: 10px;
	padding-left: 13px;
	padding-top: 4px;
	margin: 0px;
	text-align: left;
	line-height: 1.2em;
	padding-bottom: 4px;
	background-image: none;
	height: auto;
	width: 175px;
}

ul#nav li ul li a:hover {
	background-color: #000000;
	color: #FFFFFF;
}



.header div.breadcrumb {
	color: #999999;
	padding-top: 4px;
	width: 68%;
	float: left;
}

.header div.breadcrumb a {
	
	color: #999999;
	
}

.header div.breadcrumb a:hover {
	color: #000000;
}

.menutwo {
	clear: both;
	float: right;
	text-align: right;
}

.menutwo ul {
	height: 42px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 686px;
}

.menutwo ul li {
	float: left;
	width: 111px;
	height: 38px;
		border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

.menutwo ul li a {
	float: left;
	margin-bottom: 4px;
	border: 6px solid #000000;
}

.menutwo ul li.leftmost  {
	border-left-style: none;
}

.menutwo ul li.rightmost  {
	border-right: none;
}

.menutwo ul li.on a {
	background-color: #000000;
	height: 42px;
	border-bottom-style: none;
}

.menutwo ul li a:hover {
	border-top-color: #FFC425;
	border-right-color: #FFC425;
	border-bottom-color: #FFC425;
	border-left-color: #FFC425;
}

.menutwo ul li  div.loginbox a {
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.toolbox {
	background-color: #000000;
	height: 100px;
	clear: both;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
}



.toolbox div.whitebox {
	width: 220px;
	background-color: #FFFFFF;
	float: left;
	height: 98px;
	border: 1px solid #000000;
}

.toolbox div.rightsection {
	width: 458px;
	float: right;
}

.toolbox div.percent33 {
	float: left;
	width: 210px;
	padding-left: 10px;
	padding-bottom: 14px;
	padding-right: 8px;
}

.toolbox div.percent33 p {
	width: 200px;
	padding-bottom: 2px;
}


.toolbox div.percent33 p select {
	width: 200px;
	font-size: 1.1em;
	height: 16px;
}

.toolbox div.percent33 p.alignleft {
}

.toolbox div.percent22 p.alignleft a {
	color: #FFFFFF;
	display: block;
	background-image: url(../images/round-buttons/go-black-back-off.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 18px;
	padding-right: 20px;
}

.toolbox div.percent22 p.alignleft a.editproject {
	background-image: url(../images/core/edit-project-name.gif);
}

.toolbox div.percent22 p.alignleft a.createproject {
	background-image: url(../images/core/create-new-project.gif);
}

.toolbox div.percent22 {
	float: left;
	width: 134px;
	padding-left: 10px;
	padding-top: 4px;
}

.toolbox div.percent22 p {
	width: 125px;
	padding-bottom: 4px;
}

.toolbox div.percent22 p.alignright {
	margin-left: 14px;
}

.toolbox div.percent22 p.alignright a {
	color: #FFFFFF;
	text-align: right;
	display: block;
	height: 18px;
	background-image: url(../images/round-buttons/go-black-back-off.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}

.browsetop {
	background-color: #000000;
	height: 100px;
	clear: both;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 6px;
	color: #FFFFFF;
}

.browsetop img {
	display: block;
	float: right;
}

.browsetop h1 {
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 1.4em;
	color: #FFC425;
	padding-left: 24px;
}

.browsetop h1.library2 {
	color: #C0AD68;
}

.browsetop h1.library3 {
	color: #D6D9DB;
}

.browsetop p {

	font-size: 1.1em;
	
	padding-left: 24px;
}

.browsetop p a {
	color: #ffffff;
	background-image: url(../images/round-buttons/go-black-back-off.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 16px;
	width: 140px;
	padding-top: 2px;
	margin-top: 10px;
}

.browsetop p a.faqlink {
	display: inline;
	background-image:none;
	font-weight: bold;
	color: #FFC425;
}

.browsetop p a.faqlink:hover {color: #ffffff;}

.browsetop p.viewcds a {
	
	width: 150px;
	
}



.browsetop p a:hover {
	color: #FFC425;
}


.browsetop h2 {
	font-size: 1.8em;
}

.homeflash {
	background-color: #000000;
	clear: both;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 6px;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}






/* ----- RIGHT COLUMN MAIN PANEL ----- */

.mainpanel {
	background-color: #FFC425;
	clear: both;
	min-width: 742px;
	padding-top: 6px;
}

.mainpanel.home {
	background-color: #FFC425;
	clear: both;
	min-width: 742px;
	padding-top: 0px;
}



.black {
	background-color: #000000;
}

.mainpanel div.mainpanelclose {
	clear: both;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #FFC425;
	height: 38px;
	padding-left: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

 div.mainpanelclose div.top40 {
	position: relative;
	left: -6px;
	border-right-width: 4.5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: block;
	height: 38px;
	width: 245px;
	float: left;
}

 div.mainpanelclose div.top40 a {
	border: 6px solid #000000;
	height: 26px;
	width: 233px;
	display:block;
}



div.mainpanelclose div.top40 a:hover {
	border-top-color: #FFC425;
	border-right-color: #FFC425;
	border-bottom-color: #FFC425;
	border-left-color: #FFC425;
}

 div.mainpanelclose div.showreel {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: block;
	height: 38px;
	width: 241px;
	float: left;
	position: relative;
	left: -6px;
}

 div.mainpanelclose div.showreel a {
	border: 6px solid #000000;
	height: 26px;
	width: 229px;
	display:block;
}



div.mainpanelclose div.showreel a:hover {
	border-top-color: #FFC425;
	border-right-color: #FFC425;
	border-bottom-color: #FFC425;
	border-left-color: #FFC425;
}

.mainpanel div.blackclose {
	background-color: #000000;
}

.mainpanel div.mainpanelclose  div.rightbtn {
	float: right;
	width: 116px;
	padding: 0px;
	margin: 0px;
}

.mainpanel div.mainpanelclose  div.rightoption {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 335px;
}

.mainpanel div.mainpanelclose  div.rightoption div {
	padding-top: 8px;
}

.mainpanel div.mainpanelclose  div.rightoption input.buttonobject {
	height:38px;
	width:114px;
	border-width:0px;
	float: right;
	}


.mainpanel div.mainpanelclose  div.printoptions {
	width: 250px;
}

.mainpanel div.mainpanelclose  div.printoptions span.printproject a {
	width: 70px;
	display: block;
	float: left;
	background-image: url(../images/round-buttons/print-yellow-back-off.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 8px;
	background-position: right 6px;
	padding-bottom: 4px;
	height: 12px;
	color: #000000;
}

.mainpanel div.mainpanelclose.blackclose  div.printoptions {
	width: 250px;
	
}

.mainpanel div.mainpanelclose.blackclose div.printoptions span.printproject a {
	width: 70px;
	display: block;
	float: left;
	background-image: url(../images/core/print.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 8px;
	background-position: right 6px;
	padding-bottom: 4px;
	height: 12px;
	color: #ffffff;
	
}

.mainpanel div.mainpanelclose.blackclose div.printoptions span.cuesheet a {
	width: 140px;
	display: block;
	float: left;
	
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 8px;
	background-position: right 6px;
	padding-bottom: 4px;
	height: 12px;
	color: #ffffff;
	
}

.mainpanel.projectpages div.mainpanelclose.blackclose  div.printoptions {
	width: 350px;
	
}



.mainpanel.projectpages div.mainpanelclose.blackclose div.printoptions span.printproject a {

	background-image: url(../images/round-buttons/print-lilac.gif);
	
	
}

.mainpanel.viewcartpage div.mainpanelclose.blackclose div.printoptions span.printproject a {
	background-image: url(../images/round-buttons/print-turq.gif);	
	
}

.mainpanel.showpreviews div.mainpanelclose.blackclose div.printoptions span.printproject a {
	background-image: url(../images/round-buttons/print-orange.gif);	
	
}

.mainpanel.freeform div.mainpanelclose.blackclose div.printoptions span.printproject a {
	background-image: url(../images/round-buttons/print-green.gif);	
	
}

.mainpanel div.mainpanelclose.blackclose.borradaile div.printoptions span.printproject a {
	background-image: url(../images/round-buttons/print-gold.gif);	
	
}

.mainpanel div.mainpanelclose.blackclose.effects div.printoptions span.printproject a {
	background-image: url(../images/round-buttons/print-grey.gif);	
	
}

.mainpanel.borradaile div.mainpanelclose.blackclose div.printoptions span.printproject a {
	background-image: url(../images/round-buttons/print-gold.gif);	
	
}


.mainpanel div.mainpanelclose  div.printoptions span.emailproject a {
	width: 120px;
	display: block;
	float: left;
	color: #000000;
	background-image: url(../images/core/email.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 12px;
	background-position: 100px 6px;
	padding-bottom: 4px;
	}
	
	.mainpanel.projectpages div.mainpanelclose.blackclose div.printoptions span.emailproject a {

	background-image: url(../images/round-buttons/email-lilac.gif);
	
	
}

	.mainpanel.projectpages div.mainpanelclose.blackclose div.printoptions span.cuesheet a {

	background-image: url(../images/round-buttons/cue-lilac.gif);
	
	
}

.mainpanel.viewcartpage div.mainpanelclose.blackclose div.printoptions span.emailproject a {
	background-image: url(../images/round-buttons/email-turq.gif);	
	
}
	
	.mainpanel div.mainpanelclose.blackclose  div.printoptions span.emailproject a {
	color: #FFFFFF;	
	}
	
	.mainpanel div.mainpanelclose  div.addselected {
	float: right;
	padding-top: 6px;
	padding-right: 6px;
}

	.mainpanel div.mainpanelclose  div.addselected select {
	width: 212px;
	font-size: 1.1em;
	margin: 0px;
	/*height: 17px;*/
	}

/*div.footer {
	height: 50px;
	padding-left: 30px;
	clear: left;
	}



div.footer div.footermenu {
	clear: left;
	padding-top: 6px;
}

div.footer div.footermenu ul {}

div.footer div.footermenu ul li {
	float: left;
}

div.footer div.footermenu ul li a {
	display: block;
	float: left;
	padding-right: 7px;
	color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left center;
	font-size: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFC425;
}

div.footer div.footermenu ul li:first-child a {
	border-left-style: none;
}

div.footer div.footermenu ul li:first-child a:hover {
	color: #000000;
}

div.footer div.footermenu ul li a.sitemap {
	background-image: none;
	padding-left: 0px;
	border-left-style: none;
}

div.footer div.footermenu ul li a:hover {}*/

.sectionfeedback {
	float: left;

}

.sectionfeedback h1 {
	width: 516px;
}

.trackresultspage h1 {
width: 480px;
}



	

.sortby {
	padding: 4px 4px 0px 6px;
	width: 230px;
	float: left;
}

.borradaile div.sortby {
	color: #C0AD68;
}

.effects div.sortby {color: #E8E9E9;}

.sortby span {
	display: block;
	padding-right: 12px;
	font-weight: bold;
	clear: left;
	float: none;
	width: 230px;
}

.sortby ul {
	width: 230px;
}

.sortby ul li {
	float: left;
	display: block;
}

.sortby ul li a {
	display: block;
	padding-right: 12px;
	color: #000000;
	float: left;
}

.sortby ul li.on a {
	color: #FFFFFF;
	font-weight: bold;
}

.borradaile div.sortby ul li a {
	color: #C0AD68;
}

.effects div.sortby ul li a {
	color: #E8E9E9;
}

.borradaile div.sortby ul li.on a {
	color: #FFFFFF;
}

.effects div.sortby ul li.on a {
	color: #FFFFFF;
}

.sortby ul li a:hover {}

span.numberfound {
	display: block;
	padding-right: 12px;
	font-weight: bold;
	width: 260px;
	padding-left: 30px;
}

span.numberfound.white {color: #FFFFFF;}

.borradaile span.numberfound {
	color: #C0AD68;
}

.effects span.numberfound {color: #E8E9E9;}

.numberfound a {
	color: #009DA5;
}

.numberfound a:hover {
	color: #000000;
}

.trackresultspage img.trackresultspage {
	float: right;
	padding-right: 6px;
}

.trackresultspage div.sortby {
	width: 230px;
	padding-left: 30px;
	
	
}

.trackresultspage h1 {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 1.4em;
	color: #000000;
	line-height: 1.1em;
}

.trackresultspage div.paging {
	float: left;
	width: 270px;
	clear: none;
	padding-top: 5px;
}

.trackresultspage div.contentwrapperstretch {
	clear: both;
}

.viewcartpage img.viewcartpage {
	float: right;
	padding-right: 6px;
	padding-bottom: 6px;
}

.viewcartpage div.sortby {
	width: 450px;
	padding-left: 30px;
}

.viewcartpage h1 {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 1.4em;
	color: #65CDCB;
	line-height: 1.1em;
}

.borradaile h1 {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 1.4em;
	color: #C0AD68;
	line-height: 1.1em;
}

.effects h1 {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 1.4em;
	color: #E8E9E9;
	line-height: 1.1em;
}

.viewcartpage div.paging {
	float: left;
	width: 450px;
	clear: none;
}

.viewcartpage div.paging.downloads {padding-top:40px;}

.viewcartpage div.contentwrapperstretch {
	clear: both;
}

.viewcartpage div.contentwrapperstretch table tr.subtotal td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-weight: bold;
	background-color: #eaeaea;
	font-size: 1em;
}

.viewcartpage div.contentwrapperstretch table tr td.type, .viewcartpage div.contentwrapperstretch table tr th.type {
	padding-left: 24px;
	
}

.viewcartpage div.contentwrapperstretch table tr td.tracktitle {
	width: auto;
}

.viewcartpage div.contentwrapperstretch table tr td.price {
	text-align: right;
	width: auto;
	padding-right: 12px;
}

.viewcartpage div.contentwrapperstretch table tr th.price {
	text-align: right;
	width: auto;
	padding-right: 17px;
	}
	
	/**/
	
	.projectpages img.viewcartpage {
	float: right;
	padding-right: 6px;
	padding-bottom: 6px;
}

.projectpages  div.sortby {
	width: 450px;
	padding-left: 30px;
}

.projectpages  h1 {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 1.4em;
	color: #C7A0CA;
	line-height: 1.1em;	
}



.projectpages  div.paging {
	float: left;
	width: 450px;
	clear: none;
}

.projectpages  div.contentwrapperstretch {
	clear: both;
}

.projectpages  div.contentwrapperstretch table tr.subtotal td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-weight: bold;
	background-color: #eaeaea;
	font-size: 1em;
}

.projectpages  div.contentwrapperstretch table tr td.type, .viewcartpage div.contentwrapperstretch table tr th.type {
	padding-left: 24px;
	
}

.projectpages  div.contentwrapperstretch table tr td.tracktitle {
	width: auto;
}

.projectpages  div.contentwrapperstretch table tr td.price {
	text-align: right;
	width: auto;
	padding-right: 12px;
}

.projectpages  div.contentwrapperstretch table tr th.price {
	text-align: right;
	width: auto;
	padding-right: 17px;
	}
	
	/**/
	
	/**/
	
	.showpreviews img.viewcartpage {
	float: right;
	padding-right: 6px;
	padding-bottom: 6px;
}

.showpreviews div.sortby {
	width: 450px;
	padding-left: 30px;
}

.showpreviews h1 {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 1.4em;
	color: #F7931D;
	line-height: 1.1em;	
}

.showpreviews div.paging {
	float: left;
	width: 450px;
	clear: none;
}

.showpreviews div.contentwrapperstretch {
	clear: both;
}

.showpreviews div.contentwrapperstretch table tr.subtotal td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-weight: bold;
	background-color: #eaeaea;
	font-size: 1em;
}

.showpreviews div.contentwrapperstretch table tr td.type, .viewcartpage div.contentwrapperstretch table tr th.type {
	padding-left: 24px;
	
}

.showpreviews div.contentwrapperstretch table tr td.tracktitle {
	width: auto;
}

.showpreviews div.contentwrapperstretch table tr td.price {
	text-align: right;
	width: auto;
	padding-right: 12px;
}

.showpreviews div.contentwrapperstretch table tr th.price {
	text-align: right;
	width: auto;
	padding-right: 12px;
	}
	
	/**/



.paging {
	clear: both;
	padding-left: 6px;
	width: 300px;
	height: 21px;
}

.trackresultspage div.paging {
/*	position: relative;
	top: -20px;
	margin-bottom: -20px;*/
	margin-top:-20px;
	/*margin-bottom:-20px;*/
}

.paging ul {
	height: 21px;
	width: 370px;
}

.paging ul li {
	float: left;
}

.paging ul li a {
	background-image: url(../images/core/tab-off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 4px;
	width: 25px;
	background-position: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFC425;
	padding-bottom: 0px;
}

.black div.paging ul li a {
	
	border-right-color: #000000;

}



.paging ul li.notab a {
	background-image: none;
		padding-top: 3px;
		width: 18px;
		padding-right: 1px;
	padding-left: 1px;
}

.paging ul li a:hover {}

.paging ul li.on a {
	background-image: url(../images/core/tab-on.gif);
	color: #FFFFFF;
}

.borradaile div.paging ul li.on a {
	background-image: url(../images/core/tab-gold-on.gif);
	color: #FFFFFF;
}

.effects div.paging ul li.on a {
	background-image: url(../images/core/tab-grey-on.gif);
	color: #FFFFFF;
}

.selectall {
	float: right;
	width: 102px;
}

.selectall label {
	padding-right: 8px;

}

.selectall input.checkbox {
	
}

.tabledata {
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	/*width: 99%;*/
}


.tabledata table {}

.tabledata div.borradaile table {
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #E1DFF0;
}

.tabledata table tr {}

.tabledata table tr th {
	font-size: 0.9em;
	text-align: left;
	background-color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 2px;
	color: #FFFFFF;
}

.tabledata table tr th.type {
	padding-left: 20px;
}

.tabledata table tr.classical th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFC425;
}

.viewcartpage div.tabledata table tr th {
	background-color: #65CDCB;
	color: #000000;
}

.viewcartpage div.tabledata table tr.blackheader th {
	background-color: #000000;
	color: #ffffff;
}

.viewcartpage div.tabledata table tr.blackheader th.tracktitle {
	padding-left: 4px;
}

 div.tabledata div.borradaile table tr th  {
	background-color: #20416E;
	color: #FFFFFF;
}

.effects div.tabledata table tr th  {
	
	background-color: #9D9FA1;
	color: #000000;
	
}

.projectpages div.tabledata table tr th {
	background-color: #C7A0CA;
	color: #000000;
}

.tabledata table tr th.aleft {text-align:left;}

.tabledata table tr td.aleft {text-align:left;}

.showpreviews div.tabledata table tr th {
	background-color: #F7931D;
	color: #000000;
}

.tabledata table tr td {
	font-size: 0.9em;
	padding: 2px 6px 2px 2px;
	line-height: 1.1em;
	background-color: #fcfaed;
	vertical-align: top;
	font-weight: normal;
}

.tabledata table tr td.projectname {font-weight:bold; padding-left:4px;}

.viewcartpage div.tabledata table tr td {
	
	background-color: #E3F3F0;
	
}

.projectpages div.tabledata table tr td {
	
	background-color: #EDE7F3
	
}

.showpreviews div.tabledata table tr td {
	
	background-color: #FFECD6;
	
}

div.tabledata div.borradaile table tr td {
	background-color: #E1DFF0;	
}

.effects div.tabledata table tr td {
	
	background-color: #E8E9E9;
	
}

div.tabledata  table tr th.trackdescriptioncell {
	text-align: left;
	/*width: 50%;*/
}

div.tabledata  table tr td.trackdescriptioncell {
	text-align: left;
	/*width: 50%;*/
}

.showorder div.tabledata  table tr th.trackdescriptioncell {
	text-align: left;
	width: 40%;
}

.showorder div.tabledata  table tr td.trackdescriptioncell {
	text-align: left;
	width: 40%;
}

.tabledata table tr td a {
	color: #000000;
}

.tabledata table tr td.checkboxcell input {
	margin-top: 3px;
}



.tabledata table tr.dark td {
	background-color: #FEF5A4;
}

.tabledata table tr.previewed td {
	background-color: #FED09E;
}

.tabledata table tr.dark.previewed td {
	background-color: #fcbb75;
}

.effects div.tabledata table tr.previewed td {
	background-color: #FED09E;
}

.effects div.tabledata table tr.dark.previewed td {
	background-color: #fcbb75;
}

.tabledata div.borradaile table tr.previewed td {
	background-color: #FED09E;
}

.tabledata div.borradaile table tr.dark.previewed td {
	background-color: #fcbb75;
}



p.sfxsearchresults {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 24px;
	font-size: 1.1em;
	line-height: 1.4em;
	background-color: #9d9fa1;
}

ul.sfxsearchresults {
	
}

ul.sfxsearchresults li {
	background-color: #e8e9e9;
	display: block;
	float: left;
	clear: left;
	width: 100%;
	padding-left: 20px;
	
}

ul.sfxsearchresults li.dark {
	background-color: #c0c0c0;
}

ul.sfxsearchresults li a {
	display: block;
	padding: 2px;
	float: left;
	color: #000000;
	width: 180px;
}

ul.sfxsearchresults li a:hover {
	background-color: #9D9FA1;
}

ul.sfxsearchresults li span {
	display: block;
	padding: 2px;
	float: left;
}

ul.sfxsearchresults li span a {
	padding: 0px;
	font-weight: bold;
	width: 250px;
}

ul.sfxsearchresults li span a:hover {
	color: #9D9FA1;
	background-color: #E8E9E9;
}

ul.sfxsearchresults li.dark span a:hover {
	color: #9D9FA1;
	background-color: #C0C0C0;
}

/* NEW STYLES */

.widthconstraint h2 {clear:left;}
ul.prodhome li {
	background-color: #e8e9e9;
	display: block;
	float: left;
	width: 242px;
	
	
}



ul.prodhome li a {
	font-size: 1em;
	color: #000000;
	width: 242px;
	display: block;
	padding: 1px 4px;
	font-weight: bold;
	background-color: #fcfaed;
	height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC425;
	float: left;
}

ul.prodhome li.dark a {
	background-color: #FEF5A4;
}

ul.prodhome li a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

ul.prodhome li span {
	display: block;
	padding: 2px;
	float: left;
}

ul.prodhome li span a {
	padding: 0px;
	font-weight: bold;
	width: 250px;
}

ul.prodhome li span a:hover {
	
background-color: #FEF5A4;
}

ul.prodhome li.dark span a:hover {
	background-color: #000000;
	color: #FFFFFF;
}


/*

ul.showcategories li a {
	font-size: 1em;
	color: #000000;
	width: 230px;
	display: block;
	padding: 1px 4px;
	font-weight: bold;
	background-color: #fcfaed;
	height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC425;

	line-height: 1.2em;
}
ul.showcategories li a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

ul.showcategories li.dark a {
background-color: #FEF5A4;
}

ul.showcategories li.dark a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

*/




.viewcartpage div.tabledata table tr.dark td {
	background-color: #A4DAD2;
}

.projectpages div.tabledata table tr.dark td {
	background-color: #E0D5EA;
}

.showpreviews div.tabledata table tr.dark td {
	background-color: #FED09E;
}

div.tabledata div.borradaile table tr.dark td {
	background-color: #B1B4D1;
}

.effects div.tabledata table tr.dark td {
	background-color: #C0C0C0;
}

.tabledata table tr td.tracktitle {
	/*width: 20%;*/
	padding-right: 0px;
	font-weight: bold;
	padding-left: 4px;
}


.viewcartpage div.tabledata table tr td.tracktitle {
	/*width: 10%;*/
	padding-right: 8px;
	font-weight: bold;
	padding-left: 4px;
	
}

.viewcartpage.showorder div.tabledata table tr td.tracktitle {
	width: 20%;
	padding-right: 8px;
	font-weight: bold;
	padding-left: 4px;
	
}



.effects div.tabledata table tr td.tracktitle {
	width: 15%;

}

.tabledata table tr th.tracktitle {
	padding-left: 4px;
	
}


.tabledata table tr td.centrealign {
	text-align: center;
	padding: 2px;
}


.tabledata table tr td.farrightcol {
	padding-right: 0px;
	text-align: center;
}

.tabledata table tr th.farrightcol {
	text-align: center;
}

.tabledata table tr th.price {
	text-align: right;
	padding-right: 5px;
}

.tabledata table tr td.price {
	text-align: right;
}

.tabledata table tr th.value {text-align:right;padding-right:10px;}

.tabledata table tr td.value {text-align:right;padding-right:10px;}

.tabledata table tr td.price img {/*padding-right:9px*/}

.tabledata table tr th.price img {padding-right:4px;}

p.downloadtype input {
	margin-top: 8px;
}

.showorder div.tabledata table tr.orderdownload td {
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
		padding-left: 24px;
}



.showorder div.tabledata table tr.orderdownload td p {
	text-align: right;
	/*height: 28px;*/
	padding-bottom: 4px;
	padding-right: 6px;
}

.showorder div.tabledata table tr.orderdownload td p span {
	position: relative;
	top: -4px;
}




.mediaplayer {
	height: 113px;
	width: 225px;
	padding-top: 3px;
}

.mediaplayer div p {
	padding: 10px;
}

.mediaplayer div p a {
	font-weight: bold;
	color: #000000;
}

.mediaplayer div p a:hover {
	color: #FFC425;
}



/* ----- FREEFORM PANEL ----- */

.freeformmediaarea {
	padding: 6px;
	background-color: #000000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.freeformheading {
	padding: 6px;
}

.freeformheading h1 {
	font-size: 1.4em;
	height: 24px;
	line-height: 1.4em;

}

#content {
overflow-y:scroll;
overflow-x:hidden;
}


html[xmlns*=""] body:last-child #content {overflow:scroll;
min-width: 730px;}


html:first-child #content {overflow:scroll;
}

#content.showcomposer {
	overflow-y:hidden;
	overflow-x:hidden;
	overflow: 
}


html[xmlns*=""] body:last-child #content.showcomposer {overflow:hidden;
min-width: 730px;}


html:first-child #content.showcomposer {overflow:hidden;
}










div.contentwrapper {
	width: 734px;
	margin-left: 6px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	background-color: #FFFFFF;
}

div.widthconstraint {
	width: 734px;
}




div.contentwrapperstretch {
	margin-left: 6px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	background-color: #ffffff;
	border-right-width: 6px;
	border-right-style: solid;
	float:left;
	width:98.5%;
	
}

div.contentwrapperstretch.withimage1 {
	background-image: url(../images/backgrounds/an-background1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FAF7E4;
}

div.contentwrapperstretch.withimage2 {
	background-image: url(../images/backgrounds/an-background2.jpg);
	background-repeat:repeat-y;
	background-position: right bottom;
	
}

div.contentwrapperstretch.withimage3 {
	background-image: url(../images/backgrounds/an-background3.jpg);
	background-repeat:repeat-y;
	background-position: right bottom;
}

div.contentwrapperstretch.withimage4 {
	background-image: url(../images/backgrounds/an-background2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.black div.contentwrapperstretch {
	border-right-color: #000000;
}

.yellow div.contentwrapperstretch {
	border-right-color: #FFC425;
}

.black div.contentwrapper {
	border-bottom-color: #000000;
}

.yellow div.contentwrapper {
	border-bottom-color: #FFC425;
}

.black div.contentwrapperstretch {
	border-bottom-color: #000000;
}

.yellow div.contentwrapperstretch {
	border-bottom-color: #FFC425;
}

.yellow div.contentwrapperstretch h2 {
	padding: 8px;
	background-color: #000000;
	color: #FFC425;
	font-size: 1.4em;
}

.black div.contentwrapperstretch div.borradaileanheading {
	margin-top: 40px;
	width: 682px;
	padding: 8px 8px 20px 24px;
	background-color: #000000;
}

.black div.contentwrapperstretch div.borradaileanheading img {
	float: right;
}

.black div.contentwrapperstretch div.borradaileanheading h2.borradaile {
	color: #FFC425;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: .4em;	
	
}

.black div.contentwrapperstretch div.borradaileanheading p.borradaile {
	width:500px;
	
	color: #ffffff;
	font-size: 1.1em;
	
	
}

.black div.freeformheading h1 {
	color: #FFFFFF;
	padding-left: 24px;
}

.contentarea h2 {
	color: #000000;
	font-size: 1.4em;
	line-height: 1.5em;
	padding-bottom: 12px;
	font-weight: normal;
	padding-top: 12px;
}


.contentarea h3 {
	float: left;
	width: 170px;
	color: #B1C800;
	margin-left: -196px;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-bottom:1.2em;
	clear: left;
	
}

.contentarea h3 a {color: #B1C800;}

.contentarea h3 span {
	font-size: 0.8em;
	line-height: 1.2em;
	display: block;
	width:170px;
}

.contentarea {
	width: 460px;
	font-size: 1.1em;
	line-height: 1.5em;
	background-color: #FFFFFF;
	padding-left: 220px;
}

.contentarea p.composerimage {
	width: 150px;
	overflow: hidden;
	float: left;
	margin-bottom: -98px;
	margin-left: -196px;
	padding-top: 12px;
}


.contentarea.error {
	
	padding-left: 0px;
}

.contentarea p {
	padding-right: 10px;
	padding-bottom: 12px;
	/*width: 450px;*/
}

.contentarea p.greenrule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1C800;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.contentarea p.highlight {
	font-weight: bold;
	margin-left: -40px;
	background-color: #FFFFFF;
}

.contentarea p a {
	font-weight: bold;
	color: #B1C800;
	text-decoration: none;
}

.contentarea  a.gotop {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/core/gotop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	margin-left: -196px;
	height: 20px;
	display: block;
	padding-top: 2px;
}





.contentarea ul {
	margin-left: 20px;
	list-style-image: url(../images/core/bullet-green.gif);
	list-style-type: none;
	padding-right: 10px;
	width: 430px;
	margin-bottom: 16px;
}

.contentarea div ul {
	margin-left: 20px;
	list-style-image: url(../images/core/bullet-white.gif);
	list-style-type: none;
	padding-right: 10px;
	width: 430px;
	margin-bottom: 16px;
}

.contentarea ul li {
	padding-bottom: 4px;
}

.contentarea ol {
	margin-left: 20px;
	list-style-type: decimal;
	padding-right: 10px;
	width: 430px;
		margin-bottom: 16x;
}

.contentarea ol li {
	padding-bottom: 4px;
}

.contentarea a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.contentarea a:hover {
	text-decoration: underline;
	}
	
.contentarea table {
	width: 460px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	margin-bottom: 12px;
}

.contentarea table tr {border-collapse:collapse;}

.contentarea table tr td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1C800;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-collapse:collapse;
}

.contentarea table tr th {
	background-color: #B1C801;
	text-align: left;
	padding: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-collapse:collapse;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
}






.contentarea div.colouredarea {
	width: 480px;
	background-color: #B1C800;
	background-image: url(../images/core/rounded-green-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px 10px 10px 220px;
	margin-left: -220px;
	margin-bottom: 14px;
}

.contentarea div.googlelinks {background-image:none;
background-color:#FFFFFF;
}

.contentarea div.googlelinks div {background-image:none; background-color:#fff; /*border:thin #990000 solid;*/ color:#000; margin:0px; padding:0px;}

.contentarea div.googlelinks div div {margin:0px; padding:0px;
	}
	
	.contentarea div.googlelinks div div div {margin:0px; padding:0px;
	}

}

.contentarea div.googlelinks div h3 {
	margin-left: 0px;
	
}

.contentarea div.googlelinks div a {color:#000; font-weight:bold;}

.contentarea div.googlelinks div ul {
	clear:left;
	margin-left:0px;
	/*background-color:lime;*/
}


.contentarea div.freeformflash {
	background-color: #FFFFFF;
	background-image: none;
	width: 480px;
	margin: 0px;
	padding: 0px;
	/*border: 1px solid #000000;*/	
	float: right;
}

.contentarea div.freeformflash div {
	background-color: #FFFFFF;
	background-image: none;
	margin: 0px;
	padding: 0px;
	
	left: 0px;	
}



.contentarea div h2 {
	width: 190px;
	margin-left: -196px;
	float: left;
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 0px;
	margin-top: 0px;
}

.contentarea img.floatleft {
	display: block;
	clear: left;
	float: left;
	margin-left: -196px;
	padding-top: 12px;
}



.contentarea div  p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 12px;
}

.contentarea div a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

/*.contentwrapper div.contentarea ul.newsnav {
	margin-left: -210px;
	float: left;
	padding-top: 0px;
	width: 170px;
	list-style-image: none;
	background-repeat: no-repeat;
	clear: left;
	
}

.contentwrapper div.contentarea ul.newsnav li {
	display: block;
	width: 158px;
	background-position: 0px 20px;
	padding-left: 12px;
	
}

.contentwrapper div.contentarea ul.newsnav li a {
	text-decoration: none;
	padding-bottom: 4px;
	display: block;
}

.contentwrapper div.contentarea ul.newsnav li a span {
	font-weight: normal;
}

.contentwrapper div.contentarea ul.newsnav li a:hover {}   */            

.sctop {
	background-color: #000000;
	clear: right;
	padding: 6px 6px 0px;
	height: 104px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.sctop img {
	float: right;
}

.sctop h1 {
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 1.4em;
	/*float: left;*/
	padding-bottom: 4px;
	padding-left: 24px;
	width: 230px;
}

.sctop h1 span {
	font-size: 0.8em;
	display: block;
	font-weight: normal;
}

.sctop p {
	color: #FFC425;
	/*float: left;
	clear: left;*/
	padding-left: 24px;
}






.sctop.borradaile h1 {
	color: #C0AD68;
}



.sctop.borradaile p {
	color: #C0AD68;

}




.contentarea ul.articlelist {
	background-image: none;
	list-style-image: none;
	margin-left: 0px;
}

.contentarea ul.articlelist li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.contentarea ul.articlelist li a {
	padding: 0px;
	margin: 0px;
}

.contentarea ul.articlelist li a:hover {
	
}

/*.sctop div.selectpricingtype {
	float: right;
	width: 214px;
}

.sctop div.selectpricingtype p {
	color: #FFFFFF;
	float: none;
	padding-bottom: 2px;
}

.sctop div.selectpricingtype select {
	width: 214px;
	font-size: 1.1em;
}

.sctop div.selectpricingtype p a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/round-buttons/go-black-back-off.gif);
	background-repeat: no-repeat;
	background-position: 60px 6px;
	padding-top: 8px;
	display: block;
	padding-bottom: 4px;
	padding-right: 20px;
}

.sctop div.selectpricingtype p a:hover {}

*/
.cart {
	padding-right: 6px;
}


.cart table {}

.cart table tr {}

.cart table tr.licensetype td {
	background-color: #FFC425;
	padding-top: 4px;
	padding-bottom: 4px;
}

.cart table tr.licensetype td span {
	color: #FFFFFF;
	font-weight: normal;
}

.cart table tr.licensetype td.allselect {
	padding-right: 14px;
	font-weight: normal;
	text-align: right;
	padding-left: 0px;
	font-size: 1.1em;
}

.cart table tr.carttotal td {
	padding-right: 267px;
	font-weight: bold;
	text-align: right;
	padding-left: 0px;
	font-size: 1.1em;
	background-color: #FFC425;
	padding-top: 6px;
	padding-bottom: 6px;
	}

.cart table tr th {
	font-size: 0.9em;
	text-align: center;
	background-color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 2px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: normal;
}

.cart table tr td {
	font-size: 1.1em;
	padding: 2px 6px 2px 2px;
	line-height: 1.2em;
	background-color: #FEF5A4;
	text-align: center;
}

.cart table tr.dark td {
	background-color: #FFFFFF;
}

.cart table tr td.tracktitle {
	width: 60%;
	padding-right: 0px;
	font-weight: bold;
	text-align: left;
	padding-left: 14px;
}

.cart table tr th.tracktitle {
	text-align: left;
	padding-left: 14px;
	
	padding-top: 2px;
	padding-bottom: 2px;
}



.trackdetail {
	padding-right: 0px;
}


.trackdetail table {
	width: 100%;
}




.trackdetail table tr {}

.trackdetail table tr.licensetype td {
	background-color: #FFC425;
	padding-top: 4px;
	padding-bottom: 4px;
}

.trackdetail table tr.licensetype td span {
	color: #FFFFFF;
	font-weight: normal;
}

.trackdetail table tr.licensetype td.allselect {
	padding-right: 14px;
	font-weight: normal;
	text-align: right;
	padding-left: 0px;
	font-size: 1.1em;
}

.trackdetail table tr.carttotal td {
	padding-right: 267px;
	font-weight: bold;
	text-align: right;
	padding-left: 0px;
	font-size: 1.1em;
	background-color: #FFC425;
	padding-top: 6px;
	padding-bottom: 6px;
	}

.trackdetail table tr th {
	font-size: 0.9em;
	text-align: left;
	background-color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 2px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: normal;
	vertical-align: bottom;
}



.trackdetail table tr th.centred {
	text-align: center;
}

.trackdetail table tr td {
	font-size: .9em;
	padding: 2px 6px 2px 2px;
	line-height: 1.2em;
	background-color: #D5D2AB;
	text-align: left;
	vertical-align: top;
}

.borradaile div.trackdetail table tr td {
	
	background-color: #E1DFF0;
	
}

.trackdetail table tr td a {
	color: #000000;
}

.trackdetail table tr td:hover a {
	color: #ffffff;
}

.trackdetail table tr td.price {
	text-align: right;
}

.trackdetail table tr th.price {
	text-align: center;
}


.trackdetail table tr:hover td {
	cursor: pointer;
	color: #FFFFFF;
	background-color: #000000;
}

.trackdetail table tr.dark:hover td {
	cursor: pointer;
	color: #FFFFFF;
	background-color: #000000;
}

.trackdetail table tr:hover td table tr td{

	color: #000000;
	
}

.trackdetail table tr.headerrow.active td {
	background-color: #FEF5A4;
	border-top-width: 1px;
	
	border-top-style: solid;
	
	border-top-color: #000000;
	color:#000;
}

.trackdetail table tr.headerrow.active td.detailrow {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000000;

}

.trackdetail table tr.headerrow.dark.active td {
	background-color: #FEF5A4;
	border-top-width: 1px;
	
	border-top-style: solid;
	
	border-top-color: #000000;
	color:#000;
	
}



.borradaile div.trackdetail table tr.headerrow.active td {
	background-color: #DED368;
	
	
}

.trackdetail table tr.detailrow  td{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000000;
}



.borradaile div.trackdetail table tr.detailrow  td{
background-color: #FFFFFF;
}


/*.trackdetail table tr.inactive td {
	background-color: #D5D2AB;
	color: #333333;
}*/

.trackdetail table tr td.centred {
	text-align: center;
}

.trackdetail table tr.dark td {
	background-color: #D5D6D7;
}


.borradaile div.trackdetail table tr.dark td {
	background-color: #B1B4D1;
}

/*.trackdetail table tr.dark.inactive td {
	background-color: #D5D6D7;
	color: #333333;
}*/

.trackdetail table tr td.tracktitle {
	padding-right: 0px;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
	/*width: 20%;*/
}

.trackdetail table tr th.tracktitle {
	text-align: left;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.trackdetail table tr.detailrow td {
	font-size: 1em;
	background-color: #fcfaed;
	border-top-style: none;
}

.trackdetail table tr.detailrow td table {
	margin-bottom: 4px;
	padding-left: 20px;
}

.trackdetail table tr.detailrow tdtable tr {
	vertical-align: top;
}

.trackdetail table tr.detailrow td table tr td {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.trackdetail table tr.detailrow td table tr th {}


.trackdetail table tr.detailrow td table tr td span.factoid {
	font-weight: bold;
	display: block;
}

.trackdetail table tr td table.thirds tr td table {
margin:0px;
padding:0px;
}

.trackdetail table tr td table.thirds tr td table tr td {
padding-right:4px;
padding-top:4px;
padding-bottom:4px;
}





h2.relatedtracks {
	color: #FFC425;
	background-color: #000000;
	padding-bottom: 12px;
	padding-left: 24px;
	padding-top: 15px;
	}
	
	h2.relatedtracks span {
	font-size: .8em;
	color: #FFFFFF;
	padding-left: 14px;
}

.resultstopmessage {
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 24px;

}

.resultstopmessage a {
	font-weight: bold;
	color: #FFFFFF;
}

.resultstopmessage a:hover {
	color: #FFC425;
}

.resultsbotmessage {
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.resultsbotmessage a {
	font-weight: bold;
	color: #FFFFFF;
	}

.resultsbotmessage a:hover {color: #FFC425;}





.searcharea {
	font-size: 1.1em;
	line-height: 1.5em;
	background-color: #FFFFFF;
	margin-left: 6px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: 6px;
	}
	
	.searchrealignment {
	padding-left: 14px;
}

.searcharea div.colouredarea {
	width: 660px;
	background-color: #5BC4BF;
	background-image: url(../images/core/rounded-turquiose-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 14px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
}

.searcharea div.search50percent {
	width: 330px;
	float: left;
	padding: 14px 5px 75px 14px;
}

.searcharea div.search50percent  p {
	padding-bottom: 8px;
	clear: left;
}

.searcharea div.search50percent  p.rightalign {
	width: 280px;
	text-align: right;
}

.searcharea div.search50percent  p label {
	font-weight: bold;
	display: block;
	padding-right: 8px;
	float: left;
	width: 110px;
}

.searcharea div.search50percent  p span {}

.searcharea div.search50percent  p input.width100 {
	width: 160px;
	border: 1px solid #000000;
	padding: 1px;
}

.searcharea div.search50percent  p input.width25 {
	width: 40px;
	border: 1px solid #000000;
	padding: 1px;
}

.searcharea div.search50percent  p select {
	font-size: 1em;
}

.searcharea div.search50percent  p select.width100 {
	width: 160px;
	border: 1px solid #000000;
	
}

.searcharea div.search50percent  p select.width125 {
	width: 200px;
	border: 1px solid #000000;
}

.searcharea div.search50percent  p select.width75 {
	width: 140px;
	border: 1px solid #000000;
}

.searcharea div.search50percent  p select.width50 {
	width: 80px;
	border: 1px solid #000000;
}

.searcharea div.search50percent  p select.width25 {
	width: 50px;
	border: 1px solid #000000;
}

.redtext {
	color: #DE65A0;
}

.subtext {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}

.subtext2 {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.1em;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}

.margin110 {
	margin-left: 118px;
}


/************ BROWSING CONTENT STYLES **************/

div#rightcolumn h2.sfxcategories {
	clear: left;
	width: 706px;
	padding-left: 24px;
	font-size: 1em;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #747470;
	color: #FFFFFF;
}

ul.sfxcategories {
	background-color: #f0f0f0;
	list-style-type: none;
	width: 730px;
	padding-left: 0px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

ul.sfxcategories li {
	float: left;
}

ul.sfxcategories li a {
	font-size: 1em;
	color: #000000;
	display: block;
	padding: 6px 19px 6px 24px;
	font-weight: normal;
	background-color: #EBEBEA;
	height: 14px;
	float: left;
	line-height: 1.2em;
	width: 200px;
}

ul.sfxcategories li a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

ul.sfxcategories li.dark a {
	background-color: #D8DADA;
}



ul.sfxcategories li.dark a:hover {
	background-color: #000000;
	color: #FFFFFF;
}





ul.showcategories {
	list-style-type: none;
	width: 714px;
	margin:0px;
	/*float:left;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.showcomposer ul.showcategories {
	list-style-type: none;
	width: 714px;
	margin:0px;
	/*float:left;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

ul.showcategories li {
	/*float: left;*/
	margin:0px;
	padding:0px;
	/*clear:left;*/
}



ul.showcategories li.col0 {margin-left:0px; 
}

ul.showcategories li.col1 {margin-left:238px; 
}


ul.showcategories li.col2 {margin-left:476px; 
}


ul.showcategories li a {
	font-size: 1em;
	color: #000000;
	width: 230px;
	display: block;
	padding: 1px 4px;
	font-weight: bold;
	background-color: #fcfaed;
	height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC425;
	/*float: left;*/
	line-height: 1.2em;
}
ul.showcategories li a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

ul.showcategories li.dark a {
background-color: #FEF5A4;
}

ul.showcategories li.dark a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

ul.showcategories li.col1 {
}

ul.showcategories li.col2 {
	
}

ul.showcategories li.col3 {
}

/*

ul.showcategories.library2 li a {
	color: #000000;
	background-color: #EBE5D5;
	border-bottom-color: #B19E57;
}

ul.showcategories.library2 li a:hover {
	background-color: #20416E;
	color: #DED368;
}

ul.showcategories.library2 li.dark a {
	background-color: #DCD167;
}

ul.showcategories.library2 li.dark a:hover {
	background-color: #20416E;
	color: #DED368;
}

*/

ul.showcategories.library2 li a {
	color: #000000;
	background-color: #E1DFF0;
	border-bottom-color: #20416E;
}

ul.showcategories.library2 li a:hover {
	background-color: #C0AD68;
	color: #20416E;
}

ul.showcategories.library2 li.dark a {
	background-color: #B1B4D1;
}

ul.showcategories.library2 li.dark a:hover {
		background-color: #C0AD68;
	color: #20416E;
}

ul.showcategories.library3 li a {
	color: #000000;
	background-color: #E8E9E9;
	border-bottom-color: #9D9FA1;
}

ul.showcategories.library3 li a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

ul.showcategories.library3 li.dark a {
	background-color: #C0C0C0;
}

ul.showcategories.library3 li.dark a:hover {
	background-color: #000000;
	color: #FFFFFF;
}





ul.cdlisting {
	background-color: #FFFFFF;
	list-style-type: none;
}

ul.cdlisting li {
	display: block;
	float: left;	
}



ul.cdlisting li a {
	font-size: 1.1em;
	color: #000000;
	display: block;
	padding: 4px 8px;
	background-color: #FEF5A4;
	float: left;
	width: 350px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC425;
}

ul.cdlisting li.dark a {
	background-color: #fcfaed;
}

ul.cdlisting li a:hover {}

ul.cdlisting li a span {
	font-weight: bold;
	float: left;
	width: auto;
	padding-right: 10px;
}

ul.cdlisting li a:hover {
	color: #FFFFFF;
	background-color: #000000;
}

/********** HOME STYLES **************/

/********* HOME PAGE FEATURE BOXES ************/
.highlights {
	/*background-color: #FFC526;*/
	width: 734px;
	padding: 0px 0px 6px 6px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FFC526;
	/*background-image: url(../images/panels.gif);*/
	margin: 0px;
		/*background-color: #00FF00;*/
}

.highlight {
	float: left;
	margin-right: 6px;
	padding-top: 0px;
	background-color: #ffffff;
	position: relative;
}





.highlights div.image {
	height: 208px;
	width: 238.6px;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	
	
}

.highlights div.image div div {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}

.news div.image {
	background-image: url(../images/home/news-back.jpg);
	}

.nr div.image {
	background-image: url(../images/home/nr-back.jpg);
	}

.fc div.image {
	background-image: url(../images/home/fr-back.jpg);
	}

/*div.top40 {
	height: 38px;
	width: 238.6px;
	position: absolute;
	top: -38px;
	z-index: 10;
	position: relative;
	margin-bottom: -38px;
}*/


.highlights div.image div.textpanel {
	width: 100%;
	background-image: url(../images/home/translucent-overlay.png);
	background-repeat: no-repeat;
	/*position: relative;*/
	overflow: hidden;
	height: 20px;
	top: 163px;
	
}

.highlights div.image div.textpanel:hover {
	height: 190px;
	top: 33px;
}

.highlights div.image  div.textpanel2 {
	width: 100%;
	background-image: url(../images/temporary/white-back.png);
	background-repeat: no-repeat;
	/*position: relative;*/
	overflow: hidden;
	height: 30px;
	z-index: 1;
}

.highlights div.image:hover div.textpanel2 {
	height: 190px;
	
}

.highlights div.image  div h2 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	cursor: pointer;
	/*position: relative;*/

}

.highlights div.image  div h2 span {
	display:block;
	/* position:absolute; left:0; top:0; z-index:1;*/
	height: 30px;
	width: 238px;
	margin:0;
	padding:0;
	background-repeat: no-repeat;	
}

.news div.image  div h2 span {
	background-image: url(../images/home/news_h2.gif);
}

.nr div.image  div h2 span {
	background-image: url(../images/home/new_releases_h2.gif);
}

.fc div.image  div h2 span {
	background-image: url(../images/home/featured_composer_h2.gif);
	}
	

.highlights div.image  div p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 12px;
	padding-right: 6px;
	padding-left: 6px;
}

.highlights div.image  div a {
	color: #000000;
	text-decoration: none;
}

.highlights div.image  div a:hover {
	color: #51B8B0;
}



/********* HOME PAGE FEATURE BOXES ************/

.beatcalculator {
	height: 305px;
	width: 243px;
	background-image: url(../images/beat-calculator/beat-calculator-back.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

.beatcalculator div {
	padding: 4px 10px 0px;
	color: #000000;
}

.beatcalculator h2 {
	color: #FFFFFF;
	display: inline;
}

.beatcalculator img.bcclose {
	display: block;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.beatcalculator p {
	color: #000000;
	padding-top: 6px;
	clear: left;
}

.beatcalculator p.bchelp {
	padding-top: 0px;
}

.beatcalculator p a.closewindow {
	color: #FFFFFF;
	display: block;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
}

.beatcalculator p a:hover {}

.beatcalculator p span {
	display: block;
}

.beatcalculator p span.bclabel {
	font-size: 1.1em;
	padding-bottom: 4px;
	display: block;
	font-weight: bold;
}

.beatcalculator p span.bcresult {
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	width: 148px;
	float: left;
	margin-right: 3px;
	border: 1px solid #000000;
	padding: 2px;
	height: 14px;
	background-color: #FFFFFF;
	display:block;
}

.beatcalculator p span.bcsf {
	width: 60px;
	font-size: 0.9em;
	float: left;
	padding: 2px;
	border: 1px solid #000000;
	height: 14px;
	background-color: #FFFFFF;
}

.beatcalculator p input.bcresetbtn {
padding-top: 12px;
}

.beatcalculator p.bcresetbtn {
	clear: both;
	
	
}

/************  LOGIN BOX *******************/

.loginbox {
	display: none;
	background-color: #65CDCB;
	height: 45px;
	width: 455px;
	position: relative;
	left: -344px;
	top: -54px;
	text-align: left;
	margin: 0px;
	padding: 5px 0px 0px;
	z-index: 100;
	background-image: url(../images/core/login-curve.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div.halfwidth {
	width: 180px;
	float: left;
	margin-left: -100px;
}
div.halfwidth2 {
	width: 180px;
	float: left;
	margin-left: 10px;
}

.loginbox div label {
	color: #000000;
}

.loginbox div.halfwidth input {
	width: 180px;
}

.loginbox div p {
	padding-bottom: 4px;
	position: relative;
}

.loginbox div.halfwidth2 input {
	width: 180px;
	
}

.loginbox div.loginbtn {
	float: right;
	text-align: right;
	margin-top: 1px;
	margin-right: 40px;
}

.loginbox div p label.overlabel {
	position:absolute;
	top:3px;
	left:-1000px;
}

.loginbox div p label.select{
	position:absolute;
	left:-1000px;
}

.loginbox div p label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
}

/*LOGIN PAGE*/

h2.login{
	padding-bottom: 12px;
	font-size: 1.2em;
}

p.addedpadding {
	padding-bottom: 12px;
}

/**************** LICENSE TYPE BOX ************/

.licenceTypes {
	width: 220px;
	float: right;
	padding-top: 4px;
	padding-right: 10px;
}

/*html[xmlns*=""] body:last-child*/ .sectionfeedback {width:100%;}

/*html[xmlns*=""] body:last-child .sectionfeedback img {position:absolute;
														right:6px;
														top:6px;}

html[xmlns*=""] body:last-child .sectionfeedback div.licencetypes{position:absolute;
																right:232px;}*/



.viewcartpage div.licenceTypes {padding-top: 41px;}

.projectpages div.licenceTypes {padding-top: 41px;}

.showpreviews div.licenceTypes {padding-top: 41px;}

.sctop div.licenceTypes {
	width: 220px;
	float: right;
	padding-top: 41px;
	padding-right: 10px;
	padding-left: 0px;
	}

.licenceTypes p {
	width: 220px;
	padding-bottom: 4px;
}

.sctop .licenceTypes p {
	width: 220px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.viewcartpage div.licenceTypes p {
	color: #FFC425;
}

.licenceTypes p select {
	width: 200px;
	font-size: 1.1em;
	height: 17px;
}

.licenceTypes p a {
	font-weight: bold;
	color: #ffffff;
}

.licenceTypes p a:hover {
	text-decoration: underline;
}

.licencebox {
	border-style:solid;
	border-width:3px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

.black div.licencebox {border-color:#000000;}

.yellow div.licencebox {border-color:#FFC425;}

#rightcolumn div.licencebox.red p {color:#cf1f52;}


.licencebox p {
	width: 220px;
}

.viewcartpage div.licencebox p {
	
	color: #65CDCB;
}

.viewcartpage div.licencebox.red p {color:#cf1f52;}

.projectpages div.licencebox p {

	color: #C7A0CA;
}


.showpreviews div.licencebox p {

	color: #F7931D;
}

.borradaile div.licencebox p {
	
	color: #DED368;
}

.effects div.licencebox p {
	
	color: #E8E9E9;
}



.sctop div.licenceTypes div.licencebox img {
	float: none;
}

.licencebox ul {}

.licencebox ul li {
	
}

.licencebox ul li a {
	display: block;
	color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 4px;
	padding-left: 8px;
	width: 225px;
}

.licencebox ul li a:hover {
	color: #FFFFFF;
	background-color: #000000;
}



.licencebox div p img.ltmoreinfo {
	padding-top: 10px;


	display: inline;
	height: 18px;
	width: 18px;
	color: #000000;
	
}

.licencebox div div p.rightalign {
	text-align: right;
}




.previewbox {
	display: none;
	padding: 8px 0px 8px 16px;
	color: #000000;
	position: relative;
	top: -60px;
	width: 241px;
	float: right;
	left: 54px;
	margin-bottom: -110px;
	background-image: url(../images/core/preview-resolution-back.gif);
	background-repeat: no-repeat;
	height: 87px;
}

.previewbox p {
font-weight: bold;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
	}
	
	.viewcartpage div.previewbox p {
	
	color: #65CDCB;
}

.projectpages div.previewbox p {

	color: #C7A0CA;
}

.showpreviews div.previewbox p {

	color: #F7931D;
}

.showpreviews div.previewbox p {

	color: #DED368;
}


.previewbox ul {}

.previewbox ul li {}

.previewbox ul li a {
	display: block;
	color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 4px;
	padding-left: 8px;
	width: 225px;
	}

.previewbox ul li a:hover {
color: #FFFFFF;
	background-color: #000000;
	}

/*******************CART PAGES***********/

.cart {
	margin-right: 0px;
	padding-right: 0px;
}



  h1.cart {
	font-size: 1.4em;
	height: 24px;
	line-height: 1.4em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 30px;
	color: #FFFFFF;
	width: 660px;
}

.cart div.contentwrapperstretch {
	margin-left: 6px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-right-style: none;
}

.cart div.colouredarea {
	width: 660px;
	background-color: #5BC4BF;
	background-image: url(../images/core/rounded-turquiose-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px 10px 10px 24px;
	margin-bottom: 14px;
	margin-left: 0px;
	font-size: 1.1em;
}



 div.cart50percent {
	width: 320px;
	float: left;
	padding: 14px 5px 14px 14px;
}

 div.cart50percent h2 {
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 12px;
}

 div.cart50percent  p {
	padding-bottom: 4px;
	clear: left;
}

 div.cart50percent  p label {
	font-weight: bold;
	display: block;
	padding-right: 8px;
	float: left;
	width: 110px;
}

 div.cart50percent  p span {}

 div.cart50percent  p input.width100 {
	width: 160px;
	border: 1px solid #000000;
	padding: 1px;
}

 div.cart50percent  p input.width25 {
	width: 40px;
	border: 1px solid #000000;
	padding: 1px;
}

 div.cart50percent  p select.width100 {
	width: 160px;
	border: 1px solid #000000;
	
}

 div.cart50percent  p select.width125 {
	width: 200px;
	border: 1px solid #000000;
}

 div.cart50percent  p select.width75 {
	width: 140px;
	border: 1px solid #000000;
}

 div.cart50percent  p select.width50 {
	width: 80px;
	border: 1px solid #000000;
}

 div.cart50percent  p select.width25 {
	width: 50px;
	border: 1px solid #000000;
}

.cart div.customerdetails {
	padding-left: 24px;
}

.cart  div.customerdetails div.floatleft {
	float: left;
	width: 300px;
}

.cart  div.customerdetails div.floatleft span.descriptor {
	font-weight: bold;
}

.cart.customerdetails div.cart50percent p {
	
	min-height: 3em;
}





.cart div.customerdetails p {
	clear: left;
	padding-bottom: 4px;
	font-size: 1.1em;
}

.cart div.customerdetails p.emailcontact {padding-left: 100px;  width:370px;}

.cart div.customerdetails p.emailcontact span {font-weight:bold;}

.cart div.customerdetails div p {min-height: 1.4em;
padding-left: 100px;}

.cart div.customerdetails p.changebtn {
	text-align: right;
	width: 596px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.cart  div.customerdetails p span {
	display: block;
	float: left;
	width: 100px;
	/*position: relative;*/
	margin-left: -100px;
	margin-right: -100px;
}


.cart table tr.subtotal td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-weight: bold;
	background-color: #eaeaea;
	font-size: 1em;
	text-align: left;
	padding-left: 24px;
}

.cart table tr.subtotal2 td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-weight: bold;
	background-color: #eaeaea;
	font-size: 1em;
	text-align: left;
	padding-left: 24px;
}

.cart table tr.subtotal3 td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-weight: bold;
	background-color: #F3F3F3;
	font-size: 1em;
	text-align: left;
	padding-left: 24px;
}

.viewcartpage div.tabledata table tr.subtotal td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-weight: bold;
	background-color: #eaeaea;
	font-size: 1em;
	text-align: left;
	padding-left: 24px;
}

.viewcartpage div.tabledata table tr.subtotal2 td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-weight: bold;
	background-color: #eaeaea;
	font-size: 1em;
	text-align: left;
	padding-left: 24px;
}

.viewcartpage div.tabledata table tr.subtotal3 td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-weight: bold;
	background-color: #F3F3F3;
	font-size: 1em;
	text-align: left;
	padding-left: 24px;
}

.viewcartpage div.tabledata table tr td.price {
	text-align: right;
	padding-right: 20px;
}

.cart table tr td.price {
	text-align: right;
	padding-right: 20px;
}

.cart table tr th.price {
	text-align: right;
	padding-right: 20px;
}


.cart div.ordernotes {
	padding-left: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.cart  div.ordernotes div.floatleft {
	float: left;
	width: 300px;
	padding-right: 20px;
	padding-bottom: 12px;
}

.cart  h2 {
	font-size: 1.4em;
	padding-bottom: 12px;
}

.cart div.ordernotes p {
	clear: left;
	font-size: 1.1em;
	padding-bottom: 4px;
}

.cart div.ordernotes p label {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
}

.cart div.ordernotes p input.width100 {
	padding: 2px;
	border: 1px solid #000000;
	width: 500px;
}

.cart div.ordernotes p textarea.width100 {
	border: 1px solid #000000;
	padding: 2px;
	height: 100px;
	width: 500px;
}

.cart div.ordernotes p checkbox {}

.cart div.ordernotes p a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.cart div.ordernotes  p a:hover {
	text-decoration: underline;
}

p.emptycart {
	font-weight: bold;
	color: #666666;
	padding-top: 6px;
	padding-left: 24px;
}
.worldpayidentifier {
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 24px;
	width: 634px;
}

.worldpayidentifier img {
	float: right;
	padding-left: 20px;
}

div.contentarea ul.newsnav {
	margin-left: -196px;
	float: left;
	padding-top: 0px;
	width: 170px;
	list-style-image: none;
	background-repeat: no-repeat;
	clear: left;
}

div.contentarea ul.newsnav li {
	display: block;
	width: 158px;
	background-image: url(../images/core/newslist-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
}

div.contentarea ul.newsnav li a {
	text-decoration: none;
	padding-bottom: 4px;
	display: block;
}

div.contentarea ul.newsnav li a span {
	font-weight: normal;
}

div.contentarea ul.newsnav li a:hover {}

div.accountdetailsection {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-style: solid;
	border-bottom-color: #5BC4BF;
	border-bottom-width: 1px;
	padding-left: 24px;
}

div.accountdetailsection div.mystuff {padding:0px;margin:0px;width:620px;}

div.accountdetailsection h2 {
	padding-left: 24px;
}

div.accountdetailsection p.leftpadding {
	padding-left: 24px;
	padding-bottom: 12px;
}

.cart div.accountdetailsection p.viewbtn {
	text-align: left;
	width: 596px;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:24px;
	
}

.cart div.accountdetailsection p.myaccount {
	
	width: 596px;
	
	padding-top: 2px;
	padding-bottom: 2px;
	clear:both;
}

.cart div.accountdetailsection p.myaccount300 {width:300px;}

.cart div.accountdetailsection div.customerdetails {width:596px;}

.cart div.accountdetailsection div input.changebtn {float:right;}

.cart div.accountdetailsection div.floatleft.mydetails {
	width:230px;
	vertical-align: top;
}



h2.pm {
	color: #FFC425;
	background-color: #000000;
	padding-top: 15px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 24px;
	font-size: 1.4em;
}

p.pm {
	color: #FFFFFF;
	background-color: #000000;
	padding-bottom: 12px;
	padding-left: 24px;
}


p.pm  a {
	font-weight: bold;
	color: #FFFFFF;
}

.error {
	color: #cf1f52;
}

p.forgotpassword {
	text-align: right;
	padding-top: 20px;
	padding-right: 50px;
}

p.forgotpassword a {
	font-weight: bold;
	color: #5BC4BF;
}

p.forgotpassword a:hover {
	color: #000000;
}

p.emptywindow {
	padding-top: 14px;
	padding-left: 24px;
	font-size: 1.2em;
	color: #F7931D;
	font-weight: bold;
}

p.downloadtype {
	height: 28px;
	padding-bottom: 2px;
}


.floatrightbtn {
	float: right;
	padding-left: 20px;
}

.redprice {
	padding-right: 4px;
}

.areadescriber {
padding-left:30px;
color:#fff;
font-size:1.1em;
padding-bottom: 8px;
}

.projectdescriber { padding-left:30px;
color:#fff;
font-size:1.1em;
padding-bottom: 8px;}


/***** JAVASCRIPT ELEMENT STYLING ******/

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	/*width: 100%;*/
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 189px;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	/*width: 100%;*/
	font: menu;
	font-size: 1em;
	overflow: hidden;
	width: 179px;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: #000000;
	/*background-color: Highlight;*/
	color: #ffffff;
	/*color: HighlightText;*/
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -260px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmNote {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -260px;
	width: 600px;
	background-color: #EEE;
	color: #333;
	border: 1px solid black;
	padding: 12px;

}


.jqmWindow p {
	width: 576px;
	color:#000;
	font-size: 1.1em;
}

.jqmNote p  {
	width: 576px;
	color:#000;
	padding-bottom: 8px;
}

.jqmNote p a {
	display: block;
	padding-top: 8px;
	text-align: right;
	color: #000000;
	text-decoration: none;
}

.jqmNote p a:hover {text-decoration: underline;}

.jqmNote textarea {
	width: 576px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 4px;
	height: 100px;
}


.jqmEmail {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -260px;
	width: 600px;
	background-color: #EEE;
	color: #333;
	border: 1px solid black;
	padding: 12px;

}

.jqmEmail p {
	width: 576px;
	color:#000;
	font-size: 1.1em;
}

.jqmEmail p  {
	width: 576px;
	color:#000;
	padding-bottom: 8px;
}

.jqmEmail p a {
	display: block;
	padding-top: 8px;
	text-align: right;
	color: #000000;
	text-decoration: none;
}

.jqmEmail p a:hover {text-decoration: underline;}

.jqmEmail input {
	width: 576px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 4px;
}
.jqmEmail textarea {
	width: 576px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 4px;
	height: 100px;
}



.jqmWindow p.rightalign {
	text-align: right;
}

.jqmNote p.rightalign {
	text-align: right;
}

.jqmEmail p.rightalign {
	text-align: right;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow, * html .jqmNote, * html .jqmEmail {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.warningMessage {
	background: #FFFFC2 url(/images/warningMessage.gif) no-repeat left -4px;
	padding-left: 100px;
	padding-top:5px;
	padding-right:20px;
	padding-bottom:5px;
	border: 1px solid #CF1F52;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 20px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	width: 550px;
	min-height:35px;
} 

div.warningMessage span {
	display: block;
	color: #BF0542;
} 

div.thankyouMessage {
	background: #FFFFC2 url(/images/thankyouMessage.gif) no-repeat left -4px;
	padding-left: 100px;
	padding-top:5px;
	padding-right:20px;
	padding-bottom:5px;
	border: 1px solid #009900;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 20px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	width: 550px;
	min-height:35px;
} 

div.thankyouMessage span {
	display: block;
	color: #009900;
} 


#pagewrapper input.error, select.error {
	border: 1px solid #BF0542;
	background-color: #ffcccc;
}

.addtoprojectp {
	font-size: 1.6em;
	line-height: 2em;
	padding-left: 24px;
	padding-bottom:0.8em;
}

.addtoproject {
	padding-left: 24px;
	padding-bottom:24px;
}

.addtoproject span {
	display: block;
	float: left;
	width:16px;
}

.addtoproject h2 {
	position: relative;
	top: -2px;
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom:0.4em;
}

.addtoproject p {
	clear: left;
	font-size: 1.1em;
	line-height: 1.5em;
	padding-bottom: 1.2em;
	padding-left:24px;
}

.addtoproject p.checkbox {}

.addtoproject p.checkbox input {
	width: auto;
}

.addtoproject p label {
	display: block;
	width: 70px;
	float: left;
}

.addtoproject p input {
	padding: 1px;
	width: 400px;
	border: 1px solid #000000;
}

p.checkbox {border:none;}

.addtoproject p select {
	width: 400px;
	border: 1px solid #000000;
}

.projectpages div.myprojects div.colouredarea {
	width: 660px;
	background-color: #C7A0CA;
	background-image: url(../images/core/rounded-lilac-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px 10px 10px 220px;
	margin-left: -220px;
	margin-bottom: 14px;
}

.projectpages div.myprojects div.colouredarea p {padding-left:24px;font-size:1.2em;}

.editprojectsection {}

.editprojectsection h2.lilacpanel {width: 660px;
	background-color: #C7A0CA;
	background-image: url(../images/core/rounded-lilac-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px 10px 10px 220px;
	margin-bottom: 14px;
	font-size:1.2em;
	margin-left:-220px;
}

.editprojectsection h3{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7a0ca;
	font-size: 1.4em;
	padding-top: 0.4em;
	padding-bottom: 1em;
	padding-left: 24px;
	width:600px;
}

.editprojectsection h2 span {padding-left:24px;}

.editprojectsection p {
	padding-left:24px;
	padding-bottom:1em;
	font-size:1.1em;
	clear:left;
	line-height: 1.5em;
}

.editprojectsection p label {display:block;width:150px;float:left;}

.editprojectsection p input.width100 {
	padding:1px;
	border: 1px solid #000000;
	width:400px;
}

.editprojectsection p input {width:auto;border:none;}

.editprojectsection ul {
	font-size:1.1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7a0ca;
	width:620px;
}

.editprojectsection ul li {
	padding-left:24px;
	padding-top:0.6em;
	padding-bottom:0.6em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7a0ca;
}

p.editprojectlink {
	font-size: 1.1em;
	color: #FFFFFF;
	padding-left: 30px;
}

p.editprojectlink a {
	color:#fff;
	font-weight: bold;
}

p.editprojectlink a:hover {color:#c7a0ca;}

#pagewrapper div.column2 {padding-top:40px;}

.mu {position:relative; top:3px;}

a.turq {color:#5bc4bf; font-weight:bold;}

a.turq:hover {color:#000000;}

.showordernotes {
	clear: left;
	width: 600px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 24px;
}

.showordernotes h2 {
	font-size: 1.3em;
}

.showordernotes h2 span {
	font-weight: normal;
}

.howto {

	float: left;
	position:relative;
	left:-6px;
}

.howto a {
	display: block;
	border: 6px solid #000000;
	padding-right:0px;
}

.howto a:hover {
	border-top-color: #FFC425;
	border-right-color: #FFC425;
	border-bottom-color: #FFC425;
	border-left-color: #FFC425;
}

.mainpanel div.mainpanelclose.homeclose {
	/*background-image: url(../images/mainpanel-close/blank-yellow.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
	background-color:#fff;
}





div.footer div.footermenu {
	clear: left;
	padding-top: 12px;
	background-image: url(../images/home/footer-curve.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}

div.footer div.footermenu div.column {
	width: 150px;
	float: left;
}

div.footer div.footermenu div.column.wide {
	width: 230px;
}

h4 {
	font-size:1.0em;
	padding-left: 12px;
	padding-bottom: 6px;

}

div.footer div.footermenu div.column ul {}

div.footer div.footermenu div.column ul li {}

div.footer div.footermenu div.column ul li a {
	color: #000000;
	padding-left: 12px;
	padding-bottom: 2px;
	background-image: url(../images/home/footer-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	width: 138px;
}

div.footer div.footermenu div.column.wide ul li a {width: 208px;}
div.footer div.footermenu div.column ul li a:hover {}

div.footer div.footermenu ul {}

/*div.footer div.footermenu ul li {
	float: left;
}*/

div.footer div.footermenu ul li a {
	display: block;
	/*float: left;
	padding-right: 7px;
	color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left center;
	font-size: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFC425;*/
}

/*div.footer div.footermenu ul li:first-child a {
	border-left-style: none;
}

div.footer div.footermenu ul li:first-child a:hover {
	color: #000000;
}

div.footer div.footermenu ul li a.sitemap {
	background-image: none;
	padding-left: 0px;
	border-left-style: none;
}*/

div.footer div.footermenu ul li a:hover {}

#leftcolumn div.copyright {
	font-size: 1em;
}

div#pagewrapper div div div span.threecolumntable table {
	width:460px;
}

div#pagewrapper div div div span.threecolumntable table tr td {
	width:120px; 
	
}



.contentarea ul.composerlist {
	background-image: none;
	list-style-image: none;
	margin-left: 0px;
	width:430px;
	
}

.contentarea ul.composerlist li {
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
	display: block;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1C800;
	float:left;
	clear:left;
	width:430px;
}

.contentarea ul.composerlist li span.trk  {
float:left;
width:295px;
	display: block;

}

.contentarea ul.composerlist li span.biog  {
float:left;
width:135px;
	display: block;

}



.contentarea ul.composerlist li span a {

	display: block;
	padding: 4px;
	margin: 0px;
	width:1 07px;
}

 #pagewrapper div#rightcolumn div div div.contentarea ul.composerlist li a:hover {
	text-decoration: none;
	background-color: #B1C800;
}

