/**************************************
GLOBAL DEFAULTS AND RESETS
**************************************/
	* {margin:0;padding:0;} 
	
	/* RESET */
	html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
	h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
	ul, ul li { list-style: none; margin: 0; padding: 0; }
	fieldset,img { border: none; }
	caption { text-align: left; }
	table { border-collapse: collapse; border-spacing: 0; }

	html {
		overflow: -moz-scrollbars-vertical;
		#background:url(/images/tmp1-2/12_col.gif) repeat-y 50% 0%;
		height:100%;
	}
	
	body {
		margin: 0;
		padding: 0;
		height:100%;
	}
	
	a  { 
		color: #666666; 
		cursor: pointer; 
		outline: none !important;
	}
	
	a:hover, a:focus { 
		color: #F89B21;
		text-decoration:none; 
	}
	
	a:active { 
		color: #000; 
	}
	
	a img {	border: 0px; }
		
	/* TYPE */
	body { font: 14px/20px tahoma, arial, helvetica, sans-serif; background-color: #fff; color: #333; }
	
	p { margin-bottom: 20px; }
	
	h1 { 
		font-weight: normal; 
		font-size: 28px; 
		line-height: 40px; 
		color: #575757; 
		letter-spacing: -2.5px; 
		font-family: "lucida sans", arial, helvetica, sans-serif;
		padding: 0 0 10px 0;
	}
	
	h2 { 
		font-weight: normal; 
		font-size: 20px; 
		line-height:26px; 
		color: #900; 
		letter-spacing: -1.5px; 
		margin: 0 0 18px 0; 
		font-family: "lucida sans", arial, helvetica, sans-serif; ;
	}
	
	h3 {
		border-bottom:1px solid #E8E8E8;
		color:#145595;
		font-weight: bold;
		font-size: 17px;
		line-height: 18px;
		letter-spacing:-1px;
		margin: 5px 0 15px 0;
		padding: 0 0 5px 0;
		font-family: "lucida sans", arial, helvetica, sans-serif; ;
	}
	
	h3 span {
		font-size: 12px;
		font-weight: normal;
	}
	
	h4 { 
		font-weight: bold; 
		font-size: 16px; 
		line-height: 20px; 
		padding: 0 0 5px 0;
	}

	ol, ul.content {
		padding: 13px 13px 9px 13px;
		background: #efefef;
		border: 1px #ddd solid;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		color: #666;
		margin: 0 10px 25px 10px;
	}
	
	ol li {
		padding: 0 0 7px 0;
		margin: 0 0 0 30px;
	}
	ol li span,
	ul.content li span { 
		display: inline; font-size: 15px; font-weight: bold;
	}
	
	ul.content li {
		background: url(/images/sprite.png) no-repeat 0 -737px;
		padding: 0 0 7px 20px;
	}

	blockquote {
		padding: 5px 20px;
		border: 3px #efefef solid;
		margin: 0 0 15px 0;
	}
	blockquote ul li {
		background:url("/images/sprite.png") no-repeat 0 -737px;
padding:0 0 7px 20px;
	}
	
	blockquote ul.num li {
		background: none;
		padding: 0 0 5px 0;
	}
	
	blockquote ul.num span {
		font-size: 38px;
		float: left;
		display: block;
		line-height: 38px;
		text-align: center;
		width: 25px;
		padding: 0 10px 0 0;
		color: #ccc;
		font-family: "trebuchet ms";
	}
	
	.tagline {
		display: inline-block;
		margin: 0 0 0 0;
	}
	
	.tagline h1,
	.tagline div {
		float: left;
	}
	
	.tagline div {
		color:#999;
		padding: 15px 0 0 20px;
		font-style: italic;
		font-family: "lucida sans", tahoma;
	}
	
	/* basic form modifications */
	input, textarea, select{
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border:1px solid #CCCCCC;
		color:#464646;
		font: 12px "lucida sans", arial;
		padding: 3px;
	}

	select {
		
	}
	
	/* use clearfix when specifying parent elements width */
	.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		line-height:0px;
		clear: both;
		visibility: hidden;
	}
	
	.clearFix {display: inline-block;}  /* for IE/Mac */
	
	/* use clear when parent elements width is fluid */
	.clear {
		clear: both;
		height: 0px;
	}

	.sp {
		background: url(/images/sprite.png);
	}
	
/**************************************
GLOBAL LAYOUT
**************************************/
	html, body, #canvas {height: 100%;}
	body > #canvas {height: auto; min-height: 100%;}

	#canvas{
		
	}
	
	#header {
		height: 81px;
		margin: 0 0 25px 0;
	}
	
	#content{
		width: 960px;
		margin: 20px auto 0;
		padding-bottom: 300px;
	}
	
	#contentMain{
		float:left;
		padding: 0 0 20px 0;
	}
	
	.contentCol {
		width: 300px;
		margin: 0px 40px 0 0;
		float: left;
	}
	.colMain 	{ width: 475px; }
	.colSub 	{ width: 180px; text-align: right;}
	.col 		{ width: 335px; }
	
	.last {
		margin-right: 0;
		border: 0;
	}
	
	.notice {
    	background:#ffc url(/images/info.png) no-repeat 2% 50%;
	    font-size:16px;
	    line-height: 23px;
	    border:1px solid #fc6;
	    color: #666;
	    padding:15px 10px 15px 70px;
	    -moz-border-radius: 8px;
	    -webkit-border-radius: 8px;
	    text-align:left;
  	}
  	
  	.notice span {
  		font-weight: bold;
  	}
  	
  	.notice span a {
  		text-decoration: none;
  	}

	.notice img {
		vertical-align: middle;
		margin-top: -2px;
		padding: 0 5px 0 0;
	}
	
	.notice div {
		display: inline;
	}
	.notice div a {
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
		margin: 0 5px 0 0;
	}
	
	.noticeGroup {
		font-size: 12px;
		line-height: 18px;
	}
	
	.noticeGroup span {
		font-size: 14px;
	}
	
	.noticeSub {
		font: italic 12px "lucida sans", arial;
		color: #666;
		padding: 7px 0;
	}
	
	.noticeSub span {
		font-weight: bold;
	}
	
	.asterisk {
		color: #c00;
	}
	
	#contentSub {
		float:right;
		margin: 0 0 20px 0;
		padding: 0 0 0 30px;
		min-height: 500px;
		background: url(/images/col_fade.png) no-repeat left 0px;
	}
	
	#footer{
		position: relative;
		margin-top: -280px; /* negative value of footer height */
		height: 280px;
		clear:both;
		background: #353432;
		color:#AEABA4;
		}
		
		#footerHeader {
			background-position: 0 -81px;
			height: 11px;
		}
		#footerCanvas{
			margin: 0 auto;
			width: 960px;
			padding: 15px 0;
		}
	
/**************************************
PAGE LAYOUTS
**************************************/

	#home #contentMain			{	width:640px; }
	#home #contentSub			{	width:268px; }

	#blog #contentMain			{	width:640px; }
	#blog #contentSub			{	width:268px; }
	
	#music #contentMain			{	width:670px; }
	#music #contentSub			{	width:240px; }	
	
	#search #contentMain		{	width:710px; }
	#search #contentSub			{	width:200px; }
	
	#artists #contentMain		{	width:710px; }
	#artists #contentSub		{	width:200px; }
	
	#gigs #contentMain			{	width:710px; }
	#gigs #contentSub			{	width:200px; }
	
	#charts #contentMain		{	width:710px; }
	#charts #contentSub			{	width:200px; }
	
	#sheetmusic #contentMain	{	width:715px; }
	#sheetmusic #contentSub		{	width:183px; margin: 15px 0 0 0;}
	
	#register #contentMain		{	width:650px; }
	#register #contentSub		{	width:260px; }
	
	#login #contentMain			{	width:600px; }
	#login #contentSub			{	width:310px; }
	
	#account #contentMain		{	width:640px; }
	#account #contentSub		{	width:268px; }
	
	#profile #contentMain		{	width:710px; float:right; margin:0px; }
	#profile #contentSub		{	width:250px; float:left; margin:0px; }
	
	#about #contentMain			{	width:710px; }
	#about #contentSub			{	width:200px; }	

	#cart #contentMain			{	width:700px; }
	#cart #contentSub			{	width:200px; }	
	
	#shop #contentMain			{	width:710px; }
	#shop #contentSub				{	width:200px; }	
	
	#giftCards #contentMain	{	width:710px; }
	#giftCards #contentSub	{	width:200px; }	
	
	#song #contentMain			{	width:640px; }
	#song #contentSub			{	width:268px; }

	
/**************************************
CONTENT BLOCKS
**************************************/

	.contentBlock{
		
	}
	
	#contentMain .contentBlock{
		
	}
	
	.contentBlock li.selected a {
		font-weight:bold;
	}
	
	#contentSub .contentBlock{
		margin-bottom: 20px;
	}
	
	#contentSub h3 {
		margin: 0 0 5px 0;
	}
	
	#contentSub label {
		font-weight: bold;
	}
	#contentSub li {
		background: url(/images/sprite.png) no-repeat 0 -737px;
		padding: 0 0 0 15px;
	}
	
	#contentSub li a {
		text-decoration: none;
		display: block;
	}
	
	#contentSub li.active a {
		color: #900;	
		font-weight: bold;
	}
	
	#footer .contentBlock{
		float:left;
		width: 205px;
		padding: 0 10px 0 0;
		border-right: 1px #3d3d3d solid;
		height: 170px;
		margin: 0 28px 20px 0;
		font-size: 11px;
	}
	
	#contentSub li span {
		font-size:11px;
	}

/************************************
PANELS
************************************/

	.panel {
		margin: 0 0 15px 0;
		padding: 0 0 0px 0;
	}
	
	.panelLast {
		border: 0;
	}

	.panel img {
		vertical-align: middle;
	}

	#user_captcha {
		width:300px;
	}

/**************************************
FOOTER
**************************************/
	
	#footer h3 {
		color:#999;
		border: 0;
		margin: 5px 0;
	}
	
	#footer a {
		color: #AEABA4;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #F89B21;
		text-decoration: underline;
	}
	
	#footer .contentBlock ul {
		padding: 0 0 15px 0;
	}
	#footer .contentBlock li {
		background: url(/images/sprite.png) no-repeat 0 -695px;
		padding: 0 0 0 15px;
	}
	
	#footer #copyright{
		border-top: 1px #444 solid;
		padding: 10px 0;
		clear: both;
		color: #666;
	}
	
	#footer #copyright ul {
		float: right;
	}
	
	#footer #copyright li {
		display: inline;
		margin: 0 0 0 15px;
		vertical-align: top;
	}

	#footer .last {
		border: 0;
		margin-right: 0;
	}

/**************************************
HEADER
**************************************/

	#headerMain {
		background: url(/images/header.png) center no-repeat;
		height: 49px;
		width: 990px;
		margin: 0 auto;
		font: 14px tahoma;
	}
	
	/*HEADER LOGO */
	
		#headerLogo {
			width: 300px;
			float: left;
		}
		
		#headerLogo a {
			width: 180px;
			height: 45px;
			display: block;
			margin: 1px 0 0 15px;
		}
		
	/*HEADER SEARCH */	
	
		#headerSearch {
			width: 390px;
			float: left;
			margin: 12px 0 0 0;
			background-position: 0 -281px;
			background-repeat: no-repeat;
			height: 25px;
		}
		
		#headerSearch form {
			background-position: 383px -306px;
			padding: 0 14px 0 0;
		}
		
		#headerSearch #q {
			font: 14px tahoma;
			color: #8f8f8f;
			margin: 0 7px;
			padding: 4px 0;
			border: 0;
			background-position: 0 -256px;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			width: 100%;
		}
		
		#headerSearch #searchBtn {
			width: 31px;
			height: 18px;
			background-position: 0 -224px;
			border: 0;
			position: relative;
			top:-21px;
			cursor: pointer;
			margin: 0 0 0 356px;
		}
		
		#headerSearch #searchBtn:hover {
			background-position: -31px -224px;
		}
	
	/*HEADER UTIL NAV */
	
		#headerUtil {
			width: 290px;
			float: right;
			text-shadow: #000 0 1px 2px;
			text-align: right;
			padding: 15px 10px 0 0;
		}
		
		#headerUtil a { 
			color: #fff;
			text-decoration: none;
		}
		
		#headerUtil img {
			vertical-align: middle;
		}
		
		#headerUtil #join {
			background-position: 0 -110px;
			padding: 1px 0 5px 0;
			display: block;
			float: right;
		}
		
		#headerUtil #join span {
			color: #c00;
			text-shadow: none;
			font-size: 7px;
			position: absolute;
			margin: 3px 0 0 -22px;
			font-weight: bold;
		}
		
		#headerUtil #join:hover {
			background-position: 0 -119px;
		}
		
		a.btn {
			padding: 0 3px 0 0;
			margin: 0 0 0 12px;
			background-position: right -198px;
			display: block;
			float: right;
			font-size: 11px;
			font-weight: bold;
			line-height: 13px;
			text-decoration: none;
			color: #fff;
		}
		
		a.btn span {
			display: block;
			padding: 4px 5px 7px 9px;
			background-position: 0 -174px;
			text-decoration: none;
			color: #fff;
			text-shadow: #000 0 1px 2px;
			font-size: 11px;
		}
		
		#headerUtil ul {
			float: right;
			margin-left: 10px;
			border-left: 1px #f8bd61 solid;
		}
		
		#headerUtil #headerMember {
			float: right;
		}
		
		#headerUtil li {
			float: left;
			margin-left: 10px;
		}
		#headerUtil li a {
			display: block;
			height: 24px;
			width: 24px;
		}
		
		#headerUtil li a span {
			display: block;
			padding: 0 3px 1px 3px;
			-moz-border-radius: 3px;
			background: #c00;
			position: absolute;
			font-size: 10px;
			margin: -6px 0 0 15px;
		}
		
		#headerBattle a					{ background-position: 0 -376px; }
		#headerBattle a:hover 			{ background-position: 0 -350px; }
		
		#headerNotifications a			{ background-position: -35px -376px; }
		#headerNotifications a:hover 	{ background-position: -35px -350px; }

		#headerMessages a				{ background-position: -70px -376px; }
		#headerMessages a:hover			{ background-position: -70px -350px; }
		
	/*HEADER PRIMARY NAV */
	
		#headerNav {
			height: 32px;
			width: 990px;
			margin: 0 auto;
		}
		
		
		/*HEADER PRIMARY NAV */
		
			#primaryNav li {
				float: left;
				margin: 0 8px;
			}
		
			#primaryNav li a {
				color: #575757;
				font: bold 14px tahoma;
				text-decoration: none;
				text-shadow: #ccc 0 1px 1px;
				display: block;
				margin: 4px 1px 1px 1px;
				padding: 2px 10px 3px 10px;
			}
			
			#primaryNav li:hover a,
			#primaryNav li.selected a {
				color: #fff;
				background: #ef7e22;
				text-shadow: #666 0 .5px 1px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				border: 1px #ef7e22 solid;
				margin: 3px 0 0;
			}
		
			#primaryNav li.menu {
				margin-right: 0;
			}
			
			#primaryNav li.menu a {
				float: left;
				padding-right: 18px;
			}
			
			#primaryNav li.menu:hover a {
				color: #575757;
				background: #f7d1b0;
				text-shadow: #999 0 .5px 1px;
			}
			
			#primaryNav li.menu:hover span.trigger,
			#primaryNav li.selected span.trigger {
				display: block;
				float: right;
				width: 15px;
				height: 24px;
				margin: 3px 0 0 -15px;
				background-color: #ef7e22;
				background-position: 2px -142px;
				-moz-border-radius-topright: 4px;
				-moz-border-radius-bottomright: 4px;
				-webkit-border-top-right-radius: 4px;
				-webkit-border-bottom-right-radius: 4px;
				cursor: pointer;
			}
			
		/*HEADER PRIMARY SUB NAV */
			
			#primarySubNav {
				float: right;
			}
			#primarySubNav li {
				float: left;
				margin: 0 3px;
			}
			
			#primarySubNav li a {
				color: #666;
				font: 12px tahoma;
				text-decoration: none;
				display: block;
				margin: 5px 0 0;
				padding: 3px 6px;
			}
			
			#primarySubNav li a:hover,
			#primarySubNav li.selected a {
				background: #666;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				color: #fff;
			}
			
		/*HEADER PRIMARY NAV DROPDOWN */
		
			#primaryNav ul.dropdown {
				display:none;
				position:absolute;
				width: 350px;
				z-index:1000;
				padding: 2px 0 0 0;
			}
			
			#primaryNav div.dropdownBox {
				width: 340px;
				background:#888 url(/images/prim_nav_pop.png) repeat-x;
				padding: 6px 0 10px 10px;
				border: 1px solid #ccc;
				border-bottom-color: #666;
				-moz-border-radius-bottomleft: 10px;
				-moz-border-radius-bottomright: 10px;
				-webkit-border-bottom-left-radius: 10px;
				-webkit-border-bottom-right-radius: 10px;
				display: inline-block;
			}
			
			#primaryNav ul.dropdown li {
				width: 160px;
				margin: 0 10px 0 0;
			}
			#primaryNav ul.dropdown li a,
			#primaryNav li:hover ul.dropdown li a  {
				border:0px;
				padding: 3px 10px;
				margin: 0;
				color:#333;
				float:none;
				background: none;
				font-size: 12px;
				text-shadow: none;
			}
			
			#primaryNav ul.dropdown li a:hover,
			#primaryNav li:hover ul.dropdown li a:hover {
				background: #efefef;
				color:#ef7e22;
			}
			
			
/**************************************
PAGINATION
**************************************/
	.pagination {
		margin: 18px 0;
		float: right;
		display: inline-block;
	}
	
	.pagination li {
		float: left;
		margin-right: 4px;
	}
	
	.pagination a {
		color: #336699;
		text-decoration: none;
		line-height: 14px;
		font-size: 11px;
		display: block;
		padding: 3px 5px;
		height: 14px;
		border: 1px #d3d3d3 solid;
		background: url(/images/pagination_bg.jpg) repeat-x;
	}
	
	.pagination a:hover {
		border-color: #f89821;
		text-decoration: none;
	}
	
	.pagination a.active {
		background: #f89821;
		border-color: #f89821;
		color: #fff;
	}
		
/************************************
BUTTON
************************************/	

	a.promo_buttons {
		height: 49px;
		display: block;
		background-position: no-repeat top;
		background: url(/images/promo_btn_rt.png) no-repeat top right;
		cursor: pointer;
		margin: 0 0 0 -5px;
		padding-right: 15px;
		float: left;
		color: #fff;
		text-decoration: none;
	}
	
	a.promo_buttons span {
		color: #fff;
		text-decoration: none;
		font-size: 15px;
		font-weight: bold;
		display: block;
		height: 23px;
		padding: 13px 5px 13px 20px;
		background: url(/images/promo_btn_lt.png) no-repeat top left;
	}    
	
	a.promo_buttons:hover {
		background-position: right -49px;
		text-decoration: none;
	}    
	
	a.promo_buttons:hover span {
		background-position: left -49px;
		text-decoration: none;
		border: none;
	}
	
	a.cancel {
		line-height: 45px;
		padding: 0 0 0 10px;
		color: #666;
	}
	
/************************************
CHART
************************************/

	.chart {
		border: 1px #ddd solid;
		padding: 5px;
		background: #DDD;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		margin: 0 10px 25px 10px;
	}
	.chart table {
		width: 100%;
		background: #fff;
	}
	.chart table .null {
		background: #DDD;
	}
	.chart table th {
		font-weight: bold;
		background: #eee;
		padding: 5px;
		border: 1px #ddd solid;
	}
	.chart table td {
		border: 1px #DDD solid;
		padding: 5px;
	}
	
	.chart table img {
		vertical-align: middle;
		margin: -2px 0 0 0;
	}

/************************************
GRID
************************************/	
			
	.grid {
		padding: 0 10px 0 0;
	}

	.grid th {
		width: 30px;
	}
	
	.grid .yes {
		background: url(/images/icons/tick.png) no-repeat right 16px;
	}
	
	.grid td {
		padding: 12px 12px 12px 12px;
		color: #2a628e;
		font: italic 13px/22px "lucida sans", georgia;
		vertical-align: top;
	}
	
	.grid tr {
		background: url(/images/grid.png) no-repeat center top;
	}
	
	.grid .short {
		height: 50px;
	}

/************************************
FORM
************************************/

	.formBox {
		background: #efefef;
		padding: 3px 0 0;
		border: 1px #ddd solid;
		margin: 0 0 15px 0;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
	
	.formBox .error, .formBox .error_list {
		color: #a00;
		font-weight: bold;
	}
	
	.formBox .notice {
		margin: 7px 10px 5px;
	}
	
	.formList {
		margin: 0 0 5px 0;
	}
	
	.formBtn {
		padding: 0;
		border: none;
		width: auto !important;
	}
	
	.row {
		display: inline-block;
		width: 100%;
		padding: 5px 0;
		border-bottom: 1px #e3e3e3 solid;
	}
	
	
	.row .label {
		float: left;
		width: 30%;
	}

	.row .label label {
		color: #666;
		font-weight: bold;
		font-size: 12px;
		padding: 0 0 0 15px;
		display: block;
	}

	.row .field {
		float: right;
		width: 70%;
	}

	.row .field input,
	.row .field textarea {
		width: 95%;
	}
	
	.row .field label {
		display: block;
		font-size: 12px;
		padding: 2px 0;
	}
	.row .field label input {
		display: inline;
		width: 20px;
		margin: 0 5px 0 0;
	}
	
	.row .field .price {
		font-size: 22px;
		line-height: 24px;
		color: #090;
	}
	
	.row .fieldList {
		
	}
	
	.row .fieldList li {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	
	.row .fieldList label {
		padding: 0;
		line-height: normal;
	}
	
	.row .fieldFull {
		width: 100%;
		text-align: center;
	}
	
	.row .fieldFull textarea {
		height: 80px;
	}
	
	.row .tip {
		color: #777;
		font: italic 12px/18px "lucida sans", arial;
	}
	
	.row .captcha {
		display: block;
		float: left;
		margin: 0 10px 0 0;
	}
	.end {
		border: 0;
		background: #ddd;
	}
	.end p {
		font-size: 11px;
		color: #999;
		float: left;
		margin: 0 0 0 15px;
	}
	
	.end .cancel {
		float: right;
		line-height: 22px;
		font-size: 12px;
		margin: 0 10px 0 0;
	}
	.end label {
		font-weight: normal;
		line-height: 22px;
	}
	
	.end input.btn {
		display: none;
	}
	
	.row a.btn {
		margin: 0 8px 0 0;
	}
	
	.row .radio_list input{
		width:auto;
	}
	.row .radio_list label{
		display:inline;
	}
	
	.row .checkbox_list {
		margin: 0 0 5px 0;
		display: inline-block;
	}
	
	.row .checkbox_list li {
		display: block;
		float: left;
		width: 145px;
	}
	
	#contentMain .btnAction { 
		height: 18px;
		margin: 10px 0;
		padding: 0;
	}
	
	#contentMain .btnAction span {
		height: 18px;
		display: block;
		float: left;
		background: url(/images/buttons/bg.jpg) no-repeat;
	}
	
	#contentMain .btnAction a {
		background: url(/images/buttons/bg_right.jpg) no-repeat top right;
		height:14px;
		display: block;
		padding: 2px 7px;
		color: #fff;
		text-decoration: none;
		font-size: 11px;
		font-weight: normal;
		line-height: normal;
	}
	
	#contentMain .btnAction a:hover {
		text-decoration: none;
		color: #fff;
	}

/************************************
RESULTS
************************************/
	#resultsHeading{
		background:transparent url(/images/sort-results-line.gif) repeat-x scroll 0 50%;
		float:left;
		width:100%;
		margin-bottom:10px;
	}
	
	#resultsHeading span{
		background:#FFFFFF none repeat scroll 0 0;
		float:left;
		font-size:14px;
		font-weight:bold;
		padding-right:5px;
		word-spacing:-0.1em;
		color:#333;
	}
	
	#resultsSort {
		background: #fff;
		display:inline-block;
		float:right;
		padding:0 0 0 7px;
	}
	
	#resultsSort li{
		list-style:none;
		float:right;
	}
	#resultsSort li a{
		display:block;
		background:#FFFFFF none repeat scroll 0 0;
		font-weight:bold;
		height:18px;
		min-height:18px;
		line-height:18px;
		word-spacing:-0.1em;
		font-size:12px;
		padding:1px 8px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		margin-top:2px;
		color:#E37400;
		text-decoration:none;
	}
	#resultsSort li a:hover{
		text-decoration:underline;
	}
	#resultsSort li.selected a{
		background:#E37400;
		color:#FFF;
	}

/************************************
ERRORS
************************************/

	
	#error a {
		color: #900;
		font-weight: bold;
	}
	
	#error a:hover {
		text-decoration: none;
	}
	
	#error p {
		font-size: 14px;
	}

	#errorBand {
		width: 930px;
		height: 482px;
		margin: 0 auto;
		background: url(/images/error.jpg) no-repeat;
	}
	
	#errorCode {
		font-size: 30px;
		font-family: arial;
		font-weight: bold;
		letter-spacing: -.5px;
		color: #900;
		padding: 320px 50px 0 0;	
		text-align: center;
	}
	
/************************************
NOTIFICATIONS
************************************/
	
	#notification {
		position:absolute;
		top:90px;
		color:#fff;
		left: 50%;
		width: 1000px;
		margin-left: -500px;
		z-index:1000;
	}
	
	#notificationBox {
		background: url(/images/notification_bg.png);
		width: 300px;
		padding: 10px;
		margin: 0 auto;
		border: 0px solid #383838;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
	
	#notificationContent {
		background: url(/images/notification_icon_bg.jpg) no-repeat;
		width: 300px;
	}
	
	#notificationIcon {
		font: bold italic 36px georgia;
		width: 45px;
		float: left;
		text-align: center;
		padding: 5px 0;
		color: #fff;
	}
	
	#notificationMsg {
		float: left;
		width: 235px;
		padding: 10px;
		font-size: 18px;
		background: url(/images/notification_bg.png);
		min-height: 31px;
		text-align: center;
	}


/************************************
BOXY POPUP
************************************/

	.boxy-wrapper { position: absolute; }
	.boxy-wrapper.fixed { position: fixed; }
	
	  /* Modal */
	  
	  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
	  
	  /* Border */
	
	  .boxy-wrapper { empty-cells: show; }
		.boxy-wrapper .top-left,
		.boxy-wrapper .top-right,
		.boxy-wrapper .bottom-right,
		.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
		
		.boxy-wrapper .top-left { background: url('/images/boxy-nw.png'); }
		.boxy-wrapper .top-right { background: url('/images/boxy-ne.png'); }
		.boxy-wrapper .bottom-right { background: url('/images/boxy-se.png'); }
		.boxy-wrapper .bottom-left { background: url('/images/boxy-sw.png'); }
		
		/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
		/* NB: these must be absolute paths or URLs to your images */
		.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-nw.png'); }
		.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-ne.png'); }
		.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-se.png'); }
		.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-sw.png'); }
		
		.boxy-wrapper .top,
		.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
		
		.boxy-wrapper .left,
		.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
		
		/* Title bar */
		
		.boxy-wrapper .title-bar { background-color: black; padding: 6px; position: relative; }
		  .boxy-wrapper .title-bar.dragging { cursor: move; }
		    .boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
		    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
			
		/* Content Region */
		
		.boxy-inner { background: #fff; padding: 0 }
		.boxy-content { padding: 0px; }
		
		/* Question Boxes */
	
	    .boxy-wrapper .question { 
	    	width: 350px; 
			background:#353432;
			color:#AEABA4;
			padding: 15px;
			color:#fff;
			font-size: 24px;
    	}
	    .boxy-wrapper .answers { 
	    	text-align: right;
	    	padding: 15px;
	    }
	    
	    .boxy-wrapper .answers input {
	    	background: url(/images/buttons/blank.png) no-repeat;	
	    	width: 32px;
	    	height: 23px;
	    	border: none;
	    	cursor: pointer;
	    	color: #fff;
	    	font-weight: bold;
	    }
	    
			
	.dialogWrapper{
		
		border: 3px solid #353432;
		padding:0px;
	}
	.dialogTitle {
		background:#353432;
		color:#AEABA4;
		padding: 15px;
	}
	.dialogTitle h1 {
		color:#fff;
		margin:0px;
		line-height: normal;
		padding: 0;
	}
	.dialogTitle h2 {
		color:#AEABA4;
		margin:0px;
		width: 400px;
	}
	.dialogMain{
		padding: 20px;
	}
	
	.dialogMain .formBox {
		margin: 0;
	}
	
	#dialogLoading {
		margin:0 auto;
		padding:0 0 15px;
		text-align:center;
		color: #999;
	}
	
	#dialogLoading img {
		vertical-align: middle;
		margin: -2px 0 0 0;
	}
	
	#dialogError {
		text-align: center;
		font-weight: bold;
		color: #900;
		line-height: normal;
		padding: 0 0 10px 0;
	}
	
	a.closeWindow{
		float:right;
		line-height:18px;
		background:url(/images/tmp1-2/close.png) no-repeat right top;
		text-decoration:none;
		color:#999;
		padding-right: 25px;
	}
	a.closeWindow:hover{
	  color:#666;
	  background-position: right bottom;
	}
	
	
	#main a.closeWindow {
		margin: 10px 15px 0 0;
	}
	a.connectButton{
		-moz-border-radius:3px;	
		background:#FFFFFF none repeat scroll 0 0;
		border:1px solid #CCCCCC;
		color:#3B7DCD !important;
		display:block;
		font-size:13px;
		font-weight:normal;
		line-height:30px;
		padding:0 5px;
		text-decoration:none !important;
		white-space:nowrap;
		margin:10px 3px 0px 10px;
	}
	a.connectButton:hover {
		color: #fff !important;
		text-decoration: none !important;
		background: #369;
		border-color: #369;
	}
		
	.connectButton img {
		display:block;
		float:left;
		margin-top:3px;
		margin-right:10px;
	}
	
	.banner{
		padding: 7px 15px;
		font-size: 22px;
		line-height:22px;
		font-weight:bold;
	}
	.banner img{
		float:left;
		display:block;
		margin-right:5px;
	}
	
	#mfBanner{
		background:#E37400;
		color:#fff;
	}
	#twitBanner{
		background:#5599bb;
		color:#fff;
	}

	.updateButton{
		text-decoration:none;
		float:right;
		display:block;
		padding:5px 10px;
		font-weight:bold;
	}
	.updateButton img{
		float:left;
	}
	.sharelink{
		font-size:11px;
		color:#666;
	}
/************************************
SPLASH BOX
************************************/

	.splash {
		width: 700px;
		height: 205px;
		background: url(/images/splash.jpg) no-repeat;
		padding: 170px 50px 25px 50px;
		text-align: center;
	}
	
	.splashMain {
		height: 135px;
		font-weight: bold;
		font-size: 18px;
		line-height: 34px;
		padding: 0 30px;
	}
	
	.splash .actions {
		display: inline-block;
	}
	
	.splash .actions li {
		display: inline;
	}
	
	.splash .actions li a {
		display: block;
		float: left;
		background: url(/images/splash_btn.png) no-repeat;
		width: 187px;
		height: 51px;
		text-decoration: none;
		color: #900;
		font-weight: bold;
		line-height: 40px;
	}
	
	.splash .actions li a:hover {
		background-position: bottom;
		color: #fff;
	}

/************ CHARTS LISTIING ***************/

    .chartsList li {
        height: 160px;
        background: url(/images/charts_list_bg.jpg) repeat-x;
    }
    
    .chartsList li div.right {
        width: 11px;
        height: 136px;
        background: url(/images/charts_list_rt.jpg) no-repeat right;
        float: right;
    }

    .chartsList li div.left {
        width: 100px;
        height: 136px;
        background: url(/images/charts_list_icon.jpg) no-repeat;
        float: left;
        
    }
    
    .chartsList li div.left h2 {
        color: #fff;
        font: normal 42px georgia;
        text-align: center;
        padding-right: 40px;
        margin-bottom: 15px;
    }
    
    .chartsList li div.left h3 {
        color: #565656;
        font-size: 12px;
        text-align: center;
        padding-right: 30px;
        margin: 0;
        border: 0;
    }    
    
    .chartsList li div.left h4 {
        color: #c00;
        font: normal 24px georgia;
        text-align: center;
        padding-right: 40px;
    }
    
    .chartsList li div.main {
        float: left;
        width:560px;
    }
    
    .chartsList li div.main .chartsTitle {
        height: 20px;
        width: 560px;
    }
    
    .chartsList li div.main h2 {
        color: #990000;
        letter-spacing: -.5px;
        font-size: 22px;
        margin-right: 20px;
        margin-top: -7px;
        float: left;
    }
		
	.chartsList li div.main h2 a {
        color: #06338e !important;
        text-decoration: none;
    }
    
    .chartsList li div.main h3 {
        color: #999;
        font-weight: normal;
        font-size: 14px;
        float: left;
        margin: 0;
        border: 0;
    }
		
	.chartsList li div.main h3 a {
        color: #333 !important;
    }
    
    .chartsList li div.main div {
        float: left;
        margin-top: 15px;
    }
    
    .chartsList li div.main .chartsCover {
        width: 180px;
    }

    .chartsList li div.main .chartsActions {
        padding: 10px 20px 0 0;
        width: 205px;
    }
    
    .chartsList li div.main .chartsActions .price {
        float:none;
        padding:0;
        margin:0 0 10px 0;
        font-size:15px;
        color:#c00;
    }
    
    .chartsList li div.main .chartsActions .play {
    	margin-top: 4px;
	}

    .chartsList li div.main .chartsActions .play a {
		display: block;
		padding: 2px 5px 3px;
		background: #fff;
		border: 1px #ccc solid;
		color: #3b7dcd !important;
		text-decoration:none !important;
		float: left;
		margin-right: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		white-space: nowrap;
		font-weight:normal;
		font-size:11px;
		line-height: normal;
	}
	
	
	.chartsList li div.main .chartsActions .play a:hover {
		color: #fff !important;
		text-decoration: none !important;
		background: #369;
		border-color: #369;
	}
    
    .chartsList li div.main .chartsInfo {
        padding: 10px 30px 0 0;
        text-align :center;
    }
    
    .chartsList li div.main .chartsInfo h3 {
        color: #565656;
        font-size: 12px;
        text-align: center;
        font-weight: normal;
        display: block;
        float: none;
        border: 0;
        margin: 0;
    }
    
    .chartsList li div.main .chartsInfo h4 {
        color: #c00;
        font: normal 20px georgia;
        text-align: center;
        display: block;
    }


#fbBanner{
	background:#3b5998;
	color:#fff;
}

/* article listings */

.listingIcon img  {
	float:left;
}


.listingIcon div.control{
	float:left;	
	font: normal 9px/9px arial;
}

.listingIcon div.control a{
	margin:0px 0px 3px 5px;
	padding:1px 4px;
	text-align:center;
	border:1px solid #ddd;
	color:#666666;
	display: block;
	text-decoration:none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.listingIcon div.control a:hover{
	background:#666;
	color:#fff;
}

/************************************
HOME
************************************/	

	#promoPanel {
		margin: 0 0 25px 0;
	}

	.article{
		position:relative;
		margin-bottom:25px;
	}
	
	.articleAmp a {
		width: 54px;
		height: 60px;
		margin: 7px 0 0 0;
		background-image: url(/images/ampit.png);
		float: left;
		display: block;
		text-decoration: none;
	}
	
	.articleAmp a:hover {
		text-decoration:none;
	}
	
	.articleAmp a span {
		display: block;
		margin: 42px 0 0 0;
		font:10px/20px tahoma,arial,helvetica,sans-serif;
		line-height: normal;
		padding: 1px 5px 2px 15px;
		border: 1px #f2cf92 solid;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		background: url(/images/ampit_btn.jpg) 0 top;
		font-weight: bold;
		color: #666;
	}
		
	.articleAmp img {
		margin: 43px 0 0 19px;
	}
	.articleAmp a:hover span {
		background-position: 0 -17px;
		color: #fff;
	}
	
	.amped a span,
	.amped a:hover span {
		background-position: 0 -32px;
		border-color: #bbb;
		color: #666;
	}
	
	.amp0,
	.amp1:hover { background-position: 0 0; }
	
	.amp1,
	.amped .amp1:hover,
	.amp2:hover	{ background-position: 0 -60px; }
	
	.amp2,
	.amped .amp2:hover,
	.amp3:hover	{ background-position: 0 -120px; }
	
	.amp3,
	.amped .amp3:hover,
	.amp4:hover	{ background-position: 0 -180px; }
	
	.amp4,
	.amped .amp4:hover,
	.amp5:hover	{ background-position: 0 -240px; }
	
	.amp5,
	.amped .amp5:hover
	{ background-position: 0 -300px; }


	.articleBody {
		min-height:45px;
		padding-left:132px;
	}
	.articleNoImage{
		padding-left:65px;
	}
	
	.articleBody h2{
		font-size:18px !important;
		margin:0px !important;
		border:0 !important;
	}
	
	.articleBody h2 a {
		color: #145595 !important;
		font-weight: bold;
		letter-spacing: -1px;
		display: block;
		text-decoration: none;
	}
	
	.articleBody h2 a:hover {
		color: #000 !important;
	}

	.articleBody p{
		font-size:13px;
		line-height:18px;
		color:#333;
		margin:0px;
		min-height:25px;
	}
	
	.articleImage{
		display:block;
		float:left;
		border:1px solid #e2b281;
		padding:1px !important;
		left:60px;
		position:absolute;
		top:8px;
	}
	
	.articleDetails{
		font-size:11px;
		color: #999;
	}
	
	.articleDetails a {
		margin: 0 10px 0 0;
		color: #666;
	}
	.articleDetails img {
		vertical-align: middle;
		margin-top: -2px;
		border-right: 3px #fff solid;
	}

	#contentSub .panelTabs {
		padding: 0 0 10px 5px;
		display: inline-block;
	}
	#contentSub .panelTabs li {
		float: left;
		background: none;
		padding: 0;
		line-height: normal;
	}
	#contentSub .panelTabs li a {
		display: inline-block;
		padding: 2px 5px;
		font-size: 12px;
		margin-left: 5px;

		color: #666;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	#contentSub .panelTabs li a:hover {
		background: #E37400;
		color: #fff;
	}
	
	#artistList li{
		background:none;
		float:left;
		padding:0px;
		width:65px;
		height:75px;
		line-height:12px;
		font-size:11px;
	}
	
	.panelTabs{
		float:right;
	}
	
	.listSplit {
		display: inline-block;
	}
	
	.listSplit li {
		float: left;
		width: 43%;
		font-size: 12px;
	}
	
	
	#articleList li{
		background:none;
		margin:0px 0px 0px 0px;
		font:bold 12px/12px arial;
		position:relative;
		min-height:27px;
		border-bottom:1px dotted #E8E8E8;
		padding:3px 0 3px 0;
	}
	#articleList .articleThumbnail{
		display:block;
		position:absolute;
		padding:1px;
		border:1px solid #e2b281;
		width:25px;height:25px;
		background: url(/images/latest_entry_bg.jpg);
	}
	#articleList .articleTitle{
		display:block;
		margin-left:35px;
	}

/************************************
BLOG + ARTICLES
************************************/	

	#blog h1{
		margin:0px;
		padding:0px;
	}
	#postDetails{
		padding:0px 0px 10px;
		font-size: 12px;
		color: #999;
		border-bottom:1px solid #E8E8E8;
	}
	
	#postDetails img {
		vertical-align: middle;
		margin-top: -2px;
		border-right: 3px #fff solid;
	}

	#postDetails span {
		float: left;
	}
	
	#postDetails ul {
		float: right;
	}
	
	#postDetails li {
		float: left;
		
	}
	
	#postDetails li a {
		text-decoration: none;
		display: block;
		margin: 1px 0 0 8px;
		border: 1px #ddd solid;
		line-height: normal;
		padding: 2px 6px 3px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		background: #efefef;
		color: #145595;
		font-size: 11px;
	}
	
	#postDetails li a:hover {
		background: #ddd;
		color: #145595;
	}
	

	#author{
		background:#eee;
		padding:5px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
	#authorImage{
		float:left;
		padding:1px;
		border:1px solid #ccc;
		margin:0px 10px 0px 0px;
	}
	#authorDetails{
		float:left;
		font-size:16px;
		line-height:18px;
	}
	
	#authorDetails a {
		color: #333;
		font-weight: bold;
		text-decoration: none;
		font-size: 14px;
	}
	
	#authorDetails a:hover {
		text-decoration: underline;
	}
	#authorLinks {
		font-size:9px;
		color:#666;
		line-height:20px;
	}
	#authorLinks a {
		color:#666;
		font-weight: normal;
		font-size:9px;
	}	
	#tools{
		padding:5px 5px;
		font-size:12px;
		line-height:18px;
		color:#666666;
		font-weight:bold;
		margin:0px 0px 10px;
		border-bottom:1px dotted #E8E8E8;
	}
	
	#fontsize{
		float:right;
		text-align:right;
		width:20%;
	}
	#sharing{
		float:left;
		text-align:left;
		width:75%;
	}
	#sharing span, #fontsize span{
		color:#999999;
		margin-right:5px;
		font-weight:normal;
		font-size:11px;
		float:left;
	}
	#sharing a{
		display:block;
		float:left;
		text-decoration:none;
		margin:0 0 0 5px;
	}
	#sharing a img{
		margin-top:-2px;
		padding:0 5px 0 0;
		vertical-align:middle;
	}
	
	#fontsize .fontsize{
		display:block;
		float:right;
		text-decoration:none;
		margin-left:5px;
		width:18px;
		height:18px;
		text-align:center;
		border:1px solid #FFF;
		line-height:18px;
		-moz-border-radius:4px 4px 4px 4px;
	}
	#fontsize a.fontsize:hover{
		border-color:#F89B21;
	}
	#fontsize .small{
		font-size:12px;
	}
	#fontsize .medium{
		font-size:14px;
	}
	#fontsize .large{
		font-size:16px;
	}
	#fontsize .select{
		border:1px solid #EDEDED;
	}
	
	#postBody{
		margin:20px 0px;
		font-family:Georgia;
		font-size:13px;
		letter-spacing:0;
		line-height:19px;
		color:#444444;
	}
	#postBody h2{
		font-family:Georgia;
		font-size:28px;
		line-height:32px;
		margin:0px;padding:0px;
	}
	#postBody h3{
		font-family:Georgia;
		font-size:24px;
		line-height:38px;
		margin:0px;padding:0px;
		border-bottom:0px;
	}
	#postBody h4{
		font-family:Georgia;
		font-size:20px;
		line-height:24px;
		margin:0px;padding:0px;
	}
	#postBody p{
		margin:0px;padding:0px 0px 19px 0px;
	}
	
	#postBody ul{
		margin-bottom:19px;
		margin-left:20px;
	}
	#postBody ul li{
		background:url("/images/sprite.png") no-repeat scroll 0 -737px transparent;
		padding:0 0 0 15px;
	}
	#postBody a{
		color:#145595;
	}
	#postBody em{
		font-style:italic;
	}
	
	.socialWrapper{
		float:left;
		margin:0px 20px 10px 0px;
	}
	

/************************************
COMMENTS
************************************/	

	#postComments .formBox{
	}
	#postSignin{
		padding:10px 10px 10px 10px;
		margin:10px 0px 10px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		background:url("/images/fade_bg.png") repeat-x scroll 0 0 transparent;
	}
	
	#signinForm{
		width:45%;
		float:left;
		height:100px;
	}
	#signinForm label{
		display:block;
		width:75px;
		float:left;
		color:#666666;
		display:block;
		font-size:12px;
		font-weight:bold;
		padding:0 0 0 15px;
	}
	#signinForm .row{
		border-bottom:0px;
	}
	#signinSocial{
		width:45%;
		float:right;
		height:100px;
	}
	
	#or{
		width:10%;
		margin-top:10px;
		float:left;
		border:0 none;
		color:#990000;
		font:italic 40px/100px georgia;
		text-align:center;
		background:url(/images/split.png) no-repeat 50% 0%;
	}
	
	#signinForm .wrapper, #signinSocial .wrapper{
		padding:20px;
	}
		
	.comment {
		display: inline-block;
		width: 100%;
		margin: 0 0 10px 0;
		background: url(/images/comment_bg.jpg) repeat-x;
		-moz-border-radius: 8px;
	}
	.commentHead {
		float: left;
		padding: 10px;
		width: 30px;
	}
	
	.commentBody {
		color:#333333;
		font-family:'Helvetica Neue',Arial,sans-serif;
		font-size:13px;
		line-height:1.42;
		float: left;
		padding: 5px;
		width:575px;
	}
	
	.commentBody span {
		font-size: 11px;
		color: #999;
	}

/************************************
LINKS
************************************/	
	
	#mfLinks {
		border-collapse: separate;
		border-spacing: 15px 20px;
	}
	#mfLinks td {
		border: 1px #ccc solid;
		-moz-border-radius: 10px;
		padding: 5px 20px 10px 15px;
		line-height: normal;
	}
	
	#mfLinks h3 {
		margin: -17px 0 0 -8px;
		background: #fff;
		float: left;
		padding: 0 10px;
		color: #145595;
		border: none;
	}
	
	#mfLinks a {
		margin-top: 15px;
		display: block;
		color: #900;
	}
	
	#mfLinks .info {
		font-size: 12px;
		line-height: 16px;
		color: #666;
	}
	
	#mfLinks .link {
		color: green;
		font-size: 12px;
		margin: 3px 0 20px 0;
	}
	
	#mfLinks .more {
		font-size: 12px;
		margin-top: 3px;
		text-align:right;
	}
	
	#mfLinksBack {
		float: right;
		text-decoration: none;
	}
	
	#mfLinksBack {
		margin: 10px 0 0 0;
	}
	
	#mfLinksBack img {
		padding: 0 5px 0 0;
		vertical-align: middle;
		margin: -2px 0 0 0;
	}


/************************************
LIST BLOCKS
************************************/

	ul.listBlock li {
		border: 1px #ccc solid;
		-moz-border-radius: 10px;
		padding: 5px 20px;
		margin: 30px 0;
	}
	
	ul.listBlock h3 {
		color:#145595;
		font-weight:bold;
		position: absolute;	
		margin: -17px 0 0 -10px;
		background: #fff;
		padding: 0 10px;
		font-size: 18px;
		border: none;
	}
	
	ul.listBlock h4 {
		font-size: 14px;
	}
	
	ul.listBlock span {
		color:#145595;
		font-weight:bold;
		position: absolute;	
		margin: -17px 0 0 -10px;
		background: #fff;
		padding: 0 10px;
	}
	
	ul.listBlock textarea {
		background: #efefef;
		color: #666;
		padding: 5px;
	}
	
	ul.listBlock div {
		margin: 15px 10px;
		font-size: 12px;
	}
	
	ul.listBlock dl {
		display: inline-block;
		width: 100%;
	}
	
	ul.listBlock dt {
		float: left;
		width: 395px;
		background: url(/images/icons/arrow_right.png) right 2px no-repeat;
		margin: 0 15px 0 0;
		padding: 0 25px 0 0;
	}
	
	ul.listBlock dt p {
		font: italic 12px "lucida sans", arial;
		color: #999;	
	}
	
	ul.listBlock dd {
		float: left;
		width: 400px;
	}
	
	ul.listBlock dl span {
		position: relative;
		margin: 0;
		display: block;
		font-size: 14px;
		padding: 0 0 10px 0;
		color: #000;
		background: none;
	}

/************************************
IMAGE UPLOADER
************************************/

	#jUploaderBoxy{
		width: 350px;
	}
	#jUploaderFormLoad{
		display:none;
		background: #999;
		padding: 5px 15px;
		font: italic 14px "lucida sans", arial;
	}
	
	#jUploaderFormLoad img {		
		vertical-align: middle;	
	}
		
	#jUploaderFormError{
		display:none;
		color: #900;
	}
	#jUploaderImgWrap{
		display:none;
	}
	
	#jUploaderActuator {
		background: #999;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		color: #fff;
		font-size: 11px;
		text-decoration: none;
		padding: 3px 7px;
		line-height: normal;
		display: block;
		float: left;
		margin: 0 0 7px 0;
	}
	
	#jUploaderActuator:hover {
		background-color: #900;
	}
	
	#jUploaderImgDelete {
		font-size: 10px;
		line-height: normal;
		text-decoration: none;
		color: #333;
		display: block;
	}
	
	#jUploaderImgDelete:hover {
		color: #900;
	}
	
	#jUploaderImgWrap {
		border: 1px #ccc solid;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		background: #fff;
		padding: 3px;
		float: left;
		margin: 0 0 5px 0;
		text-align: center;
	}
	
	#jUploaderImgWrap img {
		display: block;
	}

	#jUploaderBoxy #uploadBtn {
		background: url(/images/buttons/upload.jpg) no-repeat;
		width: 67px;
		height: 23px;
		border: none;
		cursor: pointer;
		float: right;
	}

/************************************
SEARCH & FILTERS
************************************/

	#search #contentMain h2 {
		font-size: 24px;
		color: #900;
		margin: 0 0 20px 0;
	}
	
	#search #contentMain #gigListings h2 {
		font-size: 18px;	
	}
	
	#search #searchResults li {
		background-image :url("/images/sm_box_list_fl_top.jpg");
	}
	
	#search #searchResults .searchProductDetails  li {
		background: none;
	}
	
	#search #searchResults .smListFooter {
		background-image :url("/images/sm_box_list_fl_btm.jpg");
	}
	
	/* SEARCH ARTIST LIST */
	#search .memberResults {
		float:left;
		padding: 8px;
		margin: 5px 15px 10px 0;
		width: 203px;
		border: 1px #fff solid;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		background: url("/images/song-results-bg.jpg") repeat-x;
		cursor: pointer;
	}
	
	#search .memberResults:hover {
		border-color: #ddd;
	}
		
	#search .memberResults .listingIcon {
		padding: 0 10px 0 0;
		float: left;
	}
	
	#search .memberResults .listingDetails {
		float: left;
		width: 95px;
		line-height: normal;
	}
	
	#search .memberResults .listingDetails h4 a {
		font-size: 12px;
		line-height: normal;
		text-decoration: none;
		color: #369;
	}
	
	#search .memberResults:hover .listingDetails h4 a,
	#search h4 a:hover {
		text-decoration: none;
		color: #06338E;
	}
	
	#search .memberResults .control {
		font-size: 10px;
		position: absolute;
		margin: 37px 0 0 0;
	}
	
	#search .memberResults .control a {
		display: block;
		float: left;
		padding: 15px 3px 15px;
		width: 16px;
		text-decoration: none;
	}
	
	#search .memberResults .control a span {
		display: none;
		position: absolute;
		padding: 2px 5px;
		background: #444;
		font-weight: bold;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		margin: 5px 0 0 0;
		width: 65px;
		text-align: center;
	}
	
	#search .memberResults .control a.profile {
		background: url(/images/icons/profile.png) no-repeat top left;
	}
	#search .memberResults .control a.friend {
		background: url(/images/icons/friends.png) no-repeat top left;
	}
	#search .memberResults .control a.message {
		background: url(/images/icons/messages.png) no-repeat top left;
	}
	
	#search .memberResults:hover .control a {
		background-position: top right;
	}

	#search .memberResults .control a.profile span {
		margin-left: -4px;
	}
	#search .memberResults .control a.friend span {
		margin-left: -26px;
	}
	#search .memberResults .control a.message span {
		margin-left: -48px;
	}	
	
	#search .memberResults .control a:hover span {
		display: block;
		color: #fff;
	}

	#search .memberName {
		font-size:12px;
	}
	
	/* FILTERS */
	
	#contentSub li#searchBack {
		background: url(/images/icons/arrow_left.png) 0 3px no-repeat;
		padding: 0 0 0 20px;
	}
	
	#contentSub .filterSelect {
		margin: 0 0 10px 0;
	}
	
	#contentSub select {
		width: 200px;
	}
	
	#contentSub input {
		width: 190px;
	}
	
	#contentSub input.sub {
		width: 132px;
	}
	
	#contentSub ul.filterSelect {
		padding: 0 0 5px 0;
		border: 1px #efefef solid;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-size: 12px;
		color: #666;
	}
	
	#contentSub ul.filterSelect:hover {
		border-color: #ccc;
	}
	
	#contentSub ul.filterSelect input {
		width: auto;
		margin: 0 5px 0 0;
		cursor: pointer;
	}
	
	#contentSub ul.filterSelect label {
		font-weight: normal;
		display: block;
		font-weight: bold;
		background: #efefef;
		padding: 0 10px;
		margin: 5px;
	}
	
	#contentSub ul.filterSelect li {
		background: none;
		padding: 0px 0 0px 12px;
		display: block;
	}
	
	#contentSub ul.filterSelect li label {
		font-weight: normal;
		display: inline;
		background: none;
		padding: 0;
		margin: 0;
		cursor: pointer;
	}
	
	.searchMoreLink {
		background: url(/images/icons/arrow_right.png) right 3px no-repeat;
		padding: 0 20px 0 0;
		display: block;
		text-align: right;
	}
	
	.searchMoreLink span {
		font-size: 11px;
		font-weight: bold;
	}
	
	#contentSub #fmrSub {
		background: url(/images/buttons/search.jpg) no-repeat;
		width: 56px;
		height: 23px;
		border: none;
		cursor: pointer;
	}


/************************************
TOP TEN LIST COMPONENT
************************************/
	.itemList li, #topTen.itemList li, #upcomingGigs.itemList li {
		background: none;
		border-bottom:1px dotted #E8E8E8;
		padding:3px 0 3px 0;
	}


	.itemList li div.position{
		display:block;
		float:left;
		background:#eee;
		font: bold 14px/24px arial;
		width:24px;
		height:24px;
		text-align:center;
		padding: 1px;
		margin-right:5px;
	}
	
	.itemList div.calender{
		display:block;
		float:left;
		background:#eee;
		font: bold 12px/18px arial;
		width:24px;
		height:24px;
		text-align:center;
		padding: 1px;
		margin-right:5px;
	}
	.itemList span.month{
		background:#cf2e2e;
		font: bold 8px/9px arial;
		color:#fff;
		display:block;
	}
	
	.itemList li div.item{
		display:block;
		float:left;
		margin-right:2px;
		width:210px;
		padding-right:20px;
	}
	.itemList li div.tinyThumb{
		float:left;
		border:1px solid #eee;
		margin-right:5px;
	}

	.itemList li div.bigName{
		float:left;
		font: bold 12px/12px arial;
	}
	.itemList li span.smallName{
		display:block;
		font: normal 11px/11px arial;
	}
	.itemList li div.control{
		position:absolute;
		float:left;
		font: normal 9px/9px arial;
		margin-left:230px;
	}
	.itemList li div.control a{
		margin:0px 0px 1px;
		padding:1px 4px;
		text-align:center;
		border:1px solid #ddd;
		color:#666666;
		display: block;
		width: 25px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	.itemList li div.control a:hover{
		background:#666;
		color:#fff;
		border-color: #666;
	}
	
	#music .itemList li div.item{
		width:170px;
		padding-right:0px;
	}
	#music .itemList li div.bigName{
		width:138px;
	}
	#music .itemList li div.control{
		margin-left:205px;
	}
	
	.avatar_holder {
		width: 450px;
		padding:0 10px;
	}
	
	.avatar_holder.long {
		width: auto;
	}
	
	.avatar_holder li {
		float: left;
	}
	.avatar_holder img {
		border: 4px solid #efefef;
	}
	
	.avatar_holder img:hover {
		cursor: pointer;
	}
	
	.avatar_holder img.active {
		border:4px solid #000;
	}
	
	.avatar_holder .av_prev {
		border: 4px #000 solid;
		position: absolute;
		display: none;
		margin: -15px 0 0 -15px;
	}
	
	#avatar_selected {
		margin:10px 0 0 15px;
		width:115px;
	}
	
	.avatar_update {
		width:auto !important;
	}
	
	#avatar_selected img {
		border: 1px solid #ccc;
		padding: 5px;
	}
	
	#user_avatar, #member_profile_profile_photo_id {
  		display:none;
	}

/*************** CART **************/

#yourCart li, #yourCartSm li {
	background-image:none;
	padding:0;
	margin:0;
}

#yourCart li.item, #yourCartSm .item{
	margin:5px 0px;
}

#yourCart .icon, #yourCartSm .icon{
	float:left;
	width:50px;
	height:50px;
	margin-right:10px;
}

#yourCart .name, #yourCartSm .name{
	float:left;
	line-height:15px;
	font-size:11px;
}

#yourCartSm .name{
	width:120px;
}

#yourCart .name a, #yourCartSm .name a{
	color:#0054A6;
	text-decoration:none;
	font-weight:bold;
}

#yourCart .price, #yourCartSm .price{
	float:left;
	color:#666;
	font-size:11px;
	margin-top:2px;
}

#yourCartSm .price{
	width:120px;
}

#yourCart .subtotal, #yourCartSm .subtotal {
	margin:10px 0px;
	padding:5px 0px;
	border-top:1px dotted #ddd;
}

#yourCart .subtotal strong, #yourCartSm .subtotal strong{
	float:left;
	width:120px;
	display:block;
	color:#999;
	font-size:13px;
}

#yourCartSm .subtotal strong{
	width:80px;
}

#yourCart .subtotal span, #yourCartSm .subtotal span{
	float:left;
	width:120px;
	display:block;
	text-align:right;
	font-size:13px !important;
}

#yourCartSm .subtotal span{
	width:100px;
}

/*************** SOCIAL POPUP **************/
#social{
	background:none repeat scroll 0 0 #FFFFFF;
	color: #333333;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	line-height:14px;
}
#socialHeading{
	color:#fff;
	background:none repeat scroll 0 0 #EF7E22;
}
#socialHeading h1{
	letter-spacing:0px;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	color:#FFFFFF;
	margin:0;
	padding:8px 10px 8px 30px;
}
#socialHeading h1 img{display:block;float:left;margin-right:10px;}
#socialSeperator{
	background:url("/images/hashmarks.gif") repeat scroll left top transparent;
	height:15px;
}
#socialBody{
	padding:20px;
}
#socialBody h2{
	color:#575757;
	margin:10px 0px;
}


#transfer{
	float:left;
}
#transfer img{
	display:block;
	float:left;
	margin:0px 2px;
}
#loading{
	float:left;
	font-size:12px;
	line-height:22px;
	margin-left:20px;
}
#loading img{
	display:block;
	float:left;
	margin-right:5px;
	margin-top:3px;
}
#social_profile{
	float:left;
	font:bold 12px Helvetica Neue,Helvetica,sans-serif;
	margin-top:0;
	display:inline-block;
	line-height:22px;
}
#social_profile img{
	display:block;
	float:left;
	margin-right:5px;
}

ul.boxes li{
	float:left;
	margin-right:15px;
}



/******************** HORIZONTAL HEADER ********************/	

	#accountHeader {
		display:inline-block;
		width: 100%;
		border-bottom: 8px #939393 solid;
		margin: 0 0 15px 0;
	}
	
	#accountHeader h1 {
		float: left;
		padding: 2px 0 0 4px;
		font-size: 16px;
		font-weight: bold;
		line-height: normal;
		letter-spacing: -1px;
	}
	
	#accountHeader h1 img,
	#account h2 img {
		vertical-align: middle;
		margin: 0 7px 2px 0;
	}

	#accountHeader ul {
		float: right;
	}
	
	#accountHeader li {
		padding: 0 0 0 10px;
		float: left;
	}
	
	#accountHeader li.active a {
		background: #939393;
		color: #fff;
		text-decoration: none;
		border-color: #939393;
		font-weight: bold;
	}
	
	#accountHeader li a {
		border-bottom: 0;
		display: block;
		padding: 3px 10px 4px 10px;
		color: #900;
		text-decoration: none;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
	}
	
	#accountHeader li a span {
		text-decoration: none;
		font-size: 13px;
	}
	#accountHeader small {
		text-decoration: none;
		color:#999;
		display: block;
	}
	
	#accountHeader .tabPhoto {
		float: left;
	}
	
	#accountHeader li a:hover {
		background-color: #ffeccb;
		color: #F89B21;
		border-color: #f9c788;
		text-decoration: none;
	}
	
	#accountHeader li.active a:hover {
		color: #fff;
		background: #939393;
		border-color: #939393;
	}
	
	#accountHeader li.active a span {
		text-decoration: none;
	}
	
	
	#accountHeader li a img {
		vertical-align: middle;
		margin-right: 8px;
	}
  
	h1 .titleLinks {
		letter-spacing: 0px;
		position: absolute;
		margin: 5px 0 0 0;
	}
	
	.titleLinks, .titleLinks a {
		color: #666;;
		font-size: 12px;
	}
	
	.titleLinks a:hover {
		color: #000;
	}
	

	.sectionInfo, .InfoMessage {
		background:#CCCCCC url(/images/account_toolbar.gif) repeat scroll 0 0;
		height:22px;
		line-height:22px;
		padding:3px 5px;
		margin:0px;
		font-size:12px;
		color:#666;
		border-bottom:1px solid #aaa;
	}

	.section ul.list{
		list-style: disc;
		padding-left:30px;
		
	}
	.section ul.list li{
		list-style: disc;
		padding:5px;
	}
	
	.sectionPic {
		float: left;
		padding: 0 20px 0 10px;
		
	}
	
	.sectionContent {
		float: left;
		width: 600px;
	}