/**
 * 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 $
 */

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	margin: 0;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 70%; /*62.5%;*/
	color: #000;
	background-color: #ccc;
	height: 100%;
}

div#leftBackground {
	float: left;
	background: white url(../images/body_bg_left.gif) repeat-y left top;
	width: 100%;
	min-width: 850px;
}
div#rightBackground {
	margin: 0 0 0 53px;
	padding: 0 53px 0 0;
	background: #ccc url(../images/body_bg_right.gif) repeat-y right top;
	min-width: 800px;
}
div#mainWrapper {
	margin: 0;
	min-width: 750px;
}
div#footer {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-width: 906px;
	background: white url(../images/body_bg_left.gif) repeat-y left top;
}
* html div#footer {
	position: absolute;
}
div#footer div#rightFooter {
	float: right;
	width: 53px;
	height: 100%;
	background: white url(../images/body_bg_right.gif) repeat-y right top;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	text-decoration: none;
	}

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

a:active {
	color: #0000FF;
	}

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

h1 {
	font-size: 1.5em;
	border-bottom: 2px solid #3366cc;
	}

h2 {
	font-size: 1.3em;
	margin: 1.25em 0 0.1em 0;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.1em;
	}


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

SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}
FORM {
	margin: 0;
	}
TEXTAREA {
/*	float: left;*/

	}

input:focus, select:focus, textarea:focus {
	/*background: #F0F8FF;*/
	}

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

FIELDSET H2 {
    margin: 0;
  }
  
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

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

LABEL h4 {
  margin: 0;
  padding: 0;
  }
  
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 {
	line-height: 1.25em;
	}
	

p {
	padding: 0;
	margin: 1.5em 0 0 0;
}

ADDRESS {
	font-style: normal;
	padding: 0;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin: 0.5em 0;
	border: none;
	border-bottom: 1px solid #b1b8cb;
	}

HR.contentHR {
	margin: 1.5em 0 2em 0;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 5px;
	margin: 5px 0;
	vertical-align: center;
	}

.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	vertical-align: middle;
}

.messageStackWarning, .messageStackError {
	color: black;
	border: 2px solid #ffbf54;
	}
.attention {
  border-bottom: 2px solid #d50072;/*#ffbf54;*/
  font-weight: bold;
}
.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	border: 2px solid #3366cc;
	}

.messageStackCaution {
	background-color: #ffdba0;
	color: #000000;
	border: 2px solid #ffbf54;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	}

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

#logoWrapper {
	float: left;
}

#navColumnOneWrapper, #navColumnTwoWrapper {
	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, #sendSpendWrapper, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*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-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navSupp {
	margin-top: 4em;
	color: #555;
	line-height: 1.4em;
	text-align: center;
	position: relative;
}

#b4_link {
  clear: both;
  display: block;
}
#b4_link {
  height: 14px;
  line-height: 12px;
  border: none;
  margin: 2em auto;
  width: 170px;
  text-align: left;
  background: url(../images/bright4_grey.png) no-repeat center right;
}
#b4_link:hover {
  background-image: url(../images/bright4_black.png);
  text-decoration: none !important;
  color: black;
}

#navSupp a {
	color: #555;
}

#navSupp a:hover {
	text-decoration: underline;
}
	
#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: #555;
	white-space: nowrap;
	}

#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: 1em 2px;
}

.cssButton {
	background: #2762C3 url(../images/bg_button.gif) center center repeat-x scroll!important;
	color: #fff;
	border: none!important;
	color: #fff!important;
	cursor: pointer;
}

span.cssButton,
span.cssButtonHover {
	line-height: 22px;
}

input.cssButton,
input.cssButtonHover {
	height: 22px;
	padding: 0;
	margin-top: 0;
}

.cssButtonHover, .cssButton:hover {
	background-image: url(../images/bg_button_r.gif);
	border: none!important;
	color: #fff!important;
	text-decoration: underline!important;
}


sup {
	line-height: 170%;
	font-size: 50%;
	vertical-align: text-top;
}

div.saleBox {
	float: left;
	border: 2px solid #d6e0f5;
	padding: 5px;
	margin: 25px 10px 10px 0;
	width: 220px;
	height: 75px;
	position: relative;
	cursor: pointer;
}

div.saleBox:hover {
	border-color: #3366cc;
}

div.saleBox a.saleDot {
	width: 75px;
	line-height: 75px;

	letter-spacing: -1px;
	font-size: 175%;

	text-align: center;

	background: url(/includes/templates/plafondwinkel/images/sale_circle.png);
	color: white;

	position: absolute;
	display: block;
	right: -10px;
	top: -25px;
}  

* html div.saleBox a.saleDot {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/includes/templates/plafondwinkel/images/sale_circle.png', sizingMethod='scale');
}

div.saleBox a.saleName {
	color: black;
	font-size: 130%;
	display: block;
	margin-right: 59px;
}

* html div.saleBox a.saleName:hover {
	text-decoration: underline;
}

div.saleBox div.saleLinks {
	margin-top: 10px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}

div.saleBox div.saleLinks ul {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}



#productListing,
#specialsListing {
	margin-right: -10px;
}

    /*
    Light: d6e0f5
    Logo light: 3366cc
    Logo dark: 003399
    */

#productListing a {
	text-decoration: none;
}

#productListing a:hover {
	text-decoration: underline;
}

a.productListing-block {
	float: left;
	border: 2px solid #d6e0f5;
	padding: 5px;
	margin: 0 10px 10px 0;
	width: 220px;
	height: 75px;
	color: black;
	position: relative;
}
a.wide-block {
	display: block;
	float: left;
	width: 400px;
	height: 80px;
}

/* Weird error, needs id of surrounding div */
#productListing a.productListing-block:hover,
#specialsListing a.productListing-block:hover,
#allProductsDefault a.productListing-block:hover,
#newProductsDefault a.productListing-block:hover,
#specialsDefault a.productListing-block:hover,
#productRelatedListing a.productListing-block:hover,
#whatsNew a.productListing-block:hover {
	border-color: #3366cc;
	color: black;
	text-decoration: none;
}
a.productListing-block:hover .listingPrice {
	border-color: #3366cc;
}

a.wide-block .listingExtraInfo {
	margin-top: 5px;
	color: #666;
	float: left;
}
a.wide-block .listingExtraInfo span {
	float: left;
	margin-right: 15px;
}

a.productListing-block .listingModel,
a.productListing-block .listingWeight,
a.productListing-block .listingDescription,
a.productListing-block .listingPrice .listingMoreInfo {
	display: none;
}
a.wide-block .listingModel,
a.wide-block .listingDescription,
a.wide-block .listingPrice .listingMoreInfo {
	display: inline;
}
a.wide-block .listingDescription {
	margin: 10px 120px 0 0;
	display: block;
}
a.wide-block .moreInfo {
	color: blue;
}
a.productListing-block .listingName .unitInfo {
	position: absolute;
	bottom: 7px;
	right: 95px;
	width: 80px;
}
a.wide-block .listingName {
	margin-right: 120px;
}
a.wide-block .listingName .unitInfo {
	right: 120px;
}
a.productListing-block .listingName .unitInfo span {
	float: left;
}
a.productListing-block .listingName .unitInfo span.itemPriceUnit {
	float: right;
}

a.productListing-block .listingImage {
}
a.wide-block .listingImage {
	height: 80px;
	width: 80px;
}
a.productListing-block .listingImage img {
	margin: 0 5px 0 0;
	float: left;
}

a.productListing-block .listingPrice {
	display: block;
	position: absolute;
	right: 0;
	bottom: -1px;
	padding: 5px;
	border: 2px solid #d6e0f5;
	border-width: 2px 0 0 2px;
	font-weight: bold;
	width: 75px;
}
a.wide-block .listingPrice {
	width: 100px;
}

a.productListing-block .listingPrice .normalprice {
	float: right;
	font-size: 110%;
}

a.productListing-block .listingPrice .productSalePrice,
a.productListing-block .listingPrice .productSpecialPrice {
	float: right;
	clear: both;
	font-size: 130%;
}

a.productListing-block .itemTitle {
	font-size: 120%;
	display: block;
}

.itemTitle, .listingDescription {
	text-align: left;
}

#productRelatedListing .normalprice .prefix,
#productRelatedListing .listingPrice .unit {
	display: none !important;
}


#productListing table div {
	border: none;
	padding: auto;
}

#productListing table tr {
	background: #eee url(../images/bg_product2.gif) center bottom;
}

#productListing table tr td.productListing-data {
	vertical-align: top;
}

#productListing table tr td.productListing-data {
	padding-top: 15px;
}

#productListing table .listingProductImage {
	position: relative;
	top: -10px;
}

#productListing table tr td.productListing-data h3 {
	position: relative;
	top: -4px;
}

.navSplitPages {
    /*border: 2px solid #3366cc;*/
	background-color: #3366cc;
	color: white;
	overflow: hidden;
	font-size: 10px;
	padding: 3px 5px;
	margin-right: 10px;
	height: 12px;
}

.navSplitPages a,
.navSplitPagesResult a,
.navSplitPagesLinks a {
	color: white;
}

.navSplitPagesResult {
    float: left;
}

.navSplitPagesLinks {
    float: right;
}

.productListing-rowheading {
	display: none;
}

.listingProductImage {
	margin: 5px 5px 0px 5px;
}
	
#navMainSearch {
	float: right;
	}


#navEZPagesTop {
	background: #295EB7 url(../images/bg_menu.gif) center top repeat-x;
	padding-left: 53px;
	padding-top: 4px;
	height: 20px;
	margin: 0;
	}
	
#navEZPagesTop a {
	color: #fff;
}

#navEZPagesTop a:hover {
	color: #ccc;
}

	
#navBreadCrumb {
	background: #ccc url(../images/bg_location.gif) center bottom;
	padding-left: 53px;
	padding-top: 3px;
	height: 17px;
	margin-bottom: 4px;
	color: rgb(68, 68, 68);
	overflow: hidden;
	}

#navBreadCrumb a {
	color: black;
	text-decoration: none;
	color: rgb(68, 68, 68);
}

#navBreadCrumb a:hover {
	/*text-decoration: underline;*/
	color: #666;
}

#navBreadCrumb, #navEZPagesTop {
	/*font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;*/
	}

#navColumnOne {
	background-color: #fff;
	}

#navColumnTwo {
	background-color: #fff;
	}

/*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 0 0.5em 0;
	}

#productDescription {
	line-height: 1.3em;
}

.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: 0.8em;
	padding-top: 7px;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, #navSupp {
	font-size: 0.9em;
	}
	
	#siteinfoLegal {
		color: #555;
		padding-bottom: 20px;
		line-height: 1.4em;
	}
  #siteinfoLegal a {
		text-decoration:none;
		color: #555;
		padding-right: 3px;
		padding-left: 3px;
  }
  #siteinfoLegal a:hover {
		text-decoration:underline;    
  }

/*Shopping Cart Display*/
#cartAdd {
}

#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, #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: #000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #000;
	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;
	}

.strike {
  text-decoration: line-through;
  color: #323636;
}


#productGeneral .productPricePerUnit { font-weight: bold; }

.productAdvicePrice { display: none; }
.normalprice .prefix { display: none; }
.normalprice .ourPrice { display: none; }
.productSalePrice, .productSpecialPrice { color: blue; }
.productSalePrice .prefix, .productSpecialPrice .prefix { display: none; }
.productPriceDiscount { display: none; }
.productFinalPrice { display: none; }
.normalprice .unit, .productSalePrice .unit, .productSpecialPrice .unit { display: none; }

#productGeneral #prices {
  margin: 2em 0 0 0;
  font-size: 100%;
  border: 3px solid #d6e0f5;
  background-color: white;
  float: left;
  padding: 1em;
  
  border-radius: 3px;
  -moz-border-radius: 3px;
  
}
#productGeneral .productAdvicePrice { color: #323636; display: block; }
#productGeneral .normalprice { display: block; font-size: 120%; white-space: pre; }
#productGeneral .normalprice .defPrice { display: none; }
#productGeneral .normalprice .ourPrice { display: inline; }
#productGeneral .productSalePrice .prefix, #productGeneral .productSpecialPrice .prefix { display: inline; }
#productGeneral .productSalePrice,
#productGeneral .productSpecialPrice {
  display: block;
  font-size: 130%;
  color: #003399;
  margin-top: 0.5em;
}
#productGeneral .productSalePrice .amount, #productGeneral .productSpecialPrice .amount { font-weight: bold; }
/*#productGeneral .productPriceDiscount { display: block; }*/
#productGeneral #prices .productPricePerUnit { font-weight: normal; }
#productGeneral .unit { display: inline; }

#productGeneral #units {
  border-top: 2px solid #d6e0f5;
  margin-top: 1.1em;
  padding-top: 1em;
  color: #666;
  font-size: 80%;
}
/*
Light: d6e0f5
Logo light: 3366cc
Logo dark: 003399
*/

#productGeneral { position: relative; }
#productGeneral span {margin-right: -0.2em;}
#productGeneral .productFinalPrice {
  display: block;
  position: absolute;
  
  top: -18px;
  right: 50px;
    
  width: 100px;
  line-height: 100px;
  
  letter-spacing: -2px;
  font-size: 175%;
  
  text-align: center;
  
  background: url(../images/price_circle.png);
  color: white;
}

* html #productGeneral .productFinalPrice {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/price_circle.png', sizingMethod='scale');
}

#productGeneral h1#productName {
  border-bottom: 2px solid #3366cc;
}

#productGeneral #productSharing {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border: 3px solid #d6e0f5;
  background: white;
  border-top: none;
  padding: 3px;
  overflow: hidden;
  clear: left;
  float: left;
  margin: -3px 0 2em 12px;
}

#productGeneral #productSharing .share-button {
  width:            16px;
  height:           16px;
  float:            left;
  text-indent:      -999em;
  margin-left:      2px; }
#productGeneral #productSharing .share-button:first-child { margin: 0; }
#productGeneral #productSharing .share-button:hover {
  opacity:        0.6;
  -moz-opacity:   0.6;
  -khtml-opacity: 0.6;
  filter:         alpha(opacity=60);
}

#productGeneral #productSharing .print-button { background-image: url(../images/share-print.png); }
#productGeneral #productSharing .mail-button { background-image: url(../images/share-mail.png); }
#productGeneral #productSharing .twitter-button { background-image: url(../images/share-twitter2.png); }
#productGeneral #productSharing .facebook-button { background-image: url(../images/share-facebook.png); }
#productGeneral #productSharing .linkedin-button { background-image: url(../images/share-linkedin.png); }

body#sharemailBody {
  background: white; }

  body#sharemailBody #navEZPagesTop {
    color: white !important; }
  
  body#sharemailBody #formContainer {
    padding: 0 53px; }

    body#sharemailBody #formContainer table {
      margin-top: 10px; }
      
      body#sharemailBody #formContainer td {
        white-space: nowrap;
        vertical-align: top; }
      
      body#sharemailBody #formContainer td input[type="text"],
      body#sharemailBody #formContainer td textarea {
        font-family:  'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
        font-size:    100%; /*62.5%;*/
        width:        300px; }
      
      body#sharemailBody #formContainer td textarea {
        height: 125px; }
        
.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: 0em 0em 1em 1em ;
	}

#productMainImage {
	float: right;
}
.categoryIcon {}
.categoryImg {
	float: right;
}
#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;
	}

/*sideboxes*/
.columnLeft {
}

h3.leftBoxHeading,
h3.leftBoxHeading a,
h3.rightBoxHeading,
h3.rightBoxHeading a {
	font-size: 1em;
	color: #fff;
	}

.leftBoxHeading a:visited,
.rightBoxHeading a:visited {
	color: white;
}

.leftBoxHeading,
.rightBoxHeading,
.leftBoxHeading label,
.rightBoxHeading label {
	line-height: 13px;
}

.leftBoxHeading, .rightBoxHeading {
	background: #295EB7 url(../images/sidebar_h2_bg_blue.gif) top left no-repeat;
	padding: 5px 5px 4px 12px;
	margin: 0px;
	font-size: 11px;
	color: #323636;
	border-bottom: none;
	color: #fff;
}

.centerBoxHeading {
	
}

.leftBoxContainer, .rightBoxContainer {
	margin-left: 0px;
	margin-top: 6px;
	}

.leftBoxContainer {
	float: left;
}

.sideBoxContent {
	background: #d6e0f5 url(../images/sidebar_bg_blue.gif) bottom left;
	color: #323636;
	padding: 7px 10px 14px 10px;
	font-size: 11px;
	line-height: 1.4em;
}
.sideBoxContentGradiant {
  background-image: url(../images/sidebar_bg_blue_gradiant.gif);
}
	
.sideBoxContent a,
.sideBoxContent a:link,
.sideBoxContent a:visited {
	color: #000;
	text-decoration: none;
}

.sideBoxContent a:hover {
	text-decoration: none;
	color: #666;
}

#shoppingcart .rightBoxHeading {
	/* shoppingcart = rightBoxContainer */
	background: #F0D8A2 url(../images/sidebar_h2_bg_brown.gif) top left no-repeat;
	padding: 10px 0 10px 60px;
	margin-top: -6px;
	@margin-top: 0px;
}

#shoppingcartHeading a:link, #shoppingcartHeading a:visited {
	color: #fff;
}

#shoppingcart .sideBoxContent {
	background: #F0D8A2 url(../images/sidebar_bg_brown.gif) bottom left;
	padding-bottom: 10px;
}
#search .sideBoxContent {
	background: #d6e0f5 url(../images/sidebar_bg_search.gif) bottom left;
	padding-bottom: 10px;
}
.boxButtons {
	display: block;
	height: 15px;
	margin: 15px -10px 0 -8px;
}
.boxButtons * {
	float: left;
	text-align: center;
	width: 50%;
	padding: 0;
	margin: 0;
	border: none;
	color: #fff !important;
	cursor: pointer;
	height: 15px;
	background-color: transparent;
	font-size: 100%;
}
* html .boxButtons button {
  margin-top: -1px;
}
html>/**/body .boxButtons button, x:-moz-any-link, x:default {
  margin-top: -1px;
}
.boxButtons a:hover,
.boxButtons button:hover {
	text-decoration: underline;
}
#shoppingcart #cartBoxButtons span {
	color: #bca97f !important;
	cursor: default;
}
#search .empty {
  color: #999;
}

.order h2 {
    background: #F0D8A2;
    padding: 10px 60px; 
    margin: 0px -10px 5px -10px;
    font-size: 11px;}
.order h2 {
    background: url(sidebar_h2_bg_brown.gif) top left no-repeat;
    height:35px;
    padding: 10px 5px 5px 60px;
    border-bottom: none;
    margin: 0 -7px -10px -7px;
    color: #ffffff;}
.order-content {
    margin: 0 3px 3px 3px;
    border-width: 0; 
    width:165px; 
    font: 11px   'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
    text-align: justify;
}
.order {
    background: url(sidebar_bg_brown.gif) bottom left no-repeat;
    padding: 0px 7px 7px 7px; 
    margin-top: 5px;
	margin-left: 8px;
    margin-right: 9px;
    border-width: 0;
    width:165px;
    font-size: 10px;
    text-align: justify;
}
.orderSubmit {
    margin-top: 12px;
    height:17px;
    width:180px;
    border-width: 0;
    color: #ffffff;
}

h3.leftBoxHeading a:hover {
	color: #FF3;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: white;
	text-decoration: underline;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

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

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	text-align: left;
}

#bestsellers ol {
	padding: 0;
	margin-left: 20px;
	@margin-left: 24px;
	}

#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 {
	text-align: left;
	/*display: none;*/
	}
CAPTION * {
	float: left;
}

ul.accountList {
	margin: 0.5em 0 0 0;
	padding-left: 1.3em;
}
ul.accountList li {
	font-size: 110%;
}

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

.accountQuantityDisplay {
	text-align: right;
	}

#accountHistoryDefault fieldset {
	margin-bottom: 25px;
}

TR.tableHeading {
	background-color: #3366cc;
	color: white;
	font-size: 10px;
	margin-right: 10px;
	margin: 0em;
	font-size: 0.9em;
}

.tableHeading TH {
	text-align: left;
}

table#prevOrder,
table#prevOrders,
table#prevInvoices,
table#myAccountOrdersStatus,
table#myAccountOrdersDocuments {
	border-bottom: 1px solid #3366cc;
}
div#myAccountOrderConfirm {
	padding: 0 5px 5px 5px;
	border: 3px solid #3366cc;
	overflow: hidden;
}
div#myAccountOrderConfirm p {
	margin: 5px 0;
}

tr.accountTotalRow td,
tr.cartTotalRow td {
	font-weight: bold;
	border-top: 1px solid #3366cc;
}


#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: #d6e0f5;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

.floatNote {
	border-left: 2px solid #3366cc;
	padding-left: 10px;
	width: 50%;
	margin-left: 10px;
}

#navMainWrapper {
	/*padding-top: 25px;
	width: 80px;
	float: right;
	background-color: white;*/
	display: none;
}

#navMain a:link, #navMain a:visited {
	color: #000;
	font-weight: normal;
}

#navEZPagesLeft {
	float: left;
}
#navEZPagesLeft a {
	margin-right: 23px;
}

#navEZPagesRight {
	float: right;
	padding-right: 15px;
}

#loginDefault fieldset {
	border: 1px solid #2865C5;
	width: 320px;
	height: 155px;
	/*background-color: #f0f0f0;*/
	margin-top: 10px;
	margin-right: 10px;
}

#loginDefault legend {
	background-color: #2865C5;
	color: #fff;
}


/* --- MOD ----------- */
div.sideBoxContent ul,
div.sideBoxContent ol {
	padding: 0;
	margin: 0;
}
div.sideBoxContent ol {
	
}
div.sideBoxContent ul.categories,
div.sideBoxContent ul.categories ul {
	list-style-type: none;
}
div.sideBoxContent ul.categories li {
	padding-left: 8px;
	background-repeat: no-repeat;
	background-position: left 6px;
}
div.sideBoxContent ul.categories li.expanded { background-image: url(../images/list_expanded.gif); }
div.sideBoxContent ul.categories li.collapsed { background-image: url(../images/list_collapsed.gif); }
div.sideBoxContent ul.categories li a:hover {

}
div.sideBoxContent ul.categories li a.current { font-weight: bold; }

div#advSearchDefault fieldset {
	width: 100%;
	padding: 0;
}
div#advSearchDefault fieldset legend {
	margin-left: 8px;
}
div#advSearchDefault hr {
	border-color: transparent;
	margin: 1em;
}
div#advSearchDefault label {
	float: left;
	width: 8em;
	margin-left: 10px;
}
div#advSearchDefault input,
div#advSearchDefault div {
	float: left;
	font-family: Verdana;
}
div#advSearchDefault div label {
	width: auto;
	padding: 0.2em;
	margin: 0;
}
div#advSearchDefault input#pfrom,
div#advSearchDefault input#pto {
	width: 4em;
}

div#specials img {
	/*padding: 2px;
	border: 1px solid #666;*/
}

a.smallDownloadButton {
	background-color: #3366cc;
	color: white;
	padding: 2px;
	border: 1px solid #003399;
}
a.smallDownloadButton:hover {
	text-decoration: underline;
}
a.smallDownloadButton:active {
	padding: 3px 1px 1px 3px;
}


ul.documents {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	font-size: 120%;
	float: left;
}

ul.documents li {
	padding: 3px 0 3px 25px;
	background-position: center left;
	background-repeat: no-repeat;
}

ul.documents li.first {
	border-bottom: 1px solid #3366cc;
}

#login {
	margin: 6px 10px 0 0;
	line-height: 20px;
	text-align: right;
}

#login a {
	color: black;
}
#login a:hover {
	text-decoration: underline;
}

a.infoCenter {
	display: block;
	font-size: 130%;
	margin: 20px 0;
}
a.infoCenter img {
	vertical-align: middle;
	margin-right: 5px;
}


/**
a.newsletter {
  float: left;
  width: 85px;
  height: 120px;
  background: url(/includes/templates/plafondwinkel/images/sale_circle.png) no-repeat 10px 10px;
  text-align: center;
  color: black;
  padding: 5px;
  margin: 5px;
  border: 2px solid #d6e0f5;
}
a.newsletter span {
  line-height: 20px;
  color: white;
  font-size: 130%;
  font-weight: bold;
  display: block;
  margin: 22px 0 25px 0;
}
a.newsletter:hover {
  border-color: #3366cc;
}
*/

a.newsletter {
  float: left;
  width: 105px;
  margin: 5px;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: center 5px;
  border: 2px solid #d6e0f5;
  color: black;
}
a.newsletter:hover {
  border-color: #3366cc;
}
a.newsletter span {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 150px;
  font-weight: bold;
}

.orderProductCancelled{
text-decoration:line-through;
}

/*
Light: d6e0f5
Logo light: 3366cc
Logo dark: 003399
*/

