/* main settings */

* {
	margin: 0;
}

html {
	overflow: -moz-scrollbars-vertical; /* force vertical scroll bars in FF to prevent horizontal 'shaking' */	
}

html,body {
	height: 100%;
}

body {
	/* font-family: Helvetica, Arial, sans-serif; */
  font-family: "Trebuchet MS",Geneva,Arial,Helvetica,SunSans-Regular,sans-serif;		
	font-size: 14px;
	line-height: 19px;
	color: #6B6B47;
	margin: 0;
	padding: 0;

	background: url("/img/websides.png") repeat-y scroll center top #EEE;

/*	
	background: url('/img/bggrey.png'); 	
	background-position: bottom; 
	background-attachment:fixed; 
	background-repeat:repeat-x; 		
*/	
}

a {
	color: #A70303;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #D28F13;
}

a:focus {
	outline: none;
}

p {
	margin: 0 0 19px 0;
}

.clear {
	clear: both;
}

.small {
	font-size: 80%;
	line-height: 120%;
}

img {
	border: none;
}

/* aligns */
.left {
	display: inline;
	float: left;
}
.right {
	display: inline;
	float: right;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;		
}

.pleasewait {
	display: none;
	border: solid 1px grey;
	text-align: center; 
	padding: 10px;
}

.errors li {
	color: #990000;
	font-size: 80%;
}

h1,h2,h3,h4,h5,h6, legend {
	font-weight: normal;
	color: #111;
	font-family: times,Times New Roman,times-roman,georgia,serif;	
}

h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 15px;
	letter-spacing: -0.03em;
	color: #111;	
}

h2, legend {
	color: #444444;	 	
  font-size: 18px;
  font-style: italic;
  letter-spacing: -1px;
	line-height: 19px;
	padding: 9px 0 5px 0;
}

h3 {
	color: #444444;	 		
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2pt;
  word-spacing: normal;
	font-style: italic;  
}

#container {
	min-height: 100%;
	position: relative;
	width: 950px;
	margin: 0 auto;
		
}

#content {
	padding-top: 199px; /* Height of the header */
	padding-bottom: 40px; /* Height of the footer */
	width: 100%;
	text-align: left;
	
	color: #6B6B47;
	font-size: 13px;
	line-height: 20px;
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;		
}

#maincontent {
	text-align: justify;	
	width: 930px;
	float: right;	
	padding: 10px;
}

#sidebar {
	width: 0px;
	text-align: left;
	float: left;
/*	padding: 10px;	 */
	color: grey;
}

#sidebar h1, #sidebar h2, #sidebar h3 {
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;			
	font-size: 100%; 	
	background: #FFF;	
	color: #6B6B47;	
	padding-left: 10px;	
	padding-right: 10px;		
	margin-top: 10px;
	line-height: 200%;
  letter-spacing: 0;	
	font-style: normal;    
}

#sidebar p {
	padding: 10px;	
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: url(/img/arrow2.png);
	list-style-position: inside;
}

#sidebar li {
	font-size: 90%; 	
  background-color: #DDDDDD;
	padding: 10px;	
	margin-top: 5px;
	line-height: 130%;	
}

#sidebar a {
	color: grey;
}

#sidebar .selected {
	text-decoration: underline;
	color: black;
}

#sidebar a:hover {
	color: #990000;
}

#top {
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 3;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	
	background: url("/img/logo.jpg") no-repeat;
  height: 170px;
  width: 100%;	
}

#logo h1, #logo #slogan {
	color: #E2E3CC;	    
	font-family: "Trebuchet MS",Geneva,Arial,Helvetica,SunSans-Regular,sans-serif;  
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  padding-top: 50px;
  text-shadow: 2px 2px 3px #000000;	
  text-align: center;
}

#logo a:hover {
	text-decoration: none;
}

#logo #slogan {
	font-size: 25px;
  font-style: italic;
  margin: 15px 0 18px;
  padding: 0;	
}

#header {
	position: absolute;
	top: 0;
	height: 100px;
	z-index: 1;
}

#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px; /* Height of the footer minus 10 */
	z-index: 4;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
	font-size: 90%;
	line-height: 200%;
	background: grey;
	color: white;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius: 10px;
}

#footer a {
	color: white;
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer li {
	padding: 2px 5px 2px 5px;
	float: left;
}

#footer #copyright {
	float: right;
	padding: 5px;
}

/* column sizes */
.startcolumnsection {
	float: left; 
	width:100%;
}

.endcolumnsection {
	clear: both; 
}

.column {
	float: left; 
	display: table-cell; 
	overflow: hidden; 	
	text-align: justify;
}

.startcolumnsection * img {
	display: block;
	margin-left: auto;
	margin-right: auto;	
}


/* menu styles */
#mainmenu {
	position: absolute;
	top: 170px;
	z-index: 4;
	width: 100%;
	color: white;
	background: #AAA;
	min-height: 29px;
  font-style: italic;
  letter-spacing: 0.02em;
	padding: 2px 0px 2px 0px;
}

#mainmenu #siteselect {
	float: right;
}

#mainmenu ul .selected {
	background: #FFF;	
	color: #6B6B47;
}

#mainmenu ul {
	margin: 0;
	padding: 0
}

#mainmenu ul li {
	float: left;
	list-style: none;
}

#mainmenu ul li a,#mainmenu ul li span {
	display: block;
	background: #DDD;
	padding: 5px 12px;
	text-decoration: none;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	color: #333;
	white-space: nowrap;
}

#mainmenu ul li a:hover {
	background: #FFF;
	color: #6B6B47;
}

#mainmenu ul li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	border-right: 1px solid white;
	background: #AAA;
	width: auto;
}

#mainmenu ul li ul li {
	clear: both;
	display: inline;
	width: 100%;
}

#mainmenu ul li ul li a {
	background: #AAA;	
	/* color: #24313C; */
	color: #333;
	width: 100%;
	border: none;
}

#mainmenu ul li ul li a:hover {
	background: #FFF;
}

.thumbnail {
	width: 100px;
	height: 150px;
	padding: 10px; 
	float: left;
	font-size: 10px;
	line-height: 100%;
	text-align:center;	
}

.thumbnail a {
	color: #2C2C2C;
}

.thumbnail a:hover {
	text-decoration: underline;
	color: #990000;
}

.thumbnail img {
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	margin-bottom: 5px;
}	

.schilderij img {
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);		
	margin: 15px;
}

.previous {
	float: left;
}

.next {
	float: right;
}


/* Default form */
.defaultform label {
	display: block; /* block float the labels to left column, set a width */
	float: left;
	width: 180px;
	padding: 0;
	margin: 0 0 0 0;
	/* set top margin same as form input - textarea etc. elements */
	text-align: left;
}

.defaultform .hint {
	font-size: 90%;
	font-style: italic;
}

.defaultform dt,.defaultform dd {
	margin-top: 5px;
}

.defaultform dt {
	clear: left;
}

.defaultform fieldset {
	background: #EFEFEF;
}

/* product */

.productlist li {
	list-style: none;
	border: solid 1px #DDD;
	float: left;
	margin: 5px;
	padding: 5px;
	width: 160px;	
	height: 220px;
	text-align: center; 
	position: relative; /* to position .foot */
} 

.productlist .highlight {
	background: yellow;
}

.productlist li .image {
	text-align: center; /* for horizontal align */
	line-height: 150px; /* for vertical align */
} 

.productlist li .image img {
	vertical-align: middle;
} 

.productlist li .productlist_foot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
} 

.productlist li .productlist_foot div {
	padding: 5px;
} 

#cart td {
	padding: 5px;
}

#cart thead td {
	background: grey;
	color: black;
	padding: 5px;
	border-bottom: solid black 1px;
}

#cart tfoot td {
	border-top: solid black 1px;
}

/* Click button */

.clickbutton {
	background: #6B6B47;
	color: #E2E3CC;
	border-bottom: 3px solid #555;
	border-right: 3px solid grey;	
	border-top: 3px solid #DDD;			
	border-left: 3px solid grey;	
	display: inline-block;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	padding: 10px;
	margin: 5px;
	font-weight: bold;
	letter-spacing: 0.04em;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);			
}

.clickbutton:hover {
	background: #D28F13;
	color: #E2E3CC;
	text-decoration: none;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);				
}

.clickbutton.smallsize {
	width: 100px;
}

.clickbutton.normalsize {
	width: 200px;
}

.clickbutton.bigsize {
	width: 300px;
}

.clickbutton.fixedheight {
	white-space: nowrap;	
}

/* prijs tabel */
#pricetable td, #pricetable tr, #pricetable th {
	padding: 5px;
	letter-spacing: 0.04em;	
}

#pricetable th {
	text-align: center;
	background: #DDD;	
}

#pricetable td {
	text-align: right;
	width: 200px;
	background: #EEE;
}


#actionlist li {
	font-weight: bold;
	font-size: 110%;
	padding-top: 20px;
}

#actionlist small {
	font-size: 100%;
}

.socialmediabox {
	padding: 5px;
	height: 24px;
}

.socialmediabox * {
	vertical-align: middle;
	height: 24px;
}


