/*------------------------ ALGEMEEN ------------------------------*/
*
{
	margin: 0 auto;
	padding: 0;
}
BODY
{
	background: #FFF url(bg.jpg) repeat-x center top;
	color: #2C02D3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
/*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector*/
}
A IMG
{
	border: 0;
}
#container
{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.container_bg
{
	display: block;
	width: 1157px;
	height: 600px;
	z-index: -1;
	background: url(container_bg.jpg) no-repeat center top;
	position: absolute;
	left: -135px;
	top: 0;
}
#header
{
	display: block;
	width: 900px;
	height: 324px;
	position: relative;
}
.language
{
	position: absolute;
	right: 10px;
	top: 5px;
}
.logo
{
	margin: 10px 0 0;
}
#menu
{
	display: block;
	width: 900px;
	height: 49px;
	background: url(menu.jpg) no-repeat top center;
	position: absolute;
	left: 0;
	bottom: 0;
}
#menu UL
{
	display: block;
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	width: 600px;
	height: 49px;
}
#menu LI
{
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 49px;
}
#menu LI A
{
	padding: 11px 15px 11px 9px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background: url(menu_item.png) no-repeat center right;
}
#menu LI A:hover
{
	color: #FFF;
	background: #4BD;
}
#menu LI SPAN
{
	display: block;
	float: left;
	width: 6px;
	background: url(menu_item.png) no-repeat center left;
}
#menu FORM
{
	display: block;
	float: right;
	margin: 0 20px 0 0;
	width: 250px;
	height: 49px;
	line-height: 49px;
	background: url(menu_item.png) no-repeat center right;
}
#menu INPUT.text
{
	width: 100px;
	margin: 0 0 0 10px;
	padding: 3px 5px;
	border: 1px solid #1C259E;
	color: #333;
	font-size: 11px;
}
#menu INPUT.search
{
	border: 0;
	background: url(button01.png) no-repeat center center;
	margin-left: 2px;
	padding: 6px 18px;
	color: #FFF;
	font-size: 12px;
}
#menu INPUT.login
{
	height: 22px;
	color: #FFF;
	font-size: 12px;
	background: url(menu_item.png) no-repeat center right;
	border: 0;
}
#contents
{
	display: block;
	clear: both;
	padding: 0;
	padding-top: 20px;
	width: 900px;
	height: auto;
	overflow: hidden;
	background: url(content_top.jpg) no-repeat top center;
}
#sidebar
{
	display: block;
	float: left;
	width: 250px;
	height: auto;
}
.sidebar_top
{
	display: block;
	width: 250px;
	height: 9px;
	background: url(sidebar_top.png) no-repeat top center;
}
.sidebar_content
{
	display: block;
	width: 250px;
	height: auto;
	overflow: hidden;
	background: url(sidebar_bg.png) repeat-y top center;
}
.sidebar_bottom
{
	display: block;
	width: 250px;
	height: 9px;
	background: url(sidebar_bottom.png) no-repeat bottom center;
}
.bot_left_corner
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 9px;
	height: 9px;
	background: url(rounded_corners.png) no-repeat 0 -9px;
	z-index: 3;
}
.bot_right_corner
{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 9px;
	height: 9px;
	background: url(rounded_corners.png) no-repeat -9px -9px;
	z-index: 3;
}
.top_left_corner
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 9px;
	background: url(rounded_corners.png) no-repeat 0 0;
	z-index: 3;
}
.top_right_corner
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 9px;
	background: url(rounded_corners.png) no-repeat -9px 0;
	z-index: 3;
}
#sidebar .box
{
	display: block;
	margin: 0 auto 10px;
	padding: 10px 0;
	width: 230px;
	height: auto;
	background: #EEF9FB url(box_bg.jpg) no-repeat top left;
	position: relative;
}
#sidebar .box H3
{
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	background: transparent url(sidebar_h3.png) no-repeat top center;
}
#sidebar .box H3 A
{
	color: #FFF;
	text-decoration: none;
}
#sidebar .box H3 A:hover
{
	text-decoration: underline;
}
#sidebar UL
{
	margin: 15px;
	list-style: none;
}
#sidebar LI
{
}
#sidebar LI A
{
	display: block;
	padding: 10px 8px 10px 35px;
	background: url(list_item.png) no-repeat 10px center;
	color: #0B08AF;
	text-decoration: none;
}
#sidebar LI A:hover
{
	color: #173BF6;
	background: #CEF url(list_item.png) no-repeat 10px center;
}
#sidebar FORM
{
	margin: 0 15px 20px;
}
#sidebar FORM LABEL
{
	margin: 5px 0;
	width: 100%;
	color: #FFF;
}
#sidebar FORM INPUT
{
	margin: 5px 0;
	width: 100%;
	border: 1px solid #568D0C;
}
#sidebar .login1
{
	margin: 0 auto;
	width: 84px;
}
#sidebar INPUT.login
{
	height: 22px;
	color: #FFF;
	font-size: 12px;
	background: url(button01.png) no-repeat bottom center;
	border: 0;
}
#sidebar .txt
{
	color: #FFF;
	margin: 0 15px;
}
#sidebar P
{
	margin: 10px;
}
#sidebar .list-item
{
	display: block;
	padding: 10px 8px 10px 35px;
	background: url(list_item.jpg) no-repeat center left;
	color: #000;
}
#mainContent
{
	margin: 0;
	overflow: hidden;
	padding: 0 10px;
}
#specials
{
	display: block;
	margin: 0 auto 20px;
	width: 620px;
	height: 166px;
	background: url(specials_bg.png) no-repeat top left;
	text-align: center;
}
#specials IMG
{
	margin: 10px auto;
}
#mainContent H1
{
	clear: both;
}
.welcome_box
{
	display: block;
	padding: 20px 30px;
	background: url(hr.jpg) no-repeat top left;
	text-align: center;
	font-size: 14px;
	color: #333;
}
.welcome_box H1
{
	margin: 5px 0;
	font-weight: normal;
	font-size: 24px;
	font-family: Arial, sans-serif;
}
/*addons*/
.hold_bg
{
	display: block;
	clear: both;
	margin: 0 0 20px;
	padding: 10px;
	width: 100%;
	height: 100px;
	overflow: hidden;
	text-align: center;
	background: url(hold_bg.jpg) repeat-x top center;
}
.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: #000;
	padding: 10px;
}
.hold_family A
{
	text-decoration: underline;
	color: #000;
	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;
	margin: 10px auto 0;
	width: 1000px;
	height: auto;
	color: #0B08AF;
	background: #FFF url(footer_bg.jpg) no-repeat top center;
	overflow: hidden;
}
#footer .divleft
{
	width: 430px;
	padding: 40px 0 0 70px;
	float: left;
	text-align: left;
}
.divleft IMG
{
	vertical-align: middle;
}
#footer .divright
{
	width: 430px;
	padding: 40px 70px 0 0;
	float: right;
	text-align: right;
	line-height: 18px;
}
.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
{
	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: #333;
	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: #333;
	font-size: 12px;
	text-align: center;
}
TD.menuShoppingcartitem
{
	text-align: right;
	vertical-align: top;
}
.menuShoppingcartempty
{
	font-weight: normal;
	color: #41F;
	padding: 15px 5px 0;
	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;
}
A.bottomExtrapages:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #FFF;
}
A.bottomExtrapages
{
	text-decoration: none;
	font-weight: normal;
}
P.bottomExtrapages
{
	text-align: center;
}
.bottomFootertext
{
	text-decoration: none;
	font-weight: normal;
}
P.bottomFootertext
{
	text-align: center;
}
.pageWelcomeheader
{
	display: block;
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	height: 34px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 32px;
	background: url(h2.jpg) no-repeat top left;
}
.pageWelcome
{
	text-decoration: none;
	font-weight: normal;
}
.pageAttentionarticlesheader
{
	display: block;
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	height: 34px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 32px;
	background: url(h2.jpg) no-repeat top left;
}
.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 solid #000000;
	margin-bottom: 10px;
	margin-right: 10px;
}
.pagePromotionarticlesheader
{
	display: block;
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	height: 34px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 32px;
	background: url(h2.jpg) no-repeat top left;
}
.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 solid #000000;
	margin-bottom: 10px;
	margin-right: 10px;
}
.pageProductlistingheader
{
	text-decoration: none;
	font-weight: bold;
}
.pageProductlistingcurgroupstruct
{
	text-decoration: none;
	font-weight: normal;
}
A.pageProductlistingcurgroupstruct:hover
{
	text-decoration: underline;
	font-weight: normal;
}
A.pageProductlistingcurgroupstruct
{
	text-decoration: none;
	font-weight: normal;
}
.pageProductlisting
{
	text-decoration: none;
	font-weight: normal;
}
A.pageProductlisting:hover
{
	text-decoration: underline;
	font-weight: normal;
}
A.pageProductlisting
{
	text-decoration: none;
	font-weight: normal;
}
IMG.pageProductlisting
{
	border: 0px solid #000000;
	margin-bottom: 10px;
	margin-right: 10px;
}
IMG.pageProductlistinggroupimage
{
	border: 0px solid #000000;
	vertical-align: text-top;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.pageProductlistingsubgroup
{
	text-decoration: none;
	font-weight: normal;
}
A.pageProductlistingsubgroup:hover
{
	text-decoration: underline;
	font-weight: normal;
}
A.pageProductlistingsubgroup
{
	text-decoration: none;
	font-weight: normal;
}
UL.pageProductlistingsubgroup
{
}
LI.pageProductlistingsubgroup
{
}
.pageProductlistingpages
{
	text-decoration: none;
	font-weight: bold;
}
A.pageProductlistingpages:hover
{
	text-decoration: underline;
	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;
	font-weight: normal;
}
A.article:hover
{
	text-decoration: underline;
	font-weight: normal;
}
A.article
{
	text-decoration: none;
	font-weight: normal;
}
IMG.article
{
	border: 0px solid #000000;
	vertical-align: text-top;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
IMG.articleNofloat
{
	border: 0px solid #000000;
	vertical-align: text-top;
	margin-bottom: 10px;
	margin-right: 10px;
}
.articleDescription
{
	text-decoration: none;
	font-weight: normal;
}
A.articleDescription:hover
{
	text-decoration: underline;
	font-weight: normal;
}
A.articleDescription
{
	text-decoration: none;
	font-weight: normal;
}
.articlePrice
{
	text-decoration: none;
	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;
	font-weight: bold;
}
.articleRelatedartocleheader
{
	text-decoration: none;
	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;
	color: #FF0000;
}
.pageStandardheader
{
	text-decoration: none;
	font-weight: bold;
}
.pageStandard
{
	text-decoration: none;
}
.pageStandardmarked
{
	text-decoration: none;
	background-color: #FFFF00;
}
TABLE.pageStandard
{
	text-decoration: none;
	width: 95%;
}
TD.pageStandard
{
	text-decoration: none;
	text-align: left;
}
TD.pageStandardheader
{
	text-decoration: none;
	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;
	font-weight: normal;
}
A.pageStandard
{
	text-decoration: none;
	font-weight: normal;
}
.error
{
	text-decoration: none;
	color: #FF0000;
	text-align: center;
}
.h1neutral
{
	color: #080FAF;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	display: inline;
	background-image: none;
}
.h1neutral A
{
	color: #000000;
	text-decoration: underline;
	background-image: none;
}
.h1neutral A:hover
{
	color: #000000;
	text-decoration: none;
	background-image: none;
}
.h2neutral
{
	color: #2201A6;
	font-weight: normal;
	font-size: 12px;
	display: inline;
	background-image: none;
}
.h2neutral A
{
	color: #000000;
	text-decoration: underline;
	background-image: none;
}
.h2neutral A:hover
{
	color: #000000;
	text-decoration: none;
	background-image: none;
}
.artlcompdisplay
{
	display: inline;
	float: left;
	overflow: hidden;
	width: 190px;
	height: 300px;
	margin: 0 10px 10px 0;
	padding: 10px 3px;
	text-align: center;
}
.submenulvl2
{
	padding-left: 2ex;
}
.submenulvl3
{
	padding-left: 4ex;
}
