html {
	height: 100%;
}

/* 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: #333;
	background-color: #083247;
	background-image: url("../images/backer.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	
}

div#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	background-image: url("../images/header.jpg");
	width: 980px;
	height: 193px;
	margin-right: auto;
	margin-left: auto;
}

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

h1#sitename a {
	color: #083247;
	height: 79px;
	width: 399px;
	display: block;
	position: relative;
	margin-left: 195px;
	padding-top: 40px;
}

div#navigation {
	position: absolute;
	display: block;
	color: #fff;
	margin-top: 153px;
	margin-left: 74px;
}

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

div#content-main {
	width: 880px;
	background-image: url("../images/sliver.jpg");
	background-repeat: repeat-y;
}

div#content-footer {
	background-image: url("../images/sliver.jpg");
	background-repeat: repeat-y;
	text-align: center;
}

div.content-top {
	height: 21px;
	width: 900px;
	background-image: url("../images/topper.gif");
	background-repeat: no-repeat;
	display: block;
}

div.content-bottom {
	height: 21px;
	width: 900px;
	background-image: url("../images/bottom.gif");
	background-repeat: no-repeat;
	margin-bottom: 12px;
}

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

a {
	color: #990000;
	text-decoration: none;
}

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

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

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


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

.list-head {
	background-image: url("../images/backer_head.gif");
	background-repeat: repeat-x;
	height: 24px;
	border: solid 1px #C4C494;
	display:block; 
	vertical-align:middle;
	padding-top: 6px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
	margin-bottom: 5px;
	text-align: left;
}


div#ebay {
	
}

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

div.item-box-feature {
	width: 405px;
	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;
}

.shadow {
	margin-top: 5px;
	border:none;
	background:none;
	padding:none;
	background:url(../images/shadow.gif) no-repeat right bottom;
	background-color: #F1EFE2;
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
	width:81px;
}

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 #ccc;
	background-color: #fff;
	margin-left: 5px;
}

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