@charset "utf-8";
/* CSS Document */

.btn_headL{
	border-left:#756D3C 5px solid;
	float:left;
	text-decoration:none;
}

.btn_headAL{
	border-left:#756D3C 5px solid;
	text-decoration:none;
}

.btn_headR{
	border-left:#756D3C 5px solid;
	float:right;
	text-decoration:none;
}


.btn_big{
	color:#fff;
	font-family:Arial;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	background-color:#756D3C;
	width:124px;
	float:left;
	padding:6px;
	padding-left:10px;
	margin-left:2px;
}

.btn_bigG{
	color:#fff;
	font-family:Arial;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	background-color:#756D3C;
	width:124px;
	float:left;
	padding:6px;
	padding-left:10px;
	margin-left:2px;
}

.btn_small{
	color:#384538;
	font-family:Arial;
	font-weight:bold;
	font-size:8px;
	text-transform:uppercase;
	background-color:#ebebeb;
	width:90px;
	float:left;
	padding:6px;
	padding-left:8px;
	margin-left:2px;
}
.btn_small:hover, .btn_big:hover{
	background-color:#e3e3e3;
	cursor:pointer;
}

.btn_bigG:hover {
	background-color:#756D3C;
	cursor:pointer;
	}
	
.bookingprogress {
	background-color:#756D3C;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:7px;
	width:30px;
	height:23px;
	vertical-align:middle;
	text-align:center;
	}
.current {
	 border:#000 solid 1px;
	}
	

.tooltip{
	margin-bottom:-10px;
	position:relative;
	visibility:hidden;
	overflow:visible;
	margin-right:-60px;
	margin-left:0px;
}

/*.tooltip_container{
	width:68px;
	position:relative;
	margin-top:-20px;
	float:left;
}*/

.tooltip_container{
	width:38px;
	position:relative;
	margin-top:-20px;
	float:right;
}

.tooltip_r{
	background-image:url(../h_homes_images/tooltip_right.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:10px;
	height:39px;
}
.tooltip_l{
	background-image:url(../h_homes_images/tooltip_left.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:39px;
	color:#fff;
	font-family:"Century Gothic", Arial;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	padding-left:10px;
}

