* {
	padding:0;
	margin:0;
}

body {
	font: normal 12px verdana;
	color: #000000;
}


div#header {
	width: 100%;
	height: 138px;
	background-image: url("../images/header_back.jpg");
	background-repeat: repeat-x;
	z-index: 100;
}

div#logo {
	position: absolute;
	width: 490px;
	height: 138px;
	top: 0px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	z-index: 100;
}

div#nav {
	margin-left: 159px;
	margin-top: 118px;
	width: 520px;
	font-weight: bold;
	font-size: 10px;
	z-index: 100;
}

div#wrapper {
	width: 1000px;
}

div#sponsors {
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	position: absolute;
	left: 0px;
	top: 147px;
	width: 120px;
}

div#main-body {
	width: 550px;
	padding: 5px;
	position: absolute;
	left: 140px;
	top: 147px;
	
}
div#main-body-store {
	width: 880px;
	padding: 5px;
	position: absolute;
	left: 140px;
	top: 147px;
}

div#right-column {
	width: 295px;
	padding: 5px;
	position: absolute;
	left: 700px;
	top: 147px;
	display: block;
}

div#box {
	border: solid 1px #cccccc;
	padding: 10px;
	margin-bottom: 10px;
}

div#box2 {
	width: 180px;
	height: 180px;
	border: #4A4A4A solid 2px;
	padding: 10px;
	margin-bottom: 10px;
	/*background-color: #F1EFE2;*/
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: normal;
}

a {
    font-weight: bold;
    color: #CC6600;
    text-decoration: none; 
} 
 a:hover {
    text-decoration: underline; 
}

a.nav {
	color: #333333;
}
a.nav:hover {
	color: #333333;
	text-decoration: underline;
}
a.auction {
	font-size: 10px;
}
a.normal {
	font-size: 12px;
	font-weight: normal;
}

div#head {
	background-color: #CC6600;
	font-weight: bold;
	font-size: 16px;
	color: white;
	padding: 5px;
}
div#head-ebay {
	background-color: #FFCC66;
	font-weight: bold;
	font-size: 16px;
	color: white;
	padding: 5px;
}

div#head-news {
	background-color: #CC9933;
	font-weight: bold;
	font-size: 16px;
	color: white;
	padding: 5px;
}
div#head-rand {
	background-color: #999999;
	font-weight: bold;
	font-size: 16px;
	color: white;
	padding: 5px;
}

div#listings-box {
	border-width: 1px;
	border-style: solid;
	border-color: #CC9933;
	padding: 5px;
}

div.item-box {
	width: 155px;
	height: 165px;
	/*border: #4A4A4A solid 2px;*/
	padding: 5px;
	margin: 5px;
	background-color: #FFF;
}


div#sponsor-item {
	margin-bottom: 5px;
}

.border {
	border: 1px solid #000000;
}

.small {
	font-size: 10px;
	margin-bottom: 5px;
}

p {
	margin-bottom:10px;
}
.shadow {
	background:url(../images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
}

div#line {
	border-bottom: 1px dotted #999;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:bold 10px Verdana;
	line-height: 18px;
	z-index: 1000;
	background-color: #cccccc;
	width: 160px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	z-index: 100;
	color: #333333;
	text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #666666;
	color: white;
}



