/* Dave I put this in a separate file in case any of our ID's or classes overlap somewhere else */

#box {
	background: url('/assets/images/search/box.gif') top left no-repeat;
	width: 985px;
	height: 142px;
	margin: 0px 0 0px 0px;
	padding: 5px 0 0 7px;
}

#searchWrap {
	padding: 0 0 0 0px;
}

#searchWrap #box #searchTitle {
	display: block;
	width: 212px;
	height: 29px;
}

/************************* table + form *********************/	

#searchWrap form select {
	border: 1px solid #cacaca;
	height: 22px;
	margin: 0 15px 0 0;
}

#searchWrap form td {
	text-align: right;
}

#searchWrap form label {
	margin: 0 10px 0 0;
}

#box .Longest {
	width: 361px;
}

#box .Long {
	width: 339px;
}

#box .Short {
	width: 141px;
}

#searchWrap form table {
	margin: 10px 0 0 25px;
}

#middleSpacer {
	height: 20px;
}

/************************* left col +results box's *********************/

#left {
	width: 738px;
	float: left;
}

#results {
	margin: 0 0 22px 0;
}

.top {
	width: 732px;
	background: url('/assets/images/search/resultsTop.gif') top left no-repeat;
	padding: 4px 0px 2px 6px;
}

.top a {
	font-family: arial;
	font-size: 16px;
	color: #383838;
	width: 575px;
	padding-right:10px;
	float: left;
	font-weight: normal;
}

.top a:hover {
	color: #9b9da3;
	text-decoration: none;
}

.top .seeFull {
	display: block;
	font-size:3px;
	height: 14px;
	padding-right:0px;
	width: 130px;
	margin: 2px 11px 0 0;
	background: url('/assets/images/search/seeFullDetails.gif') top left no-repeat;
	float: right;
	text-indent: -9999px;
}

.top .seeFull:hover {
	background: url('/assets/images/search/seeFullDetails.gif') bottom left no-repeat;	
}

.bottom {
	width: 732px;
	padding: 4px 0px 2px 6px;
	margin: 0 0 10px 0;
	background: url('/assets/images/search/resultsBottom.gif') bottom left no-repeat;
}

.bottom .resultsImage {
	width: 56px;
	height: 41px;
	float: left;
	margin: 0;
	padding: 0;
}

.bottom .bottomTableWrap{
	width: 622px;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

.bottomTable {
	width: 600px;
}

.bottomTable td.col1
{
	width:350px;
}

.bottomTable td.col2
{
	width:200px;
}

.bottomTable td.col3
{
	width:50px;
}

.bottomTable th {
	color: #58595b;
	border: none;
}

.bottomTable td {
	color: #95191c;
}

.bottomTable th, .bottomTable td {
	border: 1px solid #ededed;
	background: #fff;
	font-size: 12px;
	padding: 3px 2px 3px 6px;
	
}

.paid {
	display: block;
	width: 30px;
	float: right;
	margin: 4px 12px 0 0;
}

*html .paid {
	display: inline;
}


/************************* right col *********************/
#right {
	width: 230px;
	float: right;
}

.rightBlock {
	background: url('/assets/images/search/rightColTop.gif') top left no-repeat;
	padding: 7px 0 0;
	margin: 0 0 13px 0;
}

.rightBlock h2 {
	margin: 0 0 7px 0;
}

.rightBlock div {
	background: url('/assets/images/search/rightColBottom.gif') bottom left no-repeat;
	padding: 0 7px 7px;
}

.rightBlock div p {
	font-size: 11px;
	color: #58595b;
	text-align: left;
}

.rightBlock div p.lighter {
	color: #808285;
	margin: 0 0 10px 0;
}
