@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:14px;
}

img {
	border:none;
}

#top_bg {
	background:url(images/top_bg.png) repeat-x;
	height:91px;
	width:100%;
}

#top {
	background:url(images/top.jpg) no-repeat;
	width:1080px;
	height:81px;
	position:relative;
}

#wrap {
	width:922px;
}

#left {
	background:url(images/left.jpg) no-repeat;
	width:21px;
	height:499px;
	float:left;
}

#mid {
	width:880px;
	float:left;
}

#right {
	background:url(images/right.jpg) no-repeat;
	width:21px;
	height:502px;
	float:right;
}

#links {
	position:absolute;
	right:100px;
	bottom:15px;
}

#links a {
	color:#ccc;
	text-decoration:none;
	margin-right:20px;
}

#content {
	width:800px;
	text-align:left;
	padding-top:15px;
}

.left {
	float:left;
	width:500px;
}

.right {
	float:right;
	width:300px;
}

#ebay_top {
	background:url(images/ebay_top.jpg) no-repeat;
	width:499px;
	height:60px;
	color:#fff;
	position:relative;
}

#ebay_content {
	width:497px;
	border:1px solid #ccc;
	border-top:none;
	height:400px;
	overflow:auto;
}

.ebay_txt {
	position:absolute;
	top:18px;
	right:15px;
	font-size:14px;
	font-weight:bold;
}

#ebay_content a {
	color:#666;
}

.listing {
	background:url(images/listing.jpg) repeat-x;
	width:480px;
	height:83px;
}

.listing .img {
	float:left;
	width:100px;
	padding-left:10px;
}

.listing .content {
	float:left;
	width:350px;
}

#footer {
	border-top:1px solid #ccc;
	padding-top:15px;
	width:922px;
	text-align:left;
}

h1 {
	color:#01b8c3;
	font-weight:normal;
	margin-top:0px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}