body {
	margin: 0 0 24px 0;
	background: #d6d6d6 url(/img/background.jpg) repeat-x fixed;
	color: #333;
	font: normal 13px/17px arial, sans-serif;
}
a {
	color: #c81d47;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a.button, a.large {
	display: block;
	width: 56px;
	margin: 0 0 0 8px;
	padding: 1px 0 0 8px;
	background: url(/img/button.gif) no-repeat top left;
	color: #000;
	font: bold 11px/16px arial, sans-serif;
	text-decoration: none;
}
a.large {
	width: 88px;
	background: url(/img/largebutton.gif) no-repeat top left;
}
a.button:hover {
	color: #c81d47;
}
a img {
	border: 0;
}

form {
	margin: 0;
}
fieldset {
	clear: both;
	margin: 24px 0 0 0;
	padding: 12px 0;
	border: 0;
}
legend {
	margin-bottom: 12px;
	color: #000;
	font: bold 13px/17px arial, sans-serif;
}
label {
	float: left;
	margin: 4px 12px 8px 0;
}
input {
	display: block;
	margin: 0;
	padding: 1px 2px;
	background: transparent;
	color: #000;
	border: 1px solid #c9c3c3;
}
input.button, input large {
	width: 64px;
	height: 16px;
	margin: 0 0 0 8px;
	padding: 0;
	border: 0;
	background: url(/img/button.gif) no-repeat top left;
	font: bold 11px/16px arial, sans-serif;
}
input.large {
	width: 96px;
	background: url(/img/largebutton.gif) no-repeat top left;
}
input.button:hover {
	color: #c81d47;
	cursor: pointer;
}
input[type=hidden] {
	display: none !important;
}
input.amount {
	width: 2em;
	text-align: right;
	background: #fff;
}
select {
	display: block;
	margin-left: 8px;
}
button {
	margin-right: 12px;
	border: 0;
	background: transparent;
}
button img {
	display: block;
}
button:hover {
	cursor: pointer;
}

table {
	width: 100%;
	margin: 12px 0 20px 0;
	border-collapse: collapse;
}
table thead {
	color: #000;
}
table th, table td {
	padding: 2px 4px;
	text-align: left;
}
table thead th {
	border-bottom: 1px solid #999393;
}
table tbody td {
	border-bottom: 1px solid #c9c3c3;
}
table tfoot th {
	border-top: 1px solid #999393;
}
table .price, table .amount, table .total {
	text-align: right;
}
table a {
	font-weight: bold;
}
br {
	clear: both;
}

/* site wrapper centered on the viewport */

#wrapper {
	position: relative;
	width: 768px;
	margin: 0 auto;
	padding: 0 16px;
	background: url(/img/wrapper.gif) repeat-y;
}

/* top banner with Fahrner Image Replacement logo */

#top {
	height: 144px;
	margin: 0;
	background: url(/img/top.jpg) no-repeat;
}
#top h1 {
	position: absolute;
	left: 44px;
	top: 52px;
	width: 362px;
	height: 71px;
	margin: 0;
	background: url(/img/baehr.gif) no-repeat;
}
#top h1 span {
	margin-left: -9999px;
}

/* language menu */

#lang {
	position: absolute;
	right: 24px;
	top: 12px;
}
#lang ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#lang li {
	margin: 0 0 4px 0;
	padding: 0;
}
#lang li a {
	display: block;
	width: 32px;
	height: 20px;
	padding: 0 2px 0 0;
}
#lang li a span {
	display: none;
}
#lang li a:hover, #lang li a.active {
	border-right: 4px solid #c81d47;
}
#lang a#FIN { background: url(/img/FIN.gif) no-repeat; }
#lang a#ENG { background: url(/img/ENG.gif) no-repeat; height: 16px; }
#lang a#GER { background: url(/img/GER.gif) no-repeat; }
#lang a#SWE { background: url(/img/SWE.gif) no-repeat; }
#lang a#EST { background: url(/img/EST.gif) no-repeat; }

/* status display */

#status {
	position: absolute;
	top: 110px;
	left: 464px;
	color: #fff;
	font: bold 12px/16px arial, sans-serif;
}

/* menu bar */

#menu {
	z-index: 1;
	position: absolute;
	top: 144px;
	left: 16px;
	width: 768px;
	height: 32px;
	background: url(/img/menu.jpg) no-repeat;
}

/* main menu items */

#menu ul {
	margin: 0 0 0 24px;
	padding: 0;
	font: bold 13px/32px arial, sans-serif;
	list-style: none;
}
#menu li {
	position: relative;
	float: left;
	padding: 0 0 0 4px;
	white-space: nowrap;
}
#menu li a {
	display: block;
	padding: 0 12px 0 8px;
	color: #f9f9f9;
	text-decoration: none;
}
#menu li a:hover {
	color: #000;
}
#menu li.selected {
	background: url(/img/doorleft.gif) no-repeat;
}
#menu li.selected a {
	background: url(/img/doorright.gif) top right;
	color: #000;
}
#menu li:hover, #menu li.active {
	background: #f9f9f9;
}
#menu li:hover a, #menu li.active a, #menu li.active a:hover {
	background: #f9f9f9;
	color: #333;
}

/* submenus */

#menu li ul {
	z-index: 2;
	display: none;
	position: absolute;
	left: 0;
	top: 32px;
	margin: 0;
	background: #f9f9f9;
	border-right: 1px solid #c81d47;
	border-bottom: 4px solid #c81d47;
	font: bold 12px/14px arial, sans-serif;
}
/*
#menu ul > #INDEX ul { width: 300px; }
#menu ul > #SHOP ul { width: 165px; }
#menu ul > #CATEGORY_1 ul { width: 270px; }
#menu ul > #CATEGORY_2 ul { width: 320px; }
#menu ul > #CATEGORY_3 ul { width: 120px; }
#menu ul > #CATEGORY_4 ul { width: 210px; }
#menu ul > #CATEGORY_5 ul { width: 120px; }
#menu ul > #CATEGORY_6 ul { width: 120px; }
#menu ul > #CATEGORY_7 ul { width: 280px; }
*/

#menu li:hover ul, #menu li.active ul {
	display: block;
}
#menu li li {
	float: none;
	padding: 0;
}
#menu li li a, #menu li.active li a, #menu li.selected li a {
	padding: 3px 12px;
	color: #333;
}
#menu li li.category a {
	color: #c81d47;
}
#menu li:hover li a:hover, #menu li.active li a:hover, #menu li li.selected a {
	background: #c81d47;
	color: #fff;
}

/* page content box */

#content {
	padding: 48px 0 0 0;
	background: url(/img/shade.jpg) no-repeat 0 32px;
}

/* breadcrumbs */

#crumbs {
	width: 700px;
	height: 32px;
	margin: 0 0 0 28px;
	padding: 16px 0 0 0;
	list-style: none;
	font: bold 15px/20px arial, sans-serif;
}
#crumbs li {
	float: left;
	margin: 0 6px 0 0;
	padding-left: 16px;
	background: url(/img/crumb.gif) no-repeat 0 50%;
}
#crumbs li a {
	display: block;
}
#crumbs li.clear {
	float: none;
	clear: both;
	height: 0;
	background: transparent;
}

/* category list */

div.category {
	width: 668px;
	margin: 0 0 6px 20px;
	padding: 0 16px 0 24px;
	background: url(/img/productbox.gif) repeat-y;
	color: #333;
}
div.category h1 {
	height: 8px;
	margin: 0 -16px 20px -24px;
	padding: 12px 16px 0 24px;
	background: url(/img/producttitle.gif) no-repeat;
	color: #333;
	font: bold 15px/16px arial, sans-serif;
}
div.category div.clear {
	clear: both;
	width: 708px;
	height: 20px;
	margin: 0 -16px 0 -24px;
	background: url(/img/productfoot.gif) no-repeat bottom left;
}

/* category list entry */

div.category dl {
	clear: both;
	width: 668px;
	margin: 0;
}
div.category dt {
	padding: 4px 0 4px 40px;
	text-indent: -40px;
	border-bottom: 1px solid #ccc;
	font: bold 13px/17px arial, sans-serif;
}
div.category dt a {
	color: #333;
}
div.category dt a:hover {
	color: #c81d47;
}
div.category dd {
	float: right;
	width: 160px;
	margin: 0;
	padding: 4px 0;
	font: normal 11px/17px arial, sans-serif;
}
div.category dd span {
	float: right;
	color: #777;
	font: bold 13px/17px arial, sans-serif;
	text-align: right;
}

/* product details box */

div.detail {
	width: 676px;
	margin: 0 0 24px 20px;
	padding: 0 16px;
	background: url(/img/detailbox.gif) repeat-y;
	color: #444;
}
div.detail div.title {
	float: none;
	width: 668px;
	height: 24px;
	margin: 0 -16px;
	padding: 12px 24px 4px 16px;
	background: url(/img/detailtitle.gif) no-repeat;
	color: #333;
	font: bold 15px/16px arial, sans-serif;
}
div.detail h1, div.detail h2 {
	clear: left;
	float: left;
	width: 360px;
	margin: 6px 0;
	color: #777;
	font: bold 22px/24px arial, sans-serif;
}
div.detail h3 {
	clear: left;
	float: left;
	width: 360px;
	margin: 4px 0;
	font: bold 16px/18px arial, sans-serif;
}
div.detail div.photo {
	margin: -20px 0 12px 0;
}
div.detail div.photo img {
	display: block;
}
div.detail div.img {
	position: relative;
	float: left;
	width: 256px;
	height: 192px;
	margin-top: 12px;
	padding: 12px 8px 4px 4px;
	background: url(/img/frame.gif) no-repeat bottom right;
}
div.detail div.img img {
	position: absolute;
	top: 12px;
	left: 4px;
	border: 0;
	visibility: hidden;
}
div.detail div.img ol {
	position: absolute;
	bottom: 0;
	left: 268px;
	margin: 0;
	padding: 0;
	list-style: none;
	font: bold 14px/24px arial, sans-serif;
}
div.detail div.img ol li {
	width: 20px;
	margin: 1px 0 0 0;
	padding: 0;
	background: #c9c3c3;
}
div.detail div.img ol li a {
	display: block;
	width: 8px;
	padding: 0 6px;
	color: #777;
	text-decoration: none;
}
div.detail div.img ol li a:hover,
div.detail div.img ol li a.active {
	background: #c81d47;
	color: #fff;
}
div.detail p {
	clear: left;
	float: left;
	width: 360px;
	margin: 0 0 8px 0;
}
div.detail ul {
	width: 256px;
	margin: 0 -3px 0 386px;
	padding: 0 8px 0 24px;
	list-style: url(/img/listitem.gif);
	color: #666;
}
div.detail ul ul {
	width: auto;
	margin: 0;
	padding: 0 0 0 1em;
}
div.detail li {
	margin: 2px 0;
}
div.detail li p {
	clear: right;
	float: none;
	width: auto;
	margin: 0;
	color: #333;
	font: bold 13px/17px arial, sans-serif;
}
div.detail div.price {
	clear: both;
	width: 676px;
	height: 32px;
	margin: 0 -16px;
	padding: 0 16px;
	background: url(/img/detailfoot.gif) no-repeat bottom left;
	color: #333;
	font: bold 11px/24px arial, sans-serif;
}
div.detail div.price a {
	float: right;
	margin-top: 3px;
}
div.detail div.price span {
	float: right;
	color: #777;
	font-size: 18px;
}
div.detail form {
	float: right;
	display: inline;
	margin: 0 0 0 8px;
}
div.detail input, select {
	display: inline;
}
div.detail select {
	font: normal 11px/11px arial, sans-serif;
}

/* connected products in nested lists */

#connect {
	width: 696px;
	margin: 0 0 24px 24px;
}
#connect ul {
	margin: 6px 0;
	padding: 24px 0 0 0;
	list-style: none;
	color: #333;
}
#connect ul.childNodes {
	background: url(/img/deeper.gif) no-repeat;
}
#connect ul.parentNodes {
	background: url(/img/shallower.gif) no-repeat;
}
#connect ul ul.childNodes, #connect ul ul.parentNodes {
	margin-left: 16px;
	padding: 0;
	background: transparent;
}
#connect ul ul.childNodes ul, #connect ul ul.parentNodes ul {
	display: block;
	margin-left: 32px;
}
#connect li {
	clear: both;
	margin: 0;
	padding: 0;
}

/* fix IE bug with white space in lists */

* html #connect li {
	height: 1%;
}

/* connected products list entry */

#connect dl {
	clear: both;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
#connect dt {
	font: bold 13px/20px arial, sans-serif;
}
#connect dt a {
	color: #333;
}
#connect dt a:hover {
	color: #c81d47;
}
#connect dt.group a {
	padding-left: 16px;
	color: #c81d47;
	font: bold 15px/20px arial, sans-serif;
}
#connect dt.group a.closed {
	background: url(/img/closed.gif) no-repeat 0 50%;
}
#connect dt.group a.open {
	background: url(/img/open.gif) no-repeat 0 50%;
}
#connect dt.group a:hover {
	color: #333;
}
#connect dd {
	float: right;
	width: 160px;
	font: normal 11px/20px arial, sans-serif;
}
#connect dd span {
	float: right;
	color: #777;
	font: bold 13px/20px arial, sans-serif;
	text-align: right;
}

/* generic info */

div.info {
	width: 668px;
	margin: 0 0 6px 20px;
	padding: 0 16px 0 24px;
	background: url(/img/productbox.gif) repeat-y;
	color: #333;
}
div.info h1 {
	height: 8px;
	margin: 0 -16px 20px -24px;
	padding: 12px 16px 0 24px;
	background: url(/img/producttitle.gif) no-repeat;
	color: #333;
	font: bold 15px/16px arial, sans-serif;
}
div.info div.clear {
	clear: both;
	width: 708px;
	height: 20px;
	margin: 0 -16px 0 -24px;
	background: url(/img/productfoot.gif) no-repeat bottom left;
}

/* generic info list */

div.info dl {
	clear: both;
	width: 668px;
	margin: 0;
}
div.info dt {
	clear: left;
	float: left;
	width: 120px;
	padding: 4px 0;
	font: normal 11px/17px arial, sans-serif;
}
div.info dd {
	height: 24px;
	margin: 0;
	padding: 4px 0;
	border-bottom: 1px solid #ccc;
	font: bold 13px/17px arial, sans-serif;
}

/* box for button widgets */

div.button {
	margin: 0 12px 0 0;
	padding: 12px 0;
}
div.button a.button {
	float: right;
	display: inline;
}

/* verified by visa widget */

#verified {
	width: 106px;
	height: 80px;
	list-style: none;
}
#verified a {
	display: block;
	margin-top: 40px;
}

/* site footer */

#footer {
	clear: both;
	position: relative;
	top: 8px;
	height: 20px;
	margin: 24px -16px 0 -16px;
	padding: 10px 0;
	background: url(/img/foot.gif) no-repeat bottom left;
}
#footer p {
	margin: 0 32px;
	color: #f9f9f9;
	font: bold 13px/15px arial, sans-serif;
}
#footer a {
	color: #f9f9f9;
}
#footer a:hover {
	color: #c81d47;
}

