/* TAG OVERRIDES */
body {
	margin: 0;
	padding: 0;
	background: white url(/images/bg.gif) repeat-x top left;
	font: 11px arial, sans-serif;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: #550801;
}

a:hover {
	color: #f2588a;
}

/* PAGE LAYOUT */
div#wrapper {
	position: relative;
	width: 870px;
	margin-left: 45px;
}

div#header {
	height: 145px;
}
div#header div#ad1 {
	float: left;
	width: 730px;
	margin-top: 25px;
}
div#header div#ad3 {
	float: right;
	width: 125px;
	text-align: right;
	margin-top: 25px;
}

/* LEFT SIDE CONTENT */
div#searchTip {
	width: 175px;
	color: #363636;
	font-weight: bold;
	overflow: hidden;
	margin-top: 5px;
	height: 36px;
}

div#pageTitle {
	width: 220px;
}
div#pageTitle h1 {
	color: white;
	font: bold 26px arial, sans-serif;
	margin: 0;
	padding: 0;
	margin-top: 7px;
}

div#searchBox {
	margin-top: 5px;
}
div#searchBox input {
	border: 2px solid #5e6580;
	font: bold 13px arial, sans-serif;
	width: 125px;
	padding: 3px;
	margin-right: 5px;
	vertical-align: middle;
}
div#searchBox input.submit {
	background-color: #66b444;
	border: 2px solid white;
	color: white;
	font: bold 13px arial, sans-serif;
	width: 65px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

div#popularSearches {
	background-color: #5e6580;
	border: 3px solid white;
	width: 179px;
	margin-top: 35px;
	padding-top: 0px;
	text-align: center;
	color: white;
	padding-bottom: 10px;
	padding-top: 3px;
}
div#popularSearches h2 {
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 3px;
	background: transparent url(/images/header_bg_popsearches.gif) no-repeat top left;
	color: #66b444;
	text-align: center;
	height: 36px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 18px;
}
div#popularSearches a {
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
div#popularSearches a:hover {
	color: #f7f7ca;
}

div#smallAdvertisement {
	margin-top: 20px;
}

/* BODY CONTENT */
div#bodyContentWrapper {
	position: absolute;
	z-index: 100;
	top: 149px;
	left: 231px;
	width: 639px;
}
div#bodyContent {
	border: 3px solid #47548e;
	padding: 3px;
	background-color: white;
}

div#initialContent {
	text-align: center;
	padding: 50px;
}
div#initialContent p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

/* SEARCH RESULTS */
div#searchPanel {
	float: left;
	width: 380px;
	padding-left: 15px;
	padding-right: 15px;
}
div#searchPanel.full {
	float: none;
	width: 575px;
}
div#searchPanel.loading {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../images/loader_circle.gif) no-repeat top left;
}
div#searchPanel h4 {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
div#searchPanel p {
	margin-bottom: 15px;
}
div#searchPanel a {
	color: #263799;
}
div#searchPanel a:hover {
	color: black;
}

div#bodyInject {
	font-weight: bold;
	font-size: 14px;
}

div#resultsAppend {
	font-weight: bold;
}

/* SEARCH RESULTS AD PANEL */
div#adPanel {
	float: right;
	width: 200px;
	padding-left: 10px;
	border-left: 1px solid #d6dff3;
}

/* BOTTOM LINKS */
div#bottomLinks {
	text-align: right;
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}
div#bottomLinks img {
	vertical-align: bottom;
}
div#bottomLinks a {
	color: black;
}
div#bottomLinks a:hover {
	color: blue;
}

/* TAB NAV */
div#tabNav {
	width: 100%;
	margin-bottom: 10px;
}
div#tabNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#tabNav li {
	display: block;
	float: left;
	width: 123px;
	margin-right: 3px;
}
div#tabNav li.last {
	margin-right: 0;
}
div#tabNav li a, div#tabNav li.empty {
	display: block;
	width: 123px;
	height: 34px;
	padding-top: 8px;
	background: url(/images/tab_bg.gif) no-repeat top left;
	color: white;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
div#tabNav li a:hover {
	background: url(/images/tab_bg_hover.gif) no-repeat top left;
}
div#tabNav li a.on {
	background: url(/images/tab_bg_on.gif) no-repeat top left;
}

/* GENERAL CLASSES */

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */