﻿/**************************** House designs list *****************************/

.list-house {
	overflow:hidden;
	width:710px;
	background:url(../Images/dot-v.gif) repeat-y 345px 0;
	font:11px Tahoma, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
}

.list-house li {
	background:url(../Images/dot-g.gif) no-repeat 0 100%;
	width:100%;
	overflow:hidden;
	padding:13px 0 14px;
	margin:13px 0 -13px;	
}

.list-house li .first {
	margin:-13px 0 0;
}

.list-house li .box {
	float: left;
	width: 320px;
	padding:0 5px 0 20px;
}

.list-house li img {
	float:left;
	margin:0 10px 0 0;
}

.list-house li .left {
	padding-left:0;
	width:340px;
}

.list-house li h3 {
	font:bold 11px Tahoma, Helvetica, sans-serif;
	color:#a50404;
}

.list-house .more {
	background: url(../Images/more.gif) no-repeat;
	width:42px;
	height:25px;
	text-indent:-9999em;
	float:left;
	margin:3px 0 0;
}

.list-house li .text-box {display:table;}

* html .list-house li .text-box {height:1%;}

*+html .list-house li .text-box {height:1%;}

/**************************** House page heading *****************************/

.list-house-heading 
{
	display: block;
	color: #383838;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	font-weight: bold;
}
