
/* Small budget box on results pages */

#budget
{
    background: url(../images/dark-bg.gif) repeat  ;
    padding: 8px;
    margin: 0px;
    color: White;
    width: 110px;
    float: right;
    font-weight: bolder;
}

#budget h2
{
	font-size: 13px;
	color:White;
	margin-bottom: 5px;
}

#budget h3
{
	font-size: 13px;
	color:#82C7E2;
	margin:0px;
}

#budget a
{
	color:#82c7e2;
	text-decoration: underline;
}

#budget a:hover
{
    color:White;
}

/* Small explore box on results pages */

#explore
{
    background: url(../images/dark-bg.gif) repeat  ;
    padding: 8px;
    margin: 0px;
    color: White;
    width: 110px;
    float:right;
}

#explore h2
{
	font-size: 16px;
	color:White;
}

#explore a
{
	font-weight:bold;
	color:#82c7e2;
	text-decoration: none;
}

#explore a:hover
{
    text-decoration: underline;
}

.searchnotfound
{
	color:Orange;
	font-weight:bold;
}


.detailbox ul
{

	margin-top:5px;
} 

.price .priceinfo
{
	margin-top:4px;
}

.detailtextmain .price h1
{
	display: inline;
}

.stars
{
	margin-left:95px;
}
