/*body {
	background:url('../images/bg_popup.jpg') repeat-x left bottom;
	overflow-x: hidden;
}*/
table#hotels {
	margin-right:20px;
}
table#hotels th {
	font-weight: bold;
	padding:8px 0px 8px 10px;
	color:#ff2e1e;
	border-bottom:1px solid #ff2e1e;
}
table#hotels tr {
	/*border-bottom:1px solid #ff2e1e;*/
}
table#hotels td{
	padding:8px 0px 8px 10px;
	border-bottom:1px solid #ff2e1e;
}
span.hotel_name {
	font-weight: bold;
	color: red;
	clear: right;
}
#popup{
	position:relative;
	width:718px;
	height:auto;
	
}
#leftcol{
	float:left;
	width:218px;
	margin-left:10px;
}
#rightcol{
	float:left;
	width:490px;
	
}
#book_online{}

/*============== TABS ===============*/
#info{
	margin-top:60px;
	margin-left:20px;
	color:#3c3c3c;
	width:450px;
}
#info_title{
	text-align:center;
	float:left;
	font-size:15px;
	width:240px;

}
#social_controls{
	padding-top: 8px;
	float: right;
	width:160px;
}
#social_controls span {
	display: block;
	width: 80px;
	float: left;
}
#tab1{
	margin-top:10px;
	margin-left:10px;
	color:#3c3c3c;
	line-height:20px;
	width:400px;
}
#tab1 ul{
	margin-left:10px;
	padding-left:10px;
}
#tab1 li{
	list-style:disc;
}
.tabs{
margin-top:20px;
margin-left:20px;
clear:both;
}
.tabs UL.tabNavigation {
		    list-style: none;
		    margin: 0px;
		    padding: 0px;
			border-bottom:2px solid #ff2e1e;
			padding-bottom:5px;
			margin-right:20px;
		}

.tabs UL.tabNavigation LI {
    display: inline;
	margin:0px;
	padding:0px;
	
}

.tabs UL.tabNavigation LI A {
    padding: 5px 8px;
    background-color: #8c8c8c;
    text-decoration: none;
	color: #fff;
}

.tabs UL.tabNavigation LI A.selected,
.tabs UL.tabNavigation LI A:hover {
    background-color: #ff2e1e;
    color: #fff;
    /*padding-top: 7px;*/
    background-image:none;
}

.tabs UL.tabNavigation LI A:focus {
	outline: 0;
}


.phone_number{
	color: #ff2e1e;
	font-weight:bold;
}
