/*------------------------ ALGEMEEN ------------------------------*/
* { margin:0 auto; padding:0; }

body {
	background: url(bg_1.png) repeat-x;
	color: #463614;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	position: relative;
	
		 /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a {
	color: #577F72;
}
a img { border: 0; }
	#header { display: block; width: 1000px; height: 286px; background: url(banner_2.png); position: relative; }
 #right {display: block; width: 350px; background: #A68c6d; position: absolute; height: 225px; margin-top: 10px; visibility: visible; right: 0px;
}     	.language { position: absolute; left: 450px; top: 20px; }
		.logo { position: absolute; top: 21px; left: 274px; } 
		#menu { display: block; width: 1000px; height: 49px; position: absolute; left: 0; bottom: 0; }
			#menu ul {
	display: block;
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	width: 680px;
	height: 49px;
	
}
				#menu li {
	display: block;
	float: left;
	line-height: 49px;
	
}
				#menu li a {
	padding: 12px 10px 11px 10px;
	color: #FFF;
	text-decoration:none;
	text-align: center;
	border-right-width: thin;
	border-right-style: ridge;
	border-right-color: #577F72;	
}
				#menu li a:hover {
	color: #fff;
	background-color: #577F72;
		
}
				#menu li span {
	display: block;
	float:left;
	
}
			#menu form { display: block; float: right; margin: 0 0px 0 0; width: 250px; height: 49px; line-height: 49px; }
				#menu input.text { width: 90px; margin: 0; padding: 4px 5px; border: 1px solid #2d4b4c; color: #2d4b4c; font-size: 11px; }
				#menu input.search { padding: 4px 0 5px; width: 60px; height: 22px; border: 0; margin-left: 2px; color:#FFF; background-color: #577F72; font-size: 12px; }

/* content */				
#contents {
	display: block;
	clear: both;
	padding: 0;
	padding-top: 20px;
	width: 1000px;
	height: auto;
	overflow: hidden;
	
}.sidebar { display: block; float: left; width: 250px; height: auto; }
		.sidebar .box { display: block; margin: 6px auto 6px; width: 195px; height: auto; background: url(top_box.png) no-repeat top left; }
			.sidebar .box h3 {
	display: block;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
}
			.sidebar .box h3 a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
			.sidebar .box h3 a:hover { text-decoration: underline; }
			.sidebar ul {
	margin: 0px 6px 0px 0px;
	list-style-type: none;
}
				.sidebar li { }
				.sidebar li a {
	display: block;
	padding: 5px 8px 5px 15px;
	text-align: left;
	color: #2d4b4c;
	text-decoration: none;
	}
				.sidebar li a:hover { color: #fff; background: #577F72; }
			.sidebar form { margin: 0 15px 20px; text-align: left; }
				.sidebar form label { margin: 5px 0; width: 100%; } 
				.sidebar form input { margin: 5px 0; width: 100%; border: 1px solid #2d4b4c; }
				.sidebar .login1 { margin: 0 auto; width: 84px; }
				.sidebar input.login { padding: 0 0 8px; height: 22px; color: #FFF; font-size: 12px; line-height: 20px; background: url(button.png) no-repeat top center; border: 0; }
			.sidebar .txt { color: #2d4b4c; margin: 0 15px;}
			.sidebar .list-item { display: block; margin: 0px 20px 20px; padding: 10px 0px 10px 0px; color: #2d4b4c; text-align: center; }
	
	#mainContent { margin: 0; margin-top: 6px; overflow: hidden; background-color: #ffffff; }
		#mainContent h1 {
	clear: both;
	color: #463614;
	font-weight: bold;
}
		.welcome_box { display: block; padding: 10px 30px; text-align: center; font-size: 16px; color: #577F72;}
				.welcome_box h1 {
	margin: 20px 0;
	font-weight: bold;
	font-size: 28px;
	font-family: Arial, sans-serif;
	color: #577F72;
}
		.content { padding: 10px; text-align: left; }
		
	/*addons*/
			.hold_bg { display: block; clear: both; margin: 0 0 20px 0; padding: 10px; width: 100%; height: 100px; overflow: hidden; text-align: center; border-bottom: 1px solid #cdcdcd; }
				.hold_cart { float: left; width: 200px; text-align: left; }
				.hold_box { float: left; padding: 10px; }
				.hold_family { float: left; width: 50px; font-family: Arial, Helvetica, sans-serif; color: #2d4b4c; padding: 10px; text-decoration: underline; color: #2d4b4c;  line-height: 18px; }
	.content_bottom { display: block; clear: both; width: 900px; height: 32px; background: url(content_footer.jpg) no-repeat bottom center; }
		
#footer { display: block; width: 100%; height: 50px; color: #FFF; background: url(footer1_bg.png) repeat-x top center; overflow: hidden; }
	.footer_container { margin: 0 auto; width: 1000px; }
	#footer .divleft {
	width: 430px;
	padding: 24px 0 0 30px;
	float: left;
	text-align: left;
	color: #FFFFFF;
	
}	.divleft img { vertical-align: middle; }
	#footer .divright {
	width: 430px;
	padding: 10px 30px;
	float: right;
	text-align: right;
	line-height: 18px;
	color: #FFFFFF;
}		
.alignleft { float: left; }
.alignright { float: right; }

/* existing CSS */

a.topExtrapages { text-decoration: none; }
a.topExtrapages:hover { text-decoration: underline; }
a.topLanguages:hover { text-decoration: underline; }
a.topLanguages { text-decoration: none; }
a.menuExtrapages:hover { color: #ff0000; }
a.menuExtrapages { margin: 0px; text-decoration: none; background-image: url(box4.gif); background-repeat: no-repeat; width: 145px; line-height: 27px; float: left; 	padding-top: 0px; padding-right: 0; padding-bottom: 0px; padding-left: 35px; }
.menuLoginheader { color: #2d4b4c; font-weight: bold; }
.menuLogin { font-weight: normal; }
a.menuLogin:hover { text-decoration: underline; font-weight: normal; }
a.menuLogin { text-decoration: none; font-weight: normal; }
.menuShoppingcart { height: 40px; color:#2d4b4c; margin: 0px; width: 145px; padding-right: 145px; background: url(box3.gif) no-repeat; font-family: arial; font-size: 12px; line-height: 32px; font-weight: bold; vertical-align: middle; float: left; padding-top: 0px; padding-left: 10px; }
a.menuShoppingcart:hover { text-decoration: underline; font-weight: normal; }
a.menuShoppingcart { text-decoration: none; font-weight: bold; }
.menuShoppingcartitemheader { font-style: italic; }
.menuShoppingcartitem { font-weight: normal; color:#2d4b4c; font-size:12px; text-align:center; }
td.menuShoppingcartitem { text-align: right; vertical-align: top; }
.menuShoppingcartempty { font-weight: normal; color:#2d4b4c; padding:15px 5px 0 5px; text-align:center; }
td.menuShoppingcartempty { }
.menuSearchheader { font-weight: bold; }
.menuSearch { font-weight: normal; }
a.menuSearch:hover { text-decoration: underline;	font-weight: normal; }
a.menuSearch { text-decoration: none; font-weight: normal; }
.menuNewsletterheader { margin: 0px; height: 40px; color:#fff; margin: 0px; width: 145px; padding-right: 145px; background: url(box3.gif); background-repeat: no-repeat; font-family: arial; font-size: 12px; line-height: 32px; font-weight: bold;	vertical-align: middle;	float: left; padding-top: 0px; padding-left: 10px; }
.menuNewsletter { font-weight: normal; }
.bottomExtrapages {
	font-weight: normal;
	color: #577f72;
}
a.bottomExtrapages:hover { text-decoration: none; font-weight: bold; color: #577f72; }
a.bottomExtrapages { text-decoration: none; font-weight: normal; }
p.bottomExtrapages { text-align: right; }
.bottomFootertext { text-decoration: none; font-weight: normal; }
p.bottomFootertext { text-align: right; }
.pageWelcomeheader { display: block; padding: 0; height: 46px; color:#577f72; font-size: 16px; font-weight: bold; text-transform: uppercase; line-height: 46px; }
.pageWelcome { text-decoration: none; color: #2d4b4c; font-weight: normal; }
.pageAttentionarticlesheader { display: block; padding: 0; padding-left: 20px; height: 46px; color: #2d4b4c; font-size: 14px; font-weight: normal; text-transform: uppercase; line-height: 46px;  }
.pageAttentionarticles { text-decoration: none; font-weight: normal; }
a.pageAttentionarticles:hover { text-decoration: underline; font-weight: normal; }
a.pageAttentionarticles { text-decoration: none; font-weight: normal; }
img.pageAttentionarticles { border: 0px;	 margin-bottom: 10px; margin-right: 10px; }
.pagePromotionarticlesheader { display: block; padding: 0; padding-left: 20px; height: 46px; color: #2d4b4d; font-size: 14px; font-weight: normal; text-transform: uppercase; line-height: 46px; }
.pagePromotionarticles { text-decoration: none; font-weight: normal; }
a.pagePromotionarticles:hover { text-decoration: underline; font-weight: normal; }
a.pagePromotionarticles { text-decoration: none; font-weight: normal; }
img.pagePromotionarticles { border: 0px;	 margin-bottom: 10px; margin-right: 10px; }
.pageProductlistingheader {
	text-decoration: none;
	color: #2d4b4c;
	font-weight: bold;
	font-size: 14px;
}
.pageProductlistingcurgroupstruct { text-decoration: none; color: #2d4b4c; font-weight: normal; }
a.pageProductlistingcurgroupstruct:hover { text-decoration: underline; color: #577F72; font-weight: normal; }
a.pageProductlistingcurgroupstruct {	text-decoration: none; font-weight: normal; }
.pageProductlisting { text-decoration: none; color: #2d4b4c; font-weight: bold; }
a.pageProductlisting:hover { text-decoration: underline; color: #577f72; font-weight: normal; }
a.pageProductlisting { color: #2d4b4c; text-decoration: none; font-weight: normal; }
img.pageProductlisting { border: 0px; margin-bottom: 10px; margin-right: 10px; }
img.pageProductlistinggroupimage { border: 0px; vertical-align: text-top; padding: 5px; margin-bottom: 10px; margin-right: 10px; }
.pageProductlistingsubgroup { text-decoration: none; color: #2d4b4c; font-weight: normal; }
a.pageProductlistingsubgroup:hover { text-decoration: underline; color: #577f72;  font-weight: normal; }
a.pageProductlistingsubgroup { text-decoration: none; color: #2d4b4c; font-weight: normal; }
ul.pageProductlistingsubgroup { }
	li.pageProductlistingsubgroup { }
.pageProductlistingpages { text-decoration: none; color: #2d4b4c; font-weight: bold; }
a.pageProductlistingpages:hover { text-decoration: underline; color: #577f72; font-weight: normal; }
a.pageProductlistingpages { text-decoration: none; font-weight: normal; }
a.pageProductlistingpagesprevious:hover { text-decoration: underline; font-weight: normal; }
a.pageProductlistingpagesprevious { text-decoration: none; font-weight: normal; }
a.pageProductlistingpagesnext:hover { text-decoration: underline; font-weight: normal; }
a.pageProductlistingpagesnext { text-decoration: none; font-weight: normal; }
.article {
	text-decoration: none;
	color: #2d4b4c;
	font-weight: normal;
}
a.article:hover { text-decoration: underline; color: #2d4b4c; font-weight: normal; }
a.article { text-decoration: none; color: #2d4b4c; font-weight: normal; }
img.article { border: 0px; vertical-align: text-top; float: left; margin-bottom: 10px; margin-right: 10px; }
img.articleNofloat { border: 0px; vertical-align: text-top; 	margin-bottom: 5px; margin-right: 10px; }
.articleDescription { text-decoration: none; color: #2d4b4c; font-weight: normal; }
a.articleDescription:hover { text-decoration: none; color: #463614; font-weight: bold; }
a.articleDescription { text-decoration: none; color: #2d4b4c;  font-weight: normal; }
.articlePrice { text-decoration: none; color: #577f72;  font-weight: bold; }
.articlePriceseccurr { text-decoration: none; font-weight: bold; }
.articlePricerecommended { text-decoration: none; font-weight: bold; font-style: italic; }
.articlePriceecotaxes { text-decoration: none; font-style: italic; }
.pageProductheader { text-decoration: none; color: #2d4b4c; font-weight: bold; }
.articleRelatedartocleheader { text-decoration: none; color: #2d4b4c; font-weight: bold; }
.articleCrossmarketingheader { text-decoration: none; font-weight: bold; }

.pageCartheader { text-decoration: none;	font-weight: bold; }
td.pageCartheader { text-decoration: none; font-weight: bold; text-align: left; }
td.pageCartheaderright { text-decoration: none; font-weight: bold; text-align: right; }
.pageCart { text-decoration: none; }
a.pageCart {	text-decoration: none; font-weight: normal; }
a.pageCart:hover { text-decoration: underline; font-weight: normal; }
table.pageCart { text-decoration: none; width: 95%; }
td.pageCart { text-decoration: none; text-align: left; }
td.pageCartright { text-decoration: none; text-align: right; }
td.pageCartcenter { text-decoration: none; text-align: center; }
.pageCartsteps { text-decoration: none; }
.pageCartstepscurrentstep { text-decoration: none; font-weight: bold; }
.pageStandardheader { text-decoration: none; color: #463614; font-weight: bold; }
.pageStandard { text-decoration: none; }
.pageStandardmarked { text-decoration: none; background-color: yellow; }
table.pageStandard { text-decoration: none; width: 95%; }
td.pageStandard { text-decoration: none; text-align: left; }
td.pageStandardheader { text-decoration: none; color: #463614; text-align: left; font-weight: bold; }
td.pageStandardcenter { text-decoration: none; text-align: center; }
td.pageStandardright { text-decoration: none; text-align: right; }
td.pageStandardgray { text-decoration: none; text-align: left; background-color: #CCCCCC; }
a.pageStandard:hover { text-decoration: underline; color: #577f72; font-weight: normal; }
a.pageStandard { text-decoration: none; font-weight: normal; }
.error { text-decoration: none; color: #A54823; text-align: center; }
.h1neutral {
  color: #463614;
  font-weight: bold;
  font-size: 12px;
  padding: 0;
  display: inline;
  background-image: none;
}
.h1neutral a{
  color: #463614;
  text-decoration: underline;
  background-image: none;
}
.h1neutral a:hover{
  color: #463614;
  text-decoration: none;
  background-image: none;
}
.h2neutral {
  color: #463614;
  font-weight: normal;
  font-size: 12px;
  display: inline;
  background-image: none;
}
.h2neutral a{
  color: #577f72;
  text-decoration: underline;
  background-image: none;
}
.h2neutral a:hover{
  color: #577f72;
  text-decoration: none;
  background-image: none;
}
.artlcompdisplay {
  display: inline;
  float: left;
  overflow: hidden;
  width: 226px;
  height: 355px;
  margin: 0 5px 5px 0;
  padding: 5px 3px;
  text-align: center;
}
.submenulvl2 {
  padding-left: 2ex;
}
.submenulvl3 {
  padding-left: 4ex;
}
