@charset "utf-8";
/* CSS Document */

#search_wrapper {
	width: 833px;
	float: left;
	margin-left:195px;
	margin-top: 20px;
}
#number {
	font:"Times New Roman", Times, serif;
	font-size: 18pt;
	color: #361200;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 40%;
}
.page_nav {
	float: right;
	min-width: 150px;
	height: 20px;
	margin-top: 20px;
	padding-bottom: 2px;

}
#results {
	width: 100%;
	height: auto;
	float: left;
}
.row_wrapper {
	float: left;
	width: 100%;
	height: auto;
	clear: both;
}
.row_divider {
	height: 2px;
	border-top: thin dotted #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	clear: both;
	width: 100%;
}
.result_box_left {
	width: 50%;
	height: auto;
	float: left;
}
.result_box_right {
	width: 49%;
	height: auto;
	float: right;
}
.result_box_image {
	float: left;
	width: 200px;
	height: auto;
}
.result_box_info {
	float: right;
	width: 200px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
.paginate {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
a.paginate {
border: 1px solid #000000;
padding: 2px 6px 2px 6px;
text-decoration: none;
color: #FFF;
}
a.paginate:hover {
background-color: #000000;
color: #FFF;
text-decoration: underline;
}
a.current {
border: 1px solid #000000;
font: bold Arial,Helvetica,sans-serif;
padding: 2px 6px 2px 6px;
cursor: default;
background:#000000;
color: #FFF;
text-decoration: none;
}
span.inactive {
border: 1px solid #999;
font-family: Arial, Helvetica, sans-serif;
padding: 2px 6px 2px 6px;
color: #999;
cursor: default;
}

#error_search {
	width: 100%
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 33px;
	font-size: 18pt;
	color: #d9c088;
	height: 400px;
}

	
