html #content {
	height: 850px;
}

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

* {
	padding:0;
	margin:0;
}

body {
	font: normal 12px arial;
	color: #999;
	background-color: #000;
	background-image: url("../images/backer.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	
}

div#wrapper {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../images/backer_content.jpg");
	background-repeat: no-repeat
}

div#header {
	background-image: url("../images/header.gif");
	width: 604px;
	height: 95px;
	margin-left: 174px;
}

div#content {
	min-height: 850px;
	margin-left: 174px;
	padding-top: 20px;
	margin-right: 20px;
}

h1#sitename {
	height: 65px;
	width: 604px;
	text-indent: -1800px;
	display: block;
	position: relative;
}

h1#sitename a {
	color: #083247;
	height: 65px;
	width: 604px;
	display: block;
	position: relative;
}

div#navigation {
	display: block;
	color: #fff;
	margin-left: 174px;
}

div#container {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
}

div.content {
	padding-left: 10px;
	padding-right: 10px;
	color: #ccc;
}

a.nav {
	color: #fff;
	text-decoration: none;
}

a.nav:hover {
	color: #fff;
	text-decoration: underline;
}

a {
	color: #6699CC;
	text-decoration: none;
}

a:hover {
	color: #6699CC;
	text-decoration: underline;
}

div#list-head {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

div#ebay {
	
}

div.item-box {
	width: 205px;
	height: 180px;
	border: #4A4A4A solid 2px;
	padding: 5px;
	margin: 5px;
	background-color: #F1EFE2;
}

div.price {
	margin-top: 5px;
	color: #CD5157;
	font-size: 16px;
	
}
div.view-button {
	margin-top: 10px;
	background-image: url("../images/backer_head.gif");
	border: #A3A2A2 solid 1px;
	padding: 5px;
}

a.item {
	color: #6699cc;
	text-decoration: none;
}

a:hover.item {
	color: #6699cc;
	text-decoration: underline;
}

div.imgContainer {
	width:80px;
	overflow:hidden;
	text-align: center;
}


p {
	margin-bottom: 10px;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

.anylinkcss {
	margin-left: 0px;
	margin-top: 5px;
	position: absolute;
	visibility: hidden;
	border: 1px solid #CBCBCB;
	border-bottom-width: 0;
	font: normal 12px arial;
	line-height: 18px;
	z-index: 1000;
	background-color: #24271C;
	width: 180px;
}
/* 
#CBCBCB < borders
#000 < hover solid
#fff < on link color
#24271C < off back
#CCC < off link color
*/
.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #CBCBCB;
	padding: 5px 0;
	text-decoration: none;
	font-weight: normal;
	z-index: 100;
	color: #cccccc;
	text-indent: 5px;
}

.anylinkcss a:hover { /*hover background color*/
	background-color: #000;
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

div.page-on {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 15px;
	height: 15px;
	border: 1px solid #4E849E;
	background-color: #5C8194;
	margin-left: 5px;
}

div.page-off {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	background-color: #6D9EB6;
	margin-left: 5px;
}

div#footer {
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}
