/* standaard settings voor elk relevant element */

hr {
	background-color: #999;
	border: none;
	clear: both;
	height: 1px;
}

ul {
	list-style-position: outside;
	list-style: none;
}

ul li {
	margin: 0;
	padding: 0;
}

ul li a {
	text-decoration: none;
}

ul li a:hover {
	text-decoration: none;
}

h1 {
	font-size: 2.1em;
	margin: 0 0 35px 0;
	font-family:Georgia, 'Palatino Linotype','Book Antiqua',Palatino,serif;
}

h2 {
	border-left: 1px solid red;
	color: red;
	font-size: 1.5em;
	line-height: 0.8;
	margin: 0 0 35px 0;
	padding: 8px 0 0 10px;
}

h2.georgia {
	color: #3e342b;
	font-family: georgia, helvetica, sans-serif;
	font-size: 1em;
}

h3 {
	font-size: 1.3em;
}

em {
	color: red;
}

.wrapper {
	margin: 0 auto;
	width: 1000px;
}

/* header */
#header {
	background-color: #3e342b;
	float: left;
	padding: 10px 0 0 0;
	width: 100%;
}

#header img {
	display: block;
	float: left;
}

/* navigation */
#navigation ul, #languages ul {
	float: left;
	margin: 70px 0 0 20px;
	padding: 0 0 5px 0;
}

#navigation ul li {
	float: left;
	padding: 5px 15px;
}

#navigation ul li a {
	border-bottom: none;
	color: #faefe3;
	font-size: 1.1em;
	text-transform: uppercase;
}
#navigation ul li a:hover, #navigation ul li a.selected {
border-bottom:1px solid #EF4035;
color:#EF4035;
}
#languages ul {
	float: right;
	margin: 75px 0 0 0;
}

#languages ul li {
	border-right: 1px solid #70655b;
	float: left;
	padding: 0 5px;
}

#languages ul li.borderless {
	border: none;
}

#languages ul li.last {
	margin-right: 30px;
}

#languages ul li a {
	border-bottom: none;
	color: white;
	font-size: 0.8em;
	text-transform: uppercase;
}

#languages ul li a:hover {
	color: rgb(239, 64, 53);
}

#search {
	position: absolute;
	right: 0;
	top: 0;
}

#search input {
	background: none;
	border: 1px solid #62574d;
	color: white;
	float: left;
	font-size: 0.9em;
	width: 150px;
}

#search a {
	background-color: #877b70;
	border: none;
	color: white;
	display: block;
	float: left;
	font-size: 0.8em;
	height: 14px;
	padding: 4px 10px 0 10px;
	text-transform: uppercase;
}

/* content */
#banner {
	padding: 20px 0 20px 0;
	clear: left;
}

#products p {
	margin-bottom: 5px;
}

#products ul {
	padding-bottom: 30px;
}

#products ul li {
	clear: left;
	float: left;
	margin-bottom: 5px;
	width: 320px;
}

#products ul li a {
	border: none;
	display: block;
	float: left;
	font-weight: 700;
	margin: 0 0 0 5px;
	padding: 0 0 0 15px;
}
#products ul li span.separator {
	background: red;
	display: block;
	margin-left: 122px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	width: 30px;
}

#products .padding {
	padding: 20px 0 0 10px;
}

.content p img {
	border: 2px solid white;
	display: block;
	margin: 0 20px 20px 0;
}

/*** product details ***/
#head h1 {
	margin: 0 0 20px 0;
	/*font-family:Georgia, 'Palatino Linotype','Book Antiqua',Palatino,serif;*/
	font-family: "Tahoma";
}

#head h2 {
	border: none;
	color: #3e342b;
	font-size: 1.7em;
	line-height: 1.4;
	margin: 0 0 20px 0;
	padding: 0;
}

#details h3 {
	font-size: 1.1em;
	font-family: Tahoma,helvetica,arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#details p {
	clear: left;
}

.infoBox {
	background-color: rgb(162, 150, 138);
	padding: 25px 20px;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
}

.infoBox h2 {
	border: none;
	color: white;
	font-size: 1.6em;
	font-style: italic;
	margin: 0 0 15px 0;
	padding: 0;
}
.infoBox h2.non-italic {
	font-style: normal;
}
.infoBox h2 span {
	color: white;
	font-size: 100%;
	font-style: normal;
}

.infoBox em {
	font-size: 18px;
	font-style: normal;
}

.infoBox p {
	color: white;
	font-style: normal;
}

.infoBox a {
	background: url(../images/arrow_red_big.png) 3px 3px no-repeat;
	display: block;
	float: left;
	padding-left: 15px;
	position: relative;
}

/*** product images ***/
#overview {
	position: absolute;
	right: 0;
	top: -20px;
}

#overview a {
	background: url(../images/arrow_red_big.png) 3px 0.4em no-repeat;
	/*border-bottom: 1px dotted #3e342b !important;*/
	color: #3e342b;
	font-size: 13px;
	display: block;
	padding-left: 15px;
	text-decoration:none
}

#overview a:hover {
	/*border-bottom: 2px solid #3e342b !important;*/
	color: #EF4035;
}

#images {
	background-color: rgb(228, 224, 220);
}

#images .padding {
	padding: 20px 40px;
}

#next, #prev { border: none; 
	background: none;
	}


#images p {
	margin: 0 0 10px 0;
	padding: 0;
}

#nav {
	position: absolute;
	right: 40px;
	top: 25px;
}

#thumbnails {
	/*height: 60px;*/
	margin-top: 20px;
}

#thumbnails li {
	float: left;
	height: 80px;
	margin-right: 5px;
	text-align: center;
	width: 55px;
}

#thumbnails li a {
	outline: none;
	background: none;
	padding: 0px;
}

#thumbnails li a img {
	padding: 2px;
}

#thumbnails li.selected a {
	color: red;
}

#thumbnails li.selected a img {
	border: 2px solid white;
	padding: 0;
}

#thumbnails li a {
	border: none;
}


/* footer */
#footer {
	border-top: 1px solid #3e342b;
	clear: left;
	float: left;
	margin: 50px 0 10px 0;
	padding: 2px 0 0 0;
	width: 100%;
}

#footer ul li {
	border-right: 1px solid #3e342b;
	float: right;
	font-size: 0.9em;
	padding: 2px 4px;
}

#footer ul li a {
	font-size: 1.1em;
}

#footer ul li.first, #footer ul li.last {
	border-right: none;
}

/* forms */
label {
	cursor: pointer;
}

.input-text {
	border: 1px solid #777;
	font-size: 0.9em;
	margin: 0 0 5px 0;
	padding: 2px;
}

.input-text-error {
	border: 1px solid red;
	color: red;
}

.bottom-right {
	bottom: 0;
	position: absolute;
	right: 0;
}

/* columns */
.col {
	display: inline;
	float: left;
	position: relative;
	*margin-right: -1px;
}

.col a {

	background: url('../images/arrow_red_big.png') left no-repeat;
	padding-left: 15px;
}

.col .marker {
	background-color: red;
	font-size: 0;
	height: 1px;
	left: -10px;
	position: absolute;
	top: -25px;
	width: 22px;
}

.column-1 {	width: 37%; }
.column-2 { width: 63%; }
.w25 { width: 25%; }
.w33 { width: 33%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w100 { width: 100%; }
.pb20 {	padding-bottom: 20px; }
.pr20 { padding-right: 20px; }
.pr40 { padding-right: 40px; }
.ml20 {	margin-left: 30px; }

/* dirty stuff */
#loading {
	margin: 60px 0 0 0;
	text-align: center;
}

.floatLeft { float: left; }
.floatRight { float: right; }
.relative { position: relative; }
.absolute { position: absolute; }
.borderless { border-right: none; }


div#links {
	margin-bottom: 15px;
}

.prettyContent ul li {
	background:transparent url(../images/list-square-red.gif) no-repeat 0 5px;
	color:black;
	line-height:16px;
	margin:0 0 5px;
	padding:0 0 0 14px;
	position:relative;
}

strong {font-weight:bold;}
.underlined {text-decoration:underline;}
h2.category {
	font-family: sans-serif;
	padding: 4px 0 4px 10px;
	text-transform: lowercase;
}
ul.product-list li {
	line-height: 60px;
}
a.lightboxed {
	background: transparent url('../images/arrow_red.png') no-repeat 0.2em 0.4em;
	padding-left: 1em;
}






#head h1.product-name {
	margin-bottom: 0;
	padding-bottom: 0;
}
#head h2.slogan {
	font-weight: bold;
	font-size: 1.3em;
	padding-left: 1.5em;
}

.column-1a {width: 440px;}
.column-2a {width: 550px;}
#nav {top:5px;right:0;}
#images {background:transparent;}
#images .padding {padding: 0;}
h3 {font-weight:bold;}
.no-border {border:none;padding:1em 0 0.5em;margin:0;}
a.download {
	background: transparent url('../images/arrow_red_big.png') no-repeat left 0.4em;
	border: none;
	padding-left: 25px;
	/*text-decoration: underline;*/
}
a.download:hover, a.download:hover * {
	color: #EF4035;
}
.sans-serif {
	font-family: Tahoma,helvetica,arial,sans-serif;
}
#products ul li a.imageHolder {
	margin: 0;
	padding: 0;
}
#products ul li a.nextToImageHolder {
	line-height: 102px;
}
#products ul li a.imageHolder img {border:1px solid #918a83; }


.linkarrow {
	float: left;
	margin-left: 20px;
	margin-right: -15px;
	padding: 0px;
	background: url('../images/arrow_red_big.png') center no-repeat;
	width: 10px;
}