/**
 * CSS related to /pages/results/resultPage.jspx
 */


/* IMPORTS */
@import url("./imports/general.css");
@import url("./imports/calendar.css");
@import url("./imports/content.css");
@import url("./imports/refine.css");
@import url("./imports/tab.css");

/** Result page specific CSS */

td.results {
	vertical-align: top;
	padding-top: 10px;
}

td.offer {
	vertical-align: top;
	padding-top: 10px;		
}

div.tab{
	width: 600px;	
}
#results div.result {
	width:				486px;
    /** background-image:	url("../../images/result.gif"); */
    background-repeat:	no-repeat;
}

#results div.result_image {
	float: left;
	margin: 15px 0px 0px 15px;
	padding: 10px;
}

#results div.result_image img {
	width:				100px;
	height: 			70px;
}

#results div.result_name_info {
	float: left;
	width: 230px;
	margin-top: 15px;
}
#results div.result_price_info {
	float: right;
	width: 100px;
	margin-top: 15px;
}

#results div.result_name {
	color: #005A7A;
	font: arial;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

#results div.result_info {
	margin-top: 11px;
	font-size: 11px;
	color: #000000;
	padding: 2px 0px;
	font-weight: normal;
}

#results div.result_price_details {
	float: right;
	width: 90px;
	margin: 15px 15px 0px 10px;
}

#results div.result_price {
	padding: 11px 0px;
}
 

#results div.result_date {
	font-size: 11px;
	color: #000000;
	padding: 2px 0px;
}
.result_date1 {
	font-size: 11px;
	color: #000000;
	padding: 2px 0px;
}

#results div.result_price_amount {
	font-size: 15px;
	color: #FF0000;
	font-weight: bold;
}

div#easyhomecontent {
	width : 875px;	
}
	
#results div.result_price_label {
	font-size: 9px;
	color: #000000;
	padding: 2px 0px;
	font-weight: normal;
}

#results div.result_details {
	padding: 11px 0px;
}


div.offer {
	margin-top: 22px;
	padding: 5px;
	float: right;
	width: 230px;	
	border:1px solid #CCCCCC;
}

table.offer {

	background-image: url(../../images/table.gif);
  background-repeat: no-repeat;
	height: 100px;
	width: 206px;
}

table.offer td {
	vertical-align: top;
	font-size: 10px;
}

table.offer td.index {
	width: 20px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}

table.offer td.img {
	vertical-align: middle;
	text-align: center;
}

table.offer td.img img {
	height: 40px;
	width: 60px;
	border-width: 0px;
}

span.oldprice {
	color: #F00;
	font-style: italic;
	text-decoration: line-through;
	font-size: 10px;
}

span.backPaginatorButtons{
	float: left;
}

span.pageNumbers{
	text-align: center;
	width: 110px;
	float: left;	
}

span.nextPaginatorButtons{
	float: right;
}



select.offerSelectBox {
	margin-bottom: 10px;
	border: 1px solid #F00;
}

div#pageNumbers {
	font-size: 12px;
	text-align: center;
}
.container_price_details {
float:right;

margin: 15px 15px 0px 10px;
width:90px;
}

.results_refine_top {
	padding-top: 10px;
	padding-bottom: 1px; 
	height: 25px;
	width:				486px;
}

.results_refine_bottom {
	padding-top: 1px;
	padding-bottom: 2px; 
	height: 25px;
	background-position: bottom;
	width:				486px;
}

.results_refine_first_col {
	padding-left: 30px; 
	float:left;
	width:100px;
}

.results_refine_second_col {
	float:left;
}

.results_refine_third_col {
	float:right; 
	padding-right: 30px;
	text-align: right
}