/***********************************************
	DEFAULT STYLES
***********************************************/

html,body{height:100%}

html,body,h1,form,input,div,textarea,font	{margin:0;padding:0;}
a img,:link img,:visited img				{border:0;}

body,td,select,textarea,input,button {
	font-family:Verdana,Sans-Serif;
	font-size:12px;
	color:#404040;
	line-height:120%; 
}
body {
	background:url("images/bg-body.gif") repeat-x #747F83;
	text-align:center; /* Voor IE */
}
ul {
	list-style-image:url("images/ul.gif");
	margin:5px 0;
	padding:0 15px;
}
h1 {
	font-size:14px;
	color:#000;
	font-weight:bold;
}
h2 {
	font-size:13px;
	color:#000;
	font-weight:bold;
	padding:5px 0;
}
p {
	text-align:justify;
	padding:5px 0 0 0;
}
a {
	color:#0b2f8d;
}
a:hover {
	color:#0559f0;
}
label {
	font-size:13px;
	font-weight:bold;
	padding:5px 0;
}

/***********************************************
	LAYOUT
***********************************************/

#container {
	width:857px;
	margin:26px auto;
	text-align:left;
}
#top {
	background:url("images/bg-top.jpg") no-repeat #dbdddc;
	width:857px;
	height:139px;
}
#top-text {
	position:relative;
	left:40px;
	top:36px;
}
#language {
	position:absolute;
	top:5px;
}
#language img {
	position:relative;
	left:591px;
	padding:0 7px 0 0;
}
#searchbox {
	display:none;
	height:30px;
	padding:0 0 0 35px;
	margin:0 0 10px 0;
}
#center-left {
	background:url("images/bg-center-left.gif") no-repeat top left;
	float:left;
	width:18px;
	height:50px;
}
#center-right {
	background:url("images/bg-center-right.gif") no-repeat top left;
	float:left;
	width:18px;
	height:50px;
}
#center {
	background:url("images/bg-center.gif") repeat-y #FFF;
	width:857px; /*MOET WIDTH HEBBEN VOOR IE6 ANDERS GEEN BACKGROUND*/
}
#content-container {
	width:821px;
	float:left;
}
#content {
	float:left;
	width:550px;
}
#right-bar {
	width:250px;
	float:right;
	margin:25px 0 0 0;
}
.menu-right-top {
	background:url("images/bg-onzekwaliteit-top.gif") no-repeat bottom left;
	width:250px;
	height:14px;
}
.menu-right-content {
	background:url("images/bg-onzekwaliteit-content.gif") repeat-y center;
	width:250px;
}
.menu-right-footer {
	background:url("images/bg-onzekwaliteit-footer.gif") no-repeat top left;
	width:250px;
	height:14px;
}
#footer-left {
	background:url("images/bg-footer-left.gif") no-repeat top left;
	float:left;
	width:40px;
	height:70px;
}
#footer {
	background:url("images/bg-footer.gif") repeat-x bottom #FFF;
	float:left;
	width:777px;
	height:70px;
	text-align:center;
}
#footer-right {
	background:url("images/bg-footer-right.gif") no-repeat top left;
	float:left;
	width:40px;
	height:70px;
}
#minicart {
	background:url("images/bg-minicart.gif") no-repeat top right;
	height:90px;
	padding:0 8px;;
}
#minicart hr {
	clear:both;
	margin:5px 0;
}
#fp-beamerlamp {
	float:right;
	height:100px;
	width:120px;
	margin:0 0 0 10px;
}
#ideal {
	background:url("images/bg-ideal.gif") no-repeat left center;
	width:350px;
	height:60px;
	line-height:60px;
	text-align:center;
}
.clearboth {
	float:center;
	clear:both;
	width:0px;
	height:1px;
	margin:0px;
}
.padding {
	padding:0 8px;;
}
.block {
	display:block;
}

/***********************************************
	FRONTPAGE
***********************************************/

#tablefp {
	width:540px;
	border:0;
	text-align:center;
}
.tdfp {
	height:70px;
}
.tdfp img {
	vertical-align:middle;
}
#beamerlamp-morgen {
	position:absolute;
	top:47px;
	width:160px;
	height:125px;
}
#beamerlamp-morgen img {
	position:relative;
	left:245px;
}

/***********************************************
	PRODUCTPAGE TR ondersteunt geen border...
***********************************************/

.odd {
	background-color:#dfe1e0;
}
.odd td {
	border-bottom:1px solid #0183c7;
	padding:5px;
}
.even {
	background-color:#FFF;
}
.even td {
	border-bottom:1px solid #0183c7;
	padding:5px;
}
.qty {
	width:25px;
}
#prodlist {
	width:540px;
}
#prodlistheaderround {
	height:4px;
	background:url("images/bg-prodlistheaderround.gif") no-repeat top left;
}
#prodlistheader td {
	background-color:#0183c7;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding:0 5px 5px 5px;
}
.product-details img, .product-foto {
	border:4px solid #0183c7;
}
.product-details-image-text {
	position:relative;
	top:-35px;
}
.product-details-image-text td {
	color:#FFF;
	font-weight:bold;
}

/***********************************************
	CART ITEMS
***********************************************/

#carttdleft {
	background:url("images/bg-prodlistheaderround.gif") no-repeat top left;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
#carttdright {
	background:url("images/bg-prodlistheaderround.gif") no-repeat top right;
}
.carttd, #carttdleft, #carttdright {
	background-color:#0183c7;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.main-button {
	background:url("images/bg-main-button.gif") no-repeat;
	width:100px;
	height:35px;
	line-height:35px;
	outline:none;
	border:none;
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
	text-transform:lowercase;
	text-decoration:none;
}
.buttons {
	cursor:pointer;
	height:35px;
	float:right;
	margin:20px 10px;
}
.button1-content {
	background:url("images/bg-button1-content.gif") repeat-x;
	float:left;
	height:35px;
	line-height:35px;
}
.button1-left {
	background:url("images/bg-button1-left.gif") no-repeat;
	float:left;
	width:10px;
	height:35px;
}
.button1-right {
	background:url("images/bg-button1-right.gif") no-repeat;
	float:left;
	width:10px;
	height:35px;
}
.button2-content {
	background:url("images/bg-button2-content.gif") repeat-x;
	float:left;
	height:35px;
	line-height:35px;
}
.button2-left {
	background:url("images/bg-button2-left.gif") no-repeat;
	float:left;
	width:10px;
	height:35px;
}
.button2-right {
	background:url("images/bg-button2-right.gif") no-repeat;
	float:left;
	width:10px;
	height:35px;
}
a.cartbutton, a.cartbutton:hover {
	color:#FFF;
	font-weight:bold;
	text-transform:lowercase;
	text-decoration:none;
}

/***********************************************
	FONTS
***********************************************/

.product-price-value {
	letter-spacing:-2px;
	color:#0183c7;
	font-size:26px;
	font-style:italic;
	font-weight:bold;
	margin:5px;
}
.product-price-incl {
	color:#0183c7;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}
#top-text-label {
	text-transform:uppercase;
	font-size:22px;
	color:#FFF;
	font-weight:bold;
}
.right-bar-text-label {
	text-transform:uppercase;
	font-size:24px;
	color:#627eb7;
	font-weight:bold;
	font-family:'Trebuchet MS',Verdana;
}
.grey {
	color:#808080;
}

/***********************************************
	TOP TABS
***********************************************/

#tabs {
	background:url("images/bg-tabs.jpg") no-repeat #dbdddc;
	width:857px;
	height:30px;
	font-size:11px;
	overflow:hidden;
	clear:both;
}
#tabs ul {
	float:right;
	margin:0;
	padding:10px 120px 0 0;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url("images/tableft1.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url("images/tabright1.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#627EB7;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#627EB7;
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}

/***********************************************
	REGISTRATIE PAGINA
***********************************************/

.register {
	width:500px;
}
div.note-box {
	position:absolute;
	border:1px solid black;
	background-color:#f6f5eb;
	margin:0px 0px 0px 30px;
	padding:3px;
	width:350px;
	line-height:15px;
	white-space:normal;
	overflow:hidden;
}
.data-name {
	padding:5px 0;
	text-align:left;
}
.register-section-title {
	padding:15px 0;
}
.data-required {
	width:50px;
	color:#C00000;
}

/***********************************************
	STANDAARD X-CART ITEMS
***********************************************/

.subheader {
	font-weight:bold;
	margin:0;
	font-size:13px;
}
#location {
	height:15px;
	line-height:15px;
	margin:5px 0 20px;
	font-size:11px;
	color:#818891;
}
font.bread-crumb {
	font-size:10px;
	color:#818891;
}
a.bread-crumb:link {
	font-size:10px;
	color:#818891;
	text-decoration:underline;
}
a.bread-crumb:visited {
	font-size:10px;
	color:#818891;
	text-decoration:underline;
}
a.bread-crumb:hover {
	font-size:10px;
	color:#818891;
	text-decoration:none;
}
a.bread-crumb:active {
	font-size:10px;
	color:#818891;
	text-decoration:underline;
}
font.last-bread-crumb {
	text-decoration:none;
}
#location span {
	padding:0px 5px 0px 5px;
}
#dialog-message {
	padding:15px 0px 20px 0px;
	width:100%;
}
#dialog-message .box {
	position: relative;
	margin-left: 8%;
	margin-right: 8%;
	border: 1px solid black;
	border-top: 3px solid black;
	padding: 10px 25px 10px 59px;
	vertical-align: middle;
	text-align: left;
	min-height: 32px;
}
#dialog-message a.close-link:link,
  #dialog-message a.close-link:visited,
  #dialog-message a.close-link:hover,
  #dialog-message a.close-link:active
{
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 13px;
	height: 13px;
	text-decoration: none;
}
#dialog-message .close-img {
	width: 13px;
	height: 13px;
	background: transparent url(images/but_cross.gif) no-repeat left top;
}
#dialog-message .message-i {
	color: #112536;
	border-color: #7a97c1;
	background: #f4f5f7 url(images/icon_info.gif) no-repeat 10px 10px;
}

/***********************************************
	FAST LANE CHECKOUT
***********************************************/

.place a {
	font-size:10px;
}
.flc-checkout-container {
	vertical-align:top;
	padding-bottom:30px;
	width:100%;
	clear:both;
}
.flc-checkout-container .flc-address {
	vertical-align:top;
	width:30%;
	float:left;
	overflow:hidden;
}
.flc-checkout-container .flc-checkout-options {
	margin-left:32%;
	vertical-align:top;
}
.flc-payments tr td {
	padding: 2px;
}
.flc-payments tr td.flc-payment-name {
	width:20%;
	padding:10px;
	white-space:nowrap;
}
.flc-payments tr td.flc-payment-name label {
	font-weight:bold;
}
.flc-payments tr td.flc-payment-descr {
	padding:5px;
	width:80%;
}
.flc-payments tr td.flc-payment-paypal {
  width: 100%;
}
.flc-payments tr td.flc-payment-paypal img {
  border: 0px none;
}
.flc-shippings label {
  position: relative;
  display: block;
  padding: 2px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
}
.flc-shippings label input {
  vertical-align: middle;
}
.flc-shippings label span {
  padding-left: 3px;
}
.flc-shippings label.flc-hl-shipping {
  background: #eeeeee none
}
div.flc-tabs {
	text-align:right;
	margin:20px 10px 0 0;
}
table.flc-tabs {
  width: 70%;
  text-align: right;
  margin-left: auto;
}
table.flc-tabs tr td {
  padding: 0px;
}
tr.flc-tab-cart-line td {
  vertical-align: top;
  text-align: center;
  height: 20px;
}
tr.flc-tab-cart-line img {
  width: 18px;
  height: 18px;
  text-align: center;
  background: transparent url(images/cart_checkout.gif) no-repeat left top;
  margin: 0px 4px 4px 0px; /* margin-right = flc-tab-line-img3.width * 2 */
}
.flc-tab-marks-line td {
  padding: 0px;
  height: 10px;
  vertical-align: top;
}
.flc-tab-marks-line div {
  width: 100%;
  height: 6px;
  position: relative;
}
.flc-tab-marks-line img {
  position: absolute;
  background: #e0e0e0 none;
}
.flc-tab-marks-line .flc-tab-line-img1 {
  top: 0px;
  right: 50%;
  left: 0px;
  width: 50%;
  height: 2px;
}
.flc-tab-marks-line .flc-tab-line-img2 {
  top: 0px;
  right: 0px;
  left: 50%;
  width: 50%;
  height: 2px;
}
.flc-tab-marks-line .flc-tab-line-img3 {
  top: 2px;
  right: 50%;
  width: 2px;
  height: 4px;
}
.flc-tab-marks-line .flc-tab-first .flc-tab-line-img1 {
  width: 2px;
  left: auto;
}
.flc-tab-marks-line .flc-tab-last .flc-tab-line-img2 {
  background: white none;
}
.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img1,
  .flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img2,
  .flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img3,
  .flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img1,
  .flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img3
{
  background: #0183c7 none;
}

/* Opera fix */
.flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img1,
  .flc-tab-marks-line .flc-tab-last .flc-tab-line-img1
{
  width: 51%;
}
.flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img2,
  .flc-tab-marks-line .flc-tab-last .flc-tab-line-img2
{
  left: inherit;
}
.flc-tab-links td {
  font-weight: bold;
  text-align: center;
  padding: 0px 10px;
	font-size:11px;
	color:#808080;
	font-weight: bold;
}
.flc-tab-links a:link,
  .flc-tab-links a:visited,
  .flc-tab-links a:hover,
  .flc-tab-links a:active
{
	font-size:11px;
	color:#c0c0c0;
	text-decoration: underline;
	font-weight: bold;
}