@import url(forms.css);
@import url(listings.css);
@import url(about.css);

#grid {
/*z-index:1000;*/
display:none;
}
/* 
column width: 60px
gap:12px
dark blue: #404080
light blue: #8FB5D4
ultra_light bg: #EFF3F9
columns
1	60px
2	132px
3	204px
4	276px
5	348px
6	420px
7	492px
8	564px
9	636px
10	708px
11	780px
*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

#grid {
	background:url(../images/trade_grid.png) repeat-y 50% 0em;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
html, body {
	margin:0;
	padding:0;	
}
body {
	font-size:0.625em;
	line-height:1.4;
	font-family:helvetica, arial, sans-serif;
}
* {
	margin:0;
	padding:0;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, fieldset {
	margin-bottom:0.8em;
}

table {
	width:100%;
	text-align:left;
}
td, th {
	font-size:1.2em;
	vertical-align:top;
	padding:12px;
}
td p, th p {
	font-size:1.0em;
	padding:0;
	margin:0;
}
th {
	background:#8FB5D4;
}
td {
	border-bottom:1px solid #8FB5D4;
}
tr.alt {
	background:#EFF3F9;
}
#wrapper {
	width:780px;
	margin:0 auto;
	position:relative;
}
body {
	color:#404080;
	
}
.cost {
	color:#C00;
}
#header {
	background:url(../images/header_bg.gif) repeat-x 0 0em;
	position:relative;
	margin-top:2.4em;
}
#header h1 {
	background:url(../images/header_logo.gif) no-repeat 0 0;
	width:286px;
	height:33px;
	margin:0;
	padding:0;
	text-indent:-1000em;
	z-index:1;
}
#header h1 a {
	display:block;
	height:100%;
}
#header h1 a:hover {
	background-color:transparent;
}
#header p.tag {
	background:url(../images/header_tag.gif) no-repeat 0 0;
	width:286px;
	height:31px;
	margin:0;
	padding:0;
	text-indent:-1000em;
}
#header p.location {
	position:absolute;
	right:0em;
	top:0.2em;
	margin:0;
	padding:0;
	width:50%;
	text-align:right;
}

h2, .location {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight:normal;
	font-size:1.8em;
}

.section {
	margin-top:3em;
	border-top: 1px solid #8FB5D4;
	position:relative;
}
.section h2.head, .section h1.head {
	display: table;
	margin:0 auto;
	padding:0 1em;
	position:relative;
	top:-0.8em;
	background:#fff;
	text-align: center;
}

p {
	margin:0;
	padding:0 0 0.8em 0;
	font-size:1.2em;
}
.search {
	background:url(../images/main_search_bg.png) repeat-x;
	margin-top:24px;
	padding-top:36px;
	height:66px;
	position:relative;
}
#tl, #bl, #tr, #br {
	background:url(../images/search_tl.gif) no-repeat;
	position:absolute;
	width:5px;
	height:5px;
}
.search #tl {
	top:0;
	left:0;
}
.search #tr {
	background:url(../images/search_tr.png) no-repeat;
	top:0;
	right:0;
	width:182px;
	height:92px;
}
.search #bl {
	background:url(../images/search_bl.gif) no-repeat 0 100%;
	bottom:0;
	left:0;
}
.search #br {
	background:url(../images/search_br.gif) no-repeat 100% 100%;
	bottom:0;
	right:0;
}
.search h2.head {
	float:left;
	width:276px;
	height:66px;
	text-align:right;
}
.search ol {
	margin-left:12px;
}
.search input {
	margin-right:12px;
}
.search #search {
	width:204px;
}
.search fieldset {
	border:none;
	margin-top:0;
	padding-top:3px;
}
.search li.radio {
	clear:none;
	margin-right:24px;
}
.search li.radio, .search .radio label, .search .radio input, .radio input {
	width:auto;
	border:none;
}

ul {
	list-style-type:none;
	min-height:24px;
}
#category_list {
	border:1px solid #ddd;
/*	border-width:1px 0;*/
	padding-top:14px;
	background:url(../images/list_bg.gif) -24px 0;
	margin-left:-25px;
	padding-left:24px;
	margin-right:-25px;
	padding-right:24px;
}
#category_list .letter {
}
li {
	font-size:1.2em;
}
li p, li li {
	font-size:1.0em;
}
.page ul {
	list-style-type:square;
}
.page li {
	margin-left:2em;
}
#category_list li, .footer li {
	width:126px;
	float:left;
	margin-right:92px;
	text-align: left;
	margin-bottom:12px;
}
#category_list li.left {
clear:left;
}
#category_list li.right {
	margin-right:0;
}
.footer li {
	width:186px;
	margin-right:12px;
	text-align: left;
}
.footer .right {
	margin-right:0 !important;
}

#category_list li a {
	display:block;
/*	border-bottom:1px dotted #404080;*/
	text-decoration:underline;
/*	text-align:justify;*/
}
#category_list li a:hover {
/*	border-bottom:1px dotted #8FB5D4;*/
/*text-decoration:none;*/
}
#category_list li strong {
/*	float:left;*/
	font-weight: normal;
}
#category_list li span {
	float:right;
	font-weight: normal;
}
.footer {
	clear:both;
	border-top: 1px solid #8FB5D4;
	padding-top:12px;
	margin-top:24px;
}

/* link stuff */
a {
	color:#404080;
}
a:hover {
	color:#8FB5D4;
}
.listing ul {
	list-style-type: square;
	margin:0.8em 0 0.8em;
}
.listing ul li {
	float:left;
	width:188px;
	margin-bottom:0.8em;
	padding-left:0;
	padding-right:0;
	margin-left:16px;
	margin-right:84px;
}
.listing ul li.right {
	margin-right:0;
}
.listing p {
	clear:both;
}

#loginbox {
	padding:3px 0px 6px;
	font-size:0.8em;
	text-align:right;
	position:absolute;
	top:33px;
	right:0px;
/*
	background:#8FB5D4;
	border:1px solid #8FB5D4;
*/
}
div.logout {
	width:500px;
}
div.login {
	text-align:right;
	width:460px;
}
#loginbox fieldset {
	padding:0;
	margin:0;
	border:0;
	float:none;
	width:auto;
}
#loginbox legend {
	display:none;
}
#loginbox input { width: 120px;}
#loginbox input.submit { width: 60px;}
#loginbox ol {
	margin:0;
	padding:0;
}
#loginbox label {
	float:none;
	display:inline;
	width:auto;
}
#loginbox li {
	width:auto;
	clear:none;
	margin-right:12px;
}
#loginbox a:hover {
	color:#101030;
}
/* listing options */
.list-type {
	width:132px;
	float:left;
	padding-bottom:0.8em;
	margin-right:12px;
}
.list-type h2 {
	padding:0 0.75em;
	background:#fff;
	text-align: center;
	margin:0;
	height:42px;
}
.list-type h3.cost {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:1px solid #8FB5D4;
	text-align:center;
	height:24px;
	font-size:1.4em;
}
.list-type.right {
	margin-right:0px;
}
.list-type .main-link {
	border:0;
	margin-bottom:0;
	padding-bottom:0;
}
.list-type .main-link a {
	display:block;
	text-align:center;
	background:#8FB5D4;
	width:132px;
	text-decoration: none;
}
.list-type img {
	vertical-align:middle;
}
.list-type a:hover {
	color:#fff;
	background:#404080;
}
#key {
	margin-top:66px;
	width:346px;
	border-top:1px solid #8FB5D4;
	/* 
	margin-left:66px; 
	*/
}
#key em {
	font-size:0.8em;
	font-style: normal;
	padding:0;
	margin:0;
}
#key p {
	padding-left:6px;
	text-align:left;
}
.list-type p {
	border-bottom:1px solid #8FB5D4;
	padding:0em;
	margin:0;
	text-align:center;
	height:40px;
	line-height:42px;
	vertical-align:top;
}
.list-type p.value {
	background:url(../images/value.gif) no-repeat 50% 48%;
/*
	color:#fff;
*/
}
.options h2.head {
	margin-bottom:1em;
}
.alt {
background-color:#EEE !important;
}
.approve_me {
	clear:both;
	border-bottom:1px solid #6FA5B4;
	padding-bottom:2em;
	margin-bottom:2em;
}
.approve_me .info {
	width:180px;
	padding:6px 12px;
	background:#EFF3F9;
	clear:both;
}
.approve_me * {
	border:0 !important;
}

.notice {
		margin:12px 0;
		padding:12px 12px 12px 36px;
		background:url(../images/notice.gif) no-repeat 7px 9px #EFF3F9;
		border:1px solid #8FB5D4;
}
p.home {
	clear:both;
	margin-bottom:0em;
	padding-bottom:0em;
}

p.logo img {
	vertical-align:top;
}
#fi {
	position:absolute;
	right:5px;
	bottom:5px;
}