/************************ 
/* Main items
/***********************/

* {
	margin: 0;
	padding: 0;
	-moz-outline: none;
}
	
body, html {
	height: 100%;
}	

body {
	min-width: 950px;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	letter-spacing: 0.5px;
	background: url("../images/design/back.gif") transparent repeat-y 0 0;
}

a {
	color: #ab190a;
}

a:hover {
	color: #1d374e;
}

p {
	padding: 0 0 1em  0;
}

h2 {
	font: bold 19pt "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #1d374e;
	letter-spacing: normal;
}

h3 {
	font: bold 10pt "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #b10000;
	letter-spacing: normal;
}

label {
	display: block;
	float:left;
	width:100px;
}

form#searchform input {
	margin:1px 0 0 0;
}

.clear {
	clear: both;
}



/************************ 
/* Header
/***********************/

#header {
	position: relative;
	height: 96px;
	background: #1d374e;
}

#header h1 a {
	position: absolute;
	top: 10px;
	left: 20px;
	display: block;
	width: 250px;
	height: 75px;
	text-indent: -9000px;
	background: url("../images/design/gottmer_logo.gif") transparent no-repeat 0 0;
}

#header em {
	position: absolute;
	top: 68px;
	left: 76px;
	font: bold 80% "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #758592;
}

#header form {
	position: absolute;
	right: 40px;
	top: 10px;
}

#header form input.submit {
	font: bold 80% "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #fff;
	background: #758592;
	border-width: 0 1px 2px 0;
	border-style: solid;
	border-color: #fff;
}

a.advanced_search {
	color:#fff;
	font-size: 70% !important;
	letter-spacing: normal;
}

a.advanced_search:hover {
	color: #758592;
}

/************************ 
/* Tabs
/***********************/

#meta {
	display: block;
	position: relative;
	top: 79px;
	width: 100%;
	overflow: hidden;
	background: url("../images/design/meta_back.gif") transparent repeat-x 0 100%;
}

#meta ul {
	position: relative;
	left: 300px;
	list-style-type: none;
	zoom: 1;
}

#meta ul li {
	display: block;
	float: left;
}

#meta ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	background: url("../images/design/tab.gif") no-repeat;
	margin:0;
	position: relative;
	font-size: 70%;
	letter-spacing: normal;
	text-transform: uppercase;
}

#meta ul li a span {
	display: block;
	padding: 0.2em 2.4em 0.2em 36px;
	background: url("../images/design/tab_right.gif") no-repeat 100% 0;
} 

#meta ul li a#a0 { left: 0px;}
#meta ul li a#a1 { left: -30px;}
#meta ul li a#a2 { left: -60px;}
#meta ul li a#a3 { left: -90px;}
#meta ul li a#a4 { left: -120px;}
#meta ul li a#a5 { left: -150px;}
#meta ul li a#a6 { left: -180px;}
#meta ul li a#a7 { left: -90px;}
#meta ul li a#a8 { left: -120px;}
#meta ul li a#a9 { left: -150px;}
#meta ul li a#a10 { left: -180px;}

#meta ul li a:hover {
	color: #b10000;
}

#meta ul li.select a {
	font-weight: bold;
	letter-spacing: 1px;
	background: url("../images/design/tab_hover.gif") no-repeat;
	position: relative;
	z-index: 102;
}

#meta ul li.select a span {
	background: url("../images/design/tab_right_select.gif") no-repeat 100% 0 !important;
}

#meta ul li a.last span {
	background: url("../images/design/tab_right_last.gif") no-repeat 100% 0 !important;
}

#meta ul li.select a.last span {
	background: url("../images/design/tab_right_last_select.gif") no-repeat 100% 0 !important;
}


/************************ 
/* Content
/***********************/

#content {
	position: relative;
	padding: 30px 20px 20px 40px;
	margin: 0 300px 20px 220px;
	background: url("../images/design/content_back.gif") transparent no-repeat 10px 100px;
	overflow: hidden; 
	min-height: 320px;
}

#wrapperTwoColumns {
	position: relative;
}

#wrapperThreeColumns {
	position: relative;
}

#wrapperTwoColumns #content {
	margin: 0 0 20px 220px !important;
}

#wrapperThreeColumns #content {
	margin: 0 300px 20px 220px !important;
}


/************************ 
/* List
/***********************/

#content .item {
	float: left !important;
}

/************************ 
/* Detail
/***********************/

#content .detail {
	overflow: hidden;
	padding: 20px 20px 0 20px;
	color: #2a3b4a;
	border-width: 0 2px 3px 0;
	border-color: #1d374e;
	border-style: solid;
	background: #ededed;
	margin-bottom: 20px;
}

.detail img {
	margin: 0 10px 10px 0;
	float: left;
	border: 4px solid #fff;
}

#content .detail .info {
	overflow: hidden;
}

#content .detail dl {
	overflow: hidden;
	border-bottom: 1px solid #2a3b4a;	
}

#content .detail dt {
	width: 10%;
	padding: 4px 0;
	min-width: 120px;
	font-weight: bold;
	float: left;
	background: url("../images/design/detail_item.gif") transparent no-repeat 70% 10px; 
}

#content .detail dd {
	width: 70%;
	padding: 4px 0;
	float: right;
	color: #758592;
}

#content .detail .summary {
	clear: right;
	margin-bottom: 10px;
}

#content .detail .price {
	font: bold 16pt "Trebuchet MS", Verdana, Arial, sans-serif;
	float:right;
	letter-spacing: normal;
	color: #b10000;
}

.lookinside {
	text-align: center !important;
}

.lookinside img {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #758592;
}


/************************ 
/* Navigatie
/***********************/

#navWrapper {
	position: absolute;
	left: 0;
	top: 96px;
	margin-top: 3px;
	width: 220px;
	z-index: 10;
}

#navWrapper h2 {
	display: block;
	width: 220px;
	height: 7px;
	margin: 0;
	font-size: 1px;
	text-indent: -9000px;
	background: url("../images/design/nav_corner.gif") #758592 no-repeat 100% 0;
}

#nav {
	padding: 14px 0 40px 0;
	font: bold 9pt "Trebuchet MS", Verdana, Arial, sans-serif;
	background: url("../images/design/nav_right_back.gif") #1d374e repeat-y 100% 0;
}

#nav ul {
	padding: 0;
	list-style: none;
	display: none;
}

#nav ul.opened {
	display: block;
}

#nav li a {
	display: block;
	width: 171px;
	padding: 2px 20px 2px 20px;
	border-top: 1px solid #758592;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#nav li a:hover {
	background: #758592;
	border-top: 1px solid #1d374e;
	border-right: 9px solid #fff;
}

#nav li.last li.last a  {
	border-bottom: 1px solid #758592;
} 

#nav li.last li a {
	border-bottom: 0 !important;
} 

#nav li li a {
	width: 161px;
	padding: 2px 20px 2px 30px;
	color: #758592 !important;
	font-weight: normal !important;
}

#nav li li a:hover {
	color: #fff !important;
}

#nav li li.selected a, #nav li li.selected a:hover {
	color: #1d374e !important;
	background: #fff !important;;
	border-right: 9px solid #fff !important;;
}

#address {
	color: #1d374e;
	font-size: 70% !important;
	letter-spacing: normal;
	width: 192px;
	padding: 40px 0 20px 20px;
	font-size: 80%;
	line-height: 12px;
	border-top: 1px solid #fff;
}

#address .phone {
	color: #fff;
}

#address a {
	color: #fff;
}


/************************ 
/* Sidebar
/***********************/

#sidebar {
	position: absolute;
	right: 0; top: 0;
	width: 260px;
	padding: 40px 0; 
}

#sidebar h3 {
	color: #b10000;
}

#wrapperTwoColumns #sidebar {
	width: 0 !important;
	padding: 0 !important;
}

.item {
	position: relative;
	padding: 8px;
	width: 210px;
	height: 9em;
	margin: 0.8em 0.8em 0.8em 0;
	color: #2a3b4a;
	border-width: 0 2px 3px 0;
	border-color: #1d374e;
	border-style: solid;
	background: #ededed;
	letter-spacing: 0;
}


.item img {
	margin: 0 10px 10px 0;
	float: left;
	border: 4px solid #fff;
}

.item i {
	font-size: 80%;
}

.item strong {
	color: #ab190a;
}

.item .price {
	display: block;
	position: absolute;
	right: 12px; bottom: 30px;
	font-style: normal;
	font-weight: bold;
	color: #758592;
}

.view {
	position: absolute;
	right: 0; bottom: 0;
	height: 15px;
	padding: 2px 2px 2px 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	background: url("../images/design/view_item_back.gif") #1d374e no-repeat bottom left;
}

.view:hover {
	color: #758592;
}

/************************ 
/* Footer
/***********************/

#footer {
	display: none;
}

#footer hr {
	
}
