div.sale-item{
	width:398px;
	color: #666666;
	background-color:none;
	font: 10px/14px "Trebuchet MS", "Lucida Grande", "Lucida Grande", Lucida, sans-serif;
	padding-bottom:1.5em;
	margin-bottom:1.5em;
	border-bottom:#fd7f30 1px solid;
}
div.sale-item .col-one{
	width:100px;
	float:left;
}
div.sale-item .col-two{
	width:290px;
	padding:0 4px 0 4px;
	float:left;
}
div.sale-item a{
	color:#D46B11;
}
div.sale-item a:hover{
	background-color:#D46B11;
	color:#FFFFFF;
}
.saleitemrep {
	font:normal normal normal 11px "Trebuchet MS", "Lucida Grande", "Lucida Grande", Lucida, sans-serif;
}
div.odd{
	background-color:#FFFFFF;
	width:100%;
	float:left;
	clear:both;
	border:none;
	line-height:1.4em;
}
div.even{
	background-color:#e6e6e6;
	width:100%;
	float:left;
	clear:both;
	border:none;
	line-height:1.4em;
}
div.field-title{
	color:#000000;
	font-weight:bold;
	width:85px;
	margin-bottom:0px;
	float:left
}
div.field{
	float:left;
}
div.clear{
	clear:both;
	height:0;
	line-height:0;
	display:none;
}
.price{
	font-size:1.1em;
	vertical-align:top;
	line-height:2em;
	margin-top:3px;
}
.regular{
	background-color:#dbdbdb;
	color:#000000;
}
.sale{
	background:#f3f3f3;
	color:#990000;
}
.sale-title{
	color:#990000;
	font-weight:bold;
	width:85px;
	margin-bottom:0px;
	float:left
}
.regular-number{
	font-size:1.7em;
	display:inline;
	padding-right:15px;
}
.sale-number{
	font-size:1.7em;
	display:inline;
	padding-right:15px;
	background:url('../images/arrow.gif') right center no-repeat;
}
.inquire{
	padding-left:16px;
	background:url('../images/link_button.gif') left no-repeat;
}

/*
* * * * * * * * * * * *
* * * * Buttons * * * *
* * * * * * * * * * * *
*/
div.calloutbtns {
	margin-top:91px;
}
a.calloutbtn:link, a.calloutbtn:visited {
	outline:none;
	color:#666666;
	text-decoration:none;
	font:normal normal normal 10px 'Trebuchet MS',Arial,Sans-serif;
	display:block;
	margin:0px 0px 3px;
	padding-left:3px;
	width:262px;
	height:86px;
	overflow:hidden;
	background:transparent url(/images/button-sale-background.gif) no-repeat;
	background-position:0px 0px;
}
a.calloutbtn:hover {
	background-position:0px -86px;
	color:#666666;
	text-decoration:none;
}
a.calloutbtn img.title {
	margin-top:34px;
	margin-bottom:3px;
	border:none;
	display:block;
}




/**** admin ****/
.edit-row{
	text-align:right;
	background-color:#e6e6e6;
}	
.edit-row a{
	margin:0 0 0 1em;
}