#calosc {
	width: 956px;
	margin: 0px auto;
	border: 2px solid #CABC5B;
	overflow: hidden;
	background-color: #706C58;
}

#flash {
	width: 729px;
	height: 268px;
	float: left;
	overflow: hidden;
	border-right: 2px solid #CABC5B;
	background: url('../img/flash.jpg') top no-repeat;
}

.bt_b_akt {
	width: 215px;
	height: 25px;
	padding-right: 10px;
	padding-top: 9px;
/*	font-family: 'Trebuchet MS';
	font-size: 12px;
	color: #CECDAF; */
	
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #DDBC35;
	/*text-transform: uppercase;*/
	
	float: left;
	overflow: hidden;
	text-align: right;
	text-decoration: none;
/*	background-color: #413F31; */
}

.bt_b_akt:hover {
/*	text-decoration: underline;
	color: #413F31; */
	background-color: #7E7A66;
}

.bt_b {
	width: 175px;
	height: 25px;
	padding-left: 40px;
	padding-top: 9px;
/*	font-family: 'Trebuchet MS';
	font-size: 12px;
	color: #CECDAF; */
	
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #DDBC35;
	text-transform: uppercase;
	
	float: left;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
/*	background-color: #413F31; */
}

.bt_b:hover {
/*	text-decoration: underline;
	color: #413F31; */
	background-color: #7E7A66;
}

.bt_b2 {
	width: 175px;
	height: 25px;
	padding-left: 40px;
	padding-top: 9px;
	
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #DDBC35;
	text-transform: uppercase;
	
	float: left;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	background-color: #413F31;
}

.arch_lista {
	height: 23px;
}

#arch_pole1 {
	width: 520px;
	height: 22px;
}

/* ---- LISTA ---- */

.Combo {
	width: 520px;
	height: 22px;
	float: left;
}
#ComboAll {
	font-size: 11px;
	color: #8F8872;
	font-family: verdana;
	width: 518px;
	position: absolute;
}
#MyCombo {
	width: 518px;
	margin-top: 2px;
	padding-top: 3px;
	height: 17px;
	border: 1px solid #555244;
	cursor: pointer;
	overflow: hidden;
	background-color: #ccc;
}
#MyCombo.open {
	background: #413F31 url(../img/aleft.gif) no-repeat right center;
}
#MyCombo.close {
	background: #413F31 url(../img/abottom.gif) no-repeat right center;
}
#ComboList {
	display: none;
	border: 1px solid #555244;
	border-top: none;
	width: 518px;
	overflow-x: hidden;
	overflow-y: auto;
}
#ComboList a {
	color: #8F8872;
	padding: 1px;
	padding-top: 3px;
	display: block;
	width: 516px;
	height: 19px;
	border-bottom: 1px solid #555244;
	background-color: #413F31;
}
#ComboList a:hover {
	background-color: #615F51;
}