

div.items {
	width: 900px;
	min-height: 400px;
	border: solid 1px #000;
	}

#itemwrapper {
	visibility: hidden;
	}


#sellist{
	margin: 20px 0px 1px 0px;
	}

#sellist li	{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	}

#sellist a {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	width: 140px;
	background-image: url("/tab1.png");
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	}	
	
#sellist a:hover {
	background-color: #ff0000;
	}

#sellist a:active {
	background-color: #0000ff;
	}

#intro {
	height: 40px;
	}


#layer1	{	
	position: absolute;
	z-index: 3;
	top: 200px;
	left: 35px;
	width: 880px;
	//height: 200px;
	//background-color: #ff0000;
	}

#layer2	{
	position: absolute;
	z-index: 2;
	top: 200px;
	left: 35px;
	width: 880px;
	// height: 200px;
	// background-color: #0000ff;
	visibility: hidden;
	}
	
#layer3	{
	position: absolute;
	z-index: 1;
	top: 200px;
	left: 35px;
	width: 880px;
	// height: 200px;
	// background-color: #00ff00;
	visibility: hidden;
	}

#tab1 a	{
	background-image: url("tab2.png");
	}
	
/* results tables */

.row1	{
	background-image: url("/skin/frontend/default/carracks/images/topbar.gif");
	// color: #fff;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	}
	
.cell1	{
	padding-left: 5px;
	}

.cell2	{	
	padding-left: 10px;
	text-align: center;
	}
	
.cell3	{	
	padding-left: 10px;
	text-align: center;
	}
	
.cell4	{	
	padding-left: 10px;
	text-align: center;
	}
	
.cell5	{	
	padding-left: 10px;
	text-align: center;
	}
	
.cell6	{	
	padding-left: 20px;
	padding-right: 5px;
	text-align: center;
	}