/* CSS for PLUG Accordion
	by David Politi Super Genius
	for Evolvs Media Inc.
	david@evolvs.com
	November 2006
*/
 
#accordian {
	background:#FFFFFF url(../images/accordion/main_bg.png) top left no-repeat;
	height: auto;
	width:480px;
	font-size:10px;
	padding-top:7px;
	padding-left:6px;
	min-height:600px;

}

.finished{
	color: #666;
	font-weight:bold;
	text-transform:uppercase;
	display: inline;
}

.item {
	
}

.img_safe {
	border:none;
	padding:0px;
	margin:0px;
	display:inline;

}

.choiceTitle{
	display: inline;
	
}

.choice{
	display: inline;
}

.selected{
	padding-top: 2px;
	padding-bottom: 2px;
}

.hidden{
	display: none;	
}

.header, .form-header {
	background:url(../images/accordion/item_header_bg.png) top left no-repeat;
	width:477px;
	height:27px;
	cursor: pointer;
}

.music {
	background: url(../images/accordion/categoryHeader_music.png) top left no-repeat;
	
	height:27px;
	margin-left:30px;


}
/*
.submitTab {
	background: url(../images/accordion/categoryHeader_submit.png) top left no-repeat;
	
	height:27px;
	margin-left:30px;

}
*/
.submitTab {
	background: url(../images/accordion/categoryHeader_comments.png) top left no-repeat;
	
	height:27px;
	margin-left:30px;

}
.media {
	background: url(../images/accordion/categoryHeader_media.png) top left no-repeat;
	
	height:27px;
	margin-left:30px;

}
.header .subtitle {
	font-size:9px;
	color:#DDD;
	text-transform:uppercase;
	display:inline;
	padding-left:156px;
	top:8px;
	position:relative;
	height:inherit;
	width:inherit;
}
.panel_body {
	padding-left: 28px;
	padding-right: 22px;
	padding-top: 9px;
}

.categoryTitle {
	font-size:11px;
	color:#000000;
	text-transform:uppercase;
	font-weight: bold;
	display: inline;
	cursor: pointer;

}

.categoryChoiceTitle {
	font-size:11px;
	color:#000000;
	text-transform:uppercase;
	font-weight: bold;
	display: inline;
	/*position:absolute;*/


}

.categoryCaption {
	font-size:10px;
	color:#222222;
	display:block;
	padding:5px;
}
.nominees {

}

.nomineesList {
	font-size:11px;
	margin-bottom:5px;
	margin-left: -5px;	
}

.nominee {
	display:block;
	padding:2px;
}

.bottomTitle {
	font-size:11px;
}
.odd {
	background:url(../images/accordion/red_bg.jpg) top right no-repeat;
}
.even {
	background:url(../images/accordion/green_bg.jpg) top right no-repeat;
}
.winner {
	

}

div.panel {
  overflow:hidden;
}