#ajax_loaderc {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	height: expression(document.body.offsetHeight+'px');
	z-index: 1000;
	text-align: center;
	vertical-align: middle;
	float: center;
}

#ajax_loaderm {
	position: relative;
	top: 200px;
	margin: 0 auto;
	padding: 20px;
	width: 300px;
	height: 30px;
	z-index: 1001;
	border:2px solid #372E1B; 
	background-color:#6C5A34;
}


/* --- Div Selector --- */
.div_selector      {width:175px; height:15px; border:2px solid #372E1B; background-color:#6C5A34; }
.div_selector_list {width:175px; position:absolute; display:none; border:2px solid #372E1B; border-top:0; background-color:#6C5A34; }

.div_selector img {float:right; border:0; }
.div_selector_seltxt {width:150px; height:15px; overflow:hidden; }

a.dsLink:link, 
a.dsLink:visited,
a.dsLink:hover   {height:15px; text-decoration:none; padding:0 0 0 2px; display:block; background:url(arrow.gif) right no-repeat; _width:100%; }

a.dslLink:link, 
a.dslLink:visited { 
	_width:100%;
	border-bottom: 1px solid #372E1B;
	text-decoration: none;
	display: block;
	padding: 1px 0 1px 2px;
	line-height: 15px;
	color:#CDCDCD;
}
a.dslLink:hover   {color:#000; background-color:#ccc; }
/* -------------------- */