form {
    margin: 0px;
    padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#E4E4E4;
	margin-top: 0;
	margin-bottom:0;
	line-height:18px;
}
a {
	color: #245C85;
	text-decoration: none;
}
a:visited {
	color: #245C85;
}
a:hover {
    text-decoration: underline;
}
input.form {
	width:150px;
	height:20px;
	padding:2px;
	border:1px solid #999;
}
.formfield {
    width: 120px;
    border: 1px solid #245C85;
    height: 17px;
}
.formlabel {
    text-align: right;
}
.formlogin {
    width: 98%;
    border: 1px solid #245C85;
}
img.wrap {
    float: left;
    padding-right: 5px;
	padding-top:7px;
}
.ten {
	font-size:10px;
}
td.rating {
    background-image: url(img/rating_box.gif);
    background-repeat: no-repeat;
    height: 20px;
    width: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
div.line {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C1C9D7;
    margin-bottom: 20px;
    margin-top: 20px;
}
h1 {
	color: #000;
	font-size: 21px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
h2 a {
    color: #999999;
}
h2 a:hover {
    color: #000000;
}
h3 {
	font-size: 14px;
}
h4 {
	font-weight: normal;
}
div.pageWrap {
    margin: auto;
    width: 800px;
	background-color:#FFFFFF;
	border-top: solid 20px #FFFFFF;
	border-bottom: solid 20px #FFFFFF;
	border-left: solid 30px #FFFFFF;
	border-right: solid 30px #FFFFFF;
}
div.header {
    height: 28px;
}
#leftHeader {
    float: left;
    width: 331px;
    background-image: url(img/leftheader_bgr.gif);
    background-repeat: no-repeat;
    height: 28px;
}
#rightHeader {
    float: right;
    width: 450px;
    padding-top: 10px;
    padding-right: 5px;
}
div.banner {
    background-color: #448ED7;
}
#leftBanner {
    width: 350px;
    float: left;
}
#rightBanner {
    float: right;
    width: 350px;
    padding-top: 15px;
    padding-left: 100px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 25px;
}
div.menu {
    margin-top: 1px;
}
div.home {
	line-height:18px;
}
div.content {
    text-align: left;
}
.titlebar {
    background-color: #448ED7;
    margin-top: 5px;
    height: 23px;
    margin-bottom: 5px;
    padding-top: 7px;
    padding-left: 15px;
    font-size: 14px;
    color: #FFFFFF;
}
div.text {
    padding-left: 15px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:15px;
}
div.line {
	border-bottom:dotted 1px #999;
}
div.leftcolumn {
	float: left;
	width: 200px;
}
div.middlecolumn {
    float: left;
    width: 420px;
    margin-right: 5px;
    margin-left: 5px;
}
div.widecolumn {
    float: left;
    width: 595px;
    margin-left: 5px;
}
div.rightcolumn {
	float: right;
	width: 170px;
}
#leftlist {
    float: left;
    width: 200px;
}
#midlist {
    float: left;
    width: 50px;
}
#rightlist {
    float: right;
    width: 170px;
}
div.footer {
    height: 25px;
    background-color: #448ED7;
    padding-top: 10px;
    color: #FFFFFF;
    font-size: 11px;
}
#leftFooter {
    float: left;
    width: 500px;
    padding-left: 25px;
}
#rightFooter {
    float: right;
    width: 250px;
    padding-right: 25px;
}
#rightFooter a {
    color:#FFF;
}
html {
    overflow: scroll;
}


.resname {
    float: left;
    width: 320px;
    margin-right: 10px;
}
.resprice {
    float: left;
    width: 80px;
}
.resrating {
    float: right;
    width: 150px;
}
#restprofileleft {
    float: left;
    width: 180px;
}
#restprofileright {
    float: right;
    width: 380px;
    margin-left: 10px;
}
.green {
    color: #009900;
    font-weight: bold;
}
.red {
    color: #FF0000;
    font-weight: bold;
}