body{
   margin: 0px;
   padding: 0px;
}

a img{
	border: 0;
} 

#header{
   background: #FFFFFF url() repeat-x;
   border-bottom: 5px solid #000000;
   height: 150px;
   width: 100%;
}

#logo{
  align: center;
  background: transparent url(background.png) no-repeat;
  height: 145px;
  position: relative;
  text-align: center;
  width: 626px;
}

#main{
	width: 100%;
}

#list_cont{
	float: left;
	width: 500px;
}

#listings{
	display: inline;
	float: left;
	padding: 0 0px 0 0
}

#listings_head{
	background-color: #CCCCCC;
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold;
	line-height: 30px;
}

.eb_row{
	border-bottom:1px solid #999999;
	float: left;
	font-family:Arial,Helvetica,sans-serif;
	font-size: small;
	line-height: 80px;
	margin-bottom: 3px;
	text-align: center;
	width: 800px;
}
				   
.eb_pic{
	float: left;
	width: 110px;
}

.eb_title{
	float: left;
	text-align: left;
	width: 45%;
}

.eb_price{
	float: left;
	width: 60px;
}

.eb_ship{
	float: left;
	width: 92px;
}

.eb_total{
	float: left;
	font-weight: bold;
	width: 60px;
}
.eb_time{
	float: left;
	text-align: right;
	width: 110px;
}

#search{
	float: left;
	width: 600px;
}

#search_left{
	background: transparent url(search_back-left.png) no-repeat;
	float: left;
	height: 45px; 
	width: 17px;
}

#search_main{
	background: transparent url(search_back-rep.png) repeat-x;
	float: left;
	height: 100px; 
}

#search_right{
	background: transparent url(search_back-right.png) no-repeat;
	float: left;
	height: 45px; 
	width: 17px;
}

#copy{
}

#site_links{
	float: left;
	height: 30px;
	overflow: scroll;
}

#footer{
	border-top: 1px solid #333;
	float:left;
	height: 30px;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}
