/* GOOGLE MAPS INFO WINDOW */
div.infowindow h3 {
	margin-top: 0;
	line-height: 1.3em;
	font-weight: normal;
	font-size: 1.2em;
}

div.infowindow p {
	margin: 0.5em 0 0 0;
}

div.infowindow td.thumb {
	vertical-align: top;
	padding-right: 6px;
}

div.infowindow div.subtype {
	font-size: 0.7em;
	font-weight: bold;
	color: black;
}

/* MAP SEARCH TILES */
.mapSearch .listingTiles .listing {
	max-width: 500px;
}

.mapSearch .listingTiles .listing h3 {
	font-size: 1em;
}

.mapSearch .listingTiles .listing div.subtype {
	font-size: 0.7em;
	font-weight: bold;
	color: black;
}

/* MY LISTINGS TILE */
div.myListing .title {
	line-height: 1.3em;
}
div.myListing .subtitle {
	 font-weight: bold;
	 font-size: 0.8em;
	 margin-bottom: 0.1em;
}
div.myListing .controls {
	font-size: 0.8em;
}
div.myListing .controls a {
	text-decoration:none;
	font-weight: bold;
	color: #595959;
}
div.myListing .controls a:hover {
	text-decoration: underline;
}
div.myListing .controls a.icon {
	padding-left:16px;
}

/* CATEGORY BAR */
table.categoryBar {
	padding: 0 0 8px 0;
}

table.categoryBar td {
	padding-right: 12px;
}

table.categoryBar tbody th {
	text-align: left;
	padding-top: 14px;
	padding-bottom: 4px;
	font-size: 14px;
	color: #595959;
}

table.categoryBar tbody th.first {
	padding-top: 0px;
}

table.categoryBar thead th {
	background-color: #bbb;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
}

/* AD TILE -- PROFILE PAGE */
div.adTileProfile {
	float: left;
	border: 1px solid;
	padding: 6px;
	margin-bottom: 12px;
	margin-right: 12px;
	max-width: 600px;
	overflow: hidden;
}

div.adTileProfile div.price {
	float: right;
	text-align: right;
	min-width: 34px;
	margin: 0 0 4px 4px;
	padding: 0 5px 2px;
	background-color: #fff;
	border: 1px solid #bbb;
	font-size: larger;
	font-weight: bold;
}

div.adTileProfile div.price span {
	font-weight: normal;
	font-size: 0.7em;
	color: #777;
}

div.adTileProfile h3 {
	margin: 0 0 6px 0;
	font-weight: normal;
	line-height: 1.2em;
}

div.adTileProfile div.subtype a {
	color:#595959;
	
}

div.adTileProfile div.subtype {
	margin-right: 5px;
	font-size: 11px;
	float: left;
}

div.adTileProfile div.breadcrumb {
	min-width: 400px;
	margin: 0;
	display: block;
}

/* SAMPLE TILE */
.tileSample {
	padding: 7px;
	margin: 5px;
	margin-top: 7px;
	border: 1px solid #CCCCCC;
	float: left;
	width: 150px;
	height: 202px;
	overflow: hidden;
	background: transparent url(../images/white-60.png);
}

.tileSample h3 a, .tileFeatured h3 a {
	padding: 2px 0;
	white-space: nowrap;
}

.tileSample h3 {
	width: 150px;
	overflow: hidden;	
	line-height: 1.2em;
	font-size: 14px;
	height: 16px;
	padding: 0;
	margin: 0;
}

.tileSample img.thumb {
	width: 150px;
	height: 150px;
}

.tileSample div.price {
	font-size: 11px;
	margin-top: 3px;
	height: 100%;
}

/* FEATURED TILE */
.tileFeatured {
	padding: 7px;
	margin: 12px;
	border: 1px solid #CCCCCC;
	float: left;
	width: 210px;
	height: 264px;
}

.tileFeatured h3 a, .tileFeatured h3 {
	padding: 2px 0;
}

.tileFeatured img.thumb {
	width: 210px;
	height: 210px;
}

/* AD TILE */
.intro {
	width: 100%;
	padding: 15px 0 16px 0;
	position: relative;
	border-bottom: 1px solid #96958e;
	overflow: hidden;
}

#searchResultsHolder .intro {
	width: auto;
}

.intro .outer {
	float: left;
}

.intro .inner {
	margin: 0 0 0 12px;
}

.intro h3 {
	margin: -2px 0;
}

.intro p {
	margin-top: 4px;
}

/* REVIEWS */
table.reviews {
	padding-top: 6px;
	width: 100%;
	color: #838383;
	font-size: 12px;
}

table.reviews th {
	font-size: 11px;
	font-weight: normal;
	color: #596AA1;
	line-height: 11px;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

table.reviews td.comment {
	vertical-align: top;
	padding-left: 8px;
	width: 100%;
}

.reviews .divider {
	margin-top: 10px;
	margin-bottom: 4px;
}

/* RATING BOX */
.rating {
	background: #fff url(/images/gradient1.gif) repeat-x 0 100%;
	position: relative;
	width: 360px;
	font-size: 0.75em;
}

.rating .rev {
	background: url(../images/circle.gif) no-repeat;
	width: 70px;
	height: 48px;
	font: 11px/ 13px Arial, sans-serif;
	color: #7aa0a2;
	text-align: center;
	padding: 14px 0 0 2px;
	position: absolute;
	top: 8px;
	left: 8px;
	text-decoration: underline;
	cursor: pointer;
}

.rating .rev:hover {
	text-decoration: none;
}

.rating ul {
	margin: 0;
	padding: 5px 0;
	height: 60px;
}

.rating ul li {
	height: 12px;
	overflow: hidden;
	display: inline;
	clear: both;
}

.rating ul li div.bar {
	float: left;
	height: 12px;
	margin: -4px 0 0 0;
	clear: right;
}

.rating img {
	margin: 0;
	height: 4px;
}

.rating ul li div.title {
	font-size: 0.8em;
	line-height: 1.3em;
	float: left;
	width: 132px;
	padding: 0 8px 0 0;
	text-align: right;
	clear: left;
}

.faded70 {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}

.faded60 {
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	opacity: .60;
}

.l1 {
	background: url(/images/l2.gif) repeat-x;
}

.l2 {
	background: url(/images/l6.gif) repeat-y;
}

.l3 {
	background: url(/images/l6.gif) repeat-y 100% 0;
}

.l4 {
	background: url(/images/l1.gif) no-repeat;
}

.l5 {
	background: url(/images/l3.gif) no-repeat 100% 0;
}

.l6 {
	background: url(/images/l4.gif) no-repeat 100% 100%;
}

.l7 {
	background: url(/images/l5.gif) no-repeat 0 100%;
}



