/**

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

 */





/* Note: gradient_bg.jpg, achtergrond image voor hele pagina */

body {

	font-family: verdana, arial, helvetica, sans-serif;

	font-size: 62.5%;

	color: #8b7e6f;

	background-color: #d6d5c6;

	background-image: url(../images/gradient_bg.jpg);

	margin: 0;

	}



a img {border: none;}

.imgLink{
border: none;
}

.imgLink a:visited, a:link, a:active{
border: none;
}


a:link, #navEZPagesTOC ul li a {

	color: #8b7e6f;

	text-decoration: none;
	
	border: none;

	}

 

a:visited {

	color: #8b7e6f;

	text-decoration: none;
	
	border: none;

	}



a:active {

	color: #8b7e6f;

	}



h1 {

	font-size: 1.5em;

	color: #59452e;

	}



h2 {

	font-size: 1.4em;

	}



h3 {

	font-size: 1.3em;

	}



h4, h5, h6, LABEL, LEGEND, ADDRESS, .sideBoxContent, .larger{

	font-size: 1.1em;

	}

	

.optionName {

	font-size: 0.95em;

	font-weight: bold;

}



.biggerText {

	font-size: 1.2em;

	}



h1, h2, h3, h4, h5, h6 {

	margin: 0.3em 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: #d6d5c6;

	}



FIELDSET {

	padding: 0.5em;

	margin: 0.5em 0em;

	border: 1px solid #cccccc;

	}



LEGEND {

	font-weight: bold;

	padding: 0.3em;

	color: #8b7e6f;

	}



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;

	height: 108px;

	}



/* #logo {

		border: none;

        float: left;

        margin: 3em 0em 0em 3em;

        } */



LABEL.inputLabel {

	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 {

	height: 1px;

	margin-top: 0.5em;

	border: none;

	border-bottom: 1px dotted #8b7e6f;

	}



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



/* Note: achtergrond van totale pagina*/

#mainWrapper {

	text-align: left;

	margin-top:400px;

	width: 900px;

	vertical-align: top;

	}



/* Note: achtergrond van sup navigatie onderaan pagina*/

#navSuppWrapper {

	width:900px;

	height: 120px;

	margin: 0em;

	padding:0px;

	}

	

#contentTopWrapper {

	text-align: left;

	width: 900px;

	} 



/* Note: gradient_bg.jpg, achtergrond image voor totale wrapper */

#contentMainWrapper {

	background-image: url(../images/main_bg.jpg);

	background-repeat: repeat-y;

	text-align: left;

	margin-bottom: 0em;

/* padding-right: 30px; */

	height: auto;

	}



#headerWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #navMainWrapper, #mainWrapper, #popupAdditionalImage, #popupImage {

	margin: 0em;

	padding: 0em;	

	}



/* Note: comfortable, stylish,sexy-image with logo, height= 108 width=900 */

#logoWrapper{

	background-image: url(../images/stylish_bg.jpg);

	background-repeat: no-repeat;

	background-color: transparent;

	height:108px;

	}



/* Note: extra ruimte tussen footer en einde pagina */

#navColumnTwoWrapper, #mainWrapper {

	margin: auto;

	padding-bottom: 30px;

	}

	

/* Note: afstand van linkerkant tot leftBoxContainer */

#navColumnOneWrapper {

	background-image: url(../images/navColumn_one.png);

	height:240px;

	width: 200px;

	margin-left:59px;

/* 	background-repeat: no-repeat;

	border: 2px solid #FF0000; */

	}



img, #navColumnOneWrapper { behavior: url(includes/templates/corder/css/iepngfix.htc); }



#navColumnTwoWrapper {

	margin-left: 0.5em;

	margin-right: 0.5em;

	}

	

#tagline {

	color:#59452e;

	font-size: 2em;

	text-align : center;

	vertical-align: middle;

	height:99px;

	}



#sendSpendWrapper {

	border: 1px solid #cacaca;

	float: right;

	margin: 0em 0em 1em 1em;

	}



.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {

	margin: 0;

	width: 47%;

	}

.productAttributes, .wrapperAttribsOptions {

	margin: 0em 0em;

	text-align : left;

	}



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

	}



/* Note: top-image, height= 99 width=900 */

#navTopWrapper {

	margin: 0px 0px 0px 0px;

	background-image: url(../images/header_bg.jpg);

	background-repeat: no-repeat;

	font-weight: bold;

	color: #FFFFFF;

	height: 99px;

/*	border: 2px solid #FF0000; */

	}



#navTopWrapper ul li {

	display: inline;

	}



#navTopWrapper {

	text-decoration: none;

	padding: 0px 0em 0px 0px;

	margin: 0em;

	color: #FFFFFF;

	white-space: nowrap;	

	}



/*	274px afstand van linkerzijde tot aan begin text menu 76px is afstand top tot begin text menu */	

#navTopWrapper ul {

	margin: 0;

	padding: 76px 0em 0px 274px;

	list-style-type: none;

	text-align: center bottom;

	line-height: 1.5em;

	}



#navTopWrapper ul li {

	display: inline;

	}



#navTopWrapper ul li a {

	text-decoration: none;

	padding: 0em 0.5em;

	margin: 0;

	color: #FFFFFF;

	white-space: nowrap;

	}	



#navCatTabsWrapper {

	margin: 0em;

	background-color: #FFFFFF;

	background-image: url(../images/tile_back.jpg);

	padding: 0.5em 0.2em;

	font-weight: bold;

	color: #59452e;

	height: 1%;

	}

	

#navSuppWrapper {

	margin: 0em;

	background-image: url(../images/footer.png);

	background-repeat: no-repeat;

	padding: 0em;

	font-weight: bold;

	color: #FFFFFF;

	height: 120px;

/*	border: 2px solid #FF0000; */

	}



img, #navSuppWrapper { behavior: url(includes/templates/corder/css/iepngfix.htc); }

	

#navSupp ul, #navCatTabs ul {

	margin-top: 0px;

	margin-left: 274px;

	margin-right: 12px;

	padding: 4px 0em;

	list-style-type: none;

	text-align: top left;

	line-height: 1.5em;

	}



#navMain ul li, #navSupp ul li, #navCatTabs ul li {

	display: inline;

	}



/* Note: verander kleur van tekst in de footer links */

#navSupp ul li a {

	text-decoration: none;

	padding: 0em 0.5em;

	margin: 0;

	color: #FFFFFF;

	white-space: nowrap;

	}



#navMain ul li a, #navCatTabs ul li a, #currenciesContent 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 0em 2.5em;

	background-color: transparent;

	color: #59452e;

	font-size: 0.95em;

	font-weight: bold;

	margin: 0em;

	}

	

#navBreadCrumb a {

	color: #8e938a;

	font-size: 0.95em;

	font-weight: bold;

	}



#navEZPagesTop {

	background-color: #FFFFFF;

	background-image: url(../images/tile_back.jpg);

	font-size: 0.95em;

	font-weight: bold;

	margin: 0em;

	padding: 0.5em;

	height: 60px;

	}



#navColumnOne {

	background-color: transparent;

	vertical-align: top;

/*	border: 2px solid #FF0000;

	background-color: #FFFFFF;*/

	}

	

 #navColumnTwo {

	background-color: #000000;

	}



/*The main content classes*/

#contentColumnMain, #navColumnTwo {

	vertical-align: top;

	}

	

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {

	vertical-align: top;

	margin: 0px 0px 0px 0px;/*(top&bottom right&left)*/

/* border: 2px solid #FF0000; */

	}

	

#centerBoxContentsProducts {

	text-align: left;

	background-color: transparent;

	margin: 0px 0;/*(top&bottom right&left)*/

	padding: 0px 0;/*(top&bottom right&left)*/

	}



/* Note: space between products on main page*/	

.listingDescription {

	padding: 0.6em 0em 0em 0em;/*(top right bottom left)*/

        }



/* Note: space between products on main page works only with IE<6.0! */

/*.content,*/ #productDescription, .shippingEstimatorWrapper {

	/*font-size: 1.2em;*/

	padding: 0em 1.5em 0em 0em;

	}



.alert {

	color: #FF0000;

	margin-left: 0.5em;

	}

.advisory {}

.important {

	font-style: italic;

/*	font-weight: bold; */

	color: #FF0000;

	}

.notice {}

.rating{}

.gvBal {

	float: right;

	}

	

/* Note: ruimte links en rechts in de tweede colom */

.centerColumn {

	padding: 0em 35px 0em 12px;

/* 	border: 2px solid #FF0000; */

	}

	

#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {

	padding: 0em 0em 0em 0em;

	}



.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {

	font-size: 0.9em;

	color: #5e554b;

	}



#siteinfoLegal {

	font-size: 0.9em;

	font-weight: bold;

	color: #5e554b;

	}



#siteinfoLegal a {

	font-size: 1.0em;

	font-weight: bold;

	font-style: italic;

	color: #8b7e6f;

	}

	

#siteinfoLegal ul li a:hover {

	color: #f6f3d0;

	}



#productPrices {

	font-size: 1.0em;

	font-weight: bold;

	color: #59452e;

	}

	

#productPricesPrice {

	font-size: 1.2em;

	font-weight: bold;

	color: #68795E;

	}



/*Shopping Cart Display*/



.addressBookDefaultPrimary {



}



#cartAdd {

	float: right;

	text-align: center;

	margin: 1em;

	border: 1px dotted #8b7e6f;

	padding: 1em;

	}



.tableHeading TH {

	border-top: 1px dotted #8b7e6f;

	border-bottom: 1px solid #8b7e6f;

	}



.tableHeading, #cartSubTotal {

	background-color: #FFFFFF;

	 }



#cartSubTotal {

	background-image: url(../images/tile_back.jpg);

	background-repeat: repeat-x;

	border-top: 1px solid #8b7e6f;

	border-left: 1px dotted #8b7e6f;

	border-right: 1px dotted #8b7e6f;

	border-bottom: 1px dotted #8b7e6f;

	font-weight: bold;

	text-align: right;

	line-height: 2.2em;

	padding-right: 2.5em;

	}



.tableRow, .tableHeading, #cartSubTotal {

	height: 2.2em;

	border-bottom: 1px dotted #8b7e6f;

	}



.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay {

	padding: 0.5em 1.0em 0em 1.0em;

	font-weight: bold;

	}

	

#cartInstructionsDisplay {

	padding: 0.5em 0em 2.2em 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;

	background-color: #E4FEf5;

	border: 1px solid #003D00;

	}

.mediaTitle {

	float: left;

	}

.mediaTypeLink {

	float: right;

	}



.normalprice, .productSpecialPriceSale {

	text-decoration: line-through;

	}



.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {

	color: #ff0000;

	}



.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;

	text-decoration: none;

	font-weight: bold;

	}



.amount {

	width: 5.5em;

	}



/*Image Display*/

#productMainImage {

	margin: 0em 1.2em 0em 0em ;

	border: 1px dotted #8b7e6f;

	text-align: center;

	}
	

#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {

	margin: 0em 1em 1em 0em ;

	}



/* Note: added css */	

.prod_image {width:200px;}



.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 0em 0em;

	}



.centerBoxWrapper {

	border: 1px dotted #8b7e6f;

	background-color: #FFFFFF;

	height: auto;

	padding: 0.5em;

	margin: 1.1em;

	}



h2.centerBoxHeading {

	font-size: 1.3em;

	color: #57472F;

	}



/*sideboxes*/



/* Note: height bepaald pagina hoogte, moet gelijk zijn aan leftBoxContainer */

.columnLeft {

	height: 688px;

	}



/* Note: heading categorie */

h3.leftBoxHeading, h3.leftBoxHeading a,

h3.rightBoxHeading, h3.rightBoxHeading a {

	color: #57472F;

	font-size: 1.3em;

	line-height: 1.5em;

	}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {

	color: #57472F;

	font-size: 1.3em;

	line-height: 1.5em;

}

.leftBoxHeading {

	width: 200px;

	margin: 0em;

	background-color: transparent;

	padding: 0.5em 0em;

	}



/* Note: container die alle modules in de linker sidebar bevat: categorieen en currencies */

.leftBoxContainer {

	width: 201px;

	margin-top: 0em;

	margin-right: 0em;

	}

	

.centerBoxHeading, .rightBoxHeading {

	margin: 0em;

	background-color: none;

	background-image: url(../images/tile_back.jpg);

	background-repeat: repeat-x;

	height: 60px;

	padding: 0.5em 0.2em;

	}



.rightBoxContainer {

	margin: 0em;

	border: 1px solid #9a9a9a;

	border-bottom: 5px solid #336633;

	margin-top: 1.5em;

	}



.sideBoxContent {

	background-color: transparent;

	padding: 0.4em 0em 0.4em 2.4em;

	}



h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {

	color: #57472F;

	text-decoration: none;

	font-weight: bold;

	} 



.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {

	color: #57472F;

	}



.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, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {

	text-align: center;

	}

	

.centeredContent {

	text-align: center;

	}



/* Note: padding zorgt voor meer ruimte tussen produkten in rows */

.productListing-data {

	text-align: left;

	padding-right:4px;

	border-bottom: 1px dotted #8b7e6f;

	}

	

/* space & border between listing items */



.tabTable {

	border-top: 1px dotted #8b7e6f;

}



.productListing-odd td, .productListing-even td {

	text-align: left;

	vertical-align: top;

	padding: 1.2em;

	margin-bottom: 1em;

	border-bottom: 1px dotted #8b7e6f;

}



.productListing-heading {

	text-align: left;

	vertical-align: center;

	padding:0.5em;

}



.productListing-rowheading {

	background-color: #FFFFFF;

	background-image: url(../images/tile_back.jpg);

	height: 60px;

	}



#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: #d6d5c6;

}



#upProductsHeading {

	text-align: left;

	}



#upDateHeading {

	text-align: right;

	}



/* categories box parent and child categories */

A.category-top, A.category-top:visited {

	color: #57472F;

	text-decoration: none;

	font-weight: bold;

	line-height: 2.2em;

	}

A.category-links, A.category-links:visited {

	color: #57472F;

	text-decoration: none;

	font-weight: bold;

	line-height: 2.2em;

	}

A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {

	color: #57472F;

	text-decoration: none;

	font-weight: bold;

	line-height: 2.2em;

	}

SPAN.category-subs-parent {

	font-weight: bold;

	}

SPAN.category-subs-selected {

	font-weight: bold;

	}

/* end categories box links */



/*misc*/

.back {

/*	width: auto; */

	float: left;

	vertical-align: top;

/* 	border: 1px solid #FF0000; */

	}



.forward, #shoppingCartDefault #PPECbutton {

	float: right;

	}



.bold {

	font-weight: bold;

	}



.rowEven {

/* 	background-color: #ede8e2; */

	background-color: transparent;

	height: 1.5em;

	vertical-align: top;

	border-bottom: 3px dotted #8b7e6f;

	}



.rowOdd {

	background-color: transparent;

	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-image: url(../images/tile_back.jpg);

	background-repeat: repeat-x;

	background-color: #FFFFFF;

	border: 1px dotted #8b7e6f;

	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:#d6d5c6;

	text-align: center;

	}

.seDisplayedAddressInfo {

	text-transform: uppercase;

	text-align: center;

	font-weight: bold;

	}

#seShipTo {

	padding: 0.2em;

	}
	
	
/* added May 22, 2010 */

#productDescription ul li{
	list-style-type: none;
	}
	
.product-description ul li{
	list-style-type: none;
	}
