/*
Theme Name: Xclusive ballonvaarten
Theme URI: 
Description: The Xclusive ballonvaarten theme for WordPress.
Author: 
Version: 1.0
Tags: white, red, three-columns, fixed-width, custom-header
*/

BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
}
A { text-decoration: none; }
A:HOVER { text-decoration: underline; }

A IMG { border: none; }
LABEL { cursor: pointer; }
H1, H2, H3, H4, H5, H6, FORM, UL, OL, P {
	padding: 0;
	margin: 0;
}
.relax {
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
}
.container {
    margin: auto;
    text-align: left;
    width: 940px;
}
#header {border-bottom: 2px  solid #790000; 	padding: 4px 0;}
#header UL {list-style: none;}
#header UL LI {
	display: inline;
	font-size: 12px;
	color: #898989;
	float: left;
	margin: 0px 8px;
}
#header UL LI A {color: #898989;line-height: 26px;}
#header UL LI A IMG {
	display: inline;
	float: left;
	margin-right: 3px;
}
#header .search-form {
	float: right;
	display: inline;
	margin-right: -2px;
	width: 200px;
	position: relative;
}
#header .search-form INPUT {
	float: right;
	display: inline;
	margin-top: 2px;
	background: none;
	border: 1px solid #790000;
	border-right: none;
	padding: 3px;
	font-size: 12px;
	color: #898989;
	line-height: 12px;
	width: 147px;
	height: 14px;
	_width: 153px;
	_height: 22px;
}
#header .search-form INPUT.button {
	background: none;
	border: none;
	font-size: 1px;
	line-height: 0;
	text-indent: -10000px;
	width: 26px;
	height: 26px;
	background: url("public/images/buttons/search.gif") no-repeat left top;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#sub-header {
	position: relative;
	z-index: 10000;
	float: left;
	width: 100%;
}
#sub-header .logo {
	float: left;
	display: inline;
	margin: 30px 0 0 0px;
}
.main-menu {
	float: right;
	width: 715px;
	background: url("public/images/bg/menu-bg.gif") repeat-x left top;
	display: inline;
	margin: 21px -7px 0 0;
	height: 80px;
	position: relative;
}
.main-menu .menu-left,
.main-menu .menu-right {float: right; width: 100%;}
.main-menu .menu-left {background: url("public/images/bg/menu-left.gif") no-repeat left top;}
.main-menu .menu-right {background: url("public/images/bg/menu-right.gif") no-repeat right top; }
.main-menu UL {
	list-style: none;
	float: left;
	display: inline;
	margin: 2px 16px 0;
}	
.main-menu UL LI  {
	float: left;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fefefe;
	font-family: Verdana, Arial, sans-serif;
	position: relative;
}
.main-menu UL LI  A {
	line-height: 60px;
	float: left;
	color: #fefefe;
	display: inline;
	cursor: pointer;
	position: relative;
	z-index: 20;
}
.main-menu UL LI  A:hover { text-decoration: none; }
.main-menu UL LI  A SPAN {	float: left; height: 60px;}
.main-menu UL LI  A SPAN.hover-left,
.main-menu UL LI  A SPAN.hover-right {width: 4px;}
.main-menu UL LI  A SPAN.hover-bg { padding: 0 7px; }
.main-menu UL LI:hover A, .main-menu UL LI.current-menu-item A {margin-top: 14px;}
.main-menu UL LI:hover  A SPAN.hover-left, .main-menu UL LI.current-menu-item  A SPAN.hover-left {background: url("public/images/bg/hover-left.png") no-repeat left top;}
.main-menu UL LI:hover A SPAN.hover-right, .main-menu UL LI.current-menu-item A SPAN.hover-right {background: url("public/images/bg/hover-right.png") no-repeat left top;}
.main-menu UL LI:hover  A SPAN.hover-bg, .main-menu UL LI.current-menu-item  A SPAN.hover-bg { background: url("public/images/bg/hover-bg.png") repeat-x left top; }
.main-menu UL LI.parent A SPAN.hover-bg SPAN {background: url("public/images/icons/menu-parent.gif") no-repeat center 40px;}
.main-menu UL LI .sub-menu {
	position: absolute;
	top: 55px;
	left: -5px;
	float: left;
	z-index: 10;
	width: 414px;
	display: none;
}
/* Sub Menu */
.main-menu UL LI:hover .sub-menu {display: block;}
.main-menu UL LI .sub-menu-bottom {
	background: url("public/images/bg/sub-menu-bottom.png") no-repeat top left;
	float: left;
	left: -7px;
	height: 12px;
	top: 12px;
	width: 100%;
	
}
.main-menu UL LI UL {
	margin: 0;
	float: left;
	width: 100%;
	padding: 16px 7px 0;
	display: inline;
	background: url("public/images/bg/sub-menu-bg.png") repeat-y left top;
}
.main-menu UL LI UL LI {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #fff;
	font-weight: normal;
	background-color: #790000;
}
.main-menu UL LI UL LI A {
	line-height: 28px;
	padding: 0 10px;
	width: 179px;
	_width: 199px;
	position: relative;
}
.main-menu UL LI:hover UL LI A,
.main-menu UL LI.current-menu-item UL LI A{ margin: 0; }
.main-menu UL LI UL LI A:hover {background-color: #bc8080;}
.main-menu UL LI UL LI A SPAN,
.main-menu UL LI UL LI A SPAN.hover-left, 
.main-menu UL LI UL LI A SPAN.hover-right,
.main-menu UL LI UL LI A SPAN.hover-bg {
	background: none !important;
	float: none !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* Cntent */
#content { 	
	margin-top: 22px; 
	float: left;
	width: 100%;
	padding-bottom: 35px;

}
.home-container {
	float: left;
	width: 960px;
	display: inline;
	margin: 0 -10px;
	position: relative;
}
.slider {
	margin-top: -10px; 
	position: relative;
	width: 940px;
	height: 370px; 
}
.slider, .slider .slider-left,
.slider .slider-right {float: left;width: 960px;}
.slider { background: url("public/images/bg/slider-bg.gif") repeat-x left top; }
.slider .slider-left { background: url("public/images/bg/slider-left.gif") no-repeat left top;}
.slider .slider-right { background: url("public/images/bg/slider-right.gif") no-repeat right top; height: 370px;position: relative;}
.slider  UL {
	list-style: none;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	display: inline;
	margin: 10px;
	width: 993px;
	height: 350px;
	overflow: hidden;
}
.slider  UL LI {
	position: absolute;
	left: 0px;
	top: 350px;
	width: 993px;
	height: 350px;
	background: #fff url("public/images/bg/slider-right.gif") no-repeat 930px -10px;
}
.slider  UL LI.active {top: 0px;}
#placeholder {
	display: inline;
	float: left;
	height: 350px;
	margin: 10px 0 0 10px;
	width: 940px;
}
#placeholder.loading {background: url("public/images/icons/loader.gif") center center no-repeat;}
#placeholder .slide {
	display: none;
	float: left;
	font-size: 1px;
	line-height: 0;
	height: 350px !important;
	position: absolute;
	left: 0px; 
	top: 0px;
	width: 940px !important;
}
#data {
	background: transparent !important;
	float: left;
	right: 8px !important;	
	position: absolute;
	top: 185px;
	width: 290px !important;
}
.slider  .data-box {
	position: absolute;
	right: 15px;
	bottom: 18px;
}
.slider  .text-box {
	position: absolute;
	right: 15px;
	bottom: 15px;
	background: url("public/images/bg/slider-text-bg.png") no-repeat right top; 
	padding: 15px 20px;
	width: 250px !important;
	width: 290px;
	height: 140px !important;
	height: 170px;
}
.slider  .text-box H3, .slider  .data-box H3 {font-size: 1px;line-height: 0;}
.slider  .text-box P, .slider  .data-box P {
	font-size: 11px;
	color: #636363;
	line-height: 150%;
	margin: 0px;
	width: 220px;
}
.slider .balloon {
	background: url("public/images/pictures/balloon.png") no-repeat right top; 
	width: 137px;
	height: 174px;
	position: absolute;
	right: -42px;
	bottom: 80px;
	z-index: 10;
}
.steps {	
	float: left;
	display: inline;
	margin: 10px 2px 12px;
}
.home-container .steps A {
	font-size: 11px;
	color: #fff;
	background: url("public/images/bg/step-bg.gif") no-repeat left top;
	float: left;
	width: 316px;
	height: 66px;
	text-align: center;
	font-weight: bold;
	font-family: Verdana,Arial,sans-serif;
	display: inline;
	margin-left: 4px;
}
.steps A.first {margin-left: 0;}
.steps A SPAN {margin-top: 18px;	display: block;}
.home-container .steps A:hover {
	background-position: left bottom; 
	color: #fff;
	text-decoration: none;
}
.boxes-top, .boxes-bg, .boxes-bottom {float: left;width: 100%;}
.boxes-top, .boxes-bottom {
	font-size: 1px;
	line-height: 0;
	height: 16px;
}
.boxes-top {background: url("public/images/bg/boxes-top.gif") no-repeat left top;}
.boxes-bottom {background: url("public/images/bg/boxes-bottom.gif") no-repeat left top;}
.boxes-bg {
	background: url("public/images/bg/boxes-bg.gif") repeat-y left top;
	position: relative;
}
.home-box {
	float: left;
	width: 200px;
	display: inline;
	margin: 0 20px;
	padding-bottom: 25px;
}
.home-box H3 {
	color: #790000;
	font-size: 15px;
	font-family: Verdana;
	background: url("public/images/bg/box-head-bg.gif") no-repeat left top;
	line-height: 26px;
	font-weight: normal;
	text-transform: uppercase;
}
.home-box UL { list-style: none; }
.home-box UL, .home-box IMG { margin-top: 12px; }
.home-box IMG {display: block;}
.home-box P, .home-box UL LI {color: #7D7D7D;font-size: 11px;}
.home-box P{ margin-top: 10px; }
.home-box UL LI {
	background: url("public/images/icons/icon-list.gif") no-repeat 0 3px;
	line-height: 16px;
	list-style: none outside none;
	padding-left: 10px;
	padding-bottom: 10px;
}
.home-box A.more, .home-box A.more-link {
	position: absolute;
	bottom: -18px;
	line-height: 24px;
	width: 110px;
	display: block;
	background-color: #790000;
	font-size: 10px;
	color: #fff;
	text-align: center;
}
.home-box A.more:hover, .home-box A.more-link:HOVER {background-color: #c20000;color: #fff;text-decoration: none;}
/* lightbox */
.overlay, #custom-lightbox, .custom-lightbox,  #custom-lightbox2, .custom-lightbox2 { display: none; }
.overlay {
	background-color: #000;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 15000;
}
#custom-lightbox {
	position: fixed;
	left: 0;
	top: 155px;
	z-index: 15005;
	background-color: #000;
	border: 10px solid #000;
	text-align: left;
	_position: absolute;
}
#custom-lightbox2 {
	position: fixed;
	left: 0;
	top: 155px;
	z-index: 15005;
	background-color: #FFF;
	border: 10px solid #FFF;
	text-align: left;
	width: 600px;
	_position: absolute;
}
#custom-lightbox .lightbox-wrapper {padding: 0px;}
#custom-lightbox A.close-lightbox,
#custom-lightbox2 A.close-lightbox{
	float: right;
	position: absolute;
	top: -35px;
	right: -35px;
	width: 34px;
	height: 34px;
	background: url("public/images/icons/close.png") no-repeat top left;
	text-indent: -10000px;
	outline: none;
}
#custom-lightbox A.close-lightbox:hover {text-decoration: none;}
/*  Side Menu  */
.side-menu {
	width: 220px;
	float: left;
	border-top: 2px solid #790000;
	padding-top: 30px;
	margin: 8px 20px 0 0;
	text-transform: uppercase;
}
.side-menu.contacts {text-transform: none;}
.side-menu UL {border-top: 1px solid #d9d9d9;}
.side-menu UL LI {
	list-style: none;
	line-height: 29px;
	border-bottom: 1px solid #d9d9d9;
}
*html .side-menu UL LI {float: left; width: 100%;}
.side-menu UL LI A {
	font-size: 10px;
	color: #7d7d7d;
	padding: 0 0 0 5px;
	display: block;
	position: relative;
}
.side-menu UL LI.current_page_item A, .side-menu UL LI A:HOVER {
	text-decoration: none;
	color: #790000;
}
.side-menu UL LI.current_page_item UL LI A {color: #7d7d7d;}
.side-menu UL LI.current_page_item UL LI.current_page_item A, 
.side-menu UL LI.current_page_item UL LI A:HOVER {color: #790000;}
.side-menu UL LI UL LI A {padding-left: 15px;}
.side-menu UL LI.last {border-bottom: 1px solid #fff;}
.side-menu P {
	font-size: 11px;
	color: #7d7d7d;
	line-height: 16px;
	padding-bottom: 12px;
}
.side-menu P A {color: #790000;}
.side-menu P A:HOVER {color: #c20000; text-decoration: none;}
.side-menu HR {
	color: #d9d9d9;
	border: none;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 0%;
	border: none;
	margin-bottom: 12px;
	font-size: 1px;
}
/*  Main Content  */
.main-content {width: 540px;	float: left; position:relative}
.main-content.no-side-menu {width: 800px;margin-right: -20px;}
.main-content H1 {
	color: #790000;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
.main-content H1.page-title, .main-content H1.entry-title {padding-bottom: 20px;}
.main-content H2 {
	font-size: 14px;
	color: #790000;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom:10px;
}
.main-content H3 {
	font-size: 11px;
	color: #7d7d7d;
	text-transform: uppercase;
}
.main-content P {
	font-size: 11px;
	color: #7d7d7d;
	line-height: 16px;
	padding-bottom: 12px;
}
.category .main-content A, .main-content A, .home-container A {color: #790000;}
.main-content A:HOVER, .home-container A:HOVER {color: #c20000; text-decoration: none;}
.main-content UL {margin-bottom: 20px;}
.main-content UL LI {
	font-size: 11px;
	color: #7d7d7d;
	line-height: 16px;
	list-style: none;
	background: url("public/images/icons/icon-list.gif") no-repeat 0 3px;
	padding-left: 10px;
}
.main-content UL.inline LI {
	display: inline;
	margin-right: 15px;
}
#content INPUT.text-input {
	font-size: 11px;
	color: #7d7d7d;
	font-style: italic;
	border: 1px solid #cccccc;
	background: #fff;
	height: 20px;
	width: 160px;
}
#content INPUT.button {
	background: #790000;
	border: 0px none;
	cursor: pointer;
	color: #fff;
	font-size: 10px;
	font-style: normal;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	padding: 0 8px;
	//padding: 0;
}
#content LABEL {
	font-size: 11px;
	color: #7d7d7d;
	line-height: 16px;
	width: 74px;
	float: left;
	margin-right: 5px;
}
#content .wpsc_checkout_table LABEL {width: 130px;}
#content .wpsc_checkout_table LABEL.terms-label {margin-top: 3px;width: 330px;}
#content .wpsc_checkout_table A.termsandconds {display: inline !important;text-decoration: none;}
#content TEXTAREA {
	background: #fff;
	border: 1px solid #cccccc;
	color: #7d7d7d;
	font-size: 11px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	height: 174px !important;
	height: 180px;
	padding: 3px 5px;
	width: 368px !important;
	width: 378px;
}
.main-content A.pdf-link {
	background: url("public/images/icons/pdf.gif") no-repeat left center;
	font-size: 11px;
	padding-left: 30px;
	line-height: 24px;
	float: left;
}
.main-content IMG.alignright {
	float: right;
	font-size: 0px;
	line-height: 0;
	margin: 0 0 10px 10px;
}
.form-box {float: left;margin-right: 8px;}
.post {
	padding-bottom: 10px;
	width: 100%;
	float: left;
}
SPAN.date {
	font-size: 10px;
	line-height: 12px;
	color: #7d7d7d;
	display: block;
	margin: 5px 0 18px 0;
}
.post .picture {
	float: left;
	font-size: 12px;
	width: 110px;
}
.post .picture A {outline: none;}
.post .picture A IMG {display: block;}
.post .description {width: 410px;float: right;}
.post .description.full {width: 540px;}
.main-content .prodtitles {padding-bottom: 10px;}
.main-content P.more {margin-top: -10px;}
.main-content .entry-utility {color: #7D7D7D; font-size: 12px;}
.main-content H2.prodtitles {display: none;}
.pager {
	width: 100%;
	float: left;
	text-align: center;
}
.main-content .pager UL {margin: 0px;}
.main-content .pager UL LI {
	display: inline;
	padding: 0px;
	background: none;
}
.main-content .pager UL LI A {color: #7d7d7d;}
.main-content .pager UL LI A:HOVER, .main-content .pager UL LI.active A {color: #790000;}
.main-content .pager UL LI.active {font-weight: bold;}
.gallery-list {
	width: 100%;
	float: left;
	padding-bottom: 27px;
}
.gallery-list A {
	float: left;
	display: inline;
	margin: 20px 20px 0 0;
}
.gallery-list A IMG  {
	opacity: 1;
	filter:Alpha(opacity=100);
}
.gallery-list A:HOVER IMG, .gallery-list A.active IMG {
	opacity: 0.4;
	filter:Alpha(opacity=40);
}
.gallery-list A IMG {display: block;}
.main-content H1 .title-divider {
	float: left;
	margin: 7px 20px 0 0;
}
.gallery-list .date-album {
	display: block;
	text-align: center;
	font-size: 11px;
	color: #7d7d7d;
}
.package-link {text-align: center;margin-left: 12px;}
.package-link A {
	position: relative;
	float: left;
	display: inline;
	margin-left: 6px;
}
.package-link A IMG {display: block;}
.package-link A SPAN {
	position: absolute;
	top: 67px;
	left: 7px;
	display: block;
	width: 150px;
	text-align: center;
	font-size: 30px;
	line-height: 32px;
	color: #fff;
}
.package-link A.cadeaubon {margin: 6px 0 0 176px;}
.main-content h2.bottom-space {padding-bottom: 20px;}
.post.with-border {border-bottom: 1px solid #ccc;margin-bottom: 20px;}
.form-row {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}
#content .form-row INPUT.button {margin-left: 79px;}

/*  Sidebar  */
.sidebar {
	width: 140px;
	float: right;
	margin: 8px 0 0 0;
}
.sidebar A {color: #790000;}
.sidebar A:HOVER {color: #c20000; text-decoration: none;}
.side-widget, .sidebar .widget-container {
	border-top: 2px solid #790000;
	padding: 12px 0;
	width: 100%;
	float: left;
}
.sidebar P {
	font-size: 11px;
	color: #7d7d7d;
	line-height: 16px;
	padding-bottom: 5px;
}
#content .sidebar INPUT.text-input {width: 138px;margin-bottom: 8px;}
.booking {
	width: 154px;
	height: 178px;
	background: url("public/images/bg/booking-bg.gif") no-repeat left top;
	margin: -4px -7px 0 -7px;
	position: relative;
	text-align: center;
	float: left;
	display: inline;
}
.booking .space {padding: 19px 0 0;}
.booking .title-block {display: block;height: 31px;}
.booking UL {width: 100%;float: left;}
.booking UL LI {
	list-style: none;
	padding: 10px 0 12px 0;
	line-height: 15px;
	width: 100%;
	float: left;
}
.sidebar .booking UL LI A {
	font-size: 1px;
	line-height: 0%;
	outline: none;
	text-indent: -3000em;
	display: block;
	height: 15px;
	display: block;
	margin: auto;
}
.sidebar .booking UL LI A:HOVER, .sidebar .booking UL LI.active A {background-position: left bottom !important;}
.sidebar .booking UL LI A.vip {
	background: url("public/images/titles/vip-menu.gif") no-repeat left top;
	width: 63px;
}
.sidebar .booking UL LI A.xclusive {
	background: url("public/images/titles/xclusive-menu.gif") no-repeat left top;
	width: 124px;
}
.sidebar .booking UL LI A.economy {
	background: url("public/images/titles/economy-menu.gif") no-repeat left top;
	width: 129px;
}
.booking .balloon-box {
	position: absolute;
	right: -22px;
	top: -16px;
}
.sidebar A.rss-feed {
	color: #898989;
	line-height: 26px;
	font-size: 12px;
}
.sidebar A.rss-feed:HOVER {text-decoration: underline; color: #898989;}
.sidebar A.rss-feed IMG {float: left;	margin-right: 3px;}

/* Footer */
#footer {
	float: left;
	width: 100%;
	border-top: 2px  solid #790000; 
	padding-bottom: 20px;
}
#footer P {
	color: #7d7d7d;
	font-size: 11px;
	margin-top: 20px;
}
#footer P A { color: #790000; }
#footer P A:hover {color: #c20000; text-decoration: none;}
#footer UL {
	list-style: none;
	float: right;
	margin-top: 10px;
}
#footer UL LI {
	display: inline;
	float: left;
	margin-left: 20px;
}

/* WP */
.side-menu .textwidget {border-bottom: 1px #D9D9D9 solid;margin-bottom: 12px;}
.gsom-optin-form LABEL {display: none;}
.gsom-optin-form INPUT {
	background: #FFF;
	border: 1px solid #CCCCCC;
	color: #7D7D7D;
	font-size: 11px;
	font-style: italic;
	height: 24px;
	padding: 2px 5px;
	width: 138px;
}
.gsom-optin-form INPUT.submit {
	background: #790000;
	border: 0 none;
	color: #FFF;
	cursor: pointer;
	font-size: 10px;
	font-style: normal;
	height: 24px;
	line-height: 24px;
	margin: -4px 0 0;
	padding: 0 8px;
	text-transform: uppercase;
	width: 86px;
}
.gsom-optin-form .gsom-required-msg {font-size: 11px;}
.wpcf7 INPUT {
	background: #FFF;
	border: 1px solid #CCCCCC;
	color: #7D7D7D;
	font-size: 11px;
	font-style: italic;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	width: 150px !important;
	width: 160px;
}
.wpcf7 .wpcf7-response-output {
	border: 2px red solid;
	float: left;
	font-size: 12px;
	width: 510px;
}
.wpcf7 SPAN.wpcf7-not-valid-tip {font-size: 12px;}
#comments OL {list-style: none;}
#comments .commentmetadata {
	font-size: 10px;
	float: left;
	margin: 5px 0 18px;
}
#comments .comment-author {
	display: inline;
	font-size: 10px;
	font-style: normal;
	margin: 5px 4px 18px;
}
#comments .comment-author CITE {color: #790000; font-style: normal;}
#comments .says, #comments .reply, #comments .form-allowed-tags {display: none;}
#comments .comment-body {
	border-bottom: 1px solid #CCCCCC;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 100%;
}
#content .main-content.gastenboek .comment-form-url,
#content .main-content.gastenboek #reply-title,
#content .main-content.gastenboek .comment-notes, 
#content .main-content.gastenboek .required
 {display: none;}
#comments INPUT {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #7D7D7D;
	font-size: 11px;
	font-style: italic;
	height: 20px;
	width: 160px;
}
#comments #submit {
	background: none repeat scroll 0 0 #790000;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 10px;
	font-style: normal;
	height: 24px;
	line-height: 24px;
	margin: 0 0 0 79px;
	padding: 0 8px;
}
#content .main-content.gastenboek H2 {margin-bottom: 12px;}
/* Search */

#searchform INPUT {
	float: right;
	display: inline;
	margin-top: 2px;
	background: none;
	border: 1px solid #790000;
	border-right: none;
	padding: 3px;
	font-size: 12px;
	color: #898989;
	line-height: 12px;
	width: 147px;
	height: 14px;
	_width: 153px;
	_height: 22px;
}
.entry-content #searchform INPUT {float: left;}
#searchform #searchsubmit {
	background: none;
	border: none;
	font-size: 1px;
	line-height: 0;
	text-indent: -10000px;
	width: 26px;
	height: 26px;
	background: url("public/images/buttons/search.gif") no-repeat left top;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.entry-content #searchform #searchsubmit {
	display: inline;
	float: right;
	margin-right: 360px;
}
.gallery IMG {border: 0px !important;}
/* NOD */
#dtreea {border-top: 1px solid #D9D9D9;}
#dtreea .wp_dTreewp_dtree_Node IMG {display: none;}
#dtreea .wp_dTreewp_dtree_Node .node {
	border-bottom: 1px solid #D9D9D9;
	color: #7D7D7D;
	display: block;
	font-size: 10px;
	line-height: 29px;
	outline: none;
	padding: 0 0 0 5px;
	position: relative;
	text-transform: uppercase;
}
#dtreea .wp_dTreewp_dtree_Node .node:HOVER {color: #790000;text-decoration: none;}
#dtreea .clip {padding-left: 15px;}
#da0.clip {padding-left: 0;}
.wpsc_checkout_forms H2 {margin: 5px 0;}
.productcart INPUT, .wpsc_checkout_table INPUT {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #790000;
	font-size: 11px;
	font-style: italic;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
}
.wpsc_checkout_table .make_purchase, .productcart .update, .remove_button {
	background: #790000;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 10px;
	font-style: normal;
	height: 24px;
	line-height: 24px;
	margin: 2px;
	padding: 0 8px;
	text-transform: uppercase;
}
.wpsc_checkout_table .make_purchase {margin-left: 0px;margin-top: 6px;}
.side-menu .products-menu UL {border: none;}
.side-menu .products-menu UL LI {
	border-bottom: none;
	border-top: 1px solid #D9D9D9;
}
.wp-pagenavi .pages {display: none;}
.wp-pagenavi {
	color: #7D7D7D;
	font-size: 11px;
	text-align: center;
}
.wp-pagenavi A, .wp-pagenavi SPAN {
	color: #7D7D7D;
	border: none !important;
	margin: 0px !important;
	padding: 2px !important;
}
.navigation {font-size: 11px;text-align: center;}
.block-top {
	background: url(public/images/bg/block-top.gif) left top no-repeat;
	font-size: 1px;
	line-height: 0;
	height: 20px;
	margin-top: 10px;
	width: 960px;
}
.block-bottom {
	background: url(public/images/bg/block-bottom.gif) left top no-repeat;
	font-size: 1px;
	line-height: 0;
	height: 20px;
	width: 960px;
}
.block-bg {
	background: url("public/images/bg/block-bg.gif") left top repeat-y;
	padding: 0 20px 0 22px;
}
.block-bg .alignright {float: right;margin: 0 0 10px 30px;}
.block-bg H3 {
	background: url("public/images/bg/block-title-bg.gif") left center no-repeat;
	color: #790000;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	margin: 0 0 10px;
}
.block-bg P {
	color: #7d7d7d;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 10px;
}
.productcol {position: relative;float: left;}
.product-text {top: 0px;left: 0px;}

.productcart input.renew {
	padding-left: 15px;
	background: url("public/images/icons/renew.gif") left center no-repeat;
	border: none;
	font-style: normal;
	position: absolute;
	left: 39px; 
	top: 20px;

}

.aantal {
	position: relative;
	display: block;
	height: 60px;
	width: 120px;
}
.productcart input.delete {
	padding-left: 15px;
	background: url("public/images/icons/delete.gif") left center no-repeat;
	border: none;
	font-style: normal;
	clear: both;
	float: left;

	position: absolute;
	left: 50px;
	top: 20px; 
	
}

form.adjustform {
	display: block;
	float: left;
	clear: both;
}

.qty {
	font-style: normal!important;
	text-align: center;
	padding-left:0!important;
	padding-right:0!important;

	position: absolute;
	left: 0px; 
	top: 20px;
}

.secondcol {
	padding-top: 20px!important;
vertical-align:top!important; 
	
}
.pricedisplay {
	color: #7d7d7d;
	font-size: 11px;
}

.checkout-total {
	color: #000;
	font-size: 14px;
}
P.checkoutp {
	padding-top: 18px;
	padding-bottom: 5px;
}
P.requiredfields {
	color: #7d7d7d;
	font-style: italic;
	padding-top: 0;
	padding-bottom: 0px;
	
}
.wpsc_checkout_table H4 {margin-top: 20px;}
.wpsc_checkout_table H4 SPAN {font-weight: normal;color: #7D7D7D;}

H2.first {
	padding-top: 30px;
}

#content span.icon-gateway {
    display: inline;
    float: left;
    margin: 2px 0 0 5px;
}
SPAN.label { float: left; padding-top: 4px;}
INPUT.custom_gateway { float: left; border: none;}


#content .wpsc_checkout_table .wpsc_gateway_container label {
	margin: 5px 0 0;
	width: 100%;
}

#afb {
float: right;
padding-left: 10px;
padding-bottom:100px;
}

IMG.facebook { margin-top: -3px; }

.wpsc_buy_button {
	background: url("public/images/buttons/btn.jpg") left center no-repeat!important;
	width: 225px;
	height: 81px!important;
	display: block;
	text-indent: -1000px;
}
.wpsc_checkout_table .note {
	color: #7D7D7D;
	font-size: 11px;
	float: right;
	margin: -3px 0 0;
	width: 190px;
}
*html .wpsc_checkout_table .note {position: absolute;width: 210px;}

.page-id-376 #content label {
	width: 105px;
	line-height: 25px;
	font-weight: bold;
}

#custom-lightbox2 P {
   color: #7D7D7D;
    font-size: 11px;	
}

.alignleft {
	float: left;
	margin-right: 10px;	
}

IMG.waarom-xclusive {
	margin-left: -10px;
	
}

.alignleft { margin-bottom: 10px;}
.wpsc_shipping_forms { display: none}
TABLE TD { font-size: 11px; color: #7D7D7D; }
.home .st_facebook,
.home .st_twitter,
.home .st_email,
.home .st_sharethis,
.home .st_fblike,
.home .st_plusone { display: none; }

.social {
	float: right;
	margin-top: 4px;	
}
