/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: Tahoma, sans-serif;
	/*font-size: 62.5%;*/
	color: #666666;
	/*background-color: #4b434a;*/
	/*background-color: #592202;*/
	background-color: #2d2f27;
	background-image: url('../images/achtergrond.png'); /*<- neutraal*/
	/*background-image: url('../images/achtergrond2.png'); /* <- najaar */
	background-repeat: no-repeat;
	background-position: top center; 
    font: 12px Tahoma, sans-serif;
	line-height: 17px;


	}

a img {border: none;
	text-decoration: none;

}

img {
	border: none;
	}

a:link{
	color: #666666;
	text-decoration: underline;
	}

#navEZPagesTOC ul li a {
	color: #000000;
	text-decoration: none;
	}
 
a:visited {
	color: #666666;
	text-decoration: underline;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #000000;
	}

a:active {
	color: #000000;
	text-decoration: underline;
	}

h1 {
	font-size: 1.5em;
	color: #555555;
	padding-bottom: 15px;
	padding-top: 5px;
	padding-left: 5px;

	}

h2 {
	font-size: 1.5em;
	}

h3 {
	font-size: 1.1em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

A.itemTitle{
	color: #ff0000;
	}

h3.itemTitle {
	margin-bottom: 0px;
	font-weight: normal;
	}

.biggerText {
	/*font-size: 1.2em;*/
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.0em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

 .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

	#logo{
		float: left;
		padding-left: 2px;
				padding-top: 10px;
				padding-bottom: 10px;
}


LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelLand {
	width: 9em;
	/*float: left;*/
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	color: #555; background-color: #555; border: 1px dotted #555555; border-style: none none dotted;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	/*background-color: #ffffff;*/
	text-align: left;
	width: 966px;
	vertical-align: top;
	border: 0px;
	border-left: 0px solid #5a9430;
	border-right: 0px solid #5a9430;

	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#contentMainWrapper {
	background-color: #ffffff
	}

.centerColumn {
	background-color: #ffffff
	}

#logoWrapper{
	/*background-image: url(../images/top.gif);*/

	background-image: url(../images/header2010.jpg);
	/*background-image: url(../images/header2010bezorging.jpg);*/

	background-repeat: no-repeat;
	background-color: #ffffff;
	height:143px;
	/*background-position: bottom center;*/
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
    margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	/*margin-left: 0.5em;
	margin-right: 0.5em;*/
		margin: 0px;

	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

 #checkoutBillto {
 	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}

.navNextPrevWrapper {
	margin: 0em;
	font-size: 0.9em;
	border: 0px solid #ff0000;
	clear: right;
	}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: transparent;
	/*background-image: url(../images/tile_back.gif);*/
	/*padding: 0.5em 0.2em;*/
	font-weight: bold;
	color: #000000;
	height: 1%;
	}

#navSuppWrapper {
	margin: 0px;
	background-color: #cda505;
	/*background-image: url(../images/tile_back.gif);*/
	/*padding: 0.5em 0.2em;*/
	font-weight: bold;
	color: #000000;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ff0000;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #f9c700;
	/*background-image: url(../images/tile_back.gif);*/
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	text-align: center;
	color: #ffffff;
	}

#navEZPagesTop A {
	color: #ffffff;
	}

#navColumnOne {
	background-color: #ffffff;
	padding-top: 10px;
;
	}

#navColumnTwo {
	background-color: #ffffff;
		padding-top: 10px;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription {
	/*font-size: 1.2em;*/
	padding: 0.0em;
	}

.shippingEstimatorWrapper {
	background-color: #ffffff;
	padding: 0.5em;
	}

.content {
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;

	}

#productDescription {
border: 0px solid #eeeeee;

}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	/*font-weight: bold;*/

	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding-left: 4px;
	padding-right: 3px;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #e2e2e2;
	padding: 10px;
	background: #efefef;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #ff0000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #666666;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #ffffff;
	border: 1px solid #003D00;
	display: none;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #00bb00;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em;
	}

#productMainImage{
	margin: 2em 1em 1em 0em;
	background-image: url(../images/schaduw.gif);
	background-repeat: no-repeat;
	background: #ffffff;
	border: 1px solid #e2e2e2;
	padding: 1px;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}


.centerBoxWrapper {
	border: 1px solid #e2e2e2;
	height: 1%;
	margin: 1.1em 0;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #efefef;
	}

#crossSell{
	border: 1px solid #e2e2e2;
	height: 1%;
	/*margin: 1.1em 0;*/
	margin-left: 10px;
	margin-right: 10px;
	background-color: #efefef;
	}
/*
	.centerBoxContentsCrossSell{
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	padding: 1px;
	}
*/


.centerBoxContentsProducts {

	}

.centerBoxContentsProducts TD{
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	padding: 1px;
	}

.centerBoxContentsProducts img {
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	padding: 1px;
	}

.centerBoxContentsNew img{
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	padding: 1px;
	}

.centerBoxContentsFeatured img{
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	padding: 1px;
	}
	.centerBoxContentsFeatured TD{
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	padding: 1px;
	}

.centerBoxContentsCrossSell img{
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	padding: 1px;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	/*color: #000000;*/
	}

/*sideboxes*/
.columnLeft {
  background: #8c6611;
  padding: 0px;
	padding-top: 0px;
  margin-left: 0px;
  border: 0px solid #00ff00;
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading a:visited {
	font-size: 1em;
	color: #783602;
	/*text-decoration: none;*/
	}


#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 12px;
		margin: 0em;
	color: #000000;
	padding: 0px;
}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	background-color: #efefef;
	/*background-image: url(../images/centerbox-header.gif); background-repeat: repeat-x;*/
	/*padding: 0.5em 0.2em;*/
	border-bottom: 0px solid #cda505;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #efefef;
	/*background-image: url(../images/centerbox-header.gif); background-repeat: repeat-x;*/
	/*padding: 0.5em 0.2em;*/
	border-bottom: 0px solid #cda505;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.leftBoxContainer {
	margin: 0px;
	border: 0px solid #dcd894;
	border-bottom: 0px solid #dcd894;
	margin-bottom: 0px;
	/*background-image: url('../images/centerbox-bg.gif'); background-repeat: repeat-x;
	background-position: 0px 15px;*/
	background-color: #efefef;
	padding: 3px;
	padding-bottom: 0px;
	}

.leftBoxContainer a {
	text-decoration: none;
	}
.leftBoxContainer a:hover {
	text-decoration: underline;
	}

.rightBoxContainer {
	margin: 0px;
	border: 0px solid #dcd894;
	border-bottom: 0px solid #dcd894;
	margin-bottom: 0px;
	/*background-image: url('../images/centerbox-bg.gif'); background-repeat: repeat-x;
	background-position: 0px 15px;*/
	background-color: #efefef;
	padding: 3px;
	padding-bottom: 0px;
	}

.rightBoxContainer a:hover {
	text-decoration: underline;
	}

.sideBoxContent {
	background-color: transparent;
	padding: 0.4em;
	}

.sideBoxContent img{
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	padding: 1px;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #000000;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #000000;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #666666;
	text-decoration: none;
	}

A.category-top:hover {
	color: #000000;
	text-decoration: underline;
	}

A.category-links, A.category-links:visited {
	color: #666666;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #666666;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	/*background-image: url(../images/tile_back.gif);*/
	height: 2em;
	color: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody {
	clear: both;
	}

#shippingEstimatorContent {
	background-color: #ffffff;
	clear: both;
	}

#shippingEstimatorContent table {
	background-color: #ffffff;
	clear: both;
	border: 1px solid #e2e2e2;
	}

#shippingEstimatorContent tr {
	clear: both;
	border-top: 1px solid #666666;
	}

#shippingEstimatorContent h2 {
	clear: both;
	margin-bottom: 20px;
	color: #555555;
	}


.seDisplayedAddressLabel {
	background-color:#f5f5f5;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

.sideBoxContent HR {
	border: 1px solid #ffffff;
	}

#productQuantityDiscounts table {
	float:left;
	border: 1px solid #e2e2e2;
	 border-bottom: 0px;
	 margin-bottom: 10px;
	 margin-right: 10px;
	}

#productQuantityDiscounts td {
	border-bottom: 1px solid #e2e2e2;
	}

.discountheader {
	background: #eeeeee;
	font-weight: bold;
	}

.discountcell {
	background: #ffffff;
	border-right: 1px solid #e2e2e2;
	text-align: center;
	}

.discountcellprijs {
	color: #00bb00;
	background: #ffffff;
	font-weight: bold;
		text-align: center;
	}

#productListHeading {
	margin-left: 6px;
	margin-top: 5px;
	}

.productGeneral {
	/*color: #000000;*/
	}

#productPrices {
	padding-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#productName {
	margin-left: 20px;
	}

.shoppingcartHeading {
	color: #ff0000;
	}

/*
.centeredContent img {
 border: 1px solid #ff0000;
	}
	*/

.soldOut img{
	border: none;
	}

.pageHeading TD {
	border: 1px solid #ff0000;
	color: #ff0000;
	}

.greeting {
	padding-left: 7px;
	color: #783602;
	}

.prijs {
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	}

.additionalImages a {
	text-decoration: none;
	}

#indexDefaultHeading {
	display: none;
	}


#goog-wm {
  width: 470px;
  padding: 1em;
  border: 1px solid #e2e2e2;
  background-color: white;
}


#goog-wm h3.closest-match {
  color: #8f2831;
  border-bottom: 3px dashed #aebd63;
  padding-bottom: 0.5em;;
  font-size: 170%;
  margin: 0;
}

#goog-wm h3.closest-match a { }
   
#goog-wm h3.other-things {

  color: #666666;
}
   
#goog-wm ul li { }
   
#goog-wm li.search-goog {
  /*display: none;*/
}

#attribsOptionsText {
	clear: both;
	}

#shoppingcartHeading {
	/*display: none;*/
	}

#whatsnewHeading {
	display: none;
	}

#specialsHeading {
	display: none;
	}

#manufacturerinfoplus {text-align:center}
#manufacturerinfoplus ul {margin:0; padding:0; list-style:none}
#manufacturerinfoplusHeading {display: none;}
#manufacturerinfoplusContent {background: #ffffff;}

#manufacturerinfoplusContent IMG {border: none; margin-bottom: 10px;}


.recent-products-name
{
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 8px;
font-size: 0.8em;
}

.rent-products-price
{
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 10px;
padding-left: 8px;
font-size: 0.8em;
}  



/*--------- kerstmods ----------- ######################################################################################################*/

#categories {
	background-color: #b5ad96;
	}

#categoriesHeading {
	background-color: #90a093;
	background-image: url(../images/rood.png);
	background-repeat: no-repeat;
	color: #ffffff;
	border-bottom: 1px solid #90a093;
	height: 26px;
	}

#ezpagesHeading, #informationHeading, #loginboxHeading, #recentlyviewedHeading, #shoppingcartHeading, #bestsellersHeading{
	/*background-color: #f2b556;*/
	background-color: #90a093;
	background-image: url(../images/rood.png);
	background-repeat: no-repeat;
	color: #ffffff;
	border-bottom: 1px solid #90a093;
	height: 24px;
	}

#merkensideboxHeading{
	background-color: #90a093;
	background-image: url(../images/rood.png);
	background-repeat: no-repeat;
	color: #ffffff;
	border-bottom: 1px solid #90a093;
	height: 24px;
	}

 #merkensidebox {
	margin-top: 4px;
	}

#manufacturerinfoHeading{
	background-color: #90a093;
	background-image: url(../images/rood.png);
	background-repeat: no-repeat;
	color: #ffffff;
	border-bottom: 1px solid #90a093;
	height: 24px;
	margin-top: 3px;
	}

 #manufacturerinfosidebox {
	margin-top: 4px;
	}

#loginbox, #recentlyviewed, #shoppingcart, #merkensidebox, #bestsellers, #manufacturerinfosidebox {
	background-color: #e7d7ca;
	/*background-image: url(../images/oranje.gif);*/
	background-repeat: no-repeat;
	color: #ffffff;
	/*border-bottom: 1px solid #fc952a;*/
	}

 #bestsellers {
	line-height: 13px;
	}

#loginboxHeading, #shoppingcartHeading{
	/*display: none;*/
	}

 #aanmelden, #shoppingcartHeadingGFX {
	background-color: #90a093;
	background-image: url(../images/rood.png);
	background-repeat: no-repeat;
	color: #ffffff;
	border-bottom: 1px solid #90a093;
	height: 26px;
	text-align: center;
	padding-top: 8px;
	width: 214px;
	}

#manufacturerinfoContent{
	background-color: #f2b556;
}

.boxheadergfx {
	padding-top: 2px;
	}

#ezpages, #information, #recentlyviewed, #shoppingcartXXX, #bestsellers, #shoppingcart {
	border-top: 4px solid #ffffff;
	}

.category-top a:link {
	background-color: #e58222;
	color: #ffffff;
	}

A.category-top, A.category-top:visited {
	color: #ffffff;
	text-decoration: none;
	}

A.category-top:hover {
	color: #ffff00;
	text-decoration: underline;
	}

A.category-links, A.category-links:visited {
	color: #ba1500;
	text-decoration: none;
	/*font-weight: bold;*/
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #ffffff;
	text-decoration: none;
	}

#navEZPagesTop {
	background-color: #ffffff;
	background-image: url(../images/bggroen.gif);
	background-repeat: repeat-x;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0em;
	text-align: center;
	color: #ffffff;
	height: 45px;
	border: 1px dotted #ffffff;
	padding-left: 5px;
	}

.leftBoxContainer {
	margin: 0px;
	border: 0px solid #eec699;
	border-top: none;
	/*background-color: #ffe5c7;*/
	background-color: #f2b556;
	padding: 0px;
	padding-bottom: 0px;
	}

.rightBoxContainer {
	margin: 0px;
	border-right: 1px solid #ffffff;
	border-top: none;
	/*background-color: #ffe5c7;*/
	background-color: #e2e2e2;
	padding: 0px;
	padding-bottom: 0px;
	}

#navColumnOne td {
	border: none;
	}

#navColumnTwo td {
	border: none;
	}

#navColumnTwo td {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#navColumnOne {
	background-color: #ffffff;
	padding-top: 4px;
	}

#navColumnTwo {
	background-color: #ffffff;
		padding-top: 4px;
	}

.columnLeft {
	background: #ffffff;
	padding: 0px;
	padding-left: 4px;
	padding-top: 0px;
	margin-left: 0px;
	border: none;
}

.columnRight {
	background: #ffffff;
	padding: 0px;
	padding-right: 3px;
	padding-top: 0px;
	margin-left: 0px;
	border: none;
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading a:visited {
	font-size: 1em;
	color: #ba1500;
	/*color: #ffffff;*/
	/*background: #ffe5c7;*/
	background-color: #90a093;
	}

 .sideBoxContent a {
	/*color: #660000;*/
	color: #555555;
	}

 #categoriesContent A{
	color: #ffffff;
	}

#cartBoxEmpty {
	color: #660000;
	padding-bottom: 10px;
	}

#whatsnew {
	color: #660000;
	}

.greeting {
	padding-left: 7px;
	color: #e58222;
	display: none;
	}

.sideBoxContent img{
	border: 1px solid #ffffff;
	background-color: #ffffff;
	padding: 1px;
	}

.centerBoxWrapper {
	border: 0px solid #e2e2e2;
	height: 1%;
	margin: 1.1em 0;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #ffffff;
	}

.centerBoxHeading {
	margin: 0em;
	background-color: #ffffff;
	/*background-image: url(../images/centerbox-header.gif); background-repeat: repeat-x;*/
	/*padding: 0.5em 0.2em;*/
	border-bottom: 0px solid #cda505;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #e58222;
	}

.kerstheaderzoekblok {
	background-color: #ffffff;
	background-image: url(../images/zoekblok.png);
	width: 214px;
	height: 39px;
	border: none;
	margin-left: 4px;
	text-align: center;
	vertical-align: bottom;
	}

.menubar {
	background-color: #ffffff;
	background-image: url(../images/menubar.png);
	width: 743px;
	height: 39px;
	border: none;
	margin-left: 3px;
	top: -39px;
	left: 218px;
	position: relative;
	color: #ffffff;
	text-align: center;
	padding: 0px;
	/*float: right;*/
	}

#navMainKerst ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: disc;
	text-align: left;
	line-height: 1.5em;
	}

#navMainKerst ul li {
	/*display: inline;*/
	}

#navMainKerst ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #000000;
	/*white-space: nowrap;*/
	}


#navMainKerst {
	border: 1px solid #ff0000;
	height: 140px;
	width: 300px;
	float: left;
	}

#cartKerst {
	background: transparent;
	/*margin: 0px auto;*/
	border: 0px solid #ff0000;
	height: 140px;
	width: 183px;
	float: right;
	text-align: center;
	margin-right: 3px;
	/*background-image: url(../images/grijs.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;*/
}

#productName {
	margin-left: 0px;
    margin-top: 18px;
	}

#indexDefaultMainContent {
	margin-top: 3px;
	}

.hrFooter{
	background-color: #ffffff;
	margin: 4px;
	border: none;
	height: 0px;
	color: 90a093;
	border-top: 3px solid #90a093;
	}

#mainWrapper {
	background-color: #ffffff;
	margin-bottom: 20px;
	}


	.centerBoxContentsProducts {

	}

.centerBoxContentsProducts TD{
	border: 0px solid #e2e2e2;
	background-color: #ffffff;
	padding: 0px;
	}

.centerBoxContentsProducts img {
	border: 0px solid #e2e2e2;
	background-color: #ffffff;
	padding: 0px;
	}

.centerBoxContentsNew img{
	border: 0px solid #e2e2e2;
	background-color: #ffffff;
	padding: 0px;
	}

.centerBoxContentsFeatured img{
	border: 0px solid #e2e2e2;
	background-color: #ffffff;
	padding: 0px;
	}
	.centerBoxContentsFeatured TD{
	border: 0px solid #e2e2e2;
	background-color: #ffffff;
	padding: 0px;
	}

.centerBoxContentsCrossSell img{
	border: 0px solid #e2e2e2;
	background-color: #ffffff;
	padding: 0px;
	}

#productMainImage{
	margin: 2em 1em 1em 0em;
	/*background-image: url(../images/schaduw.gif);
	background-repeat: no-repeat;*/
	background: #ffffff;
	border: 0px solid #e2e2e2;
	padding: 0px;
	margin-left: 3px;
	}

#shoppingcartHeading a:link, #shoppingcartHeading a:visited {
	color: #ffffff;
	text-decoration: none;
	}

#shoppingcartHeading a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

#shoppingcartContent {
	color: #555555;
	font-size: 0.9em;
	}

#bestsellersContent {
	color: #ffffff;
	font-size: 0.9em;
	/*background: #ff8201;*/
	}

#cartBoxEmpty {
	color: #555555;
	}

#navSupp {
	background: #ffffff;
	}

#navSupp a:link, #navSupp a:hover, #navSupp a:visited, #navSupp a:active {
	color: #777777;
	}

.cartNewItem {
	color: #555555;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #555555;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

#blanksideboxHeading {
	background-color: #ffffff;
	/*color: #ffffff;*/
	height: 1px;
	display: none;
	}

#blanksidebox {
	/*border-top: 2px solid #ffffff;*/
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	background-color: #ffffff;
	color: #ffffff;
	border: none;
	/*border-bottom: 1px solid #fc952a;*/
	}

.sideBoxContent {
		background-image: url(../images/oranje-rev.png);
		background-position: bottom center;
		background-repeat: no-repeat;
}

#categoriesContent {
		background-image: url(../images/rood-rev.png);
		background-position: bottom center;
		background-repeat: no-repeat;
}

.merkContainer {
	float: left;
	text-align: left;
	clear: right;
	}


#crossSell{
	border: 0px solid #e2e2e2;
	height: 1%;
	/*margin: 1.1em 0;*/
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ffffff;
	}

#crossSell h2 {
	margin-bottom: 0px;
	}


#productDescription {
/*width: 300px;*/
}

#productMainImage {
	border-right: 1px solid #90a093;
	padding-right: 5px;
	}

.navNextPrevWrapper {
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #90a093;
	}

#whatsNew{
	border-bottom: 3px solid #90a093;
}

.sideBoxContent img{
	border: 0px solid #ffffff;
	background-color: transparent;
	padding: 0px;
	}

.centerBoxContentsProducts{
border: 0px solid #ffeeee;
padding-left: 2px;
padding-right: 0px;
}

.centerBoxHeading {
	margin: 0em;
	background-color: #ffffff;
	/*background-image: url(../images/centerbox-header.gif); background-repeat: repeat-x;*/
	/*padding: 0.5em 0.2em;*/
	border-bottom: 0px solid #cda505;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #555555;
	}

#crossSell {
	border: 0px solid #ffff00;
	margin-top: -25px;
}

.imgLink {
	/*border: 5px solid #ffff00;*/
	}

A.category-koopjeshoek {
	background-color:#555555;
	}

A.category-pasen {
	background-color:#d7bc03;

	}

#informationContent
 {background-color:#e7d7ca;}
