/* Generated by KompoZer */
h1 {
	text-align: center;
	font-size: large;
	font-family: Arial, "courier new", monospace;
	margin:.8em 0 .2em 0;
	padding:0;
}
h2 {
	text-align: left;
	font-family: Arial, "courier new", monospace;
	font-size: large;
	background-color: white;
	color: #990000;
	margin:.8em 0 .2em 0;
	padding:0;
}
h3 {
	font-family: Arial, "courier new", monospace;
	font-size: large;
	font-weight: bold;
	color: black;
	margin:.8em 0 .2em 0;
	padding:0;
}
h4 {
	text-align: center;
	font-family: Arial, "courier new", monospace;
	font-size: medium;
	font-weight: bold;
	color: black;
	margin:.8em 0 .2em 0;
	padding:0;
}
h5 {
	text-align: center;
	font-family: Arial, "courier new", monospace;
	font-size: medium;
	font-weight: bold;
	color: black;
	margin:.8em 0 .2em 0;
	padding:0;
}

ul#menu{
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	/*text-transform:uppercase;*/
	font-size:13px;
	background:transparent url("/images/blue.jpg") repeat-x top left;
	font-family: Arial, "courier new", monospace;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	/*padding:12px 0 0 0;*/
	/*border-right:1px solid #ffffff;*/
	color:#ffffff;
	vertical-align: middle;
}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	height:40px;
}
ul#menu li a:hover{
	background:transparent url("/images/black.jpg") repeat-x top left;	
}
#ver-zebra
{
	font-family: Arial, "courier new", monospace;
	font-size: 12px;
	margin: 5px;
	width: 100%;
	text-align: left;
	border-spacing: 1;
}
#ver-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #039;
}
#ver-zebra td
{
	color: #669;
	vertical-align: middle;
}
.thumbnail
{
	background: #e8edff;
	width: 10%;
}
.time
{
	background: #eff2ff;
	width: 25%;
}
.title
{
	background: #e8edff;
	width: 58%;
}
.price
{
	background: #eff2ff;
	width: 7%;
}
.vzebra-odd
{
	background: #eff2ff;
}
.vzebra-even
{
	background: #e8edff;
}
#vzebra-sellers
{
	background: #d0dafd;
	border-bottom: 1px solid #c8d4fd;
}
#vzebra-buyers
{
	background: #dce4ff;
	border-bottom: 1px solid #d6dfff;
}
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-family: Arial, "courier new", monospace;
	font-size:90%;
}
a {
	font-family: Arial, "courier new", monospace;
	color:#0A6EC6;
}
a:hover {
	color:white;
	background:#424242;
	font-family: Arial, "courier new", monospace;
	text-decoration:none;
}
p {
	text-align: center;
	font-family: Arial, "courier new", monospace;
}
.error {
	/*behavior: url(/css/border-radius.htc);*/
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: #c11b17;
	color: white;
	padding: 3px;
	float: left;
}
.noerror {
	/*behavior: url(/css/border-radius.htc);*/
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: #347235;
	color: white;
	padding: 3px;
	float: left;
}
img {
	margin:10px 0 5px;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:white;		/* right column background colour */
}
.threecol .colmid {
	right:15%;			/* width of the right column */
	background:white;		/* center column background colour */
}
.threecol .colleft {
	right:70%;			/* width of the middle column */
	background:white;		/* left column background colour */
}
.threecol .col1 {
	width:66%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:13%;			/* Width of left column content (column width minus padding on either side) */
	left:21%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:13%;			/* Width of right column content (column width minus padding on either side) */
	left:93%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	text-align: center;
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
}
#header {
	text-align: center;
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
.grayedout {
	color: gray;
}
.justified {
	text-align: justify;
}
.blueasterisk {
	color: #2554c7;
	font-size: 14px;
}
td {
	padding: 2px;
}
.tdtitle {
	/*font-weight: bold;*/
}
.sellertable .addresstable {
	padding: 50px;
