/* Hotel-Deals
CSS Styles
 */
body { 
	margin: 0px;
}
.f10 {

	font-family: Arial, Helvetica, Geneva, sans-serif;

	font-size: 10px;

}
.f12 {

	font-family: Arial, Helvetica, Geneva, sans-serif;

	font-size: 12px;

}

 h1 {
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	margin-bottom: 5px;
	margin-top: 5px;
}

.logo_space {

	margin-top: 10px;
	margin-left: 5px;

}
.ruler_space {

	margin-left: 5px;
	
}
.top_ruler {
	background-color: #0099FF;
 }
 
.heading2 {
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.quickres_heading {
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
.border_color {

	border-right: 1px solid #204FA9;
	border-left: 1px solid #204FA9;

}
.border_color_left {
	
	border-left: 1px solid #204FA9;

}
.border_color_right {
	
	border-right: 1px solid #204FA9;

}
.bg_color {

	background-color: #EDEEF3;

}
.bg_color2 {

	background-color: #F9FAFC;
}
.border_color2 {
	border: thin solid #0099FF;

}
li {
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #38393D;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
}
a.top_40_city {
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
	text-transform: uppercase;
}
a.top_40_city:hover {
	text-decoration: underline;
	color: #002AFF;
}
a.top_hotel {
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0A53D9;
	text-decoration: none;
	line-height: 18.5px;
	/*text-transform: uppercase;*/
}
a.top_hotel:hover {
	text-decoration: underline;
	color: #002AFF;
}
a.top_fo {
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0a53D9;
	text-decoration: none;
}
a.top_fo:hover { 
	text-decoration: underline;
	color: #002AFF;
}
a.footer {
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
	color: #002AFF;
}
ul {
	margin-left: 10px;
	padding-left: 10px;
	/*list-style-image: url(http://local.hotel-deals.com/images/bullet_usa.gif);*/
	
	.intl {
	
	list-style-type: disc;

	}

	.usa {

	list-style-type: circle;
	
	}

	.fo {

	list-style-type: square;

	}
}
ol {
	margin-left: 20px;
	padding-left: 9px;
	padding-right: 0px;
	/*line-height: 16.5px;*/


}
form {
	margin: 0px;
	padding: 0px;
}

