﻿div.listedcontainer {
	width: 618px;
}

div.listed {
	width: 618px;
	margin-top: 15px;
	border: 1px solid #bdbcbd;
	position: relative;
	font-size: 11px;
}

div.highlighted {
	background-color: #C4E889;
}

div.listed img.ribbon {
	width: 86px;
	height: 86px;
	position: absolute;
	top: -1px;
	left: 0px;
	z-index: 5;
}
div.listed img.ribbon2 {
	width: 86px;
	height: 86px;
	position: absolute;
	top: -1px;
	right: 0px;
	z-index: -5;
}

div.listed div.border {
	height: 5px;
	background-color: #ff7603;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 620px;
}

div.listed div.alt1 {
	background-color: #284A8F;
}

div.listed div.alt2 {
	background-color: #339900;
}

div.listed div.listedcontent {
	padding: 20px 15px 15px 15px;
	width: 588px;
	position: relative;
}

div.listed div.listedcontent table {
	width: 100%;
}

div.listed div.listedcontent table tr td {
	vertical-align: top;
}

div.listed div.listedcontent table tr td.picture {
	width: 150px;
}

div.listed div.listedcontent table tr td.pictureAlt {
	width: 270px;
}

div.listed div.listedcontent div.description {
	position: relative;
	width: 100%;
}

div.listed div.listedcontent div.fav {
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
	z-index: 10;
}

div.listed div.listedcontent div.openhouse {
	position: absolute;
	top: -5px;
	right: 55px;
}

div.listed div.listedcontent div.openhouse img {
	cursor: pointer;
}

div.listed div.listedcontent div.openhouse div.desc {
	position: absolute;
	top: 28px;
	left: 0;
	background-color: #9ED442;
	width: 155px;
	padding: 10px;
	color: White;
	display: none;
	font-weight: bold;
	z-index: 100;
}

div.listed div.listedcontent div.description a {
	color: #FF7603;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

div.listed div.listedcontent div.description a.showDet
{
	display:block;
	font-size:14px;
	font-family:Arial;
	color:White;
	border:0;
	background: #FF8D34 url(/Content/Images/button.bg.gif) repeat-x;
	border:1px solid #dc6b00;
	padding:0 10px;
	cursor:pointer;
	text-decoration: none;
	text-transform: Capitalize;
	height:20px;
	font-weight:normal;
	width:120px;
	text-align:center;
	line-height:20px;
	text-transform: Uppercase;
	margin-top:10px;
}

div.listed div.listedcontent div.description a.showDet:hover
{
	text-decoration: none;
	text-transform: Uppercase;
}

div.listed div.listedcontent div.description a:hover {
	text-decoration: underline;
	text-transform: lowercase;
}

div.listed div.listedcontent div.description a.type {
	color: black;
	font-weight: bold;
	text-decoration: none;
	text-transform:none;
}

div.listed div.listedcontent div.description a.type:hover {
	color: #FF7603;
}

div.listed div.listedcontent div.picture {
	width: 150px;
	height: 100px;
	border: 1px solid black;
	position: relative;
	margin-right: 20px;
}

div.listed div.listedcontent div.pictureAlt {
	width: 270px;
	height:100px;
	border: 1px solid black;
	position: relative;
	margin-right: 20px;
}

div.price {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

div.price span.price, strong.price {
	font-size: 13px;
	font-weight: bold;
}

div.picture img.picture {
	width: 150px;
	height: 100px;
}

div.picture img.sticker {
	position: absolute;
	bottom: -12px;
	right: -12px;
	width: 44px;
	height: 44px;
}

img.priceVariation 
{
	vertical-align:middle;margin:0 0 5px 2px;width:20px;
}
