@charset "UTF-8";
/* CSS Document */

.match_list{
	width:725;
	overflow:hidden;
	font:italic bold 12px Arial, sans-serif;
	color:#fff;
	list-style-image:none;
	position:relative;
}
.match_list li{
	float:left;
	
	font: 19px "Century Gothic", Arial, Helvetica sans-serif;
	margin-bottom:10px;
}
#matchMainImg{
	float:left;
	width:200px;
	cursor:pointer;
	margin:0px 0px 0px 27px;
}
#description_block{
	float:right;
	width:350px;
	font-style:normal;
	margin-right:10px;
}
#matchDescription{
	float:left;	
	font-size:14px;
	font-weight:normal;
}
.match_right_list{		
	position:absolute;
	left:450px;
}
.match_left_list{
	position:absolute;
	left:70px;
}
.match_scroller{
	cursor:pointer;
	float:left;
	margin:0 35px 15px;
}

#match_image_1{
	width:60px;
}

#match_image_2{
	width:150px;
}

#match_image_3{
	width:200px
}

#match_image_4{
	width:150px;
}

#match_image_5{
	width:60px
}

#scrollLeft{
	position:absolute;
	bottom:25px;
	left:25px;
	cursor:pointer;
}

#scrollLeft img{
	height:50px;
}

#scrollRight{
	position:absolute;
	bottom:25px;
	right:25px;
	cursor:pointer;
}

#scrollRight img{
	height:50px;
}

.middleScroller .match_scores{
	visibility:visible;
	width:auto;
	font-size:15px;
}

.sideScroller .match_scores{
	visibility:hidden;
	width:0px;
	font-size:15px;
}
#resultsPanel{
	width:725px;
	margin-right:10px;
	margin-left:10px;
	position:relative;
}
.matchResult{
	background-image:url(../img/resultsBox.png);
	height:151px;
	width:715px;
	margin-bottom:15px;
}
.resultTop{
	width:675px;
	margin:0 15px 0 20px;
	border-bottom:2px solid #bcbec0;
	padding:10px 0 5px 5px;
}
.resultScore{
	font-size:16px;
	float:left;
}
.resultBottom{
	width:675px;
	height:97px;
	margin:0 20px;
	padding:8px 0;
	position:relative;
}
.resultLeft{
	float:left;
	width:375px;
	height:97px;
	border-right:2px solid #bcbec0;
}
.resultRight{
	float:left;
	width:278px;
	height:87px;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	color:#636363;
}
.result_image{
	width:146px;
	height:97px;
	margin-right:10px;
	float:left;
	cursor:pointer;
}
.result_details{
	float:left;
}
.resultPrice{
	float:left;
	font-size:14px;
	margin-bottom:7px;
}
.resultLocation{
	float:left;
	margin-bottom:7px;
}
.resultSqFeet{
	float:left;
	margin-bottom:7px;
}
.resultType{
	float:left;
	margin-bottom:7px;
}
.resultDate{
	float:left;
}
#save_match_btn{
	font-size:14px;
	padding:11px 0 0 16px;
	margin:0 135px 0 0;
}

#deal_btn{
	position:absolute;
	right:-30px;
	bottom:0px;
	font-size:14px;
}
.save_match_btn{
	position:absolute;
	background-image:url(../img/red_Button.png);
	background-repeat:no-repeat;
	width:152px;
	height:36px;
	color:#FFF;
	cursor:pointer;
	font:bold italic 14px "Century Gothic", Arial, Helvetica sans-serif;
	padding:11px 0 0 16px;
	bottom:0px;
	right:120px;
}
.deal_btn{
	position:absolute;
	background-image:url(../img/red_Button.png);
	background-repeat:no-repeat;
	width:152px;
	height:36px;
	color:#FFF;
	cursor:pointer;
	font:bold italic 14px "Century Gothic", Arial, Helvetica sans-serif;
	padding:11px 0 0 16px;
	bottom:0px;
	right:-30px;
}
#loader_box{
	position:absolute;
	bottom:15px;
	right:0px;
}
.more_info{
	cursor:pointer;
}