/*vim: set ft=php ts=4 sts=4 sw=4 si noet:*/


/* calculator */

.mb-module-body-calculator{
    padding: 4px;
}
.mb-module-body-calculator label{
    margin-right: 5px;
}

/*calculator*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clearfix {height: 1%;}
.clearfix {display: block;}

#toppanel {
	padding: 10px;
}
#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#toggle {
	text-align: right;
}
#panel .content input[type=radio]{
	margin: 10px;
}

#panel .content label{
	margin: 10px;
}

#panel .content select{
	margin:5px;
}
/* end search */

/* spotlight */
.spotlight-img{
	float: left;
}
.spotlight img{
	border: 1px solid #ccc;
	padding: 4px;
}
.spotlight-desc {
	clear: right; 
	font-size: 0.9em;
	margin-bottom: 15px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 120px;
}
.spotlight p span {
	font-weight: bold;
}

.spotlight h2 {
	width: 97.2%;
	height: 27px;
	background: url(../img/spotlight_mod_header.png) repeat-x top;	
}
.spotlight .tabs {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-left: 10px;
	padding: 5px 10px;
	background: #fff;
	position: relative;
}
.spotlight-body{
	min-height: 150px;
	padding-top: 15px;
	overflow: hidden;
}

.spotlight-content {
	padding: 10px;
	width: 92%;
	border: 1px solid #ccc;
	min-height: 135px;
	max-height: 135px;
	background-image: url(../img/spotlight_mod.png);
	background-color: none;
	background-repeat: repeat-x;
	background-position: bottom;	
	position: relative;
}

.spotlight span.tabs:hover {
	background: url(../img/spotlight_mod_header.png) repeat-x top;	
	cursor: pointer;
}

.spotlight-desc fieldset {
	padding-left: 10px;
}

.spotlight-more {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	padding: 5px;
}

.latest_classified .spotlight-content .columns {
	background: none;
}
.sold {
	float: right;
}
.spotlight .sold {
	float: left;
	clear: both;
}
.sold img {
	border: 0px;
	padding: 0px;
}
/* end spotlight */

/* latest entry */

.latest {
	line-height: 1.8em;
}
.latest h2 {
	font-size: 1.1em;
	float: left;
	clear: none;
	width: 60%;
}
.latest span {
	width: 10%;
	float: left;
}
.latest span.price {
	float: left;
	clear: right;
	text-align: right;
	width: 30%;
}
#latest_classified .separator {
	height: 1px;
	width: 100%;
	border-top: 1px dotted #ccc;
	float: left;
}
#total-active {
	padding: 5px;
	font-weight: bold;
	color: red;
	font-size: 1.2em;
}
