/* CSS Document */
.heading-band-grey{
	background-color:#efeeec;
	padding:5px;
	font-size:0.8em;
	font-weight:bold;
	color:#333333;
	width:99%;
	float:left;
}

.txt-list{
	padding:2px 0px 1px 5px;;
	font-size:0.8em;
	color:#333333;
	width:99%;
	float:left;
	line-height: 18px;
}

.greybg{
	background-color:#efeeec;
	padding:8px;
	font-size:1em;
	color:#333333;
	width:99.8%;
	float:left;
}

html>body .greybg{
	width:96%;
}

.float-l{
	float:left;
	width:42%;
}

.float-r{
	float:right;
	width:43%;
}

html>body .float-r{
	width:44%;
}

.or-separator{
	background: url(../images/search/or-separator.gif) no-repeat center;
	height:180px;
}

.or-separator-adv{
	background: url(../images/search/or-separator-adv.gif) no-repeat center;
	height:260px;
}

