@import url("../../reset.css");
@import url("../../buildup.css");
@import url("../../dbug.css");

/* Open house widget styles */

.widget{
	padding:0px;
	margin:0px;
	font-family:"Trebuchet MS",verdana,sans-serif;
	font-weight:normal;
	font-size:17px;
	border:1px solid grey;
	display:block;
	color:#000000;
}

.widget:link,
.widget:visited,
.widget:active,
.widget:hover{
	text-decoration:none;
}

.content{
	margin:0;
	padding:0;
	display:block;
	text-align:center;
}

.count{
	font-style:normal;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	padding-right:5px;
	text-indent:10px;
	color:#b71526;
}

/* CSS specific to 160px x 75px widget */
#height75{
	width:158px;
	height:73px;
	background:url(../../images/widgetheight75.jpg) no-repeat bottom;
}


/* CSS specific to 160px x 135px widget */
#height135{
	width:158px;
	height:133px;
	background:url(../../images/widgetheight135.jpg) no-repeat bottom;
}
#height135 .content{
	padding:8px 10px 0px 10px;
	text-align:left;
	line-height:18px;
}

#height135 .count{
	width:40px;
	padding-top:5px;
}
#height135 .oh{
	width:100px;
	color:#b71526;
	display:block;
}

#height135 .realtor{
	font-size:14px;
	font-weight:bold;
}


/* CSS specific to 125px x 125px widget */
#height125{
	width:123px;
	height:123px;
	background:url(../../images/widgetheight125.jpg) no-repeat bottom;
	line-height:.9em;
}

#height125 .content{
	padding-top:6px;
	text-align:left;
	padding-left:6px;
	line-height:14px;
}

#height125 .count{

	clear:right;
}


#height125 .count{
	width:40px;
	padding-top:5px;
}
#height125 .oh{
	width:100px;
	font-size:14px;
	font-weight:bold;
	color:#b71526;
	display:block;
}

#height125 .realtor{
	font-size:13px;
	font-weight:bold;
}

