html{
	overflow-x: auto;
}

body {
	background-color: #848E99;
	color: #666;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	text-decoration: none;
	scrollbar-face-color:#EEEEEE;
	scrollbar-arrow-color:#2E333F;
	scrollbar-track-color:#EAEBEC;
	scrollbar-shadow-color:#CCCFD3
	scrollbar-highlight-color:#EAEBEC;
	scrollbar-3dlight-color:#EAEBEC;
	scrollbar-darkshadow-color:#CCCFD3;
	padding: 0;
}


h1 {
	display: inline;
	font-size: 16px;
	color: #A4B1BF;
	font-weight: bold;
}

h2 {
	display: inline;
	font-size: 14px;
	color: #999384;
	font-weight: bold;
}

h3 {
	display: inline;
	font-size: 12px;
	color: #BFB7A4;
	font-weight: bold;
}


td{
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Verdana, Helvetica;
	padding: 5px;
}


form{
	display: inline; 
	margin: 0;
}

.hopp{
	visibility: hidden;
}

.hopp2{
}

a:link, a:visited, a:active { 
	color: #848E99; 
	text-decoration: underline;
}

a:hover { 
	color: orange; 
	text-decoration: underline; 
}

.soktoppen{
	background: url("http://www.bilplats.se/gfx/soktop.gif");
	height: 34px;
	width: 630px;
}

.sokbotten{
	background: url("http://www.bilplats.se/gfx/sokbotten.gif");
	height: 26px;
}

.botten{
	background: url("http://www.bilplats.se/gfx/botten.jpg");
	height: 30px;
	padding: 0px;
}



#items
{
	width: 550px;
	border: 1px solid #f9f9f9;
}
 
#cart
{
	float: left;
	width: 280px;
	background-color: #fff;
	border: 1px solid #f9f9f9;
	padding-bottom: 50px;
}
 
 
.item {
	float: left;
	position: relative;
	width: 110px;
	height: 16px;
	border: 1px solid #eee;
	margin: 2px;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	background-color: #fff;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: move;
}
#cart .item {
	width: 100px;
	height: 20px;
	margin: 5px;
	background-position: -40px -22px;
	border-width: 1px;
	cursor: default;
}
 
.item span
{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.8em;
	font-weight: bold;
	width: 100%;
	text-align: center;
 
}



#log {
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	padding: 0.3em;
	margin-top: 10px;
}
 
#start a { 
	font-weight: bold;
}



