﻿* {
	font: 12px arial,sans-serif;
}
html {
	height: 100%;
}
body {
	margin: 0;
	height: 100%;
	overflow: hidden;
	border: 0px solid red;
}
img {
	border: none;
}


.top {
	background-color: #ebeff9;
	padding: 6px 8px;
	height: 60px;
	*height: 48px;
	border: 0px solid red;
}
.logo {
	float: right;
	margin-left: 30px;
}
.searchLbl {
	float: right;
	line-height: 22px;
	margin-left: 4px;
}
.txtSearch {
	float: right;
	width: 160px;
	background: url(../images/search1.gif) no-repeat 100% 0;
	border: 0px solid red;
}
.txtSearch .tb {
	float: right;
	width: 114px;
	height: 13px;
	margin: 5px 5px 0px 5px;
	font-size: 11px;
	/*line-height: 16px;*/
	border: 0px;
	font-weight: normal;
}
.txtSearch .autoCompleteDiv * {
	text-align: right;
	font-weight: normal;
}
.txtSearch .btn {
	float: right;
	width: 20px;
	height: 23px;
	background: url(../images/search2.gif) no-repeat 0 0;
}

.info {
	clear: right;
	float: right;
	height: 20px;
	padding: 5px 0;
	margin-top: 10px;
	display: block;
	border: 0px solid red;
}

.openLink {
	float: left;
	height: 20px;
	padding: 5px 0;
	margin: 40px 20px 0 20px;
	text-decoration: none;
	color: #555;
	border: 0px solid red;
}
.ad {
	float: left;
	margin-right: 15px;
	border: 0px solid red;
}
.sendToFriend {
	color: #cc0000;
	padding: 2px 5px;
	text-decoration: none;
	border: 1px solid #cc0000;
}

.outer-separator {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 2px solid #404040;
	border-top: 1px solid #a0a0a0;
	margin: 0px;
	padding: 0;
	font-size: 1px;
	overflow: hidden;
}
.separator {
	background-color: #eaeaea;
	height: 3px;
	font-size: 1px;
}




.footer {
	float: right;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	border: 0px solid red;
}
.footer a {
	font-size: 12px;
	color: #7977b8;
	text-decoration: none;
	padding: 0px 5px;
	border-left: 1px solid #7977b8;
}
.footer a.last {
	border-width: 0px;
}

.credits {
	font-size: 12px;
	color: #7977b8;
}