/**
 * AXNet Webshop stylesheet
 * For handhelds
 * Copyright Mediaani, 2006
 * Version 1.000
 */
body {
	margin: 5px 3% 5px 5px;
}
 
#header-logo {
	margin: 0 0 5px 0;
	font-size: x-large;
}

img {
	display: none;
}

#header-logo a {
	color: #cc0000;
	text-decoration: none;
}

#header-cart {
	float: right;
}

#login .field {
	width: 80px;
}

#bar {
	clear: both;
}

#bar-search {
	display: none;
}

#logged {
	position: absolute;
	top: 15px;
	left: 80%;
	float: right;
	font-size: x-small;
}

#logged p {
	display: none;
}

#navi {
	margin: 0 0 20px 0;
}

#navi .active {
	font-weight: bold;
}

h1 {
	margin: 15px 0 0 0;
	font-size: large;
}

h2 {
	margin: 15px 0 0 0;
	font-size: medium;
}

p {
	margin: 5px 0 0 0;
}

form {
	margin: 0 0 10px 0;
}

table, td, th {
	border: 1px solid #ccc;
}

th, .col_price {
	white-space: nowrap;
}

#tail {
	margin: 20px 0 0 0;
	font-size: x-small;
}