
#jqcb {
	display: inline-block;
	*display: block;
	text-align: left;
	zoom:1;
	vertical-align: top;
}

#jqcb .cur,
#jqcb .selbox {
	cursor: pointer;
	cursor: hand;
}

#jqcb .cur {
	display: inline-block;
	text-align: left;
	*display: block;
	zoom:1;
	vertical-align: middle;
	background: #918f52 url(imgs_combobox/dropdown_hg.jpg) top right repeat-y;
}

#jqcb .cur:hover,
#jqcb .cur.opened {

}

#jqcb .cur .text {
	zoom: 1;
	background: transparent url(imgs_combobox/dropdown_pfeil.png) center right no-repeat;
	font: 11px/18px "Trebuchet MS", "Trebuchet", Verdana, Arial, sans-serif;
	padding: 1px 0 1px 10px;
	margin: 0 2px 0 0;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 0.1em;
	color: #fff;
}

#jqcb .cur .text span {
	margin-right: 20px;
	overflow: hidden;
	display: block;
	white-space: nowrap;
}

#jqcb .selbox {
	position: absolute;
	z-index: 9999999;
	background: #fff url() top right no-repeat;
	-moz-box-shadow:0 8px 10px #333;
	-webkit-box-shadow:0 8px 10px #333;
	text-align: left;
	border-top: 1px solid #e7e7d3;
}

#jqcb .selbox ul,
#jqcb .selbox li {
	padding: 0;
	margin: 0;
}

#jqcb .selbox ul {
	padding: 0 0 0 0;
}

#jqcb .selbox ul li {
	font: 12px/20px "Trebuchet MS", "Trebuchet", Verdana, Arial, sans-serif;
	padding: 3px 10px 3px 10px;
	list-style: none;
	line-height: 15px;
	border-bottom: 1px solid #e7e7d3;
	background: transparent none 0 0 no-repeat;
}

#jqcb .selbox ul li:hover {
	background-color: #eee;
}

#jqcb .selbox ul li.last {
	border-bottom: none;
}

#jqcb .selbox ul li.selected {
	color: #ab136d;
	background-color: #f6f5ec;	
}

.tx_zvmgallery_area_form .area {
	padding: 0 0 0 7px;
}