
body{

}

.search_bar{
	padding: 10px;
	border: solid 1px #ccc;
	background-color: #f2f2f2;
	margin-top: 55px;	
	height: 185px;
}

.featured_resort_wrapper{
	padding-left: 10px;
	margin-top: 12px;
}

.search_inner{
	width: 165px;
	margin: 0 auto;
}

.datepick{
	width: 100px;	
}

h1.result{
	font-size: 16px;
	color: #333;
}

h2.result{
	font-size: 14px;
	margin: 0;
}

h3.result{
	font-size: 12px;
}

.btn_orange{
	width: 165px;
	height: 41px;
	background:  url('/images/btn_adjust_dates.png') no-repeat left top;
	border: none;
	text-indent: -99999px;
}

.property_wrapper{
	border: 1px solid #ccc;
	padding: 9px;
	margin-bottom: 12px;
	background-color: #fff;
}

.properties_list{
	padding-right: 10px;
}

.property .span-15 h2{
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #FF6633;
}

.property .totalCost2{
	font-size: 16px;
}

.property .tax{
	margin-left: 24px;
}

.property .tax, .property .property_title, .property .sleeps{
	font-size: 12px;
}

.property .description a{
	color: #FF6633;
}

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.pagination > li > a, .pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a, .pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}