@import "template_fullpagescroll.css";

/*
lichtblauw wordt donkergrijs: #363e42;
groen wordt lichtgrijs: #d9d9cf;
*/

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

label {
	display: block;
	width: 200px;
	float: left;
}

#formButtons {
	margin-left: 200px;
}

form div {
	margin-bottom: 10px;
}

#body_male h2 {
	background-image: url(../images/content_header_male_bg.gif);
	color: #363e42;
}

#body_female h2 {
	background-image: url(../images/content_header_female_bg.gif);
	color: #363e42;
}

#body_male {
	background-color: #d9d9cf;
	background-image: URL(../images/bg_blue.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#body_male #breadcrumb {
	background-color: #B30012;
}

#body_female #breadcrumb {
	background-color: #B30012;
}

#breadcrumb {
	clear: both;
	height: 16px;
	*height: 16px;
	margin-left: 175px;
	text-align: right;
	border-left: 1px solid #fff;
	color: #fff;
	padding-right: 15px;
	padding-top: 4px;
}

#breadcrumb a {
	color: #fff;
}

#body_female {
	background-color: #d9d9cf;
	background-image: URL(../images/bg_green.gif);
	background-position: top left;
	background-repeat: repeat-y;
}



#topmenu {
	background-image: url(../images/topmenu_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 288px;
	height: 115px;
}

#topmenu ul {
	padding-top: 13px;
	padding-left: 5px;
	margin: 0;
}

#topmenu li {
	list-style-type: none;
}

#topmenu a {
	line-height: 20px;
	color: #FFFFFF;
}



#top_right {
	position: absolute;
	top: 0;
	left: 527px;
	height: 115px;
	overflow: hidden;
}

#blocklayout td {
	vertical-align: top;
	width: 400px;
}

#blocklayout td.text {
	padding: 8px 0 0 8px;
}

#content_page {
	padding: 10px;
}

.content_text {
	padding: 20px 0 0 20px;
}

.layer_0 {
	position:absolute;
	z-index: 0;
}

.layer_1 {
	position:absolute;
	z-index: 1;
}

#producten_overzicht {
	width: 802px;
	margin-top: 1px;
	margin-left: 2px;
	font-weight: bold;
}

#producten_overzicht td {
	width: 200px;
}

#product_overzicht_male td, #product_overzicht_female td {
	padding: 0px 5px;
	background-color: #fff;
}

#product_overzicht_male td {
	border-right: 2px solid #363e42;
	border-left: 2px solid #363e42;
}

#product_overzicht_female td {
	border-right: 2px solid #363e42;
	border-left: 2px solid #363e42;
}

#product_overzicht_male .title, #product_overzicht_female .title {
	height: 30px;
	background-repeat: repeat-x;
	color: #fff;
}

#product_overzicht_male .title {
	background-color: #363e42;
}

#product_overzicht_female .title {
	background-color: #363e42;
}

#product_overzicht_male .midden, #product_overzicht_female .midden {
	text-align: center;
	height: 152px;
}

#product_overzicht_male .bottom, #product_overzicht_female .bottom {
	height: 30px;
	background-repeat: repeat-x;
}

#product_overzicht_male .bottom div.prijs, #product_overzicht_female .bottom div.prijs {
	font-size: 18px;
	line-height: 20px;
	float: left;
}

#product_overzicht_male .bottom img, #product_overzicht_female .bottom img {
	float: right;
}

#product_overzicht_male .bottom {
	height: 30px;
	background-repeat: repeat-x;
}

#product_overzicht_male .bottom {
	background-image: url(../images/product_male_bottom_back.gif);
}

#product_overzicht_female .bottom {
	background-image: url(../images/product_female_bottom_back.gif);
}

#product_detail {
	margin: 5px;
	width: 450px;
}

#product_detail td {
	vertical-align: top;
}

#product_detail td.text {
	padding: 8px 0 0 8px;
}

#bloklayout_details {
	margin-left: 20px;
}

#bloklayout_details td, #bloklayout_details th {
	vertical-align: top;
}

#bloklayout_details th {
	text-align: left;
	width: 100px;
	height: 30px;
}

#bloklayout_details td {
	width: 250px;
}

#product_fotos {
	float: left;
	margin: 5px 0px;
	width:800px;
 	vertical-align:text-top
}

#product_fotos_male {
	border: 2px solid #363e42;
}

#product_fotos_female {
	border: 2px solid #363e42;	
}

#product_foto_klein img {
	cursor: pointer;
}

/* SHOP */
#product_detail_winkelwagen {
	margin: 5px;
}

#artikeloverzicht {
	border-collapse: collapse;
	width: 100%;
}
#artikeloverzicht th {
	text-align: left;
	color: #fff;
	font-weight: 100;
	line-height: 20px;
	background-color:#363e42;
}
#artikeloverzicht td {
	line-height: 20px;
}
#artikeloverzicht th.shop_merknaam {
	width: 15%;
}
#artikeloverzicht th.shop_titel {
	width: 25%;
}
#artikeloverzicht th.shop_prijs {
	width: 5%;
}
#artikeloverzicht th.shop_aantal {
	width: 5%;
}
#artikeloverzicht th.shop_verwijderen {
	width: 20%;
}
#artikeloverzicht th.shop_prijs,
#artikeloverzicht td.shop_prijs {
	text-align: right;
	padding-left: 15px;
}
#artikeloverzicht th.shop_verwijderen,
#artikeloverzicht td.shop_verwijderen {
	text-align: center;
}
#totaal td {
	font-weight: bold;
}
#shop_buttons {
	text-align: center;
	margin-top: 20px;
}
#verplicht {
	margin-left: 205px;
}
#plaatsBericht {
	margin: 10px 0;
}
.gastenboek tr.gbHighlighted {
	background-color: #363e42;
	color:white;
}

.gastenboek tr.gbHighlighted a {
	color:#AFB9FF;
}
.gbookform {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
}
.gbooksubmit {
	background-color: #363e42;
	color: white;
	border: 0;
	font-weight: bold;
	text-transform: uppercase;
}
.gastenboek p {
	margin: 5px 0;
}

#content,
#content td {
	font-size: 11px;
}

input.button {
	background-color: #363e42;
	border: 1px solid gray;
	color: white;
	font-weight: bold;
}

#veiling_content {
	border: 1px solid #000;
	margin: 5px 0;
}

#veiling_content td {
	padding: 5px;
}

.splashHeader{

}

.voorwaarden_box{
width:800px;
_width:750px;
height:400px;
border-width:1px;
border-color:black;
border-style:solid;
overflow:auto;
}

#error_message{
	border:solid 2px black;
	padding:5px
}

#winkelwagen_steps
{
	border-bottom:solid 1px black;
}

#ideal_logo{
	position:absolute;
	width:100px;
	margin-left:-175px;
	_margin-left:-175px;
	z-index:666;
	margin-top:-100px;
}

#orderstappen {
	width: 170px;
	overflow: hidden;
	background-color: #d9d9cf;
	padding:2px;
}

.shopbutton
{
	height:30px;
	width:200px;
	font-size:16px;
	background-color: #363e42;
	border: 1px solid gray;
	color: white;
	font-weight: bold;	
}
