@charset "utf-8";

/* ================ Global, Resets and library ================ */ 
html,body,div,p,h1,h2,h3,h4,h5,h6,blockquote,ul,ol,li,dl,dt,dd,span,a,em,strong,sub,sup,img,
table,caption,tbody,tfoot,thead,tr,th,td,object,iframe,form,fieldset,label,legend,
del,dfn,ins,q,tt,var,abbr,acronym,address,cite,kbd,samp,pre,code {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

ul,
li {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/* fix for dots on image links in FFX3 */
a:focus,
a:hover,
a:active {
	outline: none;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

td,
th {
	vertical-align: top;
	text-align: left;
	font-size: 100%;
}

.clearAfter {
	clear: both; 
	*height: 1%;
}

.clearAfter:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #77103b;
}

/* ---- Colors ----- */
/*
purple bars: #70185e
turquoise rollover: #73eef3;

*/



/* --- Links --- */
a:link,
a:visited {
	text-decoration: none;
	color: #07b;
}

a:hover {
	text-decoration: underline;
}

/* dev stuff */
.devNote {
	font-style: italic;
	padding: 10px;
}

.devNotes {
	font-style: italic;
	color: #c00;
}

.wireframeModule {
	padding: 10px;
	border: dotted 1px #777;
	background: #cdcdcd;
	margin: 0 0 10px;
}

.stylized {
	border: solid 1px red;
}

.hidden {
	display: none;
}


/* ================ Page Structure ================ */
#pageWrapper {
	min-width: 960px;
	width: auto;
	background: #77103b url(images/hat_04_1d.jpg) no-repeat 50% 0;
	/*  background: #59a19e url(images/hat_04_2.jpg) no-repeat 50% 0;  */
	/*  background: #313840 url(images/hat_05_2.jpg) no-repeat 50% 0;  */
	
}

#innerWrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

.sitepage {
	position: relative;
	z-index: 0;
	padding: 0 0 28px;
	background-color: #fff;
	margin: 0 auto;
	clear: both;
	width: 100%; /* ie */
	background: url(images/bg_cubes_960x360.png) repeat-y;
	_height: 600px;
	min-height: 600px;
}


/* ---------- DE Tracking Pixel ---------- */
#ivw_pixel {
	display: block;
}

/* ---------- Header / Footer ---------- */
#siteheader {
	position: relative;
	margin: 0 auto;
	clear: both;
	z-index: 100;
	width: 100%; /* ie */
}

#headerlogo {
	float: left;
	width: 228px;
	height: 224px;
	position: relative;
	top: 0;
	left: -16px;
}

#headerlogo p { 
	height: 220px;
	z-index: 10;
	*background: url(/images/Common/space.gif) 50% 50% no-repeat;
}

#headerlogo p a {
	display: block;
	text-indent: -5000em;
	height: 220px;
	overflow: hidden;
}

#topFlashClock {
	width: 667px;
	height: 63px;
	float: right;
}

#sitefooter {
	clear: both;
	margin: 0 auto;
	padding: 15px 0px 0px;
	background: #1e1e1e; /*0e0e0e*/
	color: #666;
	border-bottom: 15px solid #424242;
}

#footerLogo {
	float: left;
	margin: 0 4px 0 0;
}

#footerContent {
	padding-left: 13px;
	width: 740px;
	float: left;
}

#footerContent .footerLinks {
	margin: 0 0 20px 24px;
	color: #4D4D4D;
}

#footerSocial {
	background: #000;
	padding: 3px 15px 3px;
	clear: both;
}

#sitefooter a:link,
#sitefooter a:visited {
	color: #666;
	font-weight: normal;
	white-space: nowrap;
}

#change_region {
	float: right;
	margin: 0 10px;
}



/* use js if really need to fix safari - even inline it?
<script type="javascript">
isSafari3 = false;
if(window.devicePixelRatio) isSafari3 = true;
</script>
*/

/* safari 3 loses the arrow on pulldown. safari 4 also? - if so, hackorama time? */
/* but need to HIDE this from safari, not override it
as background transparent doesnt fix it either */
.siteCountryBox select {
	font-size: 11px;
	background: #111;
	color: #ccc;
}

#footerSubmit {
	display: none;
}

#sitefooter label {
	color: #666;
	font-weight: bold;
	white-space: nowrap;
	margin-right: 6px;
}


/* ================ Templates ================ */ 
.page1column {}

.page1column .mainContentColumn {
	padding: 0 10px 10px;
	margin: -10px 0 0;
}

.page2columns {
	position: relative;
	top: 0;
}

.leftcolumn,
.rightcolumn,
.mainContentColumn {
	_overflow: hidden;
	margin: 0 0 10px;
	margin: -10px 0 10px;
}

.rightcolumn {
	float: right;
	padding: 0 10px 0 5px;
}

.page2columns .mainContentColumn {
	width: 635px;
	float: left;
	padding: 0 0 10px 10px;
}

.page2columns .rightcolumn {
	width: 300px;
}

/* home page */
.page2columns.t2-1 .mainContentColumn {
	width: 515px;
	padding: 0 0 10px 10px;
}

.page2columns.t2-1 .rightcolumn {
	width: 420px;
}


/* Detail pages */
.page2columns.t2-2 .mainContentColumn {
	width: 468px;
	padding: 0 0 10px 10px;
}

.page2columns.t2-2 .rightcolumn {
	width: 468px;
	padding: 0 10px 0 4px;
}

.topArea {
	background: transparent url(images/bg_topHdr_960x73.gif) no-repeat 0 0;
	padding: 51px 0 0;
}

.bottomArea {
	margin: 0 0 10px;
	padding: 10px;
	clear: both;
}


/* ---------- Ads ---------- */
#bannerad {
	float: right;
	position: relative;
	display: block;
	width: 728px;
	height: 90px;
	margin: 20px 0 1px;
}

.ad img {
	*display: block;
}

#bannerad img {
	_display: block;
}

.rightcolumn .adv {
	margin: 0 0 10px;
}

.bespokeAdContainer {
	padding: 0 10px;
}


/* ---------- Promo Ads ---------- */ 
#topPromos {
	float: right;
	padding: 3px 0 0;
	_padding: 1px 0 0;
	height: 47px;

	/*
	clear: right;
	height: 45px;
	position: absolute;
	right: 0;
	bottom: 59px;
	*/
}

#topPromosLabel {
	position: relative;
	display: inline;
	padding: 2px 3px 2px 30px;
	background: #000;
	top: -16px;
	right: -3px;
	*right: 0;
	color: #fff;
}

#topPromos .adv {
	display: inline;
	text-align: right;
	_position: relative;
	_top: 2px;
}

#topPromos .ad {
	display: inline;
}



/* ---------- Navigation ---------- */ 
#topnavigation {
	clear: both;
	background: url(images/bg_nav.png) repeat-x;
	height: 47px;
}

#topmenu {
	position: relative;
	margin: 0 0 0 10px;
}

#topmenu li {
	position: relative;
	float: left;
	margin: 12px 1px 5px 0;
}

#topmenu li a { 
	position: relative;
	padding: 5px 6px;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	_display: inline-block;
	text-transform: uppercase;
}

#topmenu li, 
#topmenu li a {
	background-color: #000;
	color: #999;
}

#topmenu li a:hover {
	color: #fff;
}

#topmenu li#selectedNav, 
#topmenu li#selectedNav a {
	background-color: #fff;
	color: #000;
}

#topmenu li#selectedNav a:hover {
	color: #000;
}


/* ================ Promo modules ================ */ 
/* Single Promos Horiz */
.singlePromoHoriz {
	clear: both;
	padding: 10px;
	margin: 0 0 10px;
	overflow: hidden;
}

.singlePromoHoriz.w300 {
	background: url(images/bg_module_300_dual_new2.gif) no-repeat 0 0;
	height: 160px;
}

.singlePromoHoriz.w300.hover {
	background-position: -430px 0;
}


/* combine this one w other w black bottom border - dont need to loop */
.singlePromoHoriz.w420 {
	height: 155px;
	background: url(images/bg_promo_420_dual.gif) no-repeat;
}

.clickable.singlePromoHoriz.w420.hover,
.singlePromoHoriz.w420.hover {
	background-position: -430px 0;
}

.singlePromoHoriz.w420 .innerPromo {
	*height: 146px;	/* hacky - to show bottom black bar... */
}

.singlePromoHoriz .thumbcontainer {
	float: left;
	background: url(images/bg_thumb_single.png) repeat 50% 0;
}

.singlePromoHoriz.w300 .thumb140 {
	width: 140px;
	height: 150px;
}

.singlePromoHoriz.w420 .thumb140 {
	width: 140px;
	height: 147px;
}

.singlePromoHoriz .meta {
	float: right;
}

.singlePromoHoriz.w300 .meta {
	width: 132px;
	height: 150px;
}

.singlePromoHoriz.w420 .meta {
	width: 250px;
	height: 146px;
}

.singlePromoHoriz h3 {
	font-weight: normal;
	border-bottom: 1px dotted #000;
	_border-bottom: none;
	_background: transparent url(images/dotted_000.gif) repeat-x 0 100%;
	padding: 0 0 6px;
	margin: 0 0 10px;
	font-size: 18px;
}

.singlePromoHoriz h3 a {
	font-weight: normal;
}


/* Single Promos Vert */
.singlePromoVert {
	overflow: hidden;
	position: relative;
}

.singlePromoVert.w255 {
	float: left;
	width: 235px;
	height: 354px;
	padding: 10px;
	margin: 0 5px 10px 0;
	background: url(images/bg_module_vert_255x374_dual_new2.png) no-repeat 0 0;
	_display: inline; /* fix for weird ghost 'readmore' bug */
}

.singlePromoVert.w255.hover {
	background-position: -430px 0;
}

.singlePromoVert.right {
	float: right;
	margin: 0 0 10px;
}

.singlePromoVert .thumbcontainer {
	height: 175px;
	width: 234px;
	margin: 0 0 6px;
	border-bottom: solid 10px #70185e;
}

.singlePromoVert .meta {
	height: 176px;
}

.singlePromoVert.w255 .meta {
	height: 160px;
}

.singlePromoVert h3 {
	font-weight: normal;
	border-bottom: 1px dotted #000;
	_border-bottom: none;
	_background: transparent url(images/dotted_000.gif) repeat-x 0 100%;
	padding: 0 0 10px;
	margin: 0 0 10px;
	font-size: 28px;
}

.singlePromoVert h3 a {
	font-weight: normal;
}

.innerPromo {
	border-bottom: solid 10px #000;
	padding: 0 0 4px;
}

.singlePromoVert .innerPromo {
	border: 0;	
}

.singlePromoHoriz.w300 .innerPromo {
	*height: 150px;
}
		
/* special case - home 300x99 image-only promo */
.homePromo_300x99 {
	border-bottom: 10px solid #DDDDDD;
	float: right;
	margin: 1px 10px 0 0;
	_display: inline;
}

/* now add a link... */
.homePromo_300x99 .thumbcontainer img {
	display: block;
}



/* ---------- */
.meta {
	position: relative;
	_overflow: hidden; /* fix overlapping dotted lines in IE6 */
}

#videoPlayList .meta,
.promoList .meta,
.videoList .meta,
.flipbookList .meta {
	border-bottom: dotted 1px #000;
	border-top: dotted 1px #000;
	_border: none;
	_background: transparent url(images/dotted_000.gif) repeat-x 0 100%;
	padding: 0;
	float: right;
}

.meta h3 a:link,
.meta h3 a:visited {
	color: #000;
}

.meta h3 a:hover,
.row h3 a:hover {
	text-decoration: none;
}

.row h3 {
	color: #000;
	font-size: 18px;
	margin: 0 0 10px;
}

.row h3 a:link,
.row h3 a:visited {
	color: #000;
}



/* ================ Construction Blocks ================ */ 
/* ---------- Thumb containers ---------- */

.clickable {}

.clickable.hover {
	cursor: pointer;
}

.row {
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
}

.thumbcontainer {
	overflow: hidden;
	position: relative;
}

.row .thumbcontainer {
	float: left; /* should be contextual only - revisit */
}

.thumbcontainer img {
	*display: block;
	/* _display: block; */
}

.row .thumbcontainer.thumb281 {
	width: 281px;
	height: 210px;
}


/* ------------ */
/* consolidating 7/19/2009 */
.row70 .thumbcontainer {
	width: 70px;
	height: 83px;
	padding: 0 5px;
	background: url(images/bg_thumb.png) repeat;
}

/* now using list 468 for this - see if this is used other places - else delete */
.row100 .thumbcontainer {
	width: 100px;
	height: 85px;
	padding: 0 10px;
	background: url(images/bg_thumb.png) repeat;
}

.row140 .thumbcontainer {
	width: 140px;
	height: 130px; /* ??????! */
	/* height: 105px; */
	padding: 0 10px;
	background: url(images/bg_thumb.png) repeat;
}
/* one exception... 
.row140 .thumbcontainer {
	height: 105px;
}
*/

/* eliminate these? */
.thumb70 {
	width: 70px;
	height: 53px;
}

.thumb100 {
	width: 100px;
	height: 75px;
}

.thumb140 {
	width: 140px;
	height: 105px;
}

.thumb200 {
	width: 200px;
	height: 150px;
}



/* ---------- Galleries - variations ---------- */
/* ---------- Video page ----------  */

.videoList,
.flipbookList {
	padding: 10px 0 0;	
	background: url(images/bg_list_940.gif) no-repeat;
}

.videoList .row,
.flipbookList .row {
	width: 450px;
	height: 130px;
	margin: 0 5px 5px;
	background: url(images/bg_module_635_dual_new.gif) no-repeat 0 0;
	float: left;
	clear: none;
	_display: inline;
}

.videoList .row.hover,
.flipbookList .row.hover {
	background-position: -645px 0;
}

.videoList .module-header,
.flipbookList .module-header {
	_height: 36px; /* hacky - else guillotine in ie6 */
}

.videoList .meta,
.flipbookList .meta {
	height: 128px;
	_height: 130px;
	width: 282px;
}

.videoList h3,
.flipbookList h3 {
	font-size: 14px;
}

.videoList h3 a,
.flipbookList h3 a {
	font-weight: bold;
}


/* ---------- flipbook ---------- */
#flibbookDetail {
	float: left;
	width: 530px;
	height: 400px;
	margin: 0 1px 0 0;
	background:#E1E1E1 url(images/bg_brick_e1e1e1_mine.gif) repeat scroll 0 0;
	position: relative;
}

#flibbookDetail .module-header {
	margin: 0 0 10px;
}

.image-wrapper {
	display: block;
	text-align: center;
}

#controls {
	width: 445px;
	margin: 0 auto 2px;
	background: #000;
	height: 25px;
	overflow: hidden; 
}

.ss-controls {
	text-align: center;
	position: relative;
}

.nav-controls a span ,
.ss-controls a span {
	display: block;
	text-indent: -2000px;
	width: 40px;
	height: 25px;
}

.nav-controls a ,
.ss-controls a {
	background: #000 url(images/sprite_flipbook.gif) no-repeat 0 0;
	cursor: pointer;
}

.ss-controls a {
	display: block;
	width: 40px;
	margin: 0 auto;
}

.ss-controls a.play {
	background-position: -30px 50%;
}

.ss-controls a.play:hover {
	background-position: 20px 50%;
}

.ss-controls a.pause {
	background-position: -130px 50%;
}

.ss-controls a.pause:hover {
	background-position: -80px 50%;
}

.nav-controls {
	position: relative;
	top: -25px;
}

.nav-controls a {
	position: relative;
}

.nav-controls a.prev {
	float: left;
	left: 70px;
	background-position: -330px 50%;
}

.nav-controls a.prev:hover {
	background-position: -280px 50%;
}

.nav-controls a.next {
	float: right;
	right: 70px;
	background-position: -230px 50%;
}

.nav-controls a.next:hover {
	background-position: -180px 50%;
}

#caption {
	clear: both;
	margin: 0 auto;
	width: 445px;
}

#caption h3 {
	font-weight: bold;
	font-size: 13px;
	*background: #e1e1e1; /* weird ie bug - text is jagged over background image... */
}




#loading {
	background: #000 url(images/loader48.gif) no-repeat 50% 50%;
	width: 445px;
	height: 333px;
	margin: 0 auto;
}


#flibbookThumbList {
	background: transparent url(images/bg_module_409.gif) no-repeat scroll 0 0;
	float: right;
	width: 409px;
	height: 390px;
	margin: 0 0 10px;
	padding: 10px 0 0;
}

#flibbookThumbList .innerList {
	height: 385px;	
}

#flibbookThumbList .thumbs {
	height: 230px;
	overflow: auto;
}

#flibbookThumbList .thumbs li {
	width: 70px;
	float: left;
	margin: 0 0 2px 2px;
}

#flibbookThumbList .module-header {
	margin: 0;
	*height: 36px; /* hacky - else remove header float - set to inline etc. */
}

.flipbookTitle {
	background-color: #242424;
	color: #FFF;
	font-size: 14px;
	padding: 2px 6px;
	margin: 10px 0;
}

#flipbookDescription {
	margin: 0 0 6px;
}




/* ---------- video icon  ---------- */
.thumbcontainer span.video {
	background: url(images/icon_video.gif) no-repeat 0 -30px;
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;  
	cursor: pointer;
}

.thumbcontainer a:hover span.video {
	background-position: 0 0;
}

.thumb140 span.video {
	top: 43px;
	left: 72px;
}

.thumb100 span.video {
	top: 30px;
	left: 52px;
}

.thumb70 span.video {
	top: 18px; 
	left: 32px;
}


/* ---------- winner overlay  ---------- */
.thumbcontainer span.winner {
	background: url(images/icon_winnerflag_sm.png) no-repeat 0 0;
	_background: url(images/icon_winnerflag_sm.gif) no-repeat 0 0;
	display: block;
	position: absolute;
}

/* artist detail */
.thumbcontainer.thumb447 span.winner {
	width: 142px;
	height: 164px;
	background: url(images/icon_winnerflag_lrg.png) no-repeat 0 0;
	_background: url(images/icon_winnerflag_lrg.gif) no-repeat 0 0;
	bottom: 0;
	right: 0;
}

/* artist hub */
.thumbcontainer.thumb167 span.winner {
	width: 48px;
	height: 64px;
	background: url(images/icon_winnerflag_sm.png) no-repeat 0 0;
	_background: url(images/icon_winnerflag_sm.gif) no-repeat 0 0;
	bottom: 0;
	right: 0;
}

/* vote page - js */
.thumbcontainer.thumb140 span.winner {
	width: 48px;
	height: 64px;
	background: url(images/icon_winnerflag_sm.png) no-repeat 0 0;
	_background: url(images/icon_winnerflag_sm.gif) no-repeat 0 0;
	bottom: 0;
	right: 5px;
}

/* vote page - regional full list js */
.thumbcontainer.thumb100 span.winner {
	width: 48px;
	height: 64px;
	background: url(images/icon_winnerflag_sm.png) no-repeat 0 0;
	_background: url(images/icon_winnerflag_sm.gif) no-repeat 0 0;
	bottom: 0;
	right: 0;
}





/* ---------- Artist Hub  ---------- */
#hub_artists .mainContentColumn {
	margin: -36px 0 0;
}

#hub_artists .topArea {
	padding: 49px 0 0;
	height: 30px;
	*height: 24px;
		/* padding: 35px 0 0; *//* temp - for 09/01/ launch - no alpha/pagination */
}

/* hackorama... */
#hub_artists .pagination.top {
	position: absolute;
	top: 31px;
	right: 10px;
	border: none;
	*margin: 0 0 -34px;
	*position: relative;
	*top: -6px;
	*right: 0;
}

#artistAlpha {
	position: relative;
	top: -4px;
	background: #000;
	height: 34px;
	margin: -10px 0 0 50px;
	float: left;
	width: 660px;
	_display: inline;
}

#artistAlpha ul {
	color: #424242;
	font-size: 14px;
	position: absolute;
	left: 10px;
	top: 9px;
}

#artistAlpha ul li {
	float: left;
	text-transform: uppercase;
}

#artistAlpha ul li a {
	padding: 10px 7px; /* 10px breaks for 1/3 of the countries... */
	color: #757575;
	font-weight: bold;
}

#artistAlpha ul li a:hover {
	color: #73eef3;
	text-decoration: none;
}

#artistAlpha ul li a.selected {
	color: #fff;
}

.artistHubList {
	/* */ border-top: solid 5px #000; /* */ /*  temp - remove for 9/1/2009 launch - no alpha/pagination on artists hub */
	padding: 10px 0 0;
	*margin: 36px 0 0;
		/* *margin: 8px 0 0; */ /* temp - for 09/01/ launch - no alpha/pagination */
}

#hub_artists .pagination { /* temp - remove for 9/1/2009 launch - no alpha/pagination on artists hub */
	/* display: none; */
} 


/* ---------- artist hub page - 5 thumbs per row ---------- */
.artistHubList .row167 {
	width: 167px;
	clear: none;
	float: left;
	padding: 10px 10px 10px;
	margin: 0 1px 5px 0;
	height: 346px;
	background: url(images/bg_module_187x366.png) no-repeat 0 0;
}

.artistHubList .row167.hover {
	background-position: -197px 0;
}

.artistHubList .row167 .thumbcontainer {
	width: 167px;
	height: 125px;
	margin: 0 0 4px;
	float: none;
}

.artistHubList .row167 .meta h3 {
	height: 40px;
	height: 36px;
	margin: 0 0 2px;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 2px;
}

.artistHubList .meta {
	height: 210px;
}

.artistHubList .row h3 {
	padding: 0 0 10px;
	border-bottom: dotted 1px #000;
	_border-bottom: none;
	_background: transparent url(images/dotted_000.gif) repeat-x 0 100%;
	margin: 0 0 10px;
}

.artistHubList .row .moreLink {
	bottom: 0;
}


/* ---------- Artist detail page --------- */
#detail_artist #mainDetailArea {
	min-height: 325px;
	_height: 325px;	
}


/* ---------- Modules ---------- */
/* ---------- Modules headers ---------- */
.module-header {
	clear: both;
	overflow: auto;
	*height: 1%;
	padding: 0 20px;
	background: url(images/bg_hdr.gif) repeat-x 0 50%;
	margin: 0 0 22px;
}

.module-header h3.header-title {
	font-size: 28px;
	background: #e1e1e1;
	float: left;
	padding: 0 5px 2px;
	font-weight: normal;
}


/* new container for promo lists - help hack left/right floated components w/o a formal grid mechanism for now */ 
/* also define special cases */
.promoList {
	clear: both;
	margin: 0 0 10px;
	padding: 10px 0 0;
}

/* rename all images consistently - bg_module_xxx */
.promoList.list468 {
	background: url(images/bg_list_468.gif) no-repeat 0 0;
	padding: 10px 0 0;
}

.promoList.list420 {
	background: url(images/bg_promo_420_dual.gif) no-repeat 0 0; /* see if single promo can also be used for list */
	padding: 10px 0 0;
}

.promoList.list635 {
	background: url(images/bg_module_635_dual_new.gif) no-repeat 0 0;
	
}

.promoList.list300 {
	background: url(images/bg_module_300_dual_new2.gif) no-repeat 0 0;
	padding: 10px 0 0;
}

.innerList {
	background: #e1e1e1 url(images/bg_brick_e1e1e1_mine.gif) repeat;
	padding: 0 10px 5px;
}

.promoList .row140 {
	height: 130px;
	margin: 0 0 5px;
}


.list315b .meta h3,
.list300 .meta h3 {
	margin: 3px 0 5px; 
}

.list315b .meta h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0 1px; 
}

.list468 h3 {
	font-size: 12px;
		font-weight: bold;
}

.list468 .row70 {
	height: 83px;
	margin: 0 0 5px;
	background: url(images/bg_module_635_dual_new.gif) no-repeat scroll 0 0;
}

.list468 .row70.hover {
	background-position: -645px 0;
}

.list468 .row70 .meta {
	height: 81px;
	width: 360px;
}

.list468 .row100 {
	height: 85px;
	margin: 0 0 5px;
	background: url(images/bg_module_635_dual_new.gif) no-repeat 0 0;
}

/* where is this used? missing one case of clickable? or obsolete? */
.list468 .row100:hover {
	background-position: -645px 0;
}

.list468 .row100 .thumbcontainer {
	width: 100px;
	height: 85px;
	padding: 0 10px;
	background: url(images/bg_thumb.png) repeat;
}

.list468 .row100 .meta {
	height: 83px;
	_height: 85px;
	width: 318px;
}

.list468 .row140 {
	margin: 0 0 5px;
	background: url(images/bg_module_635_dual_new.gif) no-repeat 0 0;
}

.list468 .row140.hover {
	background-position: -645px 0;
}
	
.list468 .row140 .meta {
	height: 128px;
	width: 280px;
}

.list420 .row140 .meta {
	width: 230px;
	height: 128px;
	_height: 130px;
}

.list315 .row100 {
	height: 93px;
	margin: 0 0 5px;
	background: url(images/bg_module_635_dual_new.gif) no-repeat 0 0;
}

.list315 .row100.hover {
	background-position: -645px 0;
}
	
.list315 .row100 .thumbcontainer {
	width: 100px;
	height: 93px;
	padding: 0 10px;
}

.list315 .meta {
	width: 166px;
	height: 91px;
}

.list315b .row70 {
	/* height: 83px; */
	height: 63px;
	margin: 0 0 5px;
	background: url(images/bg_module_635_dual_new.gif) no-repeat 0 0;
}

.list315b .row70.hover {
	background-position: -645px 0;
}

.list315b .row70 .thumbcontainer {
	height: 63px;
}

.list315b .row70 .meta {
	width: 209px;
	height: 61px;
	_height: 63px;
}

.list300 .row140 {
	background: url(images/bg_module_635_dual_new.gif) no-repeat 0 0;
}

.list300 .row140.hover {
	background-position: -645px 0;
}

.list300 .row140 .meta {
	width: 112px;
	height: 138px;
}

.list300 .row70 {
	height: 80px;
	margin: 0 0 5px;
	background: url(images/bg_module_635_dual_new.gif) no-repeat 0 0;
}

.list300 .row70.hover {
	background-position: -645px 0;
}

.list300 .row70 .meta {
	height: 78px;
	_height: 80px;
	width: 192px;
}

.itemDate {
	background: #70185e;
	color: #fff;
	padding: 0 3px;
	margin: 5px 0 0;
	min-height: 12px; /* if date is empty... */
	_height: 1%; /* if date is empty... */
}

/* "more" link in modules */
.moreLink {
	position: absolute;
	text-transform: lowercase;
	text-align: right;
	width: 100%;
	right: 0;
	bottom: 0;
}

.singlePromoVert .moreLink {
	bottom: 6px;
}

.moreLink a {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	display: block; /* to reduce space w neg margin... */
	border-bottom: dotted 1px #000;
	
	_border-bottom: none;
	_background: transparent url(images/dotted_000.gif) repeat-x 0 100%;

	padding: 1px 4px;
	_width: 100%;
}

.promoList .moreLink a {
	border-bottom: none;
	_background-image: none;
}

.moreLink a:hover {
	background: #b559b2;
	border-bottom: solid 1px #b559b2;
	text-decoration: none;
}

.promoList .moreLink a:hover {
	border: 0;
}

	
/* "More" link at the bottom of a list */
div.listMore {
	background: #000;
	text-align: right;
	padding: 3px 6px;
	text-transform: lowercase;
	min-height: 5px;
	_height: 5px;
	clear: both;
	font-size: 1px; /* so ie looks ok when empty */
	margin: -1px 0 0; /* hide border of last item */
}

.listMore a {
	font-size: 11px;
}

.listMore a:link,
.listMore a:visited {
	font-family: verdana, sans-serif;
	color: #fff;
	font-weight: normal;
}

.listMore a:hover {
	color: #73eef3;
	text-decoration: none;
}


/* ---------- News hub -------- */
#hub_news .topArea {
	height: 28px;
}

#hub_news .pagination.top {
	margin: 0 0 5px;
	height: 34px;
}

#hub_news .pagination.top .paginationButtons {
	top: -3px;
}

#hub_news .mainContentColumn {
	margin-top: -40px;
}

#hub_news .rightcolumn {
	margin-top: -43px 
}

/* ---------- News page ---------- */
#detail_news #mainDetailArea {
	min-height: 324px;
	_height: 324px;	
}

.newsList .row281,
.newsList .row140 {
	background: url(images/bg_module_635_dual_new.gif) no-repeat 0 0;
	padding: 10px;
	margin: 0 0 10px;
}

.newsList .row281 {
	height: 210px;
}

.newsList .row140 {
	height: 140px;
}

.newsList .row281.hover,
.newsList .row140.hover {
	background-position: -645px 0;
}

.newsList .row281 .meta {
	float: right;
	width: 325px; 
	height: 210px;
}

.newsList .row140 .meta {
	height: 140px;
	padding: 0;
	width: 466px;
	float: right;
}

/* is this generic? */
.row140 .meta h3 {
	margin: 0 10px 10px 0;
	font-size: 18px;
}

.newsList .row281 .meta h3,
.newsList .row140 .meta h3 {
	border-bottom: dotted 1px #000;
	_border-bottom: none;
	_background: transparent url(images/dotted_000.gif) repeat-x 0 100%;
	padding: 0 0 6px;
}

.newsList .row281 .meta h3 {
	margin: 0 0 10px;
	font-size: 26px;
}

.newsList .row140 .thumbcontainer {
	padding: 0;
}



/* ---------- Show Hub ---------- */
.promoList.list315,
.promoList.list315b {
	float: left;
	width: 316px;
	background: url(images/bg_module_316_dual_new.png) no-repeat 0 0;
}

.promoList.list315.right,
.promoList.list315b.right {
	clear: none;
	float: right;
}

#hosts .listWrapper {
	border-top: solid 10px #70185e;
	padding: 28px 0 0;
}


#hosts .row140 {
	background: url(images/bg_module_635_dual_new_show.png) no-repeat scroll 0 0;
}

#hosts .row140.hover {
	background-position: -645px 0;
}


#hosts .meta {
	width: 447px;
	height: 128px;
	_height: 130px;
}

#hosts h3 {
	font-size: 30px;
}

#hosts p.role {
	background: #747474;
	color: #fff;
	padding: 2px 3px;
	margin: 5px 0 0;
}


/* ---------- Mobile/downloads page ---------- */
#hub_mobile #topDetailArea .meta {
	border-top: 10px solid #70185E;
	float: right;
	width: 250px;
}

.promoList.downloads .row {
	float: left;
	clear: none;
	margin: 0 5px 5px 0;
	width: 302px;
}

.promoList.downloads .row.right {
	float: right;
	margin: 0 0 5px;
}

.downloads .meta {
	height: 128px;
	_height: 130px;
	width: 132px;
}

.downloads .row140 .meta h3 {
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
}

.downloadList  {
	_width: 100%;
}

.downloadList li {
	display: block;
}

.downloadList a {
	display: block;
	_width: 100%;
	color: #000;
	font-weight: normal;
}

.downloadList li a:visited,
.downloadList li a:link { /* ie6 gets confused... */
	color: #000;
}

.downloadList a:hover {
	background: #fff;
	text-decoration: none;
}



/* ---------- Winners Page ---------- */
.winnersList .row135 {
	background: url(images/bg_module_winners.png) no-repeat 0 0;
	padding: 10px;
	margin: 0 0 10px;
}

.winnersList .row135 {
	height: 100px;
}

.winnersList .row135.hover {
	background-position: -645px 0;
}

.winnersList .row135 .thumbcontainer {
	padding: 0;
}

.winnersList .row135 .meta {
	height: 100px;
	padding: 0;
	width: 472px;
	float: right;
}

.winnersList .row135 .meta h3 {
	padding: 0 0 6px;
	font-size: 26px;
}

.winnersList .winCategory {
	background: #4e4e4e;
	color: #fff;
	padding: 1px 6px;
	margin: 0 0 5px;
	min-height: 12px; /* if date is empty... */
	_height: 1%; /* if date is empty... */
	font-size: 14px;
}






/* ========== Widgets ========== */
/* ---------- Pagination ---------- */
.pagination.top {
	margin: 0 0 3px;
	border-bottom: solid 4px #000;
}

.pagination.bottom {
	margin: 3px 0 3px;
	background: #000;
}

.paginationButtons {
	background: #000;
	float: right;
}

.pagination.top .paginationButtons {
	position: relative;
	top: 4px;
}

.pagination span {
	float: left;
}

.pagination a,
.pagenone em {
	display: block;
	padding: 10px 6px;
}

.pagination a:link, 
.pagination a:visited {
	color: #999;
}

.pagination .selected a:link,
.pagination .selected a:visited {
	color: #fff;
}

.pagination a:hover {
	color: #73eef3;
	text-decoration: none;
}

.pagination .pagelink {
	background: #3c3c3c;
}

.pagination .pageprev a, 
.pagination .pagenext a {
	text-indent: -4000px;
	overflow: hidden;
	width: 50px;
	background: url(images/bg_arrows.png) no-repeat -114px 50%;
}

.pagination .pagenext a {
	background-position: -21px 50%;
}

.pagination .pageprev a:hover {
	background-position: -67px 50%;
}

.pagination .pagenext a:hover {
	background-position: 26px 50%;
}

.pagination .pagenone {
	width: 60px;
}



/* ---------- Vote module - News Article Detail page ---------- */
.voteCategory {
	clear: both;
	margin: 0 0 20px;
}

.voteCategory.categoryVoted {
	background: #979797;
}

#voteModule .voteCategory-header {
	border-bottom: dotted 1px #333;
	_border-bottom: none;
	_background: transparent url(images/dotted_000.gif) repeat-x 0 100%;
	padding: 0 0 10px;
}

.voteCategory-content {
	float: left;
	width: 340px;
	padding: 2px 0 0 0;
}

.voteCategory-header .voteCategory-content h3 {
	font-size: 18px;
}

.voteCategory-header .voteSponsor {
	float: right;
}

#voteModule .voteEntry {
	clear: both;
	padding: 1px;
	-height: 25px;
	min-height: 25px;
	border-bottom: dotted 1px #333;
	_border-bottom: none;
	_background: transparent url(images/dotted_000.gif) repeat-x 0 100%;
}
/* need to do ie6 */
/* vote closed */
/*
.voteEntry:hover {
	background: #fff;
	cursor: default;
}

.categoryVoted .voteEntry:hover {
	background: none;
}
*/



/* hack for flash button rollovers */
/* need to do ie6 ! */
#voteModule .MTVN_Cogix_vote-btn:hover {
	background: #b559b2;
}

#voteModule .voteEntry.hasVoted {
	background: #b559b2;
	color: #fff;
}

#voteModule .voteEntry h4 {
	float: left;
	font-size: 14px;
	/* font-size: 13px; */
	font-weight: bold;
	padding: 4px 0 0;
}

#voteModule .MTVN_Cogix_vote-btn,
#voteModule .vote-btn-holder {
	float: right;
}

#voteModule .MTVN_Cogix_vote-btn img,
#voteModule .vote-btn-holder img {
	display: block;
}



.voteThanks {
	color: #FFF;
	font-size: 15px;
	font-weight:bold;
	text-transform: uppercase;
	float: right;
	padding: 4px 0 0 0;
	width: 170px;
	text-align: center;
}

#voteModule .voteDenied {
	background: #ccc url(images/bg_vote_deny_105x105.png) repeat;
	color: #b559b2;
	font-weight: bold;
	width: 85px;
	padding: 3px 10px;
	float: right;
	margin: 0 -3px;
}


/* ========== Home page ========== */
#homebody .sitepage {
	_height: auto;
}

#homebody .topArea {
	overflow: auto;
	*height: 1%; /* else clearAfter it - DA 08/17/2009 */
	padding: 41px 0 0;
	margin: 0 0 20px;
}

#homebody .topArea .adv {
	float: right;
	margin: 0 10px 0 0;
	_display: inline;
}

#homebody .rightcolumn .promoList .row {
	background: url(images/bg_module_635_dual_new.gif) no-repeat 0 0;
}

#homebody .rightcolumn .promoList .row.hover {
	background-position: -645px 0;
}


#marqueeThumbs {
	background: #ddd url(images/bg_thumb.png) repeat;
	width: 124px;
	float: left;
	height: 340px;
	z-index: 20;
	position: relative;
	border-top: solid 10px #ddd;
	border-bottom: solid 10px #ddd;
}

#marqueeThumbs .thumbcontainer { 
	overflow: hidden;
	width: 119px;
	height: 63px;
	margin: 1px;   
	_margin: 1px 1px 0;
	border: solid 2px #e7e7e7;
}



#marqueeThumbs .thumbcontainer.selected {
	width: 160px;
	margin-left: -40px;
	border-color: #fff;	
}

#marqueeWrapper {
	width: 505px;
	height: 340px;
	background: #DDD none repeat 0 0;
	margin: 0 0 0 10px;
	padding: 10px 0 10px 10px;
	clear: both;
	float: left;
	_display: inline;
}

#marquee {
	width: 505px;
	height: 340px;
	overflow: hidden;
}

.marqueePic {
	width: 505px;
	height: 340px;
}


/* fix IE7-6 bug - hide marquee images in initial load */
#marquee .marqueePic:first-child {
	*display: block;
}

.marqueePic {
	*display: none;
}

.thumb505 {
	width: 505px;
	height: 340px;
	overflow: hidden;
}

.marqueePic .meta {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 465px;
	background: #000;
	color: #fff;
	padding: 10px;
	opacity: .8;
}

.marqueePic h3 {
	color: #fff;
	font-size: 24px;
}

.marqueePic h3 a:link,
.marqueePic h3 a:visited {
	color: #fff;
}

.marqueePic p {
	color: #fff;
	font-size: 15px;
}

.marqueePic .meta a {
	color: #fff;
}

.marqueePic a:hover{
	text-decoration: none;
}



/* Homepage - Night of */
#homebody #videoTopArea {
	float: left;
	_display: inline;
	margin: 0 5px 0 10px;
	background:#E1E1E1 url(images/bg_brick_e1e1e1_mine.gif) repeat scroll 0 0;
	height: 607px;
	_padding-bottom: 4px;
}

#homebody #videoTopArea #videoPlayerArea {
	background: transparent;
	float: none;
}

#homebody #videoTopArea .meta {
	margin: 0 10px 10px;
	width: 600px;
}

#homebody #videoTopArea h3 {
	border-bottom: 1px dotted #000000;
	_border-bottom: none;
	_background: transparent url(images/dotted_000.gif) repeat-x 0 100%;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 6px;
	padding: 0 0 6px;
}

#homebody #videoTopArea .description {
	
}

#facebookIframeWrapper {
	width: 295px;
	margin: 0 10px 0 0;
	height: 592px;
	float: right;
	_display: inline;
	background:#E1E1E1 url(images/bg_brick_e1e1e1_mine.gif) repeat scroll 0 0;
	padding: 10px 10px 5px;
}
	
#facebookIframe {
	border-bottom: solid 10px #000;
	padding: 0 0 5px;
	_padding: 0;
}








/* ========== Hub Pages ========== */
/* --------- Win Hub ---------- */
#winList .singlePromoVert {
	width: 296px;
	height: 354px;
	background: url(images/bg_module_316_dual_new.png) no-repeat;
	padding: 10px;
	float: left;
	margin: 0 1px 10px 0;
}

#winList .singlePromoVert.hover {
	background-position: -326px 0;
}

#winList .singlePromoVert .thumbcontainer {
	width: 	296px;
	height: 221px;
	margin: 0;
}

#winList .meta {
	margin: 0;
	padding: 5px 0 0;
}

#winList .singlePromoVert h3 {
	font-size:24px;
	margin:0 0 8px;
	padding:0 0 6px;
}

/* using id winPromoLast because IE6 gets confused w multiple classes - 
only one Last item per page... */
#winList #winPromoLast {
	height: 251px;
	background: url(images/bg_module_635_dual_new.png) no-repeat 0 0;
	padding: 10px;
	margin: 0 1px 10px 0;
	clear:both;
	overflow:hidden;
}

#winList #winPromoLast.hover {
	background-position: -645px 0;
}

#winList #winPromoLast .thumbcontainer {
	width: 	296px;
	height: 221px;
	margin: 0;
	background: none;
	border-bottom:10px solid #70185E;
	float:left;
}

#winList #winPromoLast .meta {
	margin: 0;
	padding: 5px 0 0;
	float: right;
	width: 310px; 
	height: 227px;
}

#winList #winPromoLast h3 {
	border-bottom: dotted 1px #000;
	_border-bottom: none;
	_background: transparent url(images/dotted_000.gif) repeat-x 0 100%;
	padding: 0 0 6px;
	margin: 0 0 10px;
	font-size: 26px;
}



/* ========== Detail Pages ========== */
/* --------- Top Area ---------- */
/* --------- News Detail ---------- */
#mainMediaArea {
	background: #e1e1e1 url(images/bg_brick_e1e1e1_mine.gif) repeat;
	margin: 0 0 10px;
	padding: 10px;
}

/* override row settings - or should this be w/o row class? */
#mainMediaArea .row {
	border: 0;
}

.thumbcontainer.thumb447 {
	text-align: center; /* in case */
}

/* misnomer - this is the big box with text on detail pages */
#mainDetailArea {
	padding: 15px;
	background: url(images/bg_detailBox.jpg) repeat-y;
	margin: 0 0 10px;
}

#mainDetailArea h3 {
	font-size: 28px;
	font-weight: normal;
	padding: 0 0 18px;
	margin: 0 0 10px;
	border-bottom: dotted 1px #000;
	_border-bottom: none;
	_background: transparent url(images/dotted_000.gif) repeat-x 0 100%;
}

#mainDetailArea h3 span {
	background: #a4fefb;
	padding: 3px 0;
}



/* --------- Show - Detail Page ---------- */
#topDetailArea {
	background: url(images/bg_module_635_dual_new.gif) no-repeat 0 0;
	padding: 10px;
	margin: 0 0 10px;
}

#showDetail {
	background: url(images/bg_module_635_dual_new.gif) no-repeat 0 0;
	margin: 0 0 10px;
}

#showDetail #mainMediaArea {
	float: left;
	width: 355px;
	padding: 0 10px 10px;
	margin: 10px 0 0;
}

#showDetail #mainMediaArea.switcher {
	padding: 0 10px 0;
}

#showDetail #vidContainer {
	width: 355px;
	height: 266px;
}

#showDetail #mainDetailArea {
	background: none;
	border-top: 10px solid #70185e;
	margin: 10px 10px 10px 0;
	padding: 10px 0 0;
	width: 250px;
	float: left;
}

#videoArea {
	background: #000;
}

#vidContainer {
	/* image: 447x335 */
	/* either 447x335+30 or 407 x 335 */
	height: 335px; /* so width matches max image width */
	width: 407px;
	margin: 0 auto;
}


/* --------- Show and Artist Detail Pages ---------- */
/* ie6 bug w icon... */
#detail_artist #mainMediaArea #imageArea .thumbcontainer {
	_height: 334px;
}

#mediaSwitcher {
	clear: both;
}

#mediaSwitcher .mediaSwitchButton {
	cursor: pointer;
	padding: 3px;
	display: block;
	text-align: center;
}

#switcher_image {
	border-bottom: dotted 1px #000;
	_border-bottom: none;
	_background: transparent url(images/dotted_000.gif) repeat-x 0 100%;
}

#mediaSwitcher .mediaSwitchButton.selected {
	background: #fff;
	color: #000;
}

#imageArea.selected,
#videoArea.selected {
	display: block;
}

#imageArea,
#videoArea {
	display: none;
}


/* --------- Video Hub / Detail page ---------- */
#hub_video .mainContentColumn {
	padding:0 10px 0;
}

#hub_video .bottomArea {
	padding: 0 10px;
}

#videoTopArea {
	height: 500px;
	margin: 0 0 10px; /* DA 08/17/2009 */
}

#videoPlayerArea {
	width: 600px;
	height: 480px;
	background:#E1E1E1 url(images/bg_brick_e1e1e1_mine.gif) repeat scroll 0 0;
	float: left;
	padding: 10px;
}

#videoTopArea #vidContainer {
	width: 600px;
	height: 480px;
	background: #000;
}


/* special case of promoList - 318px */
#videoPlayList {
	width: 318px;
	height: 490px;
	float: right;
	clear: none;
	background: url(images/bg_module_319_bar.gif) no-repeat; /* cheating 1px because psd incorrect */
}

#videoPlayList .row70 {
	height: 75px;
	background: url(images/bg_module_635_dual_new.gif) no-repeat 0 0;
	margin: 0 0 5px;
}

#videoPlayList .row70.hover {
	background-position: -645px 0;
}

#videoPlayList .row70 .thumbcontainer {
	height: 76px;	
}

#videoPlayList .meta {
	height: 74px;
	width: 194px;
}

#videoPlayList .module-header {
	margin: 0;
	*height: 36px; /* hacky - else remove header float - set to inline etc. */
}

#videoPlayList .playListTitle {
	margin: 10px 0;
}

h4.playListTitle {
	background-color: #242424;
	color: #fff;
	font-size: 14px;
	padding: 2px 6px;
}

#videoPlayList .meta h3 {
	font-size: 14px;
}

#videoPlayList .meta h3 a {
	font-weight: bold;
}

#videoPlayList .scrollingList {
	height: 400px;
	overflow: auto;
	position: relative; /* fix 1405 to scroll relative positioned divs inside list */
}

.nowPlaying {
	color: #fff;
	background: #616161;
	margin: 4px 0 0;
	padding: 0 5px;
}


/* --------- Fanwalk page ---------- */
#hub_fanwalk .sitepage a {
	color: #fff;	
}

#hub_fanwalk #videoPlayerArea {
	float: none;
	height: 340px;
	width:  447px;
	margin: 0 0 10px;
}

#hub_fanwalk #mainDetailTop {
	background: #59aa2a url(images/bg_fanwalk_top.png) no-repeat;
	margin: 0;
	height: 144px;
}

.fanwalkHeader {
	display: block;
	cursor: pointer;
}

.fanwalkHeader strong {
	text-indent: -2000px;
	overflow: hidden;
	height: 144px;
	_cursor: pointer;
	display: block;
}

#hub_fanwalk #mainDetailArea {
	background: #59aa2a url(images/bg_fanwalk.gif) repeat-y;
	padding: 0 18px 42px;
}

#hub_fanwalk #mainDetailArea .title {
	color: #fff;
	font-size: 25px;
	margin: 0 0 4px;
}

#hub_fanwalk #mainDetailArea .shortDescription {
	color: #f6ff00;
	font-size: 14px;
	margin: 0 0 7px;
}

#hub_fanwalk #mainDetailArea .description {
	color: #fff;
	font-size: 14px;
	margin: 0 0 24px; /* add space above bottom buttons - to tweak. DA */
}

#hub_fanwalk #mainDetailArea .clickHereBtn {
	background: url(/images/fanwalk_clickhere.jpg) no-repeat;
	float: left;
	width: 140px;
	margin: 5px 0 0 0;
}

#hub_fanwalk #mainDetailArea .clickHereBtn a {
	display: block;	
	height: 27px;
}

span.hideme {
	text-indent: -2000px;
	overflow: hidden;
	display: block;
}

#hub_fanwalk #mainDetailArea a:link,
#hub_fanwalk #mainDetailArea a:visited {
	color: #90289c;
}

#hub_fanwalk #mainDetailArea a:hover {
	text-decoration: underline;
}

#hub_fanwalk .logo_se {
	background: url(/images/Common/logo_SE_150x30.gif) no-repeat;
	height: 30px;
	width: 150px;
	float: right;
	margin-top: 5px;
	text-indent: -2000px;
	overflow: hidden;
}

#hub_fanwalk .promoList.list468 {
	background: transparent url(images/bg_fanwalk_purple_top.gif) no-repeat scroll 0 0;
	padding: 20px 0 0;
	color: #fff;
}

#hub_fanwalk .list468 .row70 {
	margin-bottom: 10px;
	background: transparent;
	border-bottom: dotted 1px #000;
	_border-bottom: none;
	_background: transparent url(images/dotted_000.gif) repeat-x 0 100%;
	height: 70px;
}

#hub_fanwalk .row70 .thumbcontainer {
	background: transparent;
	height: 70px;
}

#hub_fanwalk .module-header {
	background: none;
	margin: 0 0 5px;
}

#hub_fanwalk .promoList.list468 .meta {
	border: none;
	_background-image: none;
	height: 70px;
	width: 320px;
}

#hub_fanwalk .module-header h3.header-title {
	background: none;
	color: #fff;
	text-transform: uppercase;
}

#hub_fanwalk .innerList {
	background: #751782 url(images/bg_fanwalk_purple_slice.gif) repeat-x;
	border-bottom: 13px solid #222;
	padding: 0 24px 10px;
	padding: 10px 24px 10px; /* for empty box */
}

#hub_fanwalk .listWrapper {
	padding: 10px 0 0;
}

#hub_fanwalk a.fanwalkLink {
	display: table-cell;
	display: inline-block;
	height: 29px;
	padding: 0 0 0 37px;
	background: url(images/bg_fanwalk_btn_left.gif) no-repeat;
	color: #fff;
}

#hub_fanwalk p.fanwalkLinkContain {
	_height: 29px;
	_background: url(images/bg_fanwalk_btn_left.gif) no-repeat;
}

#hub_fanwalk a.fanwalkLink span.btnMore {
	background: url(images/button_fanwalk.gif) no-repeat 100% 0;
	display: block;
	_display: inline-block;
	padding: 6px 18px 3px 10px ;
	height: 21px;
	font-size: 14px;
	_cursor: pointer;
	text-transform: uppercase;
}

#fanwalkPhonesPromo {
	padding: 0;
	height: 480px; /* get presley approval... */
}

#fanwalkWildcardPromo {
	padding: 0;
}

/* fanwalk Flipbook */
#flipbookContainer {
	background: url(images/bg_fanwalk_module_green.gif) no-repeat;
	padding: 20px 0 5px;
}

#hub_fanwalk #flipbookContainer h3.header-title {
	color: #f6ff00;
}

#hub_fanwalk #flibbookDetail {
	width: 468px;
	/* height: 420px; */
	height: 400px;
	overflow: hidden;
	float: none;
	margin: 0 0 1px;
	background: transparent;
}

#hub_fanwalk .image-wrapper {
	background: #000;
	height: 333px;
}

#hub_fanwalk #slideshow {
	width: 448px;
	height: 333px;
	overflow: hidden;
	margin: 0 auto;
}

#hub_fanwalk #controls {
	width: 448px;
	margin: 0 auto 8px;
}

#hub_fanwalk #caption h3 {
	font-size: 14px;
	padding: 0 0 6px;
	/* border-bottom: dotted 1px #000; */
	margin: 0 0 6px;
	font-weight: normal;
	*background: transparent;
}


#hub_fanwalk #flibbookThumbList {
	height: 86px;
	width: 468px;
	padding: 0;
	float: none;
	margin: 0 0 10px;
	/* background: #59aa29; */
	background: transparent;
	position: relative;
	background: url(images/dotted_000.gif) repeat-x 0 0;
	border-bottom: solid 10px #000;
}

#hub_fanwalk #flibbookThumbList .innerList {
	border: 0;
	padding: 5px;
	height: 79px;
	overflow: hidden;
	width: 366px;
	margin: 0 auto;
	/* background: #59aa29; */
	background: transparent;
	border-left: dotted 1px #000;
	border-right: dotted 1px #000;
}

#hub_fanwalk #flibbookThumbList li {
	width: 51px;
	height: 38px;
	overflow: hidden;
	margin: 0 1px 2px;
}

#hub_fanwalk #flibbookThumbList .thumbs {
	height: 86px;
	width: 448px;
	overflow: hidden;
}

/* remove class clash w our own... */
#flibbookThumbList .pagination.top {
	border: 0;
	margin: 0;
	position: absolute;
	width: 468px;
	height: 40px;
	top: 30px;
	left: 0;
}

#hub_fanwalk #flibbookThumbList .pagination a {
	display: block;
	width: 45px;
	height: 28px;
	padding: 0;
	background: #000 url(images/sprite_flipbook.gif) no-repeat scroll 0 0;
	cursor:pointer;
}

#hub_fanwalk #flibbookThumbList .pagination a.prev {
	float: left;
	background-position: -330px 50%;
}

#hub_fanwalk #flibbookThumbList .pagination a.prev:hover {
	background-position: -280px 50%;
}

#hub_fanwalk #flibbookThumbList .pagination a.next {
	float: right;
	background-position: -230px 50%;
}

#hub_fanwalk #flibbookThumbList .pagination a.next:hover {;
	background-position: -180px 50%;
}


#hub_fanwalk #flibbookThumbList .pagination span.blankPager {
	display: block;
	width: 45px;
	height: 28px;
	background: #000;
}

#hub_fanwalk #flibbookThumbList .pagination span.blankPager.left {
	float: left;
}

#hub_fanwalk #flibbookThumbList .pagination span.blankPager.right {
	float: right;
}

#hub_fanwalk #flibbookThumbList .pagination a span {
	float: none;
	display: block;
	width: 45px;
	text-indent: -2000px;
}










/* --------- Win - generic contest page ---------- */
#win_form { /* assuming only one form per page */
	background: url(images/bg_list_468.gif) no-repeat;
	padding: 15px 0 0;
	color: #424242;
}

#winFormWrapper {
	 background: #E1E1E1 url(images/bg_brick_e1e1e1_mine.gif) repeat 0 0	;
}


#win_form form {
	/* background:#E1E1E1 url(images/bg_brick_e1e1e1_mine.gif) repeat; */
	padding:0 10px 5px;
	position: relative;
}

.formInput,
.formBlock {
	/* clear: both;
	overflow: auto;
	*height: 1%; */
	margin: 0 0 6px;
	padding: 5px 10px 0;
}

.formInput label {
	width: 120px;
	/* display: block;
	float: left; 
	font-size: 20px; */
	font-size: 14px;
	font-weight: bold;
}

.formInput input[type="text"] {
	width: 200px;
	font-size: 14px;
	margin: 0 0 0 4px;
}

#win_form p.submit {
	text-align: right;
}

#win_form .submit {
	background: #70185e;
}

#win_form .submit input {
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 20px;
	padding: 2px 6px 5px;
	cursor: pointer;
}

#win_form .thankyou {
	background: #b659b2;
	border-left: 10px solid #E1E1E1;
	border-right: 10px solid #E1E1E1;
	padding: 169px 0px;
	text-align: center;
	color: #fff;
}

#win_form .sponsor {
	background: #6f185d;
	border: 10px solid #E1E1E1;
	border-top: none;
	text-align: center;
}

/* gdc form elements */
#win_form form table {
	margin: 0 0 20px;
}

#win_form form td {
	padding: 0 0 3px;
}

.MTVN_GDC_header {
	padding: 0 10px;
	margin: 5px 0;
}

#win_form .MTVN_GDC_error {
	color: #c00;
	font-weight: bold;
	margin: 0 0 10px;
}

#MTVN_GDC_loader {
/*	background: url(images/loading.gif) no-repeat;
	position: absolute;
	bottom: 13px;
	left: 20px;
	color: #fff;
	padding-left: 20px;
	height: 16px;
*/
	display: none;
}

#win_form .thankYouWrapper {
	background: #e1e1e1;
	padding: 0 0 10px;
}

#win_form .thankyouMsg {
	padding: 10px 12px;
	font-size: 16px;
	font-weight: bold;
	background: #b559b2;
	color: #fff;
	height: 200px;
	margin: 0 10px;
}

#formTerms {
	/* background: #e1e1e1; */
	padding: 10px;
}



/* ---------- Vote Page ---------- */
/* if too much, include this only on vote page  */
#hub_vote .sitepage {
	padding: 0;
}

/* Structure */
#hub_vote .mainContentColumn {
	background: url(images/bg_votePage_bottom.png) no-repeat 210px bottom;
	margin: -30px 0 0;
	padding-bottom: 0;
}

#votePage {
	padding: 20px 0 0;
}

#votePageInner {
	background:transparent url(images/bg_votePage_new_32.png) repeat-y scroll right 0;
	padding: 10px 10px 60px 0;
	border-top: solid 4px #000;
	min-height: 1000px; /* trying to deal w page not expanding when content opens. will this work if there are a lot of entries? */
	_height: 1000px;
}

#voteCategoriesDiv {
   	width: 244px;
   	float: left;
   	margin: 0 0 20px 10px; /* add bottom margin so doesnt collapse w top5 bar if only 1 ... */
   _margin-left: 5px; 
  /* padding: 1px 0 0; */
   	padding: 0;
   	background: #ddd url(images/bg_thumb.png) repeat;
}

#voteDisplayDiv {
  	width: 676px;
  	float: left;
  	padding: 10px 0 0;
  	_display: inline;
}

/* vote nav */
.voteNav {
	font-size: 22px;
}

#voteCategoriesDiv a {
	color: #999;
	font-weight: normal;
	display: block;
	padding: 5px 10px 5px 19px;
/*	border-bottom: 1px dotted #999; */
	margin: 0 0 1px;
	background: url(images/bg_nav_vote_sprite7.png) no-repeat 0 0;
	*width: 214px;
}

#voteCategoriesDiv a:hover,
#voteCategoriesDiv a.hover {
	text-decoration: none;
	border-bottom: solid 1px #424242;
	background-position: -928px 0;
	margin: -1px 0 0 0;
	padding: 6px 10px 5px 19px;
}

.voteDescription {
	text-indent: -2000px;
	opacity: 0;
	font-size: 0;
	color: #fff;
	height: 0;
	_display: none;
}


/* double class conflicts w other "selected" classes in IE6 - need the #votePage */
#votePage .voteNav.selected {
	font-size: 30px;
	background-color: #eee;
}

#votePage .voteNav.selected a {
	background-position: -464px 0;
	border: 0;
	margin: -1px 0 0;
}

#voteCategoriesDiv .voteNav.selected a:hover,
#voteCategoriesDiv .voteNav.selected a.hover {
	_background-position: -464px 0;
}
	
#votePage .voteNav.selected a:hover {
	border: 0;
	padding: 5px 10px 5px 19px;
}

#votePage .voteNav.selected h3 a {
	color: #000;
}

#votePage .voteNav.selected .voteDescription {
	text-indent: 0;
	opacity: 1;
	padding: 10px;
	font-size: 12px;
	color: #000;
	height: 1%;
	_display: block;
}

/* vote content */
#voteDisplayDiv .promoList {
	padding: 0 0 51px;
	/* background: url(images/bg_vote_bottom2.png) no-repeat 0 100%;
	_background-image: none; */
}

#voteDisplayDiv .row140 {
	padding: 5px;
	height: 106px;	
	background: #fff;
	width: 665px;
	background: #fff url(images/btn_vote_placeholder.png) no-repeat 565px 5px;
}

#voteDisplayDiv .meta {
	float: left;
	width: 395px;
	height: 100px;
	background: #c2f2ff;
	border: 0;
	padding: 2px 7px;
	margin: 0 5px 0 0;
}

#voteDisplayDiv .voteWinner .meta {
	background: #00c9ff;
}

#voteDisplayDiv .row140:hover .meta {
	background: #fff;
}

#voteDisplayDiv .meta h3 {
	border-bottom: dotted 1px #000;
	_border-bottom: none;
	_background: transparent url(images/dotted_000.gif) repeat-x 0 100%;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 0 0 4px;
}

#voteDisplayDiv .moreLink {
	_width: 103%;
}

#voteDisplayDiv .row100 .innerWrap .moreLink {
	_width: 98%;
	_position: static;
}

#voteDisplayDiv .row140 .thumbcontainer {
	background: none;	
	padding: 0 5px 0 0;
	position: relative;
}
/*
#voteDisplayDiv .thumbcontainer img.thumbnail {
	*display: block;	
}
*/

#voteDisplayDiv .row140 .thumbcontainer span.overlay {
	opacity: .5;
	display: block;
	background: #000;
	*background: url(images/bg_opacity50_ie.png);
	_background: none;
	_display: none;
	position: absolute;
	top: 0;
	width: 140px;
	height: 105px;
}

#voteDisplayDiv .row140:hover .thumbcontainer span.overlay {
	background: transparent;
	opacity: 1;
}

#voteDisplayDiv .MTVN_Cogix_vote-btn {
	float: right;
}

#voteDisplayDiv .voteDenied {
	background: #ccc url(images/bg_vote_deny_105x105.png) repeat;
	color: #b40f0f;
	font-weight: bold;
	height: 76px; 
	width: 85px;
	padding: 18px 10px 10px; /* set to fit longest messages - don't change! DA 08/31/2009 */
}

#regionalVoteNavBar {
	background:#000000 none repeat scroll 0 0;
	height: 28px;
	margin: 0 0 10px;
	position: relative;
	width: 666px;
	float: right;
	text-align: right;
	color: #424242;
	font-size: 18px;
	padding: 7px 5px 2px;
}

#regionalVoteNavBar a {
	color: #757575;
	padding: 5px;
}

#regionalVoteNavBar a:hover {
	color: #73eef3;
	text-decoration: none;
}

#regionalVoteNavBar a.voteSelected {
	color: #fff;
	cursor: default;
}


/* vote intro */
#voteDisplayDiv .promoList.voteIntro {
	background: none;
	margin-top: -10px;
}

#voteDisplayDiv #MTVNI_votes_intropage .row {
	background: #fff;
	padding: 5px;
	width: 666px;
	height: 105px;	
}

#voteDisplayDiv #MTVNI_votes_intropage .row .meta {
	width: 515px;
	height: 92px;
	padding: 6px 20px;
	font-size: 16px;
	font-weight: bold;
}


/* Regional vote - alternate template and sub nav */
#voteDisplayDiv .row100 {
  	width: 326px;
  	_width: 325px;
  	float: left;
  	clear: none;
  	background: #fff;
  	margin: 0 2px 4px;
  	height: 88px;
  	padding: 4px;
  	text-align: left;
}

#voteDisplayDiv .row100 .innerWrap {
  	background-color: #C2F2FF;
  	position: relative;
  	height: 89px;
}

#voteDisplayDiv .row100.voteWinner .innerWrap {
	background-color: #00C9FF;
}

#voteDisplayDiv .row100:hover .innerWrap {
	background: #fff;
}

#voteDisplayDiv .row100 .thumbcontainer {
  	padding: 0;
  	height: 75px;
}

#voteDisplayDiv .row100 .meta {
  	width: 131px;
  	height: 71px;
  	float: left;
  	margin: 0 2px;
	background: transparent url(images/dotted_000.gif) repeat-x 0 100%;
}

#voteDisplayDiv .row100 .meta h3 {
  	font-size: 15px;
  	font-weight: bold;
  	padding: 0;
  	border: 0;
  	_background-image: none;
}

#voteDisplayDiv .row100 .short-description {
 	 display: none;
}

#voteDisplayDiv .row100 .MTVN_Cogix_vote-btn {
  	float: right;
  	display: block;
  	background: url(images/btn_vote_placeholder.png) no-repeat -15px 50%;
  	height:75px;
  	width:75px;
}

#votePageInner.extendedPage {
	min-height: 1300px;
	_height: 1300px;
}

span.flag {
	display: block;
	width: 21px;
	height: 15px;
	text-indent: -3000px;
	background: url(images/flags_sprite.png) no-repeat 0 50px;
}

.flag.UK {background-position: 0 0;}
.flag.CH {background-position: 0 -25px;}
.flag.DE {background-position: 0 -50px;}
.flag.DK {background-position: 0 -75px;}
.flag.ES {background-position: 0 -100px;}
.flag.FI {background-position: 0 -125px;}
.flag.FR {background-position: 0 -150px;}
.flag.GR {background-position: 0 -175px;}
.flag.HR {background-position: 0 -200px;}
.flag.ADRIA {background-position: 0 -200px;}
.flag.HU {background-position: 0 -225px;}
.flag.IL {background-position: 0 -250px;}
.flag.NO {background-position: 0 -275px;}
.flag.SE {background-position: 0 -300px;}
.flag.PL {background-position: 0 -325px;}
.flag.TR {background-position: 0 -350px;}
.flag.PT {background-position: 0 -375px;}
.flag.UA {background-position: 0 -400px;}
.flag.IT {background-position: 0 -425px;}
.flag.NL {background-position: 0 -450px;}
.flag.RO {background-position: 0 -475px;}
.flag.RU {background-position: 0 -500px;}
.flag.BALTIC, .flag.LT {background-position: 0 -525px;}
.flag.UNDEFINED {background: none;}








/* --------- Generic Content page ---------- */
#infobody {
	background: #000 url(images/bg_info.png) no-repeat;	
}

#infobody #infoContentHeader {
	color: #FF6EEE;
	font-size: 40px;
	margin: 0 0 0 60px;
	padding: 200px 0 0 11px;
}

#infobody #pageWrapper {
	background: transparent;
	min-width: 700px;
}

#infobody #innerWrapper {
	width: auto;
}

#infobody .sitepage {
	background: transparent;
}

#infobody #infoContentArea {
	color: #fff;
	background: #000;
	overflow-y: auto;
	height: 362px;
	width: 634px;
	margin: 44px 0 0 11px;
	padding: 27px 12px 12px;
}


/* --------- Press pages ---------- */



/* --------- Embed Code pages ---------- */
#mediaKitHub,
body.section_sponsors,
body.section_press {
	background: #000;
}

#mediaKitHub #pageWrapper,
.section_sponsors #pageWrapper,
.section_press #pageWrapper {
	background: #000 url(images/hat_embedPage.jpg) no-repeat scroll 50% 0
}

.section_embed .sitepage,
.section_press .sitepage {
	padding: 0 0 1px;	
}

.page1column.section_embed .mainContentColumn,
.page1column.section_press .mainContentColumn { /* reverse classes for ie6 */
	background: #000 url(images/bg_press.gif) repeat;
	margin: -10px 10px 0;
	padding: 10px 27px 10px;
	_display: inline-block;
	min-height: 600px;
}

.section_embed .mainContentColumn,
.section_press .mainContentColumn {
	color: #fff;
}

/* experimental */
.section_press .content {
	width: 600px;
}	

.section_embed .pageHeader,
.section_press .pageHeader {
	color: #fff;
	padding: 0 0 9px;
	margin: 0 0 12px;
	background: url(images/dotted_fff.gif) repeat-x 0 100%;
}

.section_embed .pageHeader {
	margin: 15px 0 12px;
}

.section_embed .pageHeader h2,
.section_press .pageHeader h2 {
	font-size: 28px;
}

.section_press .pageHeader h2 {
	width: 600px;
}

.section_press .pageHeader .itemDate {
	background: 0;
	margin: 0 0 10px;
	padding: 0;
	width: 600px;
}

.section_press .pageHeader h2 span,
.section_press .pageHeader .itemDate span {
	background: #a4fefb;
	padding: 3px;
	color: #000;
}

.section_embed .pageDescription,
.section_press .pageDescription {
	font-size: 14px;
	margin: 0 0 30px;
}

.section_embed .item-press,
.section_press .item-press {
	margin: 0 0 20px;	
}
.section_embed .item-press .thumbcontainer,
.section_press .item-press .thumbcontainer {
	margin: 0 0 6px;	
}

.section_embed .pressDownloadHeader,
.section_press .pressDownloadHeader {
	font-size: 18px;
	margin: 0 0 8px
}

.embedCode {
	font-family: arial, helvetica, sans-serif; /* ie needs else breaks */
	font-size: 100%;
	_height: 4em;
	min-height: 4em;
}

.backLink {
	margin: 0 0 14px;	
}

.backLink a:link,
.backLink a:visited {
	color: #999;
	font-size: 17px;
	font-weight: bold;
	background: url(images/arrow_back.gif) no-repeat 0 5px;
	padding: 0 0 0 15px;
}

.backLink a:hover {
	color: #fff;
	text-decoration: none;
	background-position: 0 -25px;
}


.section_press .content .moreLink {
	position: static;
	margin: 30px 0;
	text-transform: none;
}

.section_press .content .moreLink a {
	border: none;
	color: #fff;
	background: #70185e;
	padding: 3px 4px;
}

.section_press .content .moreLink a:hover {
	background: #b559b2;
}


/* embed hub */
#embedCodeHub .mainContentColumn {
	margin: -20px 0 0 0;
}

.embedHubList {
	/* border-top: solid 5px #000; */ /*  temp - remove for 9/1/2009 launch - no alpha/pagination on artists hub */
	padding: 10px 0 0;
	*margin: 36px 0 0;
		*margin: 8px 0 0; /* temp - for 09/01/ launch - no alpha/pagination */
}

.embedHubList .row164 {
	width: 164px;
	clear: none;
	float: left;
	padding: 10px 10px 10px;
	margin: 0 4px 5px 0;
	height: 240px;
	background: url(images/bg_module_184x260.gif) no-repeat 0 0;
}

.embedHubList .row164.hover {
	background-position: -194px 0;
}

.embedHubList .row164 .thumbcontainer {
	width: 164px;
	height: 123px;
	border-bottom: solid 10px #88286f;
	margin: 0 0 5px;
	float: none;
}

.embedHubList .row164 .meta h3 {
	height: 40px;
	height: 36px;
	margin: 0 0 5px; /* 09/01/ squeeze things in... */
	line-height: 1.1 em; /* 09/01/ squeeze things in... */
}

.embedHubList .meta {
	height: 198px;
}

.embedHubList .row h3 {
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.embedHubList .row .moreLink {
	bottom: 20px;
}





/* press releases hub */
#pressList {
	margin: 20px 0 0;
}

.pressItem {
	margin: 0 0 1px;
	font-size: 14px;
	clear: both;
}

.pressItem.tableHead {
	text-transform: uppercase;
	margin: 0 0 10px;
}

.pressItem.tableHead span {
	padding: 0 1px 6px;
	background: url(images/dotted_fff.gif) repeat-x 0 100%;
}

.pressItem a {
	overflow: auto;
	display: block;
}

.pressItem a:link,
.pressItem a:visited {
	color: #fff;
	cursor: pointer;
	padding: 1px 1px 2px;
	_padding: 2px 1px 3px;
}

.pressItem a:hover {
	text-decoration: none;
	background:	#424242;
}

.pressItem span {
	display: block;
	float: left;
}

.pressItem span.pressItem_title {
	width: 680px;
	margin: 0 14px 0 0;
}

.pressItem span.pressItem_date {
	width: 185px;
}


/* Sponsor hub */
.sponsorsList_top .row281 {
	background: url(images/bg_module_941_dual.gif) no-repeat 0 0;
	padding: 10px;
	margin: 0 0 10px;
}

.sponsorsList_top .row281 {
	height: 232px;
}

.sponsorsList_top .row281.hover {
	background-position: -951px 0;
}

.sponsorsList_top .row281 .thumbcontainer {
	border-bottom: 10px solid #88286F;
}

.sponsorsList_top .row281 .meta {
	float: right;
	width: 615px; 
	height: 220px;
}

.sponsorsList_top .row281 .meta h3 {
	border-bottom: dotted 1px #000;
	_border-bottom: none;
	_background: transparent url(images/dotted_000.gif) repeat-x 0 100%;
	padding: 0 0 6px;
}

.sponsorsList_top .row281 .meta h3 {
	margin: 0 0 10px;
	font-size: 26px;
}

.sectionHeader {
	background: #000;
	color: #fff;
	padding: 8px 15px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 16px;
	_height: 1%;
}

.sponsorsList_bottom {
	/* border-top: solid 5px #000; */ /*  temp - remove for 9/1/2009 launch - no alpha/pagination on artists hub */
	padding: 10px 0 0;
	*margin: 36px 0 0;
		*margin: 8px 0 0; /* temp - for 09/01/ launch - no alpha/pagination */
}
/*
.sponsorsList_bottom .row167 {
	width: 167px;
	clear: none;
	float: left;
	padding: 10px 10px 10px;
	margin: 0 1px 5px 0;
	height: 346px;
	background: url(images/bg_module_187x366.png) no-repeat 0 0;
}

.sponsorsList_bottom .row167.hover {
	background-position: -197px 0;
}

.sponsorsList_bottom .row167 .thumbcontainer {
	width: 167px;
	height: 124px;
	border-bottom: solid 10px #88286f;
	margin: 0 0 5px;
	float: none;
}

.sponsorsList_bottom .row167 .meta h3 {
	height: 40px;
	height: 36px;
	margin: 0 0 5px;
	line-height: 1.1 em;
}
*/

.sponsorsList_bottom .row210 {
	width: 210px;
	clear: none;
	float: left;
	padding: 10px 10px 10px;
	margin: 0 5px 5px 0;
/*	height: 346px; */
	height: 430px;
/*	background: url(images/bg_module_230x366.png) no-repeat 0 0;
		background: url(images/bg_module_230x420.png) no-repeat 0 0; */
	background: url(images/bg_module_230x450.png) no-repeat 0 0;	
}

.sponsorsList_bottom .row210.hover {
	background-position: -240px 0;
}

.sponsorsList_bottom .row210 .thumbcontainer {
	width: 210px;
	height: 157px;
	border-bottom: solid 5px #88286f;
	margin: 0 0 5px;
	float: none;
}

.sponsorsList_bottom .row230 .meta h3 {
	height: 36px;
	margin: 0 0 5px; /* 09/01/ squeeze things in... */
	line-height: 1.1 em; /* 09/01/ squeeze things in... */
}

.sponsorsList_bottom .meta {
	height: 257px;
}

.sponsorsList_bottom .row h3 {
	padding: 0 0 5px;
	border-bottom: dotted 1px #000;
	_border-bottom: none;
	_background: transparent url(images/dotted_000.gif) repeat-x 0 100%;
	margin: 0 0 5px;
}


/* Media Kit */
#mediaKitHub .mainContentColumn { /* reverse classes for ie6 */
	_height: 1150px; /* HACKY */
}


#mediaKitHub #infoContentArea {
	color: #fff;
	font-size: 14px;
}

#mediaKitHub #infoContentArea a:link,
#mediaKitHub #infoContentArea a:visited {
	color: #fff;
	background: #70185e;
	padding: 1px 3px;
}

#mediaKitHub #infoContentArea a:hover {
	color: #fff;
	text-decoration: none;
	background: #b559b2;
}

/* Habbo */
#habbo {
	text-align:center;
}
/* No Flash - for vote buttons  */
#voteDisplayDiv .noflash {
	width: 105px;
}

#voteModule .noflash {
	width: 160px;
	padding: 3px;
	background: #ccc;
}

#voteModule .noflash img {
	margin: 0 20px 2px;
}