/*--------------------------------*/
/*  Copyright AddMind 2007      */
/*--------------------------------*/

/* HTML Elements */
html, body, h1, h2, h3, h4, h5, h6, p, form, ul
{
	margin: 0;
}

img
{
	border: 0;
}


/* Layout Elements */

body
{
	padding: 0;
	border: 0;
	color: #000;
/*	background-color: #f1f1f1;*/
}
table
{
	border-collapse: collapse;
}

td
{
	padding: 0;
	vertical-align: top;
}


/* Type Elements */

body
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
h3
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
p
{
	padding: 0;
}

/* Layout Elements ____________________________________ */

#pageWrapper
{
/*	background-image: url(../img/bgContent.gif);*/
/*	margin: 0 auto 0 auto;*/
	width: 972px;
}

#pageContainer
{
	width: 904px;
	padding: 0 34px 0 34px;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
/*	background-image: url(../img/bgContent.gif);*/
}

#pageTop
{
/*	background-image: url(../img/bg_pagetop.jpg);*/
	background-repeat: no-repeat;
	width: 940px;
	height: 92px;
	padding: 0;
	margin: 0 16px 0 16px;
}
#mainNav
{
	float: left;
	width: 902px;
	border: 1px solid #B7B7B7;
	display: none;
}

/* Page Dividers and Columns Splits ____________________________________ */

#pageBody
{
	float: left;
	width: 904px;
	margin-top: 15px;
}

#columnLeft
{
	float: left;
	width: 220px;
	margin: 15px 0 0 0;
	display: none;
}

#columnMain
{
	float: left;
	width: 661px;
	padding: 15px 0 0 0;
}




/* General containers and Headings __________________________________ */



/* Page Top ____________________________________ */

#pageTop #container
{
	float: right;
	width: 490px;
	margin: 11px 0 0 0;
	padding: 0;
}

#pageTop #logo
{
	float: left;
	padding: 34px 0px 0px 28px;
}


#pageTop #flags {
	float: right;
	padding: 44px 15px 0px 0px;
	display: none;
}

#pageTop .flags-info {
    background-color: #f1f1f1;
	padding: 4px 4px 4px 4px;
	border: 1px solid #ffffff;
}

#pageTop .flags-info img {
	padding: 0px 1px 0px 1px;
}



/* Navigation / Category Selector ____________________________________ */

#mainNav ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	border-left: 1px solid #b7b7b7;
}

#mainNav li
{
	float: left;
	border-right: 1px solid #b7b7b7;
	border-left: none;
}

#mainNav li a
{
	padding: 4px 10px 5px 10px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

#mainNav li a:hover
{
	color: #858585;
}

#mainNav .mailto
{
	float: right;
	border-right: none;
	border-left: 1px solid #b7b7b7;
	height: 21px;
}

/* Left menu search ____________________________________ */

.searchMain
{
	background-image: url(../img/bg_search_main.gif);
	clear: left;
	overflow: hidden; /*ie 6,7 double padding bug fix*/
	width: 196px; /*ie 6 double padding bug fix*/
	padding: 20px 12px 15px 12px;
}
.searchTabLeft
{
	background-image: url(../img/bg_search_left.gif);
	background-repeat: no-repeat;
	width: 12px;
	height: 23px;
	float: left;
}

.searchTabMiddle
{
	background-image: url(../img/bg_search_middle.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
	height: 19px;
	float: left;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
.searchTabRight
{
	background-image: url(../img/bg_search_Right.gif);
	background-repeat: no-repeat;
	float: left;
	height: 23px;
	width: 15px;
}

#search input.searchField
{
	width: 110px;
	margin-right: 5px;
	border: 1px solid #006767;
}

#search a
{
	color: #ffffff;
}

#search a:hover
{
	color: #80D3D4;
}


#search .link
{
	background-image: url(../img/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 1px 0 10px;
	margin: 10px 0 0 0;
}



/* Category Tabs / Type Tabs ____________________________________ */

#tabs
{
	border-bottom: 1px solid #ffffff;
	overflow: hidden;
	margin-top: 20px;
}

.categoryTab a, .typeTab a
{
	display: block;
	float: left;
	height: 25px;
	padding: 6px 3px 2px 3px;
	text-decoration: none;
	color: #333333;
}

.categoryTabOff a, .typeTabOff a
{
	display: block;
	float: left;
	height: 25px;
	padding: 6px 3px 2px 3px;
	text-decoration: none;
	color: #808080;
	font-weight: normal;
}

.categoryTab .left, .categoryTabOff .left
{
	background-image: url(../img/bg_tab_left_sel.gif);
	background-repeat: no-repeat;
	background-color: #EAEAEA;
	width: 12px;
	height: 36px;
	float: left;
}

.categoryTab .middle, .categoryTabOff .middle
{
	background-image: url(../img/bg_tab_middle_sel.gif);
	background-repeat: repeat-x;
	background-color: #EAEAEA;
	height: 36px;
	float: left;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
.categoryTab .right, .categoryTabOff .right
{
	background-image: url(../img/bg_tab_right_sel.gif);
	background-repeat: no-repeat;
	float: left;
	height: 36px;
	width: 12px;
	background-color: #EAEAEA;
}

.typeTab, .typeTabOff
{
	float: right;
}

.typeTab .left, .typeTabOff .left
{
	background-image: url(../img/bg_tab_left_sel.gif);
	background-repeat: no-repeat;
	background-color: #EAEAEA;
	width: 12px;
	height: 36px;
	float: left;
}

.typeTab .middle, .typeTabOff .middle
{
	background-image: url(../img/bg_tab_middle_sel.gif);
	background-repeat: repeat-x;
	background-color: #EAEAEA;
	height: 36px;
	float: left;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
.typeTab .right, .typeTabOff .right
{
	background-image: url(../img/bg_tab_right_sel.gif);
	background-repeat: no-repeat;
	float: left;
	height: 36px;
	width: 15px;
	background-color: #EAEAEA;
}

.typeTabOff .middle, .typeTabOff .left, .typeTabOff .right, .categoryTabOff .middle, .categoryTabOff .left, .categoryTabOff .right
{
	background-image: none !important;
	background-color: #ffffff;
}

/* Startpage Teasers / pufflist ____________________________________ */
.puffList
{
margin:0 0 20px 0;}

.puffList td
{
border: 1px solid #b7b7b7;
padding:10px; 
width:298px;
 vertical-align: top;
}

.puffList .space
{
border:none;
width:21px;
padding:0;
height: 20px;
}




.puffListRow
{
	margin: 0 0 20px 0;
	float: left;
	width: 661px;
}

.puffListItemLeft, .puffListItemRight
{
	width: 298px;
	padding: 10px;
	margin: 0;
	border: 1px solid #b7b7b7;
}

.puffListItemLeft
{
	float: left;
}

.puffListItemRight
{
	float: right;
}

.puffListItemLeft h1, .puffListItemRight h1
{
	text-decoration: none;
	color: #333333;
	padding: 0px 0px 10px 0px;
	font-size: 10px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

.puffImage
{
	margin: 0px 15px 0px 0px;
	float: left;
}


.puffListItemNews
{
	background-image: url(../img/bg_puffnews.gif);
	background-repeat: no-repeat;
	width: 638px;
	padding: 0px 10px 10px 10px;
	margin: 0;
	border: 1px solid #b7b7b7;
	background-position: 5px 5px;
	overflow: hidden;
}
.puffListItemNews h1
{
	padding: 9px 0 15px 0;
	margin: 0;
	font-size: 10px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

.puffListItemNews p
{
	padding: 0 0 5px 0;
}

.puffListItemNewsLeft
{
	float: left;
	width: 298px;
	margin: 0;
}
.puffListItemNewsRight
{
	float: right;
	width: 298px;
	margin: 0;
}


/* Category Navigation ______________________________________ */

#categoryNav, #typeNav, #pathway
{
	padding-bottom: 20px;
	clear: both;
	overflow: hidden;
}

#categoryNav ul, #typeNav ul, #pathway ul
{
	list-style-type: none;
	padding: 0;
}

#categoryNav ul li
{
	background-color: #01a496;
	color: #fff;
	margin-bottom: 1px;
}

#typeNav ul li
{
	background-color: #4382b7;
	color: #fff;
	margin-bottom: 1px;
}

#categoryNav ul li ul, #typeNav ul li ul, #pathway ul li ul
{
	border-bottom: 1px solid #757575;
	border-top: 7px solid #fff;
	background-color: #fff;
}



/* Level 1 */
#categoryNav ul li a.selected, #typeNav ul li a.selected, #pathway ul li a.selected
{
	background-image: url(../img/bg_categoryarrow_main_sel.gif);
	background-repeat: no-repeat;
}


/* General Specs */

#categoryNav a, #typeNav a, #pathway a
{
	color: #333333;
}

#categoryNav a:hover, #typeNav a:hover, #pathway a:hover
{
	color: #000000;
}

#categoryNav ul li, #typeNav ul li, #pathway ul li
{
	float: left;
	display: block;
	width: 220px;
}
#categoryNav ul li a, #typeNav ul li a, #pathway ul li a
{
	display: block;
	padding: 8px 10px 9px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../img/bg_categoryarrow_main.gif);
	background-repeat: no-repeat;
}

#categoryNav ul li a:hover, #typeNav ul li a:hover, #pathway ul li a:hover
{
	background-image: url(../img/bg_categoryarrow_main_sel.gif);
	background-repeat: no-repeat;
}

/* Pathway */

#pathway
{
	clear: both;
}

#pathway a
{
	background-image: url(../img/bg_pathwayarrow.gif) !important;
	background-repeat: no-repeat;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}


/* Product list */

#productList
{
	width: 100%;
}
#productList th
{
	padding: 3px 5px 4px 5px;
	background-image: url(../img/bg_th.gif);
}

#productList th a
{
	color: #fff;
}

th, th h1
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}


.subTH th, .subTH th h1
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding: 10px 5px 4px 5px !important;
	background-image: none !important;
}


#productList td
{
	padding: 2px 5px 2px 5px;
	vertical-align: top;
}

#productList td a
{
	/* display: block; */
	text-decoration: none;
}

#productList .filter
{
	padding: 0 0 0 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: black;
	background-color: #f8f8f8;
	background-image: none !important;
	text-decoration: none;
}
#productList .filter select
{
	color: black;
	background-color: #f8f8f8;
	font-weight: normal;
	vertical-align: top;
}
#productList .filter a
{
	/* display: block; */
	color: #e42738;
	text-decoration: none;
}

#productList .filter a:hover
{
	/* display: block; */
	text-decoration: underline;
}

#productList td a:hover
{
	/*	display: block; */
	text-decoration: underline;
}

#productList .odd
{
	background-color: #f8f8f8;
}

#productList .even
{
	background-color: #ffffff;
}

#productList .right
{
	text-align: right;
}

#productList .left
{
	text-align: left;
}

/* Product view */

/*
#productView th, .#productView th h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding: 4px 0px 2px 0px !important;
	background-image: none !important;
	vertical-align: top;
}
#productView td
{
	padding: 4px 0px 2px 0px !important;
	vertical-align: top;
}
*/


/* Product view */

.productViewStandard {
	 float: left;
width: 400px; 
}

.productView {
	 float: left;
width: 100% ;

}

.productView th, .productView th h1, .productViewStandard th, .productViewStandard th h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding: 4px 0px 2px 0px !important;
	background-image: none !important;
	vertical-align: top;
	text-align: left;

}
.productView td, .productViewStandard td
{
	padding: 4px 0px 2px 0px !important;
	vertical-align: top;
}
.productView .left {
	width:120px;
}

.clear
{
border-bottom:1px solid #c1c1c1;
padding:10px 0px 0px 0;
clear: both;
margin-bottom:10px;

}

.productviewTopWrapper {
	padding-top:10px;
}

.icon {
	float: left; 
	width: 400px;
	padding: 0 0 10px 0;
}

.icon img{
	float: left; 
 padding: 0 10px 0 0;
}

.icon li {
	padding-top:5px;
  list-style: none;
}

.print {
	float: right; width: 220px;
	text-align: right;
	display: none;
}

.print a {
	background: url(../img/icon_print.gif) no-repeat;
	padding: 0 0 0 20px;
}

.images {
	clear: both;
	float: right; 
	width: 220px;
}

.images div img{
	padding: 0 0 5px 0px;

}

.images div {
	padding: 0 0 10px 10px;
	float: right;
	width: 100px;
}

/* Footer */

#footer
{
	margin-top: 40px;
	background: url(../img/bgFooter.gif) no-repeat;
	height: 100px;
	/*display: none;*/
}
#footer .footerInfo
{
	margin: 10px 34px 10px 34px;
	background-color: #eeeeee;
	padding: 12px 15px 12px 15px;
	width:65%
}
/* form */
input
{
	padding: 2px 2px 2px 2px;
	border: 1px solid #c1c1c1;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
}

select
{
	padding: 2px 2px 2px 2px;
	border: 1px solid #c1c1c1;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
}

input.radio, input.checkbox
{
	background-color: #F5F5F5;
	border: none;
}

input.button
{
	background-color: #01a496;
	border: none;
	font-weight: normal;
	padding: 0px 3px 0px 3px;
	font-size: 10px;
	color: #fff;
	border: 1px solid #c4e1e0;
}

.select
{
	padding: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
}

.formError
{
	border: 1px solid #990000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 2px 2px 1px 2px;
	background-color: #C80000;
	color: #fff;
}




/* Links */

a
{
	color: #e42738;
	text-decoration: underline;
}

a:hover
{
	color: #333333;
}

/* Custon classes */

.clearBoth
{
	clear: both;
	padding: 0;
	margin: 0;
}

.error
{
	color: #990000;
}
.mandatory
{
	color: #000;
}

.hiddenText Label
{
	display: none;
}

.actionRow
{
	display: none;
}

.addToBasket
{
	display: none;
}