/* RESET */

body, p, div, ul, li, h1, h2, h3, h4, form, input, select {
	margin: 0px;
	padding: 0px;
}

/* ALGEMENE ELEMENTEN */

body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}



h2 {
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 2em;
}
	
h3 {
	margin-bottom: 1em;
	font-weight: normal;
	font-size: 1.8em;
}

h4 {
	font-weight: normal;
}


li{
	list-style-type: none;
}

#wrapper {
	background-color: #FFFFFF;
	width: 980px;
	margin-left:auto;
	margin-right: auto;
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
}

#content{
}



/* HEADER */

#header {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#header h1#logo {
	text-indent: -5000px;
	font-size: 1em;
	background-image: url(../images/logo_fogal.jpg);
	background-repeat: no-repeat;
	height: 140px;
	background-position: 0px 5px;
}

#header img {
	border: none;
}

#header #control_menu {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header #control_menu #quicksearch {
	border-bottom: 1px solid #DDD;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 10px;
	text-align: right;
	font-size: 1.1em;
}

#header #control_menu #quicksearch #submit_search {
	border: 1px solid #F00;
	background-color: #F00;
	color: #FFF;
}

#header #shopping_bag {
	font-size: 1.2em;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 10px;
	border-bottom: 1px solid #ddd;
	text-align: right;
}
#header #shopping_bag a {
	text-decoration: none;
	color: #666666;
	display:block;
}

#header #control_menu #subnav {
	font-size: 1.1em;
	padding-top: 14px;
	padding-bottom: 10px;
}

#header #control_menu #subnav ul li {
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	
	border-left: 1px solid #ddd;
}
#header #control_menu #subnav ul li#subnav_home {
	border-left: none;
}

#header #control_menu #subnav ul li a {
	text-decoration: none;
	color: #555;
}
#header #control_menu #quicksearch:hover, #header #control_menu #shopping_bag:hover {
	background-color: #f8f8f8;
}



/* HORIZONTALE NAVIGATIE */

#hornav {
	font-size: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	margin-bottom: 10px;

}
#hornav ul {
	float: left;
}
#hornav ul li {
	float:left;
	width: 191px;
	margin: 0 1px 2px 0;
	padding: 0 2px 0 2px;
	color: #aaa;
	font-family: Georgia;
}

#hornav ul li h2 {
	margin-bottom: 1px;
	font-size: 1.1em;
}
#hornav ul li ul li.subcategorienamen {
	padding: 3px 0px 2px 5px;
	min-height: 35px;
	font-style: italic;
	line-height: 1.2em;
}
#hornav ul li ul li.subcategorienamen:first-letter {
	font-size: 1.2em;
}
#hornav ul li h2 a:link, #hornav ul li h2 a:visited {
	display:block;
	padding:3px 0px 1px 2px;
	margin-right: 7px;
	text-decoration:none;
	color:#F00;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #F00;
		border-bottom: 1px solid #FFF;

}
#hornav ul li h2 a:hover {
	border-bottom: 1px solid #F00;
}
#hornav ul li h2 a.current {
	color: #F00;
	border-top: none;
		border-bottom: 2px solid #F00;

}
#hornav ul li img {
	border: none;
}



#breadcrumb {
	width: 980px;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
#breadcrumb ol li {
	font-size: 1.15em;
	float: left;
	list-style: decimal;
	margin-right: 60px;
	margin-left: -10px;
	
}
#breadcrumb ol li a {
	color: #999;
}

#breadcrumb ol li.current {
	color: #F00;
	font-weight: bold;
} 

/* FOOTER */

#footer {
	width: 980px;
	color:#999;
	font-size: 1.1em;
	clear: both;
	background-color: #FFF;
}
#footer form {
	float: left;
	margin-top: 10px;
}
#footer #newsletter_submit {
	background-color: #FFFFFF;
	color: #999;
	border: 1px solid #999;
	padding: 1px;
	margin-left: 5px;
}
#footer ul {
	float: right;
}
#footer li {
	float: left;
	margin-right: 20px;
	padding-top: 10px;
}

#footer a {
	text-decoration: none;
	color: #999;
	
}
.spacer {
	clear: both;
}



/* HOME */



#spacer {
	clear: both;
}


/* SUBCATEGORIE NAVIGATIE */


#subcategorie {
	width: 980px;
	float:left;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
subcategorie ul {
	float: left;
	
}
#subcategorie ul li {
	float: left;
	width: 190px;
	margin: 0 1px 0 0;
	padding: 0 2px 0 2px;
	color: #aaa;
}

#subcategorie ul li h3 {
	text-transform: none;
	font-size: 1.3em;
}

#subcategorie ul li h3 a:link, #subcategorie ul li h3 a:visited {
	color:#666;
	text-decoration:none;
	font-variant: small-caps;
	display:block;	

}
#subcategorie img {
	border: none;
}

/* DETAILPAGINA ITEMS / RESULTAATPAGINA ZOEK */

 .itemfoto {
	float:left;
	margin-bottom: 10px;
}

 ul.iteminfo {
	width: 191px;
	float: left;
	color: #888;
	font-size: 1.25em;
	margin-right: 5px;
}
ul.iteminfo a {
	color: #666;
	font-size: 0.9em;
}

  ul.iteminfo li {
	list-style-type: none;
	padding: 3px;
	
}

 ul.iteminfo li h4 {
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 1em;
	margin-bottom: 3px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	color: #333;
}

 ul.iteminfo .shoppingbagknop {
	background-color: #F00;
	border: none;
	color: #FFF;
	padding: 2px;
	margin-top: 3px;
}

.iteminfo img {
	border: none;
}

.itemsnav {
	width: 980px;	
	text-align: right;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;

}

.itemsnav a {
	text-decoration: none;
	color: #F00;
	border: 1px solid #F00;
	text-transform: uppercase;
	font-size: 1.15em;
	padding: 2px;
	margin-left: 7px;
}

#results {

}

#results h2 {
	margin: 0 0 5px 0;
	padding: 0;
}


/* ADVICE */

#advice {
	font-size: 1.2em;
}
#advice ul {
	float: left;
	margin-bottom: 15px;
	width: 600px;
}

#advice ul li {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	
}
#advice p {
	clear: both;
	margin-bottom: 10px;	
	width: 550px;
}

#advice dl {
	clear:both;
	width: 600px;
}

#advice dt {
	font-weight: bold;
	font-size: 1.2em;
}

#advice h4 {
	clear: both;
	font-size: 1.4em;
}

/* CONTACT */

#contact {
	font-size: 1.2em;
}
#contact ul li {
	margin-bottom: 10px;
}
#contact p {
	margin-bottom: 15px;

}



/* -------------------------------------- */
/* -------------- CHECKOUT -------------- */
/* -------------------------------------- */

.checkout_stap {
	color: #F00;
}

/* WINKELMANDJE  */

#shoppingbag {
	padding-bottom: 10px;
}

#shoppingbag table {

	clear: both;
	font-size: 1.3em;
	width: 100%;
}
#shoppingbag th {
	text-align: left;
}

.next_step {
	border: none;
	background-color: #F00;
	color: #FFF;
	text-decoration: none;
	padding: 3px;
	margin-left: 10px;
}

.prev_step {
	border: 1px solid #666;
	text-decoration: none;
	padding: 3px;
	color: #666666;
	
}
#knoppen {
	clear: both;
	text-align: right;
}


/
/* BETAALMETHODE */


#betaalmethode h2 {
	font-size: 1.6em;
	clear: both;
}
#betaalmethode p {
	font-size: 1.2em;
	margin-bottom: 15px;
}
#betaalmethode label {
	font-size: 1.2em;
	line-height: 1.6em;
}
#betaalmethode ul li {
	font-size: 1.2em;
	list-style: none;
	margin-bottom: 10px;
	width: 350px;
	float: left;
	border-top: 2px solid #bbb;
	padding: 5px;
	margin-right: 30px;
}
#betaalmethode input {
	margin-right: 6px;
}



/* VERZENDGEGEVENS */

#verzendgegevens {
	font-size: 1.2em;
	padding: 10px;
}
#verzendgegevens p {
	margin-bottom: 20px;
}

#verzendgegevens form#gegevensformulier label {
}
#verzendgegevens form#gegevensformulier ul li {
	margin-top: 10px;
	list-style-type: none;
} 
#verzendgegevens fieldset {
	width: 350px;
	float: left;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	margin-right: 30px;
}
#verzendgegevens .foutmelding {
	color: #F00;
}

#verzendgegevens p{
	clear: both;
}

/* CHECKOUT_BEVESTIGING */

#bevestiging  {
	font-size: 1.3em;
}
#bevestiging p {
	margin-bottom: 10px;
}
#bevestiging ul {
	margin-top: 40px;
	list-style:none;
}
#bevestiging table {
	width: 95%;
}
#bevestiging table td {
	padding: 3px;
}
#bevestiging table th {
	text-align: left;
}
#bevestiging form { 
	clear: both;
	margin-top: 10px;
}

#bevestiging #totaal {
	background-color: #FFCC99;
}



.bubbleInfo {
    position: relative;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ddd;
	
}

.popup {

            width: 190px;
    display: none; /* keeps the popup hidden if no JS available */
}

.popup img {
	margin: 2px;
}

/* PRIVACY */

#privacy p {
	font-size: 1.1em;
	width: 550px;
	margin-bottom: 15px;
}

#disclaimer {
	font-size: 1.1em;
	width: 600px;
}
#disclaimer h4 {
	font-size: 1.3em;
	margin-top: 20px;
		margin-bottom: 10px;

}
#disclaimer h5 {
	font-size: 1.15em;
	margin-bottom: 5px;
}
#disclaimer p {
	margin-bottom: 10px;
}
#disclaimer ol {
		margin-bottom: 25px;

}