body {
	background-color: #DDDDDD;
	background-image: url(../images/html_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	font-family: Verdana,Arial,Tahoma;
}

/* ---------- DIVS ---------- */

#list {
	font-size: 11px;
	padding: 10px;
	text-align: left;
}

#popup_faq {
	z-index: 10;
	border: 2px solid #0066CC;
	position: absolute;
	top: 200px;
	left: 20%;
	width: 600px;
	font-size: 11px;
	background-color: #FFFFFF;
	background: rgba(255, 255, 255, .91);
	background-image: url(../images/FAQ_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	visibility: hidden;
}

#popup_faq .close{
	cursor: pointer;
}

.popup {
	cursor: pointer;
}

#popup_theme {
	z-index: 10;
	border: 2px solid #0066CC;
	position: absolute;
	top: 200px;
	left: 20%;
	width: 700px;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(../images/info_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	visibility: hidden;
}

#product {
	position: relative;
	float: left;
	width: 254px;
	height: 237px;
	margin-right: 6px;
	margin-bottom: 10px;
	color: #0066CC; 
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/product.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

#product_img {
	width: 250px;
	height: 150px;
	border: 1px solid #0066CC;
	border-right: 0px solid #0066CC;
	position: absolute;
}

#product_descr {
	width: 500px;
	height: 150px;
	text-align: left;
	border: 1px solid #0066CC;
	position: relative;
	left: 250px;
	padding-left: 10px;
	background-image: url(../images/titlebar2.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#product_descr_left {
	width: 500px;
	text-align: left;
	position: absolute;
}

#product_descr_right {
	top: 50px;
	width: 290px;
	text-align: left;
	position: relative;
	left: 200px;
}

#product_title {
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border-bottom: 1px solid #0066CC;
}

#product_price {
	position: absolute;
	width: 100px;
	height: 30px;
	padding-left: 152px;
	padding-top: 160px;
	color: #333333;
	font-weight: normal;
	z-index: 1;
}

#product_price #redprice {
	color: #f15d22;
	font-weight: bold;
	font-size: 20px;
}

#imagedetail {
	border: 1px solid #0066CC;
	background-color: White;
	position: absolute;
	z-index: 50;
	margin-top: 10px;
	margin-left: 10px;
	width: 604px;
	left: 25%;
}

#paymentbutton {
	border: 1px solid #666666;
	padding: 5px;
}

#paymentbutton:hover {
	border: 1px solid #0066CC;
	opacity: 0.8;
	background-color: #a6bfd9;
	cursor: pointer;
}

img.thumb {
	border: solid 1px #0066CC;
}

/* ---------- SPANS ---------- */

span.title {
	font-size: 13px;
	color: #222222;
	font-weight: bold;
}

span.subtitle {
	font-size: 11px;
	color: #444444;
	font-weight: bold;
}

span.errormsg {
	color: #f22a0e;
	font: italic;
	padding-left: 5px;
}

span.colors {
	position: absolute;
	right: 0px;
}

span.small {
	font-size: 9px;
	text-align: center;
}

/*----------- H1,H2,... tags ---------- */

h1 {
	font-size: 13px;
	color: #222222;
	font-weight: bold;
}

h1.actie {
	font-size: 18px;
	color: #f15d22;
	font-weight: bolder;
}

h2 {
	font-size: 11px;
	color: #444444;
	font-weight: bold;
}

h2.actie {
	font-size: 14px;
	color: #005dce;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	color: #555555;
	font-weight: normal;
}

/* ---------- TABLES, TR, TD ---------- */

table {
	font-family: Verdana,Arial,Tahoma;
	font-size: 11px;
	text-align: left;
}

table.menu {
	width: 800px;
	background-image: url(../images/menubar_bg.jpg);
	background-color: White;
	background-repeat: no-repeat;
}

table.body_nobg {
	width: 800px;
	height: 300px;
	background-color: White;
}

table.body {
	background-image: url(../images/body_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 800px;
	height: 350px;
	background-color: White;
}

table.footer {
	width: 800px;
	height: 50px;
	background-image: url(../images/bg_footer.gif);
	font-weight: bold;
	padding-bottom: 10px;
	background-color: White;
}

table.subfooter {
	width: 800px;
	height: 50px;
	color: Gray; 
}

table.prijsoverzicht {
	border-collapse: collapse;
	border-style: solid;
	border-color: #555555;
}

table.prijsoverzicht td {
	border-collapse: collapse;
	border-style: solid;
	border-color: #555555;
	padding: 3px 5px;
}

tr.menuitems {
	height: 50px;
}

tr.titlebar {
	background-image: url(../images/bg_titlebar.gif);
	height: 50px;
	width: 800px;
	background-repeat: no-repeat;
}

td.buttons_left {
	font-size: 12px;
}

td.bluebox {
	 /*border: 2px solid #0066CC;*/
	background-image: url(../images/NL/bluebox.gif);
	background-repeat: no-repeat;
}

td.download {
	border: 2px solid #0066CC;
	background-color: #0066CC;
}

td.smallgray {
	font-size: 10px;
	color: Gray;
}

/* ---------- OTHER TAGS ---------- */

hr.blue {
	border: 1px solid #005dce;
}

b {
	color: #333333
}

img.logo {
	position: absolute;
	z-index: 10;
}

/* ---------- FORM DATA ---------- */
input, select {
	border: 1px solid #005dce;
	height: 18px;
	font-size: 11px;
	font-family: Verdana,Arial,Tahoma;
	color: #005dce;
}

input.btn {
	background-color: #DFDFDF;
}

input.radio {
	border: 0px;
}

/* ---------- LINKS ---------- */

a.big { color: #FF3200; font-weight: bold; font-size: 18px; text-decoration: none; }
a.big:hover { text-decoration: underline; }

a.medium { color: #005dce; font-weight: bold; font-size: 14px; text-decoration: none; }
a.medium:hover { color: #f15d22; }

a { color: #005dce; text-decoration: none; }
a:hover { color: #f15d22; }

a.gray { color: Gray; text-decoration: none; }
a.gray:hover { color: #999999; }


/*-------------- BEGIN NEW DROPDOWN MENU --------------*/
/*
#menu {
	width: 100%;
	float: left;
	border: solid 1px;
}

ul.tabs
{
	width: 100%;
	
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: -7px;
}

ul.tabs li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

ul.tabs a
{
	position: relative;
	display: block;
}
*/
/* dropdowns
*************************/

#menu {
	width: 100%;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0; 
	float: left;
	width: 100px;
}

#menu a, #menu h2 {
	display: block;
	margin: 0;
}

li.hasmore {
	position: relative;
	z-index: 500;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 200px;
	margin-left: 6px;
}


#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 150px;
	margin-left: 0px;
	z-index: 500;
}

ul.dropdown
{
	display: none;
	position: relative;
	z-index: 500;
	top: 100%;
	width: 200px;
	margin-left: 6px;
	border: 1px solid #005dce;
}

ul.dropdown ul.dropdown
{
	top: 0;
	left: 100%;
	z-index: 500;
}

ul.dropdown li
{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
	background-color: #EEEEEE;
	background: rgba(240, 240, 240, .91);
	border-bottom: 1px solid #005dce;
	z-index: 500;
}

ul.dropdown li.last
{
	border-bottom: 0;
}

ul.dropdown li a {
	padding: 5px;
}

ul.dropdown li:hover
{
	background-color: #358be4;
	background: rgba(53, 139, 228, .91);
}

ul.dropdown li:hover ul a {
	color: #005dce;
}

ul.dropdown li:hover a
{
	color: White;
}

ul.dropdown li:hover ul li:hover a {
	color: White;
}

ul.dropdown li a
{
	display: block;
}



/*-------- BEGIN DROPDOWN MENU ----------------*/

/*






*/
/*
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	visibility: hidden;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	visibility: visible;
}*/
/*-------- END DROPDOWN MENU ----------------*/



