@charset "UTF-8";

/* ----- RESET ----- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	}

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;
}

.orange {
	color: #FFC425;
}





/* ----- LEFT COLUMN ----- */

#leftcolumn {
	width: 225px;
	float: left;
	display: none;
}

.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: 4px;
	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 {
}

.clearleft {
	clear: left;
}

.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 ul li.composer a:hover {
	/*text-decoration: underline;*/
	border-bottom-color: #FFC425;
	text-decoration: underline;
}

.librarycategories ul li div {

		display: none;
}

.librarycategories ul li:hover div {
	display: block;
	z-index: 100;
}





.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-y: 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;
	display: none;
}

p#taglinetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	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;
	display: none;
}

.header div.minicart {
	background-image: url(../images/core/cart-back.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/core/checkout-arrow.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: 65%;
	float: left;
}



ul#nav {
list-style-type: none;
}

ul#nav li {
	float: left;
	position: relative;
}

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;
	display: none;
}

.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;
	display: none;
}



.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 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: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;
	width: auto;
}

.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;
	display: none;
}

.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: 50px;
	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: #000000;
}

.mainpanel div.mainpanelclose  div.printoptions span.emailproject {
	width: 100px;
	display: block;
	float: left;
	background-image: url(../images/core/email.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 22px;
	background-position: 0px 6px;
	}

div.footer {
	height: 50px;
	padding-left: 30px;
	clear: left;
	display: none;
	}



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;
}

.sortby {
	padding: 4px 4px 0px 6px;
	width: 230px;
	float: left;
}

.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;
}

.sortby ul li a:hover {}

span.numberfound {
	display: block;
	padding-right: 12px;
	font-weight: bold;
	width: 230px;
	padding-left: 30px;
}

.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.8em;
	color: #000000;
	
}

.viewcartpage div.paging {
	float: left;
	width: 450px;
	clear: none;
}

.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: 30px;
	}


.paging {
	clear: both;
	padding-left: 6px;
	width: 300px;
}

.trackresultspage div.paging {
	position: relative;
	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;
}

.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;
}

.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 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 td {
	font-size: 0.9em;
	padding: 2px 6px 2px 2px;
	line-height: 1.1em;
	background-color: #FEF5A4;
	vertical-align: top;
}

.tabledata table tr td a {
	color: #000000;
}

.tabledata table tr.dark td {
	background-color: #fcfaed;
}

.tabledata table tr td.tracktitle {
	width: 20%;
	padding-right: 0px;
	font-weight: bold;
	padding-left: 4px;
}

.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: center;
}

.tabledata table tr td.price {
	text-align: right;
}

.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: visible;
	height: auto;	
	
	
}



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;
	
}

div.contentwrapperstretch.withimage {
	background-image: url(../images/backgrounds/an-background1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.contentwrapperstretch.withimage2 {
	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.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.4em;
	line-height: 1.5em;
	
}

.contentarea h3 a {color: #B1C800;}

.contentarea h3 span {
	font-size: 0.8em;
	line-height: 1.2em;
	display: block;
}

.contentarea {
	width: 460px;
	font-size: 1.1em;
	line-height: 1.5em;
	background-color: #FFFFFF;
	padding-left: 220px;
}

.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: 100%;
	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 {
	width: 460px;
	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 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: #FFFFFF;
	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: 170px;
	background-image: url(../images/core/newslist-arrow.gif);
	background-repeat: no-repeat;
	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 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: 1.1em;
	padding: 2px 6px 2px 2px;
	line-height: 1.2em;
	background-color: #D5D2AB;
	text-align: left;
	vertical-align: top;
}

.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;
	
}

.trackdetail table tr.detailrow  td{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000000;
}


/*.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;
}

/*.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;
}





.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;
	padding: 10px 10px 10px 14px;
	margin-bottom: 14px;
	margin-left: 0px;
}

.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: 699px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC425;
	font-size: 1.2em;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	color: #FFC425;
}

ul.sfxcategories {
	background-color: #FFFFFF;
	list-style-type: none;
	width: 714px;
}

ul.sfxcategories li {
	float: left;
}

ul.sfxcategories li a {
	font-size: 1em;
	color: #000000;
	width: 230px;
	display: block;
	padding: 2px 4px;
	font-weight: bold;
	background-color: #fcfaed;
	height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC425;
	float: left;
	line-height: 1.2em;
}

ul.sfxcategories li a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

ul.sfxcategories li.dark a {
background-color: #FEF5A4;
}

ul.sfxcategories li.dark a:hover {
	background-color: #000000;
	color: #FFFFFF;
}





ul.showcategories {
	background-color: #FFFFFF;
	list-style-type: none;
	width: 714px;
}

ul.showcategories li {
	float: left;
}

ul.showcategories li a {
	font-size: 1em;
	color: #000000;
	width: 230px;
	display: block;
	padding: 1px 4px;
	font-weight: bold;
	background-color: #fcfaed;
	height: 26px;
	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.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);
	}

.nr 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: 170px;
	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: 170px;
	
}

.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;
}

.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 {
	display: none;
	color: #000000;
}

.loginbox div.halfwidth input {
	width: 180px;
}

.loginbox div p {
	padding-bottom: 4px;
}

.loginbox div.halfwidth2 input {
	width: 180px;
	
}

.loginbox div.loginbtn {
	float: right;
	text-align: right;
	margin-top: 1px;
	margin-right: 40px;
}

/*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;
}

.licenceTypes p {
	width: 220px;
	padding-bottom: 4px;
}

.sctop .licenceTypes p {
	width: 220px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.licenceTypes p select {
	width: 220px;
	font-size: 1.1em;
	height: 17px;
}

.licenceTypes p a {
	font-weight: bold;
	color: #ffffff;
}

.licenceTypes p a:hover {
	text-decoration: underline;
}

.licencebox {
	padding-top: 2px;
}

.licencebox p {
	width: 200px;
}

.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 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;
	}

.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;
}



 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.cart0percent  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 div.customerdetails p {
	clear: left;
	padding-bottom: 4px;
	font-size: 1.1em;
}

.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;
}


.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;
}

.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 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: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 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: 170px;
	background-image: url(../images/core/newslist-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	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 {}

