﻿body {
	margin: 0px;
	background: #dbdbdb url('body_bg.jpg') repeat-x;
	font-family: Arial;	
	font-size: 9pt;
}
#container {
	position: absolute; left:50%; width:940px; margin-left: -470px;	
}
.main {
	width: 100%;
	padding-top:10px; 
	min-height: 300px;
	background: #fff;
}
.wrapper { width: auto; display: block; clear: both; }

/* Standard Formating */
p, td, li, div, input {
	font-family: Arial;
	font-size: 9pt;
	color: #666;
}
img {
	border:none;
}
.ctltext, .ctlcombo, .ctl {
	font-family: Arial;
	font-size: 9pt;
	color: #666;
}
.lbl {
	width: 60px;
}
h1 {
	font-size: 14pt;
	color: #cc3300;
}
.title {
	font-size: 14pt;
	color: #cc3300;
}
.title:hover {
	font-size: 14pt;
	color: #cc3300;
	text-decoration: underline;
}
h2 {
	font-size: 12pt;
	color: #015ab3;
}
.stitle {
	font-size: 12pt;
	color: #015ab3;
}
.stitle:hover {
	font-size: 12pt;
	color: #015ab3;
	text-decoration: underline;
}
h3 {
	font-size: 10pt;
	color: #404040;
}
h4 {
	font-size: 9pt;
	color: #666;
}
a, a:hover {
	/*color: #009900;*/
	color: #0099ff;
	/*color: #004c98;*/
	font-size: 9pt;
	text-decoration: none;
}
.lnk {
	color: #009900;
	font-size: 9pt;
	text-decoration: none;
}	
#header {
	width: 100%;
	/*height: 175px;*/
	height:80px;
}
#headlogo {
	height: 80px;
	width: 100%;
}

.navleft {
	float: left; 
	height: 34px;
	width: 10px;
	background: url('nav_lf.jpg') no-repeat;
}
.navright {
	float: left; 
	height: 34px;
	width: 10px;
	background: url('nav_rt.jpg') no-repeat;
}
.nav {
	float: left;
	width: 920px;
	height: 24px;
	color: #fff;
	font-size: 10pt;
	text-decoration: none;
	padding-top: 10px;
	background: #727b83 url('nav_bg.jpg') repeat-x;
}
.nav a {
	color: #fff;
	font-size: 10pt;
}
#footer {
	/*margin-left: 10px;*/
	padding-bottom: 10px;
}

/* Columns */
.colsmall {
	float: left;
	width: 197px;
	margin-left: 10px;
	margin-top: 10px;
}
.colthree {
	float: left;
	width: 300px;
	margin-left: 10px;
	margin-top: 10px;
}
.coldirectory {
	float: left;
	width: 610px;
	margin-left: 10px;
	margin-top: 10px;
}
.colleft {
	float: left;
	width: 150px;
	margin-left: 10px;
	margin-top: 10px;
}
.colright {
	float: left;
	width: 150px;
	margin-left: 10px;
	margin-top: 10px;
}
.coldata {
	float: left;
	width: 600px;
	margin-left: 10px;
	margin-top: 10px;
}
.colbig {
	float: left;
	width: 621px;
}
.colmid {
	float: left;
	width: 290px;
	margin-top: 10px;
}
.errormsg {
	color: red;
}

/* Boxes */
.box01titlesm {
	background: url('boxbluesmall.jpg') no-repeat;
	width: 197px;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 8px;
	color: #1c76ba;
}
.box01title {
	background: url('boxblue.jpg') no-repeat;
	width: 300;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 8px;
	color: #1c76ba;
}
.box01 {
	width: auto;
	background: #f2fdff;
	padding: 10px;
	border-left: solid 1px #1a87e4; 	
	border-right: solid 1px #1a87e4;
	border-bottom: solid 1px #1a87e4;
	margin-bottom: 10px;
}	
.box02title {
	background: url('boxorange.jpg') no-repeat;
	width: 300;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 8px;
	color: #f94f00;
}
.box02 {
	width: auto;
	background: #fff8ed;
	padding: 10px;
	border-left: solid 1px #f94f00; 	
	border-right: solid 1px #f94f00;
	border-bottom: solid 1px #f94f00;
	margin-bottom: 10px;
}
.boxrelated {
	width: auto;
	border: solid 1px #ddd;
	margin: 10px;
	padding: 10px;
	background:  #f5f5f5;
}
/* Zone */
.zoneleft {
	float: left;
	background: url('zone_left.jpg') no-repeat;
	width: 10px;
	height: 103px;
}
.zoneright {
	float: left;
	background: url('zone_right.jpg') no-repeat;
	width: 10px;
	height: 103px;
}
.zonebox {
	float: left;
	background: url('zone_bg.jpg') repeat-x;
	width: 590px;
	height: 103px;
	color: #fff;
}
.zonebox a  {
	color: #fff;
}
.zoneboxactive  {
	color: #ffff00;
}
.zonetitle {
	color: #ffff00;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

.separator {
	width: 100%; height: 1px; border-bottom: 1px dotted #cccccc; margin-top: 3px; margin-bottom: 3px;
}
.itemgroup {
	display: block; clear: both;
}
.itemholder {
	width: 196px; float: left; margin-bottom: 3px;
}
.price { color: #cc3300; }	
/* Popups */
label  {
    font-size: 1em;
    width: 70px;
    float: left;
    margin-right: 0.5em;
    display: block;
/*    padding-top: 3px;*/
}
.sep { margin-bottom: 3px; }

.pager {
	border:solid 1px #9aafe5;
	margin-right:2px;
	padding: 2px 4px;
}
.pager:hover{
	border:solid 1px #0e509e;
}
.pager:active{
	border:solid 1px #0e509e;
}
.pagernext {
	font-size: 12pt;
}
.pagernext:hover {
	font-size: 12pt;
}

.search {
	width: 400px;
	height: 40px;
	background: url('search_bg.jpg') no-repeat;	
	/*margin-bottom: 10px;*/
}
.txsearch {
	border: solid 1px #99ccff;
	font-size: 12pt;
	color: #484848;
}
.itemTemp {
	background: #fff;
	height: 53px;
	padding: 5px 0px 5px 5px;
	border: solid 1px #66ccff;
	margin-bottom: 5px;
}
.itemTempAlt {
	background: #f2fdff;
	height: 53px;
	padding: 5px 0px 5px 5px;
	border: solid 1px #66ccff;
	margin-bottom: 5px;	
}

/* Photo Classifieds */
.boxfoto {
	border: 1px solid #D5E5F5; 
	width: 126px; 
	height: 110px; 
	vertical-align: top; 
}
.foto {
	border-style: solid; 
	border-color: #D5E5F5;
	width: 120px; 
	height: 90px;	
}
.toolbar {
	height: 26px;
	background-image: url(toolbar.jpg);
	background-repeat: repeat-x;
	color: #fff;
}
.toolbar a { color: #fff; }
.toolbar a:hover { color: #fff; text-decoration: underline; }