/**
 * 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 auto;
	text-align: center;
	padding: 0;
	background: #F5F5F5 url('../../../../afbeeldingen/achtergrond.gif') repeat-x;
	color:#464646;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  line-height:20px;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #000;
	text-decoration: none;
}
 
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #474747;
}

a:active {
	color: #000;
}

h1 {
	font-size: 2em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL{
	line-height: 1.5em;
	padding: 0.2em;
	}
	
h4.optionName label{
	line-height: 14px;
	padding: 0.2em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.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 {
	text-align: left;
	width: 980px;
	vertical-align: top;
	margin: auto;
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}

#contentMainWrapper{
  float: left;
}

#contentMainWrapper, #footerWrapper{
  background-color: #FFFFFF;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  margin-top: -1px;
  margin-bottom: -4px;
  clear: both;
}

#indexDefault{
  margin-top: 25px;
}

#footerWrapper{
  background-color: #FFFFFF;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}

#welkom{
  background: transparent url('../../../../afbeeldingen/welkom.png') no-repeat center center;
  width: 704px;
  height: 187px;
  margin-top: -1px;
}

#welkom p {
  line-height:18.5px;
  padding:8px;
  width:593px;
}

#navSuppWrapper{
	margin: auto;
	padding: 0em;
	background: transparent url('../../../../afbeeldingen/footer.png') no-repeat center center;
	width: 938px;
	height: 114px;
}

#logoWrapper{
  height: 93px;
  width: 100%;
  background: transparent url('../../../../afbeeldingen/header.png') no-repeat center center;
}

#winkelwagen_header{
  position: relative;
  left: 130px;
  top: 25px;
  width: 202px;
  float: left;
}

#winkelwagen_header_winkelwagen{
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 5px;
  display: block; 
  color: #FF0000;
  font-size: 11px;
  font-family:Tahoma;
  text-transform:uppercase;
  line-height: 16px;
}

#winkelwagen_header a{
 color: #000000;
 display: block;
 width: 202px;
 padding-top: 5px;
 padding-bottom: 5px;
}

#winkelwagen_header a:hover, #winkelwagen_header a:active{
  color: #474747;
}

#winkelwagen_aantal{
  width: 148px;
  display: block;  
}

#header_home_link{
  display: block;
  width: 320px;
  height: 93px;
  float: left;
}

#navMainSearch{
	float: left;
	position: relative;
	left: 280px;
	top: 67px;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#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, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
  float:right;
  position:relative;
  top:-10px;
  width:230px;
}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navCatTabsWrapper {
	margin: 0em;
	background: transparent url('../../../../afbeeldingen/background_menu.png') no-repeat top center;
	font-weight: bold;
	color: #000;
	height: 35px;
	width: 100%;
}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 2em;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold; 	
}

#navMain ul a:hover, #navSupp ul a:hover, #navCatTabs ul a:hover {
  text-decoration: underline;
}


#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	padding-left: 20px;
	padding-right: 20px;
  float: left;
  display: block; 
  background: transparent url(../../../../afbeeldingen/menu_divider.gif) no-repeat scroll right center;
}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navSupp{
  float:right;
  left:-15px;
  margin-top:35px;
  position:relative;
}

#navSupp ul li{
	background: transparent;
	margin-left: 20px;
	font-weight: normal;
	font-size: 11px;
}

#navSupp ul li a{
	color: #464646;
}

#betaling{
  float: left;
  position: relative;
  top: 4px;
}

#siteinfoLegal{
  position: relative;
  top: -30px;
  left: 415px;
  width: 250px;
  height: 20px;
  color: #ff0000;
}

#siteinfoLegal a, #realisatie a{
  color: #FEBF28;
  font-weight: bold;
  text-decoration: underline;
}

#siteinfoLegal a:hover, #realisatie a:hover, #siteinfoLegal a:focus, #realisatie a:focus, #siteinfoLegal a:active, #realisatie a:active{
  text-decoration: none;
}

#realisatie{
  position: relative;
  top: -30px;
  left: 751px;
  width: 125px;
  color: #ff0000;
  font-size: 10px;
}


#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#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;
	}

#navBreadCrumb {
	background-color: #fff;
}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	background-color: #fff;
	padding-left: 12px;
	}

#navColumnTwo {
	background-color: #00BFBF;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	margin-left: 2.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 10px;
	padding-top: 0;
	background-color: #fff;
	width: 705px;
	margin-bottom: 20px;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
  float:right;
  margin-right:10px;
  text-align:right;
  width:372px;
}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.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: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	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;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
  font-weight: bold;
}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#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*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 5px;
	}

#productInfo{
  border: 1px solid #DFDFDF;
  border-top: 0;
  left:-10px;
  position:relative;
  top: 7px;
  width:702px;
}

#aanbiedingen{
  border: 1px solid #DFDFDF;
  border-top: 0;
  left:0px;
  position:relative;
  top: 33px;
  width:702px;
  margin-bottom: 41px;
  height: 518px;
}

#aanbiedingen h2{
  position: relative;
  top: -26px;
}

#aanbiedingen .centerBoxContentsSpecials{
  position: relative;
  top: -26px;
  height: 230px;
  width: 202px !important;
  padding: 5px;
  margin: 10px;
  position: relative;
  background: #F9F9F9;
  line-height: 19px;
  background: #ffffff url('../../../../afbeeldingen/aanbieding_blok.png') no-repeat;
  text-align:center;
}

#aanbiedingen .centerBoxContentsSpecials a{
  font-weight: bold;
}

#aanbiedingen .aanbieding_image{
  height: 150px;
  display: table-cell;
  vertical-align: middle; 
  text-align: center; 
  width: 202px;
  margin: auto;
}

#productGeneral, #specialsDefault{
  background: #fff url('../../../../afbeeldingen/bovenkant_blok_rood.png') no-repeat;
  margin-left:12px;
  width:684px;
  margin-bottom: 15px;
  position:relative;
  top:-10px;
}

#specialsDefault{
  width: auto;
  margin: 0;
  top: 11px;
}

h1#productName, h2.centerBoxHeading{
  color: #fff;
  font-size: 20px;
  float: none;
  padding-top: 2px;
  margin-left: 20px;
  text-align: left;
}

.productGeneral{
  position: relative;
  top: 3px;
  width: 380px;
  float: right;
}

#productMainImage{
  text-align: center;
  width: 300px;
}

#productName{
  color: #FF0000;
}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

#productAdditionalImages{
  position: relative;
  top: -15px;
  width: 300px;
}

div.additionalImages a{
  display: block;
  width: 50px;
  padding: 5px;
  margin: 3px;
  cursor: pointer;
}

#productDescription{
  font-size: 1em;
  line-height: 20px;
  width: 372px;
  margin-right: 5px;
}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {
}

.leftBoxHeaderContainer{
  background: #FFFFFF url(../../../../afbeeldingen/sidebar_header.png) no-repeat left top;
  display: block;
	width: 213px;
	height: 38px;
  margin-left: 3px;	
}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 12px;
	color: #000;
	position: relative;
	text-align: left;
	margin-left: 45px;
	top: 10px;
	margin-bottom: 5px;
}

.leftBoxContainer {
  margin-top: 25px;
  margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 25px;
}

.sideBoxContent a.category-links{
  margin-top: 10px;
  color: #FF0000;
}

.sideBoxContent a.category-links:hover, .sideBoxContent a.category-links:active, .sideBoxContent a.category-links:focus{
  text-decoration: underline;
}


hr.catBoxDivider{
  border: solid #dfdfdf;
  border-style:none none solid;
  border-width: medium medium 1px;
  width: 171px;
  margin: 0px;
}

.sideBoxContent {
	background-color: #ffffff;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top:-5px;
	margin-left: 3px;
	border: 1px solid #dfdfdf;
	border-top: none;
	width: 171px;
	display: block;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 14px;
	color: #FFFF00;
}

.sideBoxContent a{
  line-height: 18px;
  display: block;
  color: #1A2638;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family:Tahoma;
}

.sideBoxContent a:hover, .sideBoxContent a:active, .sideBoxContent a:focus{
  color: #FF0000;
}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.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 5px;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*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;
	}

#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 #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

.instructions{
  float: right;
  width: 700px;
}
	
	/* This is the CSS needed for the Order Step Edition 2 contribution */

div.order_steps {       /* Is needed for the centering in IE */
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: -10px;
    text-align: center;
}

table.order_steps {
    margin-left: auto;
    margin-right: auto;
    width: 80%;       /* Here you can set the total width of this contrib */
    padding-bottom: 10px;
    background-color: transparent;      /* Here you can change the background-color of the whole contrib */
}

tr.order_steps_line_2 {
    height: 5px;        /* Is a part in determining the height of the line */
    padding: 0px;
    margin: 0px;
}

tr.order_steps_line_3 {
    height: 1px;        /* Is a part in determining the height of the line shadow */
    padding: 0px;
    margin: 0px;
}

td.progressbar_active {
    background-color: #FF0000;     /* Determines the active color of the completed part of the line */
    width: 4%;
    padding: 0px;
    margin: 0px;
}

td.progressbar_inactive {
    width: 4%;
    background-color: #9A9A9A;    /* Determines the non-active color of the uncompleted part of the line */
    padding: 0px;
    margin: 0px;
}

td.progressbar_active_shadow {
    background-color: #9F0000;     /* Determines the non-active color of the completed part of the line shadow */
    width: 4%;
    padding: 0px;
    margin: 0px;
}

td.progressbar_inactive_shadow {
    width: 4%;
    background-color: #666666;   /* Determines the non-active color of the uncompleted part of the line line*/
    padding: 0px;
    margin: 0px;
}

td.order_steps_text {
    text-align: center;
    vertical-align: top;
    color: #A7A7A7;        /* Determines the non-active color of the text */
    padding-bottom: 5px; /* Determines the distance between the text and the line */
}

td.order_steps_text_completed {
    text-align: center;
    vertical-align: top;
    color: #E37274;        /* Determines the non-active color of the text steps that have been completed*/
    padding-bottom: 10px; /* Determines the distance between the text and the line */
}

td#active_step_text {       /* These are the styles for the active text */
    color: #FF0000;
    font-weight: 700;
    font-size: 1.1em;
}

/* End Order Steps contribution CSS */

.productListing-odd{
  background: #F5F5F5;
  padding: 5px;
  border-bottom: 1px solid #DFDFDF;
  height: 176px;
}

.productListing-even{
  height: 176px;
}

.prijs{
  border-right: 1px solid #DFDFDF;
  line-height: 24px;
  vertical-align: bottom;
}

.foto{
  border-left: 1px solid #DFDFDF;
}

.productListing-data{
  padding: 5px;
  border-bottom: 1px solid #DFDFDF;
}

.productListing-data a{
  font-weight: bold;
  color: #FFC120;
}

.productListing-data a:hover, .productListing-data a:focus, .productListing-data a:active{
  text-decoration: underline;
}

.productListing-rowheading th{
  border-bottom: 1px solid #DFDFDF;
}

.productlisting-top td{
  border-top: 1px solid #DFDFDF;
} 

.itemTitle a{
  color: #ff0000;
}

.listingDescription a{
  color: #464646;
  text-decoration: none;
  font-weight: normal;
}

.listingDescription a:hover, .listingDescription a:focus, .listingDescription a:active{
  text-decoration: none;
}

.beschrijving{
  width: 409px;
}

#indexProductList, #contactUsDefault, #ezPageDefault, #checkoutShipping, #checkoutPayment, #checkoutConfirmDefault, #checkoutSuccess, #shoppingCartDefault, #accountDefault, #accountHistoryDefault, #accountHistInfo{
	margin-top: -5px;
	border: 1px solid #DFDFDF;
	width:692px;
}

#indexProductList form{
  float: right;
}

#indexProductList form label{
  width: 7em;
  position: relative;
  top: -3px;
}

#tellafriendContent form input[type="image"]{
  position: relative;
  left: -7.5px;
}