

/* start category voting */

#category-voting {
	position: absolute;
	left: 0;
	top: 214px;
	width: 1px;
	padding-right: 26px;
	font-size: 12px;
	text-align: left;
	z-index:999;
}

#category-voting { /*IE hack*/
	top: 212px\9
}

#category-voting h3 {
	position: absolute;
	top: 44px;
	right: 0;
	width: 27px;
	height: 296px;
	background-image: url(images/category-voting-sprite.png);
	cursor: pointer;
	text-indent: -9999px;
	background-color:#000;
}

.module-open  {
	width: 364px !important;
}

.module-finished  {
	width: 1px !important;
}

.module-finished #category-voting-heading {
	background-position: -27px 0;
	cursor: default;
}

#category-voting-module {
	display: none;
	padding: 10px 20px 20px;
	background-color:#000;
	border: rgb(205, 103, 12) 1px solid;
}

.module-open #category-voting-module {
	display: block;
}

.module-finished #category-voting-module {
	display: none;
}

#category-voting p {
	margin-bottom: 10px;
}

#category-voting h4 {
	padding: 2px;
	font-weight: bold;
	background-color: rgb(205, 103, 12);
}

#category-voting ol {
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
	padding:0px;
}

#category-voting li {
	float: left;
	display: inline;
	margin: 2px;
	padding: 2px;
	color: #fff;
	cursor: pointer;
	white-space: nowrap;
}

#category-voting .selected {
	color: #000;
	background-color: #9B9B9B;
}

#category-voting li:hover {
	color: #000;
	background-color: rgb(205, 103, 12);
}

#category-voting #categories-all {
	padding-bottom: 18px;
	margin-bottom: 5px;
	border-bottom: #B4B4B4 1px solid;
}

#category-voting span {
	float: left;
	display: inline;
	font-size: 11px;
	color: #001E9B;
	margin-bottom: 10px;
	cursor: pointer;
}

#category-voting #category-voting-suggest-cancel {
	float: right;
	color: #F00;
	display: none;
}

#category-voting button {
	background-color: #3B5F9F;
	color: #FFF;
	font-weight: bold;
	height: 30px;
}

#category-voting-save-button {
	display: block;
	clear: both;
}

#category-voting fieldset  {
	clear: left;
	display: none;
}

#category-voting .suggest-open #category-voting-suggest-text  {
	color: #000;
	cursor: default;
}

#category-voting .suggest-open #category-voting-suggest-cancel {
	display: inline;
}

#category-voting .suggest-open #category-voting-save-button  {
	display: none;
}

#category-voting .suggest-open fieldset  {
	display: block;
}

#category-voting .suggest-finished  #category-voting-suggest-text  {
	color: #1B8318;
	cursor: default;
}

#category-voting fieldset  * {
	vertical-align: middle;
}

#category-voting input {
	width: 250px;
	height: 17px;
	padding: 3px;
	margin-right: 10px;
	border: #000 solid 1px;
	background: transparent;
}
/* end category voting */

