/* CSS Document */

#re_head {
	position:relative;
	width:850px;
	height:75px;
	float:left;
}

#re_head_links {
	position:absolute;
	bottom:0;
	right:0px;
}

.re_links {
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#545454;
}

#re_content, #re_item {
	width:850px;
	float:left;
	margin-top:10px;
}

#re_item_image {
	width:175px;
	height:126px;
	background:url(../images/boxes/re_box.jpg) no-repeat;
	float:left;
}

#re_item_image img {
	margin:8px 0 0 9px;
}

#re_item_info_wrapper {
	width:673px;
	float:left;
	height:115px;
}

#re_item_info {
	margin:8px 0 0 8px;
	position:relative;
}

.odd {
	background-color:#fcf5d8;
}

.even {
	background-color:#FFFFFF;
}

.redHead {
	font-family:Trebuchet MS;
	font-size:16px;
	color:#af0000;
}
.black {
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
	color:#000;
}

.marginRight {
	margin:10px 16px 10px 0px;
	float:left;
}

.margin {
	margin:15px 0 10px 0;
	float:left;
}

#re_search {
	position:relative;
	float:left;
}

#re_searchbox {
	position:absolute;
	z-index:2;
	width:317px;
	height:192px;
	background:url(../images/re/search/searchbox.gif) no-repeat;
	top:35px;
	left:8px;
}

#re_searchbox select {
	width:100px;
}

.searchMargin {
	padding-top:5px;
	padding-bottom:1px;
}

#re_image {
	width:534px;
	height:362px;
	float:right;
	background:url(../images/re/imagebox.jpg) no-repeat;
}


