/* @override http://halona.local/docs/css/screen.css */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
b, i, small, strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, nav, section, menu,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

body {
	color: #000;
	background: #fff url(/images/background.gif) repeat-y top center;
	font-size: 12px;
	font-family: sans-serif;
	min-width: 800px;
}

hr, .hide {
	display: none;
}

img {
	max-width: 100%;
}

a img {
	border: none;
}

a {
	color: #000;
	outline: none;
	text-decoration: underline;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
}
::-moz-selection
{
	background: #9a9c98;
	color: #000;
}

::selection
{
	background: #9a9c98;
	color: #000;
}

.group:after,
#container:after,
.sgroup:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#container {
	margin: auto;
	width: 900px;
}

#logo {
	height: 100px;
}

#logo a {
	margin: 40px 0 0 450px;
	background: transparent url(/images/halona.gif) no-repeat 0 0;
	display: block;
	height: 50px;
	width: 450px;
	text-indent: -9999px
}

#navigation {
	float: left;
	width: 150px;
}

#content {
	width: 600px;
	float: right;
}

#navigation li {
	margin: 0 0 20px 0;
	text-transform: uppercase;
	text-align: right;
}

#navigation li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#navigation li.selected a {
	text-decoration: none;
	font-weight: bold;
}

#navigation li a:hover {
	color: #000;
	text-decoration: none;
	text-decoration: line-through;
}

#navigation li li {
	margin: 5px 0 5px 0;
	text-transform: none;
	text-align: right;
}

#navigation li li a {
	display: block;
	color: #000;
	font-weight: normal;
}


#navigation li.selected li a {
	font-weight: normal;
}

#navigation li li.selected a {
	text-decoration: none;
	font-weight: bold;
}

#navigation li li a:hover {
	color: #000;
}

#content {
	position: relative;
}

#content h2 {
	margin: 0 0 15px 160px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#content h2 a {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}

#content #images {
	margin: 0 0 30px 100px;
	text-align: right;
}

#image-wrapper {
	overflow: hidden;
	width: 500px;
}

#image-wrapper div#image-holder {
	width: 100000000px;
}

#image-wrapper div#image-holder div.image {
	float: left;
	width: 500px;
	text-align: right;
}

#content .image {
}

#content .image img {
}

#content p {
	margin: 15px 0 15px 160px;
	line-height: 1.4em;
	font-size: 13px;
}

#buttons {
	position: absolute;
	top: 273px;
	left: 620px;
	width: 60px;
}



p#gallery-count {
	margin: 3px 0;
	text-align: right;
	font-size: 10px;
}

#gallery-navigation p {
	margin: 3px 0;
	text-align: right;
	font-size: 10px;
}

#content #floatimage {
	position: absolute;
	left: 300px;
}

#content .address {
	position: relative;
	left: -50px;
	margin: 0 0 30px 0;
}

#content .address h2 {
	margin: 0 0 0 160px;
}

#shopwrap {
	margin: 0 0 0 100px;
}

.sgroup h2 {
	display: none;
}

.sitem {
	float: left;
	width: 125px;
	height: 180px;
	overflow: hidden;
	margin: 0 0 5px 0;
	position: relative;
}

#bestel strong {
	font-weight: bold;
	text-transform: uppercase;
}

.thumb a {
	display: block;
}

.thumb span {
	display: none;
}

.thumb span.verkocht,
.thumb span.Verkocht {
	display: block;
	position: absolute;
	z-index: 500;
	width: 120px;
	height: 180px;
	background: transparent url(/images/verkocht.png) no-repeat 0 0;
}


/*
.sitem {
	margin: 0 0 15px 100px;
}

.sitem .thumb {
	float: left;
	width: 140px;
}

.sitem .description {
	float: left;
	width: 240px;
}

.sitem .description h3 {
	margin: 0 0 5px 0;
}

#content .description p {
	margin: 0 0 5px 0;
	font-size: 12px;
}

.sitem .order {
	float: right;
	width: 110px;
}

.sitem .order a {
	display: block;
	margin: 0 0 5px 0;
}

.sitem .order small {
	display: block;
	font-size: 11px;
}*/




