.content-area {
	float: right;
	width: 803px;
	margin-right: 45px;
	border: 0px solid red;
}
.dynamic_text {
	width: 625px;
	text-align: justify;
	line-height: 20px;
	margin-bottom: 10px;
}

.tblSearch {
	float: right;
	width: 100%;
	background-color: #fff;
	border-collapse:collapse;
	margin-bottom: 20px;
	border: 1px solid #bac5cc;
}
.tblSearch th {
	background-image: url(../../images/tbl_top.jpg);
	background-repeat: repeat-x;
	font-size: 11pt;
	font-weight: bold;
	color: #373737;
	text-align: right;
	text-indent: 12px;
}
.tblSearch th,
.tblSearch td {
	height: 33px;
	border: 1px solid #bac5cc;
	border-left: 0px;
}
.tblSearch td {
	vertical-align: top;
	padding: 5px 0 5px 0;
}
.tblSearch td.price {
	width: 176px;
	padding-right: 12px;
	color: #1164d4;
	font-size: 10pt;
}
.tblSearch .tbPrice {
	float: right;
	width: 106px;
	font-size: 9pt;
	margin: 5px 0 20px 5px;
}
.tblSearch .currency {
	float: right;
	margin-top: 5px;
	line-height: 18px;
	border: 0px solid red;
}
.tblSearch .btnSearch {
	float: right;
	background-color: #5090e7;
	width: 72px;
	line-height: 23px;
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #bac5cc;
}
.tblSearch td.price .clean {
	clear: both;
	float: right;
	margin-right: 5px;
	color: #1164d4;
}


.tblSearch td .cb {
	clear: right;
	float: right;
	width: 99%;
	margin-bottom: 5px;
	border: 0px solid red;
}
.tblSearch td.location .cb {
	clear: none;
	width: 48%;
}
.tblSearch td .cb input {
	float: right;
	margin-top: 4px;
	*margin-top: 0px;
	_margin-top: 0px;
	margin-right: 12px;
}
.tblSearch td .cb label {
	float: right;
	line-height: 18px;
	vertical-align: middle;
	font-size: 9pt;
	color: #1164d4;
	border: 0px solid blue;
}


/*----------------	search_results	------------------------------------------------------------------------------------------------*/
.content-area .list {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid blue;
}
.content-area .found {
	float: right;
	background-image: url(../../images/result_hdr.jpg);
	width: 782px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #373737;
	text-align: right;
	padding-right: 20px;
	border: 1px solid #bac5cc;
	border-bottom: none;
}
.content-area .found span {
	color: #1164d4;
}

/* more settings come from list.css */
.result_Box {
	width: 782px;
	padding-top: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-right: 20px;
	border-left: 1px solid #bac5cc;
	border-right:  1px solid #bac5cc;
}



.content-area .baseline {
	clear: both;
	float: right;
	width: 802px;
	padding-top: 40px;
	margin-bottom: 20px;
	border: 1px solid #bac5cc;
	border-top: none;
}
.content-area .baseline .txt {
	float: right;
	width: 54%;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	color: #373737;
	text-align: right;
	margin-right: 20px;
	padding-bottom: 15px;
}
.content-area .baseline a.pdf {
	float: left;
	width: auto;
	height: 41px;
	font-size: 12px;
	font-weight: normal;
	color: #1164d4;
	margin-left: 24px;
	padding-bottom: 15px;
}
.content-area .baseline a.pdf img {
	margin-right: 10px;
}