body,
html {
	margin:0;
	padding:0;
	background:#FFF;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}
body {
	min-width:900px;
	font-size:1.2em;
}


table {
	border-collapse: collapse;
	border-spacing:0px;
}

td, tr, th {
	padding:0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing:0px;
}

form {
	padding:0;
	margin:0;
}

img {
	border: 0px;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: none;
}

#wrap {
	background:#FFF;
	margin:0 auto;
	width:900px;
}
#header {
	background:#ddd;
}
#header h1 {
	padding:5px;
	margin:0;
}
#nav {
	background:#FFF;
	padding:0px;
	margin-bottom: 15px;
	border-bottom:1px solid;
	height: 35px;
}

#signup {
	vertical-align:middle;
	height: 35px;
	text-transform:uppercase;
	font-size:1em;
}

.signupfield {
	font-size:1em;
	vertical-align:middle;
	border:1px solid #000;
	width: 140px;
	padding:4px;
	margin: 0;
}

#signupbutton {
/*
	text-transform: uppercase;
	font-size:.9em;
	vertical-align:middle;
	border:none;
	background-color: black;
	color: white;
	padding: 4px;
	height: 22px;*/
	margin: 0px;
}


#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}
#main {
	float:right;
	width:740px;
	margin-bottom:50px;
}

h1.shopheadline {
	text-transform:none;
}

hr {
	height: 1px;
	color: grey;
	border: none;
	background-color:grey;
	margin:0px;
}

div.itemimages {
	width: 740px;
}

div.firstimage {
	max-width: 240px;
	margin-right:15px;
	float: left;
}

div.imagebrowser {
	max-width: 480px;
	float: left;
}

div.itemdetails {
	margin-bottom:30px;
	clear: both;
	width: 740px;
}

table.itemtitle {
	margin-top: 10px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #000;
}

td.itemtitle {
	text-transform:uppercase;
	font-weight:bold;
	padding: 3px;
}

table.itemdetails {
	text-align: left;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #000;
}

td.itemdetails {
	vertical-align:top;
}

table.itemdetailsinner {
	text-align: left;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #000;
	border-spacing: 0px;
	height: 55px;
}

td.price {
	text-align: center;
	padding: 3px;
	font-size:1.2em;
}

td.add_to_cart {
	text-align: center;
	background-color: #000;
	color: #FFF;
	padding: 3px;
}

td.add_to_cart a {
	color: #FFF;
	text-decoration:none;
}

td.add_to_cart a:hover {
	color: #FFF;
	text-decoration:underline;
}

td.out_of_stock {
	text-align: center;
	background-color: #999;
	color: #FFF;
	padding: 3px;
}

td.author {
	text-align:left;
	vertical-align:center;
	font-weight:bold;
	border-width: 0px 0px 1px 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding: 3px;
}

td.author a {
	text-decoration: none;
}

td.author a:hover {
	text-decoration: underline;
}

td.topproperty {
	text-align:left;
	vertical-align:center;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

td.property {
	text-align:left;
	vertical-align:center;
	padding: 3px;
}

td.description {
	text-align:left;
	vertical-align:top;
	padding: 3px;
}

#sidebar {
	float:left;
	width:150px; /*dens bredde -10px */
}

div.menuheader {
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background-color:#000;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	padding: 2px;
}

div.menuitem {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #000;
	text-transform:uppercase;
	padding: 2px;
}

div.menuitem_selected {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #000;
	text-transform:uppercase;
	padding: 2px;
	background-color: #BBB;
}

div.menuitem a {
	color: #000;
	text-decoration:none;
}

div.menuitem a:hover {
	color: #000;
	text-decoration:underline;
}

div.button a {
	margin: 10px 0px 10px 0px;
	padding: 5px;
	background-color:#000000;
	color:#FFFFFF;
	text-transform:uppercase;
	float: left;
	text-decoration:none;
}

div.button a:hover {
	margin: 10px 0px 10px 0px;
	padding: 5px;
	background-color:#000000;
	color:#FFFFFF;
	text-transform:uppercase;
	float: left;
	text-decoration:underline;
}

select.author {
	width: 150px;
	padding:2px;
	font-size:0.8em;
	margin-top: 10px;
	border:1px solid #000;
	border-style: solid;
}

input.search {
	width: 144px;
	padding:2px;
	font-size:0.9em;
	margin-top: 10px;
	border:1px solid #000;
	border-style: solid;
}

div.searchbutton {
	margin: 3px 0px 3px 0px;
	padding: 3px;
	background-color:#000000;
	text-transform:uppercase;
	float: right;
	font-size:0.8em;
}

div.searchbutton a {
	color:#FFFFFF;
	text-decoration:none;
}

div.searchbutton a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#sidebar ul {
	margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}


div.newsheader {
	border:1px solid #000;
	border-style: solid;
	border-color: #000;
	text-transform:uppercase;
	padding: 2px;
	font-weight:bold;
}

div.newstext {
	border-style: solid;
	border-color: #000;
	padding: 2px;
	border-width:0px 1px 10px 1px;
}

div.newstext p{
	margin: 0px;
	padding: 0px;
}

div.newstext a{
	color:#000;
	text-decoration:underline;
}

div.newstext a:hover {
	text-decoration:none;
}

div.exhibition {
	width:740px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #000;
	padding-bottom:15px;
	margin-bottom: 15px;
}

div.exhibitionflyer {
	width:350px;
	margin-right:15px;
	float:left;
}

div.exhibitiontext {
	width:375px;
	margin-left:365px;
}

img.exhibitionthumb {
	margin-top:10px;
}

div.thumbs {
	margin-top:15px;
}

div.clear {
	clear:both;
}

h1 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.4em;
	margin:0px;
	padding:0px;
}

h2 {
	font-weight:bold;
	font-size:1.3em;
	margin:0px;
	padding:10px 0px 2px 0px;
}

h3 {
	font-weight:bold;
	font-style: italic;	
	font-size:1.1em;
	margin:0px;
	padding:10px 0px 4px 0px;
}

p {
	margin:0px;
	padding:0px;
}

span.smalltext {
	text-transform:uppercase;
	font-size:0.9em;
}

#footer {
	background:#000;
	height: 1px;
	clear:both;
	margin-top:50px;
	margin-bottom:50px;
}
