#content div.content-top { margin-bottom: -7px; }

/* search header
   Note: can be table.search-header or div.search-header */

#content .search-header {
	margin: 13px 0 -5px 0;
	width: 459px; /* all of content TD's width */
}
#content div.search-header {
	padding: 10px;
    width: 439px;
}
#content .search-header.empty {
	margin-bottom: 0;
}
body.forsale #content .search-header {
	background: #ECF5FF;
	border-top: 1px solid #069;
	border-bottom: 1px solid #069;
}
body.forrent #content .search-header {
	background: #EDFFFF;
	border-top: 1px solid #066;
	border-bottom: 1px solid #066;
}

#content .search-header .head {
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	width: 120px;
}
#content div.search-header .head { padding: 0 5px 0 0; }

#content .search-header .blurb {
	font-size: 12px;
	padding: 10px 0;
}
#content div.search-header .blurb { padding: 0; }
    
#content .search-header .blurb div {
	border-left: 1px solid #dd8500;
	padding: 5px 10px;
}
#content .search-header .blurb h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}
#content .search-header .blurb p { margin: 0; }

#content .search-header .blurb a.slideshowButton {
    display: block;
    width: 68px;
    height: 21px;
    float: left;
	margin: 5px 0 0 0;
}

#content .search-header .blurb .sort-tool {
	font-size: 11px;
	margin: 10px 0 0 0;
	text-align: right;
}
#content .search-header .blurb .sort-tool span { font-weight: bold; color: #dd8500; }

/* folder header - used for folder headers when custom HTML is provided */

#content h1.folder-name { margin: -6px 0 0 0; }

#content .folder-header { /* outer width: 459px (all of content TD's width) */
	margin: 8px 0 4px 0;
	padding: 0 7px 7px 7px;
    width: 445px;
}
body.forsale #content .folder-header {
	background: #ECF5FF;
}
body.forrent #content .folder-header {
	background: #EDFFFF;
}
#content .folder-header .image { margin: 0 -7px; }
#content .folder-header p { margin: 7px 0 0 0; }

/* search item */

#content .search-item {
	margin: 13px 0 0 0;
	position: relative;
	clear: right;
	cursor: pointer;
	cursor: hand;
	width: 459px; /* all of content TD's width */
	height: 50px;
}

body.forsale #content .search-item,
body #master #content .si-sale {
	border: 1px solid #82C0FF;
	background: #E5F2FF;
	color: #069;
}
body #master #content a:link,
body #master #content a:visited { color: #990000; }

body #master #content .si-sale a:link,
body #master #content .si-sale a:visited { color: #990000; }

body.forrent #content .search-item,
body #master #content .si-rent {
	border: 1px solid #8FCCBE;
	background: #E5FFFF;
	color: #066;
}
body #master #content .si-rent a:link,
body #master #content .si-rent a:visited { color: #990000; }

body #master #content .si-sale a:active,
body #master #content .si-sale a:hover,
body #master #content .si-rent a:active,
body #master #content .si-rent a:hover { color: #990000; }

#content .search-item table { width: 100%; }

/* #content .search-item td { border: 1px solid orange !important; } */

#content .search-item .thumb { /* outer height: 50px */
	width: 10px; /* width of the thumbnail image */
	height: 46px;
	padding: 2px 0 2px 2px;
	vertical-align: top;
}

#content .search-item .top { height: 18px; padding: 1px; } /* outer height: 20px */

#content .search-item .name,
#content .search-item .size,
#content .search-item .price,
#content .search-item .noprice { /* outer height: 18px (with border for .price) */
	padding: 0 5px;
	height: 17px;
	font-size: 12px;
	font-weight: bold;
}
#content .search-item .name {
    font-size: 12px;
	font-family: arial,sans-serif;
}
#content .search-item .size { text-align: center; }
#content .search-item .price,
#content .search-item .noprice {
	border-style: solid;
	border-width: 0 0 1px 1px;
	width: 100px;
	text-align: right;
}
body.forrent #content .search-item .price,
#content .si-rent .price {
    width: 125px; /* wider for 'from...' and '.../wk' */
}
#content .search-item .noprice {
    /* 2007.07.23 This style is now almost identical with the normal 'price'
       style, but kept separate for future flexibility. */
	/* padding: 0 5px;
	height: 17px;
	font-size: 12px;
	width: 100px;
	text-align: right; */
}
body.forsale #content .search-item .price,
body #master #content .si-sale .price,
body.forsale #content .search-item .noprice,
body #master #content .si-sale .noprice {
	color: #047;
	background: #ECF5FF;
	border-color: #82C0FF;
}
body.forrent #content .search-item .price,
body #master #content .si-rent .price,
body.forrent #content .search-item .noprice,
body #master #content .si-rent .noprice {
	color: #055;
	background: #EDFFFF;
	border-color: #8FCCBE;
}

#content .search-item .blurb { /* outer height: 30px */
	vertical-align: top;
	padding: 1px 4px;
	font-size: 11px;
	line-height: 12px;
	height: 28px;
}

/* toolbar */

#content .toolbar {
	border: none !important;
	background: none !important ;
	padding: 0;
	font-size: 10px;
	height: 16px;
}
body #master #content .t-sale a:link, body #master #content .t-sale a:visited { color: #0078B3; }
body #master #content .t-rent a:link, body #master #content .t-rent a:visited { color: #007878; }
body #master #content .t-sale a:active, body #master #content .t-sale a:hover { color: #990000; }
body #master #content .t-rent a:active, body #master #content .t-rent a:hover { color: #990000; }
body #master #content .toolbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content .toolbar ul li {
	float: right;
	margin: 0 0 0 20px;
}
#content .toolbar ul li a {
	display: block;
	text-decoration: none;
	padding: 2px 0 0 14px;
	background: transparent 0% 75% no-repeat;
}

#content .toolbar ul li.status a { cursor: default; }
#content .toolbar ul li.status.fs a { background-image: url('../images/status/sm/fs.gif'); }
#content .toolbar ul li.status.s a { background-image: url('../images/status/sm/s.gif'); }
#content .toolbar ul li.status.om a { background-image: url('../images/status/sm/om.gif'); }
#content .toolbar ul li.status.uc a { background-image: url('../images/status/sm/uc.gif'); }
#content .toolbar ul li.status.unknown a { background-image: url('../images/status/sm/unknown.gif'); }

body.forsale #content .toolbar ul li.view a,
body #master #content .t-sale ul li.view a { background-image: url('../images/icons/sale/view.gif'); }
body.forsale #content .toolbar ul li.addtofavs a,
body #master #content .t-sale ul li.addtofavs a { background-image: url('../images/icons/sale/addtofavs.gif'); }

body.forrent #content .toolbar ul li.view a,
body #master #content .t-rent ul li.view a { background-image: url('../images/icons/rent/view.gif'); }
body.forrent #content .toolbar ul li.addtofavs a,
body #master #content .t-rent ul li.addtofavs a { background-image: url('../images/icons/rent/addtofavs.gif'); }

/* print info bar (print stylesheet makes this displayed) */

#content .printbar {
	border: none !important;
	background: none !important ;
	padding: 0;
	font-size: 10px;
    width: 459px;
	height: 16px;
	text-align: right;
	display: none;
}

