/* Tabellen */
table.totals {
	float:					right;
	margin:					0px;

}

table a {
	color:					#fff;
}
table a:hover {
	color:					#fff;
	text-decoration:		none;
	font-weight:			bold;
}

/*========================================================================*/

body {
	height:					auto;
}

h3 {
	margin-left:			10px;
	font-size:				16px;
	font-weight:			bold;
	color:					#181512;
}

textarea {
	padding:				3px;
	border-style:			solid;
	border-color:			#181512;
	border-width:			1px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				10px;
	color:					#565656;
}

/*========================================================================*/

/* Home pagina */

div#campaign {
	width:					660px;
	height:					335px;
}

div.info {
	position:				absolute;
	width:					660px;
	height:					335px;
}

/*========================================================================*/

div#content.product div.preview img#preview {
	position:				absolute;
}

div#content.product div.preview div#previewimage {
	position:				relative;
	margin:					0px;
	height:					210px;
}

div#content.product div.preview div#enlarge_button {
	position:				absolute;
	background:				url(../img/enlarge.gif);
	width:					30px;
	height:					30px;
	z-index:				99;
	margin-top:				170px;
	margin-left:			260px;
	cursor:					pointer;
}

div#content.product div.preview a.previous {
	font-size:				0px;
}

/*========================================================================*/

/* Contact formulier */
table#contact textarea,
table#contact input {
	width:					180px;
}

/*========================================================================*/

/* Winkelmandje navigatie */
ul#navigatie {
	list-style:				none;
	height:					33px;
	padding:				0px;
	width:					648px;
	border:					1px solid #E4E4E4;
	margin-top: 			10px;
	float: 					left;
	display:				inline;
}

ul#navigatie a {
	text-decoration:		none;
	display:				block;
	height:					33px;
}

ul#navigatie a.verderwinkelen {
	background-image:		url(../nav/buttons/cart/verderwinkelen_off.gif);
	width:					147px;
}
ul#navigatie a.verderwinkelen:hover {
	background-image:		url(../nav/buttons/cart/verderwinkelen_on.gif);
}
ul#navigatie a.verder {
	background-image:		url(../nav/buttons/order/productoverview/afrekenen_off.gif);
	width:					105px;
}
ul#navigatie a.verder:hover {
	background-image:		url(../nav/buttons/order/productoverview/afrekenen_on.gif);
}
ul#navigatie a.herbereken {
	background-image:		url(../nav/buttons/cart/herberekenen_off.gif);
	width:					130px;
}
ul#navigatie a.herbereken:hover {
	background-image:		url(../nav/buttons/cart/herberekenen_on.gif);
}
ul#navigatie a.bestellen {
	background-image:		url(../nav/buttons/order/productoverview/afrekenen_off.gif);
	width:					105px;
}
ul#navigatie a.bestellen:hover {
	background-image:		url(../nav/buttons/order/productoverview/afrekenen_on.gif);
}
ul#navigatie a.verzenden {
	background-image:		url(../nav/buttons/next/verzenden_off.gif);
	width:					106px;
}
ul#navigatie a.verzenden:hover {
	background-image:		url(../nav/buttons/next/verzenden_on.gif);
}
/*========================================================================*/

/* Sitemap */
ul#sitemap ul {
	margin:					0px;
}
ul#sitemap li {
	list-style:				disc;
}

/*========================================================================*/

/* Submenu */
div#submenu ul.sub-one {
	padding-bottom:			5px;
	padding-top: 			5px;
	border-bottom-style:	dotted;
	border-color:			#E76A7C;
	border-width:			1px;
	margin: 				0px;
}

div#submenu ul li {
	border:					0px;
}

div#submenu ul li a {
	border-bottom-style:	dotted;
	border-color:			#E76A7C;
	border-width:			1px;
}

div#submenu ul li.selected ul li a{
	border:					0px;
}

div#leftbar div#submenu ul#submenu {
	border-top:				1px dotted #ccc;
	border-top:				1px dotted #ccc;
}

div#leftbar div.submenu ul {
	border-top:				0px;
}

div#leftbar div.submenu ul li a {
	border-bottom:			0px;
	border-bottom:			1px dotted #cccccc;
}

div#leftbar div#submenu ul.sub-one {
	border-color:			#cccccc;
}

/*========================================================================*/
/*
div#campaign {
height:335px;
position:relative;
width:660px;
}

div.info {
height:335px;
position:absolute;
width:660px;
}
div#campaign div#textbar {
background-color:white;
bottom:10px;
display:block;
height:70px;
opacity:0.8;
position:absolute;
width:100%;
}
div#campaign h1 {
bottom:53px;
font-size:16px;
margin:0pt 0pt 0pt 15px;
padding:0pt;
position:absolute;
}
div#campaign p {
bottom:19px;
font-size:12px;
height:31px;
line-height:1.3em;
margin:0pt 0pt 0pt 15px;
overflow:hidden;
padding:0pt;
position:absolute;
width:500px;
}
div#campaign span#price {
bottom:18px;
color:#D50A27;
font-size:28px;
font-weight:bold;
line-height:normal;
position:absolute;
right:25px;
}*/

div#campaign {
	position: relative;
	width: 660px;
	height: 335px;
}

div#campaign img {
	position: absolute;
}

div#campaign div#textbar {
	display: block;
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 70px;
	background-color: white;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div#campaign h1 {
	position: absolute;
	margin: 0 0 0 15px;
	padding: 0;
	bottom: 53px;
	font-size: 16px;
}

div#campaign p {
	position: absolute;
	margin: 0 0 0 15px;
	padding: 0;
	bottom: 19px;
	width: 500px;
	height: 31px;
	font-size: 12px;
	line-height: 1.3em;
	overflow: hidden;
}

div#campaign span#price {
	position: absolute;
	right: 25px;
	bottom: 18px;
	font-size: 28px;
	font-weight: bold;
	line-height: normal;
	color: #d50a27;
}

/*========================================================================*/

div#album {
	position:				relative;
	width:					660px;
	height:					386px;
}

div#album img {
	position:				absolute;
}

div#album div#textbar {
	display:				block;
	position:				absolute;
	bottom:					10px;
	width:					100%;
	height:					50px;
	background-color:		white;
	opacity:				0.8;
	filter:					alpha(opacity=80);
}

div#album p {
	position:				absolute;
	margin:					0 0 0 15px;
	padding:				0;
	bottom:					19px;
	width:					630px;
	height:					31px;
	font-size:				12px;
	line-height:			1.3em;
	overflow:				hidden;
}

div#album div.info {
	position:				absolute;
	width:					660px;
	height:					386px;
}

/*========================================================================*/

div#content div.navigatie {
	border-bottom:			2px solid #D50A27;
	width:					100%;
}

div#content div.navigatie a.next{
	width:					120px;
	height:					40px;
	background-image:		url('../nav/buttons/next/album/fotoalbum-volgende.gif');
	display:				block;
	float:					right;
}

div#content div.navigatie a.next:hover{
	background-image:		url('../nav/buttons/next/album/fotoalbum-volgende-hover.gif');
}

div#content div.navigatie a.previous{
	width:					120px;
	height:					40px;
	background-image:		url('../nav/buttons/previous/album/fotoalbum-vorige.gif');
	display:				block;
	float:					left;
}

div#content div.navigatie a.previous:hover{
	background-image:		url('../nav/buttons/previous/album/fotoalbum-vorige-hover.gif');
}

/*========================================================================*/

form table.cart a {
	color: 					#D50A27;
}


div#map,
div#map div {
overflow: visible;
}
