/* ----------------------------	-------------- */
/* NME STYLES - Stylesheet by www.sector8.net */
/* ------------------------------------------ */

/* CONTAINS ALL THE STYLES FOR THE RIGHT HAND PANEL */

/* RIGHT PANEL */

#right_panel {
	width: 356px;
	float: left;
	margin-left: 10px;
}

#right_panel h5 {
	padding: 5px;
	margin-bottom: 5px;
}

#picks {
	background:#efeded;
	margin:10px 0 0 0;
	padding:10px;
}

/* My NME Widget */

#nme_widget {
	margin:6px 0 9px 0; /* Set the bottom margin for IE6 */ 
}

div > #nme_widget {
	margin:6px 0 10px 0; /* Reset bottom margin for all other browsers */
}

#nme_widget ul.yui-nav {
	width: 354px;
	padding-top: 5px;
	border-bottom: 2px solid #000;
	height: 1.1em;
}

#nme_widget > ul.yui-nav {
	height: auto;
	min-height: 1.1em;
}

html[xmlns*=""] body:last-child div#nme_widget > ul.yui-nav {
	min-height: 1.15em; /* For Safari only */
}

#nme_widget ul.yui-nav li a {
	background: #ABA995 url(/themes/default/images/widget_a_top_r.gif) no-repeat top right;
	display: block;
}

#nme_widget ul.yui-nav li a span {
	background: url(/themes/default/images/widget_a_top_l.gif) no-repeat top left;
	padding: 1px 0px 1px 0px;
	display: block;
	width: 175px;
	text-align: center;
	cursor: pointer;
}

#nme_widget ul.yui-nav li.selected a {
	background: #820800 url(/themes/default/images/widget_select_a_top_r.gif) no-repeat top right;
}

#nme_widget ul.yui-nav li.selected a:link, #nme_widget ul.yui-nav li.selected a:visited, #nme_widget ul.yui-nav li.selected a:hover {
	color: #FFF;
}

#nme_widget ul.yui-nav li.selected a span {
	background: url(/themes/default/images/widget_select_a_top_l.gif) no-repeat top left;
}

#my_nme_panel, .nme_newsletter_panel {
	min-height: 111px;
}

#my_nme_panel h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 65%;
	margin: 0 5px 0 0;
	padding-bottom: 3px;
}

#my_nme_panel p {
	/*margin-bottom: 5px;*/
	font-weight: bold;
	font-size: 65%;
}

#my_nme_panel ul li.profile, #my_nme_panel ul li.messages, #my_nme_panel ul li.friends, #my_nme_panel ul li.gigs, .my_nme div.dashboard div.column_3 ul li.messages, .my_nme div.dashboard div.column_3 ul li.friends, .my_nme div.dashboard div.column_3 ul li.gigs {
	padding: 1px 0 1px 18px;
	background: no-repeat 0 4px;
	margin-bottom: 0;
}

#my_nme_panel ul li.profile {
	background-image: url(/themes/default/images/my_nme_icon_profile.gif);
}

#my_nme_panel ul li.messages {
	background-image: url(/themes/default/images/my_nme_icon_mail.gif);
}

#my_nme_panel ul li.friends {
	background-image: url(/themes/default/images/my_nme_icon_friend.gif);
}

#my_nme_panel ul li.friends.last { 
 	border-bottom: 0; 
} 

#my_nme_panel ul li.gigs {
	background-image: url(/themes/default/images/my_nme_icon_gig.gif);
}

#my_nme_panel img {
	float: left;
	margin: 0 5px 5px 5px;
}

#my_nme_panel ul, #my_nme_panel form {
	margin-left: 96px;
}

#my_nme_panel p.more {
	clear: both;
	margin: 0;
}

#my_nme_panel form {
	height: auto;
	min-height: 86px;
}

#my_nme_panel form p {
	position: relative;
}

#my_nme_panel form > p {
	margin-bottom: 0.5em;;
}

#my_nme_panel form p label {
	font-weight: bold;
	margin-right: 0.5em;
	float: left;
}

#my_nme_panel form p label.login {
	width: 65px;
}

#my_nme_panel form p > label.login {
	width: auto;
	min-width: 65px;
}

#my_nme_panel form p input.form_text_field {
	width: 179px;
}

#my_nme_panel form p > input.form_text_field {
	width: 182px;
}

#my_nme_panel form p input.form_button {
	position: absolute;
	left: 195px;
	top: -5px; /* For IE6 */
}

#my_nme_panel form p input[type="image"] {
	left: auto; /* Reset left margin for all other browsers */
	right: 6px; /* Set right margin for all other browsers */
}

/* NME Newsletter */

.nme_newsletter_panel p {
	margin: 0 5px 0.2em 5px;
	font-weight: bold;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 90%;
}

.nme_newsletter_panel ul {
	margin: 0 5px 0.2em 21px; /* Set left margin for IE6 */
	list-style: disc;
}

.nme_newsletter_panel form {
	padding: 5px 0 5px 0;
}

.nme_newsletter_panel form input.form_text_field {
	width: 250px;
}

.nme_newsletter_panel form p {
	margin: 0 5px 0 5px;
	position: relative;
}

.nme_newsletter_panel form p input.form_button {
	position: absolute;
	right: 5px; /* For IE6 */
	top: 1px;
}

.nme_newsletter_panel form p input[type="image"] {  /* For all other browsers */
	right: 0;
	top: 0;
}

/* MPU */

#mpu {
	height: 250px;
	clear: left;
	padding: 15px 0 15px 0;
	text-align: center;
	margin:5px 0 0 0;
	background:#efeded;
}

/* Contextual Content and Magazine */

#contextual_content h4, #magazine h4 {
	padding: 0.75em 0 0.5em 0;
}

#magazine {
	margin:7px 0 7px 2px;
	width:354px;
	border-bottom:0px dotted #000;
}

#magazine img{
	float: left;
	border:1px solid #000;
	width:113px;
	height:141px;
}

#contextual_content ul li, #magazine ul li {
	font-size: 75%;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 99%;
	float:left;
}

#contextual_content ul li.first {
	height: 47px;
}

#contextual_content ul > li.first {
	height: auto;
	min-height: 47px;
}

#contextual_content ul li.first img {
	float: left;
}

#contextual_content ul li dl {
	margin-left: 48px;
}

#contextual_content ul li dl dt {
	font-weight: bold;
}

#magazine ul {
	height: 146px;
	margin-left: 125px;
	width:229px;
}

#magazine ul img{
	border: 0px;
}

#magazine > ul {
	height: auto;
	min-height: 146px;
}

#magazine ul li.first {
	border-top: 1px dotted #000;
	margin:0 0 2px 0;
}

#magazine ul li.first img{
	margin:0 0 1px 0;
	width:207px;
	height:24px;
}

#magazine ul li.middle {
	border-bottom: 0px dotted #000;
}

#magazine ul li.middle span{
	background:#000;
	color:#FFF;
	font-family:georgia,serif;
	font-size:23px;
	line-height:1.15em;
	border-bottom: 0px dotted #000;
}

#magazine ul li.last {
	border-top: 1px dotted #000;
	margin:2px 0 0 0;
}

#magazine ul li.last img{
	margin:1px 0 2px 0;
	width:225px;
	height:43px;
}

/* EDITORIAL SKY */

#editorial_sky {
	width: 186px;
	height: 600px; /* Set the height for IE6 */
	float: left;
}

div > #editorial_sky {
	height: auto;
	min-height: 600px;
	margin: 0 0 10px 0;
	padding-bottom: 0;
}

/* Skyscraper */

#skyscraper {
	float: left;
	margin-left: 5px;
	height: 600px;
	background-color: #CCC;
	text-align: center;
}

div > #skyscraper {
	margin-left: 10px;
}

/* NME Store */

#nme_store, #rough_trade, #ebay, #cds {
	clear: left;
	margin-bottom: 10px;
}

#nme_store ul, #rough_trade ul {
	margin-left: 44px;
	margin-bottom: 10px;
	padding-top: 30px;
}

#nme_store ul li, #rough_trade ul li {
	width: 86px;
	float: left;
	margin: 0 5px 5px 0;
}

#nme_store ul li img, #rough_trade ul li img {
	margin-bottom: 1px;
	display: block;
}

#nme_store ul li span a, #rough_trade ul li span a {
	display: block;
	text-align: center;
	font-weight: bold;
	height: 5em;
}

#nme_store ul li span > a, #rough_trade ul li span > a {
	height: auto;
	min-height: 5em;
}

#nme_store p.more, #rough_trade p.more {
	clear: left;
}

/* CD's */

#cds h5 {
	margin-bottom: 0;
}

#cds ul li {
	padding: 5px;
}

#cds ul > li {
	position: relative;
}

#cds ul li a {
	display: block;
	padding-right: 45px;
}

#cds ul li > a {
	
}

#cds ul li span {
	font-weight: bold;
	display: block;
	text-align: right;
	margin: -1.5em -45px 0 0;
}

#cds ul li a > span {
	position: absolute;
	right: 5px;
	bottom: 5px;
	margin: 0;
}

#cds form {
	padding: 5px;
}

#cds form p {
	position: relative;
}

#cds form p input.form_text_field {
	width: 205px;
}

#cds form p input.form_button {
	position: absolute;
	top: 0;
	right: 5px;
}

#cds form p > input.form_button {
	right: 0;
}

#cds form p label {
	font-weight: bold;
}

/* Ebay */

#ebay table {
	width: 100%;
	background-color: #FFF;
	padding: 0;
	margin: 0;
}

#ebay table td {
	background-color: #FFF;
	width: 0;
	font-weight: bold;
	vertical-align: top;
}

#ebay table td a {
	font-weight: normal;
}

#ebay table td img {
	display: none;
}

#ebay table td a img {
	display: block;
	margin: 2px auto 0 auto;
}

#ebay font.ebayText {
	font-family: verdana;
	display: block;
	padding: 4px 4px 0 4px;
	font-size: 10px;
}

#ebay b font.ebayText {
	padding-bottom: 4px;
	width: 40px;
	white-space: nowrap;
}

#ebay a[href *="search.ebay.co.uk"] {
	display: block;
	text-align: right;
	font-weight: bold;
	background-position: right 5px;
	margin-top: -2px;
}

#ebay b > font.ebayText {
	width: auto;
}

#ebay td font:first-child {
	border-top: 1px dotted #000;
}

/* radio widget styles */
#radio_widget {
	width: 100%;
	font-size: 0.8em;
	margin:5px 0 5px 2px;
}

#radio_widget a:hover {
	text-decoration: none;
}

#radio_widget_content {
	width: 352px; 
	height: 5.5em;
	position: relative;
	background: #DB1B10;
	color: white;
	border: 1px solid black;
}

#radio_widget_link {
	position: absolute;
	top: 0;
	left: 0;
}

#radio_widget_link img {
	width: 352px;
	height: 5.5em;
}


#radio_widget_logo {
	position: absolute;
	top: 0; 
	left: 0;
}

#radio_widget_text {
	position: absolute;
	top: 0.2em; 
	left: 32%;
	width: 66%;
}

#radio_widget_text .now_playing {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

#radio_widget_text > .now_playing {
	border-bottom: 1px dotted #fff;
}

#radio_widget_text .title {
	padding-top: 5px;
	padding-top: 5px;
}


#radio_widget_text .title h4 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.2em;
	font-weight: normal;
}

#radio_widget_text a, #radio_widget_text a:link, #radio_widget_text a:hover, #radio_widget_text a:visited  {
	color: white;
}

#radio_widget_button {
	position: absolute;
	top: 0; 
	left: 300px;
}

/* Safari Fixes */

body:not(:root:root) #nme_widget ul.yui-nav li a span, #my_nme_panel form p > label.login , #my_nme_panel form p label, #my_nme_panel form a,#my_nme_panel p.more a {
    font-weight:normal;
}

/* styles added by james.dickie@gmail.com / www.commercetuned.com */

#right-col-promo
	{float: left;
	display: inline;
	width: 354px;
	/* below 2 lines removed as only required for the rotation */
	/* height: 143px; 
	overflow: hidden;*/
	margin: 2px 0 7px 2px;
	/* left margin lines up with image above.
	 * to line up with ad below instead, set 
	 * left margin to 0 and increase width of
	 * #right-col-promo to 356px
	 */}
	
#right-col-promo *
	{margin: 0;
	padding: 0;}

#right-col-promo div
	{position: relative;
	float: left;
	width: 100%;
	background: white;}

#right-col-promo img
	{display: block;}

#right-col-promo li
	/* below is ie fix for margins on list-item, bad but necessary and safe! */
	{vertical-align: middle;}

#right-col-promo a:visited
	{color: black;}

#right-col-promo .magazine
	{height: 143px;}

#right-col-promo .magazine h2 img
	{float: left;
	display: inline;
	border: 1px solid black;
	width: 113px;
	height: 141px;}

#right-col-promo .magazine ul
	{float: left;
	display: inline;
	position: relative;
	width: 230px;
	margin-left: 8px;
	border-top: 1px dotted black;}

#right-col-promo .magazine li
	{padding: 2px 0;
	list-style: outside none;
	border-bottom: 1px dotted black;}

#right-col-promo .magazine em
	{display: block;
	margin: 4px 0 2px;
	padding-top: 4px;
	border-top: 1px dotted black;}

#right-col-promo .magazine li span
	{background: black;
	color: white;
	font: 215% georgia, "times new roman", times, serif, sans-serif;}

#right-col-promo .tickets
	{clear: both;
	height: 142px;
	border-bottom: 1px dotted black;
	/* below line removed - used for fade transition */
	/* display: none; */}
	
#right-col-promo .tickets h2
	{padding: 2px 0 3px;
	margin-bottom: 7px;
	border: dotted black;
	border-width: 1px 0;}

#right-col-promo .tickets h3
	{font-size: 150%;
	line-height: 1em;
	margin-bottom: 5px;}

#right-col-promo .tickets h3, #right-col-promo .tickets p
	{margin-left: 95px;}

#right-col-promo .tickets h3 img
	{position: absolute;
	top: 48px;
	left: 0;}
	
