h4#labelBaekoCoopsStateSelect
{
	float: left;
	margin-right: 8px;
}

div#baekoCoopsStateSelect
{
	position: relative;
	float: left;
	width: 188px;
	height: 20px;
	padding: 1px 0 0 5px;
	background: url(/fileadmin/inc/global/layout/img/bg/bg-select.gif) no-repeat;
}

div#baekoCoopsStateActiveLink
{
	cursor: default;
}

div#baekoCoopsStateList
{
	position: absolute;
	top: 20px;
	left: 0;
	width: 192px;
	height: 217px;
	padding: 1px 0 0 1px;
	background: url(/fileadmin/inc/global/layout/img/bg/bg-select-list.gif) no-repeat;
	z-index: 5;
}

div#baekoCoopsStateList.hidden
{
	display: none;
}

div#baekoCoopsStateList div#statesContent
{
	w_idth: 169px;
}

div#baekoCoopsStateList div.scroll-bar
{
	display: none;
	display: block;
	position: absolute;
	top: 14px;
	right: 9px;
	width: 5px;
	height: 84px;
}

div#baekoCoopsStateList div.scroll-bar div#knob
{
	display: none;
	width: 5px;
	height: 22px;
	background: #003f76;
}

div#baekoCoopsStateList img.scroll-up
{
	display: none;
	position: absolute;
	top: 6px;
	right: 8px;
	width: 7px;
	height: 4px;
	background: url(/fileadmin/inc/global/layout/img/icons/arrow-up-blue.gif) no-repeat;
}

div#baekoCoopsStateList img.scroll-down
{
	display: none;
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 7px;
	height: 4px;
	background: url(/fileadmin/inc/global/layout/img/icons/arrow-down-blue.gif) no-repeat;
}

a.baekoCoopsStateLink
{
	display: block;
	width: 187px;
	padding: 0 0 0 4px;
	color: #555555;
	text-decoration: none;
}

a.baekoCoopsStateLink:hover
{
	background: #d9f1fb;
}

table.roundedTable td.left .wrap
{
	position: relative;
	padding-left: 26px;
}

table.roundedTable td.left .wrap img.collapse-button
{
	display: block;
	position: absolute;
	top: 9px;
	left: 11px;
}

table.roundedTable td.left .wrap img.collapse-button:hover
{
	cursor: pointer;
}

table.roundedTable td.left .wrap .hidden,
table.roundedTable td.right .wrap .hidden
{
	display: none;
}