/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * Page
 */
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}
page-body
body.yoopage {
	background: #A3D869;
}

body.font-medium {
font-size:12px;
}

body.yoopage {
background:#A3D869 none repeat scroll 0 0;
}

/* set body font size (styleswitcher) */
body.font-small {
	font-size: 11px;
}

body.font-medium {
	font-size: 12px;
}

body.font-large {
	font-size: 13px;
}

/* center page */
div.wrapper {
	margin: auto; 
}
div.wrapper {
	width: 960px;
}

/*
 * Layout
 */

div#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#page-body {
}

div#header {
	width: auto;  
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
	clear: both;  
}

div#toolbar {
	width: auto;  
	height: 40px;
	padding: 0px 0px 0px 0px;
	clear: both;  
	color: #323232;
	overflow: hidden;
}

div#date {
	margin: 3px 10px 0px 0px;
	float: left;
	font-size: 85%;
}

div#topmenu {
	margin: 3px 10px 0px 0px;
	float: left;
}

div#toolbar div.toolbar-l {
	background: #191C1E url(../images/toolbar_l.png) 0 0 no-repeat;
	float: right;
}

div#toolbar div.toolbar-r {
	height: 40px;
	padding: 0px 180px 0px 0px;
	background: url(../images/toolbar_r.png) 100% 0 no-repeat;
	color: #ffffff;
}

div#styleswitcher {
	  
	height: 20px;
	margin: 10px 0px 0px 20px;
	float: right;
}

div#styleswitcher a {
	width: 15px;
	height: 20px;
	float: right;
	text-decoration: none;
	display: block;
	overflow: hidden;
	 
}

a#switchfontsmall { background: url(../images/styleswitcher_fontsmall.png) 0 0 no-repeat; }
a#switchfontmedium { background: url(../images/styleswitcher_fontmedium.png) 0 0 no-repeat; }
a#switchfontlarge { background: url(../images/styleswitcher_fontlarge.png) 0 0 no-repeat; }
a#switchwidththin { background: url(../images/styleswitcher_widththin.png) 0 0 no-repeat; }
a#switchwidthwide { background: url(../images/styleswitcher_widthwide.png) 0 0 no-repeat; }
a#switchwidthfluid { background: url(../images/styleswitcher_widthfluid.png) 0 0 no-repeat; }

a:hover#switchfontsmall { background: url(../images/styleswitcher_fontsmall.png) 0 -20px no-repeat; }
a:hover#switchfontmedium { background: url(../images/styleswitcher_fontmedium.png) 0 -20px no-repeat; }
a:hover#switchfontlarge { background: url(../images/styleswitcher_fontlarge.png) 0 -20px no-repeat; }
a:hover#switchwidththin { background: url(../images/styleswitcher_widththin.png) 0 -20px no-repeat; }
a:hover#switchwidthwide { background: url(../images/styleswitcher_widthwide.png) 0 -20px no-repeat; }
a:hover#switchwidthfluid { background: url(../images/styleswitcher_widthfluid.png) 0 -20px no-repeat; }

div#headerbar {
	width: auto;  
	height: 80px;
	padding: 20px 0px 10px 250px;
	clear: both;  
	overflow: hidden;
}

div#headerbar div.headerbar-m {
	background: url(../images/headerbar_m.png) 0 0 repeat-x;
	float: right;
}

div#headerbar div.headerbar-l {
	background: url(../images/headerbar_l.png) 0 0 no-repeat;
}

div#headerbar div.headerbar-r {
	height: 60px;
	padding: 10px 20px 10px 0px;
	background: url(../images/headerbar_r.png) 100% 0 no-repeat;
}

div#menubar {
	width: auto;  
	padding: 0px 0px 0px 0px;
	clear: both;  
	overflow: hidden;
	background: #5e7a43 url(../images/menubar_l.png) 0 0 no-repeat;
}

div#menubar div.menubar-r {
	height: 45px;
	background: url(../images/menubar_r.png) 100% 0 no-repeat;
}

div#menu {
	position: absolute;
	top: 150px;
	left: 15px;
	z-index: 11;
	height: 45px;
}

div#logo {
	position: absolute;
	top: 25px;
	left: 0px;
	border: none;
}

#logo a img {
	border: none;
}

div#search {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 12;
	width: 120px;  
}

div#banner {
	position: absolute;
	top: 20px;
	right: -20px;
	width: 0px;
	z-index: 3;
}

div#top {
	width: auto;  
	margin: 0px 0px 0px 0px;
	clear: both;  
	background: #191C1E url(../images/wrapper_black_bl.png) 0 100% no-repeat;
}

div#top div.top-br {
	padding: 0px 15px 15px 15px;
	background: url(../images/wrapper_black_br.png) 100% 100% no-repeat;
}

div#top .topbox {
	margin-top: 15px;
}

div#middle {
	width: auto;  
	margin: 0 0 15px 0px;
	clear: both;  
	background: #ffffff url(../images/wrapper_white_tl.png) 0 0 no-repeat;
}

.frontpage-black div#middle { background: #191C1E url(../images/wrapper_black_tl.png) 0 0 no-repeat; color: #969696;}

div#middle div.middle-tr {
	background: url(../images/wrapper_white_tr.png) 100% 0 no-repeat;
}

.frontpage-black div#middle div.middle-tr { background: url(../images/wrapper_black_tr.png) 100% 0 no-repeat; }

#page div.no-top {
	margin: 0px 0px 15px 0px;
	background-image: none;
}

#page div.no-top div.middle-tr {
	background: none;
}

div#middle div.middle-bl {
	background: url(../images/wrapper_white_bl.png) 0 100% no-repeat;
}

.frontpage-black div#middle div.middle-bl { background: url(../images/wrapper_black_bl.png) 0 100% no-repeat; }

div#middle div.middle-br {
	padding: 15px 15px 15px 15px;
	background: url(../images/wrapper_white_br.png) 100% 100% no-repeat;
}

.frontpage-black div#middle div.middle-br { background: url(../images/wrapper_black_br.png) 100% 100% no-repeat; }

div#middle .background {
	min-height: 200px;	 
}
 
div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
.left div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
.right div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

div#left {
	width: 200px;  
	 
}

.left div#middle div#left {
	float: left;
}

.right div#middle div#left {
	float: right;
}

div#main {
	width: auto;
	 
}

 
div#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

 
.left div#main {
	margin: 0px 0px 0px 215px;  
}

 
.right div#main {
	margin: 0px 215px 0px 0px;  
}

div#maintop {
	padding: 0px 0px 15px 0px;
}

div#mainmiddle {
	margin: 0px 0px 15px 0px;
	display: table;  
	width: 100%;  
}

.showright div#mainmiddle {  
	background: url(../images/right_bg.png) 100% 0 repeat-y;
}

div#right {
	width: 180px;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

div#content {
	width: auto;
	 
}

 
div#content {
	margin: 0px 0px 0px 0px;
}

 
.showright div#content {
	margin: 0px 210px 0px 0px;  
}

div#contenttop {
	margin: 0px 0px 15px 0px;
}

div#breadcrumb {
	height: 19px;
	font-size: 85%;
}

div#contentbottom {
	margin: 15px 0px 0px 0px;
}

div#mainbottom {
	padding: 0px 0px 0px 0px;
}

div#bottom {
	width: auto;  
	margin: 0px 0px 10px 0px;
	clear: both;  
	background: #191C1E url(../images/wrapper_black_tl.png) 0 0 no-repeat;
}

div#bottom div.bottom-tr {
	background: url(../images/wrapper_black_tr.png) 100% 0 no-repeat;
}

div#bottom div.bottom-bl {
	background: url(../images/wrapper_black_bl.png) 0 100% no-repeat;
}

div#bottom div.bottom-br {
	padding: 15px 15px 15px 15px;
	background: url(../images/wrapper_black_br.png) 100% 100% no-repeat;
}

div#bottom .bottomblock {
	margin-top: 15px;
	margin-bottom: -15px;
}

div#footer {
	width: auto;  
	min-height: 50px;
	 
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 0px 15px;
	clear: both;  
	text-align: center;
	color: #ffffff;
}

div#footer a:link, div#footer a:visited {
	color: #ffffff;
}

div#footer a:hover {
	color: #ffffff;
}

div#footer a.anchor {
	margin: 0px 0px 0px 0px;
	width: 30px;
	height: 5px;
	background: url(../images/footer_anchor_white.png) 0 0 no-repeat;
	display: block;
	float: right;
	text-decoration: none;
}

/*
 * Clearing & Floating
 */

 
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
}
	
 
.clearfix { display: block; }

 
.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width15 { width: 14.999%; }
.width18 { width: 18.333%; }
.width20 { width: 19.999%; }
.width23 { width: 22.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width35 { width: 34.999%; }
.width40 { width: 39.999%; }
.width45 { width: 44.999%; }
.width50 { width: 49.999%; }
.width54 { width: 53.999%; }
.width65 { width: 64.999%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }
#productAttributes {
	background-color:#f6f6f6;
	border: 1px solid #ddd;
	overflow:hidden;
	padding:10px 0;
	width:100%;
}
#productImage {
	margin:0 auto;
	text-align:center;
}
#productGeneral {
	margin-bottom:10px;
	overflow:hidden;
	width:100%;
}

#product_information {
	float:left;
	margin:0 225px 10px 0;
}

#product_right {
	float:right;
	text-align:center;
	margin-left:-220px;
	padding-top:8px;
	position:relative;
	width:220px;
}

.imgLink {
	text-align:center;
	margin:0 auto;
	display:block;
	width:100%;
}
#friendReview {
	width:200px;
	padding:15px 0 10px 0;
	float:left;
	clear:left;
	text-align:left;
}
#productDetailsList {
float:left;
overflow:hidden;
padding:10px 0;
width:100%;
}
.wrapperAttribsOptions {
float:left;
line-height:15px;
width:100%;
}
.wrapperAttribsOptions h4 {
padding-left:5px;
font-size: 12px;
width:150px;
}
stylesheet.css (regel 466)
h4.optionName {
padding-right:1em;
}
.back {
	float:left;
}
.forward {
	float:right;
}
#productMainImage {
	width: 220px;
	margin: 0 auto;
}

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

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

.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;
	}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
