/*
	Copyright Estates IT Limited 2005
	This style sheet controls the styles of the property card pages
*/

/* These styles are for the general layout of the property card controls */
.detail_menu {
	padding: 0 15px 0 0;
	margin: 5px 0 5px 0;
	height: 26px;
}
.detail_menu img {
	margin: 0 15px 0 0;
}
.detail_menumouseover {
	padding: 0 0 0 0;
	margin: 5px 0 5px 0;
}

/* Property Card 1 Styles */
.detail_propertyborder {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.detail_tableheader {
	font-weight: bold;
	width: 100%;
	padding: 0 0 0 0;
}
.detail_priceask {
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	width: 118px;
	padding: 4px 2px 4px 2px;
	font-size: 13px;
	
}

.detail_propstat, .detail_propstat_to_let, .detail_propstat_for_sale {

}
.detail_propstat_under_offer, .detail_propstat_let, .detail_propstat_sold, .detail_propstat_sold_stc {
color: #8f2525;
}
.detail1b_proptype {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 4px 2px 4px 2px;
}
.detail1b_proptenu  {
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding: 4px 2px 4px 2px;
}

.detail1b_addresssummary, .detail1a_proptype {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 5px 2px 4px 5px;
}
.detail1a_addresssummary {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 4px 2px 4px 2px;
}
.detail_proptext {
	font-weight: normal;
	text-align: left;
	vertical-align: top;	
	margin: 5px 5px 10px 5px;
}
.detail_contactinfo {
	font-weight: normal;
	text-align: left;
	vertical-align: top;	
	margin: 5px 5px 5px 5px;
}
.detail_rooms {
	font-weight: normal;
	text-align: left;
	vertical-align: top;	
	margin: 5px 5px 5px 5px;
}
.detail_matchflags {
	font-weight: normal;
	text-align: left;
	vertical-align: top;	
	margin: 15px 5px 15px 5px;	
}
.detail_photocaption {
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
}
#detail_phototext {
	font-weight: bold;
	text-align: center;	
}
.detail_photoborder {
	font-weight: normal;
	text-decoration: none;
}
.detail_legaltitle {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding: 0 0 0 0;
	margin: 10px 5px 3px 5px;
}
.detail_legaltext {
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	padding: 0 0 0 0;
	margin: 0px 5px 10px 5px;

}
.detail_propertycard {
	margin: 0 0 0 0;
	padding: 0 5px 0 5px;
	width: 100%;
}
.detail_propertycard1 {
	margin: 0 0 10px 0;
	text-align: left;
	width: 100%;
}

.detail_propertycard1 li {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 22px;
}
.detail_propertycard1 ul  {
	margin-left: 0px;
	text-indent: 10px;
}

.detail_propertycard1 #feit_pricesummarydisplay {
	font-weight: bold;	
}
.detail_propertycard2 {
	margin: 0 0 10px 0;
	text-align: right;
}
#detail_propertycard2_arrowl {
	width: 30px;
	text-align: left;	
	vertical-align: middle;
}
#detail_propertycard2_arrowr {
	width: 30px;
	text-align: right;	
	vertical-align: middle;
}
.detail_propertycard2 table {
	width: 100%;
}

.photoThumb1{
width: 120px;
height: 80px;
margin: 0px 0px 10px 10px;
}
.photoThumb2{
width: 120px;
height: 80px;
margin: 0px 0px 10px 10px;
}
.photoThumb3{
width: 120px;
height: 80px;
margin: 0px 0px 10px 10px;
}
.photoThumb4{
width: 120px;
height: 80px;
margin: 0px 0px 0px 10px;
}

.addressOver{
	z-index: 1000;
	background-image: url(../images/a20.png);
	background-repeat: repeat;
	max-width: 570px;
	position: absolute;
	margin: 50px 0px 0px 0px;
	padding: 5px 10px;
	font-size: 1.4em;
	color: #003366;

}

.prevPicture{
		z-index: 1000;
		background-image: url(../images/detail-menu/prev-photo.png);
		background-repeat: no-repeat;
		background-position: center left;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 255px 0px 0px 45px;
	height: 275px;
	font-size: 0.8em;
	font-weight: bold;
	color: #003366;
	width: 325px;
}

.nextPicture{
		z-index: 1000;
		background-image: url(../images/detail-menu/nextphoto.png);
		background-repeat: no-repeat;
		background-position: center right;
		text-align: right;
	position: absolute;
	margin: 0px 0px 0px 325px;
	padding: 255px 45px 0px 0px;
	font-size: 0.8em;
	color: #003366;
	width: 370px;
	height: 275px;
}
.prevPicture:hover{
		background-image: url(../images/detail-menu/prev-photoOver.png);
}
.nextPicture:hover{
		background-image: url(../images/detail-menu/nextphotoOver.png);
}

#crossslide {
  width: 740px;
  height: 360px;
  background-image: url(../images/loading36.gif);
  background-repeat: no-repeat;
  background-position: center;
}

#DetailText{
width: 540px;
float: left;
margin: 0px 20px 0px 10px;
}

#DetailText p{
line-height: 20px;
}
#floorplan{
width: 340px;
float: left;
border-left: 1px dashed #cccccc;
padding:0px 0px 0px 10px;
}
#detail-floorplan img { width: 720px }

#detail-maps{
	float: left;
	margin: 10px 0px 10px 5px;
}
#mapDT{
	float: left;
width: 445px;
height: 300px;
}
#mapSV{
	float: left;
margin: 0px 0px 0px 20px;
width: 445px;
height: 300px;
}

p.detail_legaltext{
	float: left;
	width: 910px;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	color: #a7a7a7;
	line-height: 18px;
}
#body-right-col-details ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 150px;

}

#body-right-col-details li {
/*width: 180px;*/
font-size: 12px;
line-height: 33px;
height: 33px;
margin: 0px;
background-repeat: no-repeat;
}

#body-right-col-details a, #body-right-col-details a:link, #body-right-col-details a:visited, #body-right-col-details a:active {
	text-decoration:none;
   padding:1px 0px 1px 10px;
	width: 130px;
	display: block;
	line-height: 33px;
	color: white;

}

#body-right-col-details li.d1 {
background-image: url(../images/detail-menu/1-back-to-list.gif);
}
#body-right-col-details li.d1:hover {
background-image: url(../images/detail-menu/1-back-to-list-over.gif);
}
#body-right-col-details li.d2 {
background-image: url(../images/detail-menu/2-add-to-short.gif);
}
#body-right-col-details li.d2:hover  {
background-image: url(../images/detail-menu/2-add-to-short-over.gif);
}
#body-right-col-details li.d21 {
background-image: url(../images/detail-menu/2-remove-short.gif);
}
#body-right-col-details li.d21:hover  {
background-image: url(../images/detail-menu/2-remove-short-over.gif);
}
#body-right-col-details li.d3 {
background-image: url(../images/detail-menu/3-new-search.gif);
}
#body-right-col-details li.d3:hover  {
background-image: url(../images/detail-menu/3-new-search-over.gif);
}

#body-right-col-details li.d4 {
background-image: url(../images/detail-menu/13-print-details.gif)
}
#body-right-col-details li.d4:hover  {
background-image: url(../images/detail-menu/13-print-details-over.gif);
}
#body-right-col-details li.d5 {
background-image: url(../images/detail-menu/5-email-a-friend.gif);
}
#body-right-col-details li.d5:hover  {
background-image: url(../images/detail-menu/5-email-a-friend-over.gif);
}
#body-right-col-details li.d6 {
background-image: url(../images/detail-menu/6-bookmark.gif);
}
#body-right-col-details li.d6:hover  {
background-image: url(../images/detail-menu/6-bookmark-over.gif);
}
#body-right-col-details li.d7 {
background-image: url(../images/detail-menu/7-view-brochure.gif);
}
#body-right-col-details li.d7:hover  {
background-image: url(../images/detail-menu/7-view-brochure-over.gif);
}
#body-right-col-details li.d8 {
background-image: url(../images/detail-menu/8-contact-us.gif);
}
#body-right-col-details li.d8:hover  {
background-image: url(../images/detail-menu/8-contact-us-over.gif);
}

#body-right-col-details li.d9 {
background-image: url(../images/detail-menu/9-photo-gallery.gif);
}
#body-right-col-details li.d9:hover  {
background-image: url(../images/detail-menu/9-photo-gallery-over.gif);
}

#body-right-col-details li.d10 {
background-image: url(../images/detail-menu/10-slideshow.gif)
}
#body-right-col-details li.d10:hover  {
background-image: url(../images/detail-menu/10-slideshow-over.gif);
}
#body-right-col-details li.d11 {
background-image: url(../images/detail-menu/11-area-maps.gif);
}
#body-right-col-details li.d11:hover  {
background-image: url(../images/detail-menu/11-area-maps-over.gif);
}
#body-right-col-details li.d12 {
background-image: url(../images/detail-menu/12-schools.gif);
}
#body-right-col-details li.d12:hover  {
background-image: url(../images/detail-menu/12-schools-over.gif);
}
#body-right-col-details li.d13 {
background-image: url(../images/detail-menu/13-get-property-alerts.gif);
}
#body-right-col-details li.d13:hover  {
background-image: url(../images/detail-menu/13-get-property-alerts-over.gif);

}

#body-right-col-details li.d14 {
background-image: url(../images/detail-menu/14-viewing.gif);
}
#body-right-col-details li.d14 a {
color: #f37413;
}
#body-right-col-details ul li.d14:hover  {
background-image: url(../images/detail-menu/14-viewing-over.gif);
}



#body-left-col-details ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 740px;
	display: inline;

}

#body-left-col-details li {
font-size: 12px;
line-height: 35px;
height: 35px;
margin: 10px 0px 0px 0px;
background-repeat: no-repeat;
float: left;
border-top: 1px solid #d3d3d3;
border-bottom: 1px solid #d3d3d3;
}

#body-left-col-details ul li a, #body-left-col-details  ul li a:link, #body-left-col-details  ul li  a:visited, #body-left-col-details  ul li a:active {
	text-decoration:none;
   padding:1px 0px 1px 15px;
	width: 133px;
	display: block;
	line-height: 35px;
	color: #0c273d;

}
#body-left-col-details li.d1 {
background-image: url(../images/detail-menu/10-photo-gallery.gif);
}
#body-left-col-details li.d1:hover {
background-image: url(../images/detail-menu/10-photo-gallery-over.gif);
}
#body-left-col-details li.d2 {
background-image: url(../images/detail-menu/11-slideshow.gif);
}
#body-left-col-details li.d2:hover  {
background-image: url(../images/detail-menu/11-slideshow-over.gif);
}
#body-left-col-details li.d3 {
background-image: url(../images/detail-menu/12-area-maps.gif);
}
#body-left-col-details li.d3:hover  {
background-image: url(../images/detail-menu/12-area-maps-over.gif);
}
#body-left-col-details li.d4 {
background-image: url(../images/detail-menu/10-schools.gif);
}
#body-left-col-details li.d4:hover  {
background-image: url(../images/detail-menu/10-schools-over.gif);
}
#body-left-col-details li.d5 {
background-image: url(../images/detail-menu/4-get-property-alerts.gif);;
}
#body-left-col-details li.d5:hover  {
background-image: url(../images/detail-menu/4-get-property-alerts-over.gif);
}
#body-left-col-details .nophoto{
	width: 125px;
}



#menu-top ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 740px;
	display: inline;
}

#menu-top li {
font-size: 12px;
line-height: 25px;
height: 28px;
margin: 20px 0px 7px 0px;
background-repeat: no-repeat;
float: left;
}

#menu-top ul li a, #menu-top  ul li a:link, #menu-top  ul li  a:visited, #menu-top  ul li a:active {
	text-decoration:none;
   padding:1px 0px 1px 35px;
	width: 108px;
	display: block;
	line-height: 25px;
	color: #0c273d;

}
#menu-top li.d1 {
background-image: url(../images/shortlist/1-back.gif);
}
#menu-top li.d1:hover {
background-image: url(../images/shortlist/1-back-over.gif);
}
#menu-top li.d2 {
background-image: url(../images/shortlist/2-print-list.gif);
}
#menu-top li.d2:hover  {
background-image: url(../images/shortlist/2-print-list-over.gif);
}
#menu-top li.d3 {
background-image: url(../images/shortlist/3-contact-us.gif);
}
#menu-top li.d3:hover  {
background-image: url(../images/shortlist/3-contact-us-over.gif);
}
#menu-top li.d4 {
background-image: url(../images/shortlist/4-email-list.gif);
}
#menu-top li.d4:hover  {
background-image: url(../images/shortlist/4-email-list-over.gif);
}
#menu-top li.d5 {
background-image: url(../images/shortlist/5-clear-list.gif);
}
#menu-top li.d5:hover  {
background-image: url(../images/shortlist/5-clear-list-over.gif);
}
