﻿body {
	text-align: left;
}

a {
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}

h1 {
	margin-bottom: 0;
}

h3 {
	margin-top: 20px;
	margin-bottom: 0;
}
.button {
	display: block;
	width: 160px;
	height: 20px;
	background-color: #eb1e23;
	border-right: 1px solid #c1272d;
	border-bottom: 1px solid #c1272d;
	color: white;
	text-align: center;
}
.button a {
	color: white;
	text-decoration: none;
}
.button a:hover {
	text-decoration: underline;
}

input.search {
	width: 137px;
	float: left;
}

#shop_nav {
	margin-top: 20px;
	width: 160px;
	font-size: 12px;
}
#shop_nav li {
	border-top: 1px solid #69788c;
	list-style: none;
	line-height: 24px;
}
#shop_nav a {
	display: block;
	padding-left: 16px;
	text-decoration: none;
	background: url('http://de.robbeshop.com/pix/nav-bullet0.gif') no-repeat 0 6px;
}
#shop_nav a:hover, #shop_nav a.current {
	color: #eb1e23;
	font-weight: bold;
	background: url('http://de.robbeshop.com/pix/nav-bullet1.gif') no-repeat 0 6px;
}

hr {
	border: 1px solid #b4bbc6;
	height: 2px;
	margin: 20px 0;
	width: 440px;
}

table.thumb_border {
	width: 100px;
	height: 100px;
	border: 1px solid #8f9aa9;
}
.listitem .button {
	background-color: #b4bbc6;
	border: 1px solid #8f9aa9;
}
.listitem .button a {
	color: white;
	text-decoration: none;
}
.listitem .button a:hover {
	text-decoration: underline;
}

.listitem {
	line-height: 16px;
}
.item .button a:hover {
	text-decoration: underline;
	color: white;
}
th {
	background-color: #69788c;
	color: white;
	height: 24px;
	padding-left: 10px;
}
td li{
	margin-left: 20px;
	margin-bottom: 5px;
}
a.backlink {
	color: #eb1e23;
}