#market-header {
	position: relative;
	z-index: 10;
}

#market-logo-area {
	position: absolute;
	top: 2px;
	left: 30px;
	width: 220px;
	height: 110px;
	background-image: url('../img/logo_area.png');
	z-index: 10;
}

#market-logo-area #logo {
	margin-top: 5px;
	margin-left: 4px;
	width: 212px;
	height: 100px;
}
#market-area {
	position: absolute;
	min-width: 850px;
	top: 0px;
	left: 0px;
}

.ie-7 #market-area {
	width: 850px;	
}

#market-area .top {
	padding-top: 10px;
	color: #497194;
	height: 36px;
	line-height: 36px;
	background-color: white;
	padding-left: 288px;
	font-size: 12pt;
	font-weight: bold;
}

#market-area .title {
	color: white;
	height: 28px;
	line-height: 28px;
	background-color: #344f7e;
	padding-left: 288px;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}

#market-area .desc {
	color: #9999a6;
	height: 28px;
	line-height: 26px;
	background-color: #f0f0f0;
	padding-left: 288px;
	font-size: 10pt;
}

#market-area .spacer {
	height: 12px;
	background-color: #f0f0f0;
}

#market-area #search-box {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #f0f0f0;
}

#market-area #search-box #search-box-frame {
	height: 28px;
	padding-top: 4px;
	background-image: url('../img/search-box-frame-bg.jpg');
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #666;
	text-align: left;
	padding-left: 15px;
}

#market-area #search-box #search-box-frame .category {
	width: 220px;
	float: left;
}

#market-area #search-box #search-box-frame .search-text {
	width: 250px;
	margin-left: 10px;
	float: left;
}

#market-area #search-box #search-box-frame .search-text.placeholder {
	color: #9a9a9a;
}

#market-area #search-box #search-box-frame .search-button {
	width: 141px;
	height: 24px;
	margin-left: 25px;
	background-image: url('../img/search-button.png');
	color: white;
	float: left;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}

#market-banner-skyscraper {
	width: 160px;
	height: 600px;
	position: fixed;
	left: 850px;
	top: 175px;
	padding-top: 10px;
	padding-left: 10px;
	z-index: 50;
}

#market-results, #market-info  {
	position: absolute;
	min-width: 820px;
	top: 146px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #f0f0f0;
}

.ie-7 #market-results {
	width: 820px;	
}

#market-results *, #market-info * {
	font-family: 'Arial Unicode MS', Arial, sans-serif;
	font-size: 9pt;
}

#market-results #table-headers {
	background-color: #777777;
	height: 24px;
}

#market-results #table-headers td {
	font-size: 9pt;
	background-color: #777777;
	color: white;
	background-position: 95% 7px;
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: default;
}

#market-results #table-headers td.ascending {
	background-image: url('sort_asc.gif');
}

#market-results #table-headers td.descending {
	background-image: url('sort_desc.gif');
}

#market-results td.no-results {
	color: #333;
	text-align: center;
	width: 820px;
	font-size: 16pt;
	background: none;
	cursor: auto;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #fefefe;
	background-image: url('../img/wrapper.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

#market-results td.no-results:hover {
	background-color: #fefefe;
	background-image: url('../img/wrapper.jpg');
	background-repeat: repeat-x;
	background-position: top;
	cursor: auto;
}

#market-results tr:hover td,#market-results tr.odd:hover td {
	background-color: #c2e1f7;
	cursor: pointer;
}

#market-results tr.not-available:hover td,#market-results tr.odd.not-available:hover td {
	background-color: #f1d9d9;
	cursor: default;
}

#market-results td .mouseover {
	z-index: 10000;
	background-color: #ddecf7;
	font-size: 90%;
	padding: 4px;
	border: 1px solid #666666;
	right: 0px;
	top: 28px;
	position: absolute;
	width: 260px;
}

#market-results tr td .mouseover,#market-results tr.odd td .mouseover {
	display: none;
}

#market-results tr:hover td .mouseover,#market-results tr.odd:hover td .mouseover {
	display: block;
}

#market-results tr.not-available:hover td .mouseover,#market-results tr.odd.not-available:hover td .mouseover {
	background-color: #f1b1b1;
	color: black;
	display: block;
}

#market-results table.body {
	table-layout: auto;
	min-width: 700px;
}

#market-results table tr.not-available td {
	color: #aaaaaa;
}

#market-results table tr.odd td {
	background-color: #EFEFEF;
	padding: 3px;
	height: 24px;
}

#market-results table tr td {
	background-color: #FAFAFA;
	padding: 3px;
	height: 24px;
}

#market-results .more-items {
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 12pt;
	font-weight: bold;
	color: #999999;
	background-color: #fafafa;
	border: 1px solid #999999;
	cursor: pointer;
	text-align: center;
}

#market-results .more-items:hover {
	color: #6082b1;
	background-color: #c2e1f7;
	border: 1px solid #6082b1;
}

#market-results .introduction {
	width: 790px;
	padding: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: url('../img/wrapper.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fefefe;
}

#market-results .introduction h3 {
	font-size: 12pt;
	margin: 0;
	padding-bottom: 10px;
}

#market-results .footerline, #market-info .footerline {
	border-top: 1px solid #cecece;
	padding-top: 10px;
	width: auto;
	padding-bottom: 10px;
	font-size: 11px;
	color: #989898;
	text-align: center;
	margin: 0 auto;
}

#market-results .footerline .help-text, #market-info .footerline .help-text {
	color: black;
	font-size: 9pt;
}

#market-results .footerline .help-text a, #market-info .footerline .help-text a {
	color: #444444;
	font-size: 9pt;
}

#market-results .footerline a, #market-info .footerline a {
	color: #989898;
	font-size: 11px;
}

#market-info {
	background: none;
	width: 840px;
}

#market-info .footerline {
	border-top: none;
}

#market-info #market-information {
	background-color: #fafafa;
	line-height: normal;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #dadada;
}

#market-info #market-information h2 {
	font-size: 160%;
	padding-bottom: 5px;
}

#market-info #market-information h3 {
	font-size: 130%;
	padding-bottom: 3px;
}

@media screen, handheld {
	.for-print {
	display: none
	}
}