body {  
	margin: 0;
	background-color: #A4A473;
	padding-top: 40px; 
	background-image: url(/images/g-bgHomeTwee.gif); 
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	
}

a {
	/*color: #A4A473;*/
	color: #757552;
}

a.noChange {
	color: #000000;
	text-decoration: none;
}

div#twocodes {
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	color: #333;
	background-color: transparent;
	text-align: right;
}

div#twocodes a.twocodes {
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	color: #333;
}

div#twocodes a.twocodes:link {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

div#twocodes a.twocodes:visited {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

div#twocodes a.twocodes:hover {
	font-weight: bold;
	background-color: #222;
	color: #32cd32;
	text-decoration: none;
}

div#twocodes a.twocodes:active {
	font-weight: bold;
	background-color: #222;
	color: #32cd32;
	text-decoration: none;
}

  .pagination {
    padding: 3px;
    margin: 3px;
  }
  .pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #aaaadd;
    text-decoration: none;
    color: #000099;
  }
  .pagination a:hover, .pagination a:active {
    border: 1px solid #000099;
    color: #000;
  }
  .pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;
    font-weight: bold;
    background-color: #000099;
    color: #FFF;
  }
  .pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #ddd;
  }

#admin {
	margin:50px;
	
}
#admin h1 {
	border-bottom: dotted 2px #333;
	font-size:14px;
	text-decoration: underline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* 
--------------- kleuren en achtergronden
*/ 
#mainBoxLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #333;
	float: right;
	z-index: 20;
	position: absolute;
	left: 45px;
	top: 50px;
	background-color: transparent;
	/*background-color: white;*/
	padding: 1px 2px 0 2px;
}

.wit {
	color: #ffffff;
}  

.bgSite {
	background-image: url(/images/bgSite.jpg);
	background-repeat: repeat-y;
	padding-top: 0px; 
}

.bgLinks {
	background-image: url(/images/bgLinks.gif);
	background-repeat: repeat-y;
}

.bgInhoud {
	background-image: url(/images/bgInhoud.gif);
	background-repeat: no-repeat;
}	

.bgWit {
	background-color: #ffffff;
}

.bgZwart {
	background-color: #000000;
}

.bgGroen {
	background-color: #A4A473;
}

/* 
--------------- inhoud
*/ 

h1 {
	margin: 0;
}

h2 {
	margin: 0;    
	margin-bottom: 10px;
} 

h3 {                   
	font-family: arial, sans;
	font-size: 0.7em;
	font-weight: bold;
	color: #A4A473;  
	margin: 0;
}                          

.contentEen {
	font-family: Arial, sans;
	font-size: 0.8em;
	color: #333333;
	line-height: 130%;
}

.contentEenAboutPop {
	font-family: Arial, sans;
	font-size: 0.8em;
	color: #ffffff;
	line-height: 130%;
}

.price {
	font-family: Arial, sans;
	font-size: 12px;
	color: #000000;
	line-height: 130%;
}

.contentTwee {
	font-family: Arial, sans;
	font-size: 0.7em;
	color: #000000;
	line-height: 130%;
}

.contentTweeWit {
	font-family: Arial, sans;
	font-size: 0.7em;
	color: #ffffff;
	line-height: 130%;
}

/* 
--------------- opmaak
*/ 

hr {
	height: 1px;
	width: 60%;
	color: #A4A473;
	margin-top: 10px;
	margin-bottom: 10px;
}

.logo {
	position: absolute;
	top: 0;
	left: 0;
}

.hold {
	width: 750px;
} 

.colLinks {
	width: 280px;
}

.colRechts {     
	width: 350px;
	padding-right: 10px;
}	

.pushHor {
	width: 100%;
}                   

.pushVer {
	height: 100%;
}           

.pad5 {
	padding: 5px;
}  

.pad10 {
	padding: 10px;
} 

.box {
	width: 100%;
	border: solid 1px #A4A473;
} 

.columnBox {
	width: 280px;
	border: solid 1px #A4A473;
}

/*
--------------- forms
*/

form {
	margin: 0;
} 

.input {
	width: 200px;   
	height: 20px;
	font-family: Arial, sans;
	font-size: 12px;
	color: ;
	border: solid 1px ;
}

.knop {
	height: 20px;
	font-family: Arial, sans;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	border: none;
	padding-left: 2px;
	padding-right: 2px;
}


/*
----- menus 
*/

#tansuOnm {
	position: absolute;
	top: 161px;
	left: 86px;
	width: 150px;
	height: 72px;
	background-color: #C4C4A6;
	padding: 5px;
	visibility: hidden;
}

#mingeiOnm {
	position: absolute;
	top: 243px;
	left: 86px;
	width: 150px;
	height: 72px;
	background-color: #C4C4A6;
	padding: 5px;
	visibility: hidden;
}

#collectableOnm {
	position: absolute;
	top: 325px;
	left: 86px;
	width: 150px;
	height: 72px;
	background-color: #C4C4A6;
	padding: 5px;
	visibility: hidden;
}               

#kimonoOnm {
	position: absolute;
	top: 407px;
	left: 86px;
	width: 150px;
	height: 72px;
	background-color: #C4C4A6;
	padding: 5px;
	visibility: hidden;
}      

#objectifOnm {
	position: absolute;
	top: 489px;
	left: 86px;
	width: 150px;
	height: 72px;
	background-color: #C4C4A6;
	padding: 5px;
	visibility: hidden;
}

.product_box {
	width: 118px;
	border: solid 2px #333;
	height: 220px;
	float: left;
	margin: 5px;
	padding: 3px;
	text-align: center;
	font-size: 11px;
	color: #a4a444;
	background-color: #e6e6de;
}

.info {
	border: solid 2px #333;
	margin: 0;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	color: #a4a444;
	background-color: #e6e6de;
	width: 628px;
}

.product_box img {
	border: 1px solid #aaa;
}

.product_container {
	/*display: inline;*/
	background-color: transparent;
	text-align: center;
	width: 628px;
}

.product_container img {
	border: 1px solid #aaa;
}

.product_name {
	color: #a4a474;
	font-size: 13px;
	font-weight: bold;
}

h3.product_name {
	background-color: #666;
	color: #e6e6de;
	font-size: 15px;
	padding: 3px;
	font-weight: bold;
}

.description {
	color: #a4a474;
	font-size: 13px;
	font-weight: normal;
}

.sold_out {
	color: #c33;
	font-weight: bold;
	font-size: 13px;
}

.new {
	color: #393;
	font-weight: bold;
	font-size: 13px;
}

.expected {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	font-size:10px;
}

.price {
	color: #666;
	font-weight: bold;
	font-size: 15px;
}

.breadcrumbs {
	float:left;
	margin: 5px;
	padding: 3px;
}

.navigate {
	float: right;
	margin: 5px;
	padding: 3px;
}

