/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}



/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
body {font:13px verdana, arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}

/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/


body {
	background-image: url(http://www.waterpik.nl/shop/images/default/blu_bck.gif);
	background-repeat: repeat-x;
	background-color: #6284b2;
	text-align: center;
}

#siteContainer{
	position: relative;
	width: 933px;
	margin:auto;
	background-image: url(http://www.waterpik.nl/shop/images/default/body_bck.gif);
	background-repeat: repeat-y;
}

h1{
	color: #25457e;
	font-size: 190%;
	font: Arial;


}
h2{
	color: #00008B;
	font-size: 136%;
}
h3 {
	font: 200% Arial, sans-serif;
	color: #fff;
	position: absolute;
	top: -48px;
	right: 20px;
}


#site_content h1 {
	font: 200% Arial, sans-serif;
	color: #fff;
	position: absolute;
	top: -48px;
	right: 20px;
}

#right_col h1 {
	font: 190% Arial, sans-serif;
	color: #25457e;
	position:relative;
	top: 0px;
	right: 0px;
}


#right_col h3 {
	font: 200% Arial, sans-serif;
	color: #25457e;
	position:relative;
	top: 0px;
	right: 0px;
}

strong{
	font-weight: bold;
}

#left_nav {
	width: 280px;
	height: 620px;
	display: block;
	float: left;
	position: relative;
	border: 0px solid black;
	z-index: 99;
}
	
#nav_side {
	position: absolute;
	/*top: 5px;  Holiday */
	top: -40px;
	left: 34px;
	border: 2px solid #a2bce1;
	width: 248px;
	height: 457px;
	background-color: White;
	z-index: 98;
}	


a:link, a:visited {
	color: #191970;
	text-decoration: none;
}
	
a:active, a:hover, a:focus	{
	color: #0000CD;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
 /* background: #b6b7cb;*/
}

.infoBoxContents {
 /* background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;*/
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #fff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #fff;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/*
font-size:77%;  renders 10px
font-size:85%;  renders 11px 
font-size:100%; renders 13px   
font-size:107%; renders 14px  
font-size:122%;  renders 16px  
font-size:136%; renders 18px  
*/

/* Site-Wide Elements */

	
#b_rain_show a:link, #b_rain_show a:visited {
background-image: url(http://www.waterpik.nl/shop/images/default/b_rain_show.gif);
background-repeat: no-repeat;
width: 216px;
height: 32px;
display: block;
position:relative;
margin-left:19px;
margin-top: 5px;

	
}
#b_rain_show a:hover, #b_rain_show a:focus{
	background-image: url(http://www.waterpik.nl/shop/images/default/b_rain_showON.gif);
background-repeat: no-repeat;
width: 216px;
height: 32px;
display: block;
}	


#b_handheld a:link, #b_handheld a:visited {
background-image: url(http://www.waterpik.nl/shop/images/default/b_handheld.gif);
background-repeat: no-repeat;
width: 216px;
height: 32px;
display: block;
position:relative;
margin-left:19px;
margin-top: 5px;

	
}
#b_handheld a:hover, #b_handheld a:focus{
	background-image: url(http://www.waterpik.nl/shop/images/default/b_handheldON.gif);
background-repeat: no-repeat;
width: 216px;
height: 32px;
display: block;
}	


#b_fixed_mount a:link, #b_fixed_mount a:visited {
background-image: url(http://www.waterpik.nl/shop/images/default/b_fixed_mount.gif);
background-repeat: no-repeat;
width: 216px;
height: 32px;
display: block;
position:relative;
margin-left:19px;
margin-top: 5px;

	
}
#b_fixed_mount a:hover, #b_fixed_mount a:focus{
	background-image: url(http://www.waterpik.nl/shop/images/default/b_fixed_mountON.gif);
background-repeat: no-repeat;
width: 216px;
height: 32px;
display: block;
}	
	




#b_counter_dental a:link, #b_counter_dental a:visited {
background-image: url(http://www.waterpik.nl/shop/images/default/b_counter_dental.gif);
background-repeat: no-repeat;
width: 216px;
height: 32px;
display: block;
position:relative;
margin-left:19px;
margin-top: 5px;

	
}
#b_counter_dental a:hover, #b_counter_dental a:focus{
	background-image: url(http://www.waterpik.nl/shop/images/default/b_counter_dentalON.gif);
background-repeat: no-repeat;
width: 216px;
height: 32px;
display: block;
}	






#b_cordless_dental a:link, #b_cordless_dental a:visited {
background-image: url(http://www.waterpik.nl/shop/images/default/b_cordless_dental.gif);
background-repeat: no-repeat;
width: 216px;
height: 32px;
display: block;
position:relative;
margin-left:19px;
margin-top: 5px;

	
}
#b_cordless_dental a:hover, #b_cordless_dental a:focus{
	background-image: url(http://www.waterpik.nl/shop/images/default/b_cordless_dentalON.gif);
background-repeat: no-repeat;
width: 216px;
height: 32px;
display: block;
}	

#b_sonic a:link, #b_sonic a:visited {
background-image: url(http://www.waterpik.nl/shop/images/default/b_sonic.gif);
background-repeat: no-repeat;
width: 216px;
height: 32px;
display: block;
position:relative;
margin-left:19px;
margin-top: 5px;

	
}
#b_sonic a:hover, #b_sonic a:focus{
	background-image: url(http://www.waterpik.nl/shop/images/default/b_sonicON.gif);
background-repeat: no-repeat;
width: 216px;
height: 32px;
display: block;
}	

#b_auto_flosser a:link, #b_auto_flosser a:visited {
background-image: url(http://www.waterpik.nl/shop/images/default/b_auto_flosser.gif);
background-repeat: no-repeat;
width: 216px;
height: 32px;
display: block;
position:relative;
margin-left:19px;
margin-top: 5px;

	
}
#b_auto_flosser a:hover, #b_auto_flosser a:focus{
	background-image: url(http://www.waterpik.nl/shop/images/default/b_auto_flosserON.gif);
background-repeat: no-repeat;
width: 216px;
height: 32px;
display: block;
}	

#b_waterpik_access a:link, #b_waterpik_access a:visited {
background-image: url(http://www.waterpik.nl/shop/images/default/b_waterpik_access.gif);
background-repeat: no-repeat;
width: 216px;
height: 32px;
display: block;
position:relative;
margin-left:19px;
margin-top: 5px;

	
}
#b_waterpik_access a:hover, #b_waterpik_access a:focus{
	background-image: url(http://www.waterpik.nl/shop/images/default/b_waterpik_accessON.gif);
background-repeat: no-repeat;
width: 216px;
height: 32px;
display: block;
}	













	
a:link, a:visited {
	color: #191970;
}
	
a:active, a:hover, a:focus	{
	color: #0000CD;
}
	
#hp_site_content {/* HOME PAGE ELEMENT */
	margin: 0px;
}		
	
#hp_shopnow-button {/* HOME PAGE only ELEMENT */
	position: absolute;
	top: 175px;
	left: 610px;
}	

#site_content{ 
	float: right;
	margin-right: 10px;
	width: 620px;
	border: 0px solid red;
	text-align:left;
}	
#hp_main{ 
	position: absolute;
	top: -90px;
	left:5px;
	width: 923px;
	height: 530px;
	border: 0px solid red;
	background-image: url(http://www.waterpik.nl/shop/images/default/hp_main_0609.jpg);
	background-repeat: no-repeat;
	
}	

#hp_main_title {
	position: absolute;
	top: 234px;
	left: 585px;
	width: 218px;
	height: 55px;
	border: 0px solid red;
}


#hp_main_desc {
	position: absolute;
	top: 292px;
	left: 585px;
	width: 340px;
	height: 82px;
	
}

#hp_main_price {
	position: absolute;
	top: 390px;
	left: 600px;
	width: 200px;
	height: 25px;
	border: 0px solid red;
	background-image: url(http://www.waterpik.nl/shop/images/default/hp_main_pricejul08.png);
	background-repeat: no-repeat;
}

#hp_main_details a:link, #hp_main_details  a:visited{
	background-image: url(http://www.waterpik.nl/shop/images/default/hp_main_details.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 385px;
	left: 790px;
	width: 72px;
	height: 24px;
	border: 0px solid red;
}
#hp_main_details a:hover, #hp_main_details  a:focus{
	background-image: url(http://www.waterpik.nl/shop/images/default/hp_main_detailsON.gif);
	background-repeat: no-repeat;
	position: absolute;
top: 385px;
	left: 790px;
	width: 72px;
	height: 24px;
	border: 0px solid red;
}


#best_seller a:link, #best_seller  a:visited{
	position: absolute;
	top: 408px;
	left: 329px;
	width: 323px;
	height: 175px;
	border: 0px solid red;
	background-image: url(http://www.waterpik.nl/shop/images/default/hp-promos/best_sellers0906.png);
	background-repeat: no-repeat;
}




#best_seller a:hover, #best_seller a:focus{
	position: absolute;
	top: 408px;
	left: 329px;
	width: 323px;
	height: 175px;
	border: 0px solid red;
	background-image: url(http://www.waterpik.nl/shop/images/default/hp-promos/best_sellers0906-ON.png);
	background-repeat: no-repeat;
}




#hp_promo a:link, #hp_promo  a:visited{
	position: absolute;
	top: 402px;
	left: 652px;
	width: 247px;
	height: 181px;
	border: 0px solid red;
	background-image: url(http://www.waterpik.nl/shop/images/default/hp-promos/promo2.png);
	background-repeat: no-repeat;
}




#hp_promo a:hover, #hp_promo a:focus{
	position: absolute;
	top: 402px;
	left: 652px;
	width: 247px;
	height: 181px;
	border: 0px solid red;
	background-image: url(http://www.waterpik.nl/shop/images/default/hp-promos/promo2ON.png);
	background-repeat: no-repeat;
}



#site_content_txt{
	margin-right:20px;
}		

ol li{
	Padding:0.2em 0 0 1.7em;
}

.content_seperator{ /* This one would be used for fancy backgrounds and dividers*/
	position: relative;
	clear: both;
	display: block;
	
	width: 100%;
	height: 1em;
	margin: 1px auto;
	border: 0px solid Black;
}	
.content_seperator-simple{  /* This one would be used for SIMPLE backgrounds and dividers*/
	position: relative;
	clear: both;
	display: block;
	width: 854px;
	height: 0px;
	margin: 0px auto;
	font-size: 0px;
}

.breadcrumb {
	position:absolute;
	top: -30px;
	left: 305px;
	font-family: verdana, arial, sans-serif; 
	font-size: 11px; 
	display: block; 
	color: #1f4a88;
	padding-bottom:15px;
	width:550px;
	height:30px;
}

.breadcrumb a:link, .breadcrumb a:visited{
	color: #191970;
	text-decoration: none;
}

.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus{
	color: #191970;
	text-decoration: underline;
}

.breadcrumb strong{
	font-weight:bold;
	color: #8B0000;
}

.pagecount {
	display: block;
	float:left;
	text-align: right;
	width: 98%;
	height: 50px;
	margin-top: 15px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	
	
}

/*.pagecount img {
position:relative;
	padding-top: 10px;
}*/
.pagecount a:link, .pagecount a:visited {
	position: relative;
	display: inline;
	color: #000;
	line-height: 35px;
	text-decoration: none;
	border: 1px solid #e5e5e5;
	font-size: 85%;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	margin:1px;
	
}
.pagecount a:hover, .pagecount a:active, .pagecount a:focus {
	color: #8B0000;
	border: 1px solid #e5e5e5;
	padding-left: 10px;
	padding-right: 10px;
	
}
/* Site-Wide Elements end */
	
/* FOOTER begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#footer {
	position: relative;
	clear: both;
	display: block;
	margin: auto;
	width: 912px;
	height: 72px;
	border: 0px solid purple;
	color: white;
	
}


 #footer_copyright{
	position: absolute;
	top: -20px;
  	display: block;
  	margin: auto;
	width: 912px;
	height: 72px;
	background-image: url(http://www.waterpik.nl/shop/images/default/footer_bck.gif);
	background-repeat: repeat-x;
  	border: 0px solid #000;
	font: normal normal normal 85% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #002b54;
	border: 0px solid red;
}




#nav_btm a:link, #nav_btm a:visited {
	font-family: tahoma,arial, sans-serif; 
	font-size: 95%; 
	color: #a2caff; 
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5em;
	border-right: 1px solid White;
	text-decoration: none;
}
#nav_btm a:hover, #nav_btm a:focus{
	color: #fff;
	text-decoration: underline;
}




#promo{
	position: relative;
	left: 34px;
	top: 440px;
	border: 2px solid #a2bce1;
	width: 248px;
	height: 136px;

}

#promo #emailAddress{
	position: absolute;
	top:75px;
	height: 1.2em;
	width: 200px;
	color: #666;
	font-size: 85%;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-left: 20px;
}
#promo #emailAddress_button{
	position: absolute;
	top:100px;
	left: 150px;
}


#privacy {
	 position: absolute;
	 top: 100px;
	 left: 20px;
	 font-size: 85%;
	 text-decoration: none;
}

#privacy a {
	text-decoration: none;
	color: #595959;
	padding-left: 5px;
	font-size: 95%;
}

#privacy a:hover {
	text-decoration: underline;
	color: #595959;
}


#hackersafe{
	border-right:0px none !important; 
	padding-top:5px;
}

/* Footer Ends*/

/* Header begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#header {
  position: relative;
  width: 933px;
  height:	163px;
  display: block;
  margin: auto;
  font: normal normal  85% Arial, Helvetica, sans-serif;
  background-image: url(http://www.waterpik.nl/shop/images/default/header_bk_grad.gif);
  background-repeat: repeat-x;
  border: 0px solid red;
  

}
#header_bdr_left {
	background-image: url(http://www.waterpik.nl/shop/images/default/header_border.gif);
	background-repeat: no-repeat;
	float:left;
	width: 16px;
	height: 163px;
}
#header_bdr_right {
	background-image: url(http://www.waterpik.nl/shop/images/default/header_border.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 928px;
	top: 0px;
	width: 16px;
	height: 163px;
}
#logo {
  position: absolute;
  top: 0px;
  left: 33px;
}

#search {
	float: right;
	margin-top: 60px;
	margin-right: 0px;
	width: 150px;
	height: 25px;
}

#searchBox{
	width: 97px;
	border: 1px solid #000;
	padding: 0 0.3em;
	height: 21px;
margin-right:5px;
}
/*
#searchForm #go {
	width: 25px;
	position:absolute;
left:150px;
top:-5px;
}

#searchForm div{
	
	float: left;
	
}*/
#searchForm input{
	
	float: left;
	
}
#store_nav {
	display: inline;
	position: absolute;
	top: 0px;
	left: 400px;
	width: 500px;
	border: 0px solid red;
}


#go a:link, #go a:visited {
	Display:block;
	background-image: url(/images/b_go.gif);
	background-repeat: no-repeat;
	width: 28px;
	height:22px;
	background-color: transparent;
	margin-left:5px;
}
#go a:hover, #go a:focus {
	background: url(/images/b_goOn.gif) ;
}

#b_contact a:link, #b_contact a:visited,
#b_cart a:link, #b_cart a:visited,
#b_ccare a:link, #b_ccare a:visited,
#b_ordertracking a:link, #b_ordertracking a:visited
{
	text-align: center;
	float: right;
	display: inline;
	width: 100px;
	height: 1.5em;
	color: #fff; 
	text-decoration: none;
	padding: 0 0 0 0;
	border: 0px solid red;
}

#b_contact a:hover, #b_contact a:focus, 
#b_cart a:hover, #b_cart a:focus, 
#b_ccare a:hover, #b_ccare a:focus,
#b_ordertracking a:hover, #b_ordertracking a:focus{
	text-decoration: underline;
	color: #fff;
}

#b_cart a, #b_ccare a, #b_ccare a, #b_ordertracking a{
	border-right:1px solid #fff;
}




#menu_bk{
  position: relative;
  width: 854px;
  display: block;
  margin: auto;
  border: 1px solid #000;
  z-index: 2;
}


/* items used in other stores */
#b_home a:link, #b_home a:visited, #b_home a:hover, #b_home a:focus,  {
	display:none;
}
/* header end */	


/* LEFT NAV begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#navigation {
	margin-top:1px;
	height: 220px;
	border: 0px solid black;
	padding-top: 0px;
	padding-left: 20px;
	font-size: 85%;
}
#navigation li{
	letter-spacing: 0px;
	list-style: none;
	display: block;
	height: 2em;
	line-height: 0px;
}

#navigation li a:link, #navigation li a:visited {
	background: url(/images/header_menu-arrow.gif) no-repeat 10px 45%;
	color: #191970; 
	display: block;
	height: 24px;
	padding-left: 20px;
	padding-top: 5px;
	text-decoration: none;
}

#navigation li a:hover, #navigation li a:focus {
	color: #8B0000;
	display: block;
	height: 24px;
	text-decoration: none;
}



/* Holiday countdown styles */
#holidayShip_message{
		left: 34px;
		position:absolute;
		top:-55px;
		width: 248px;
		display: block;
		background: #FFF url(/images/background-holidayCountdown.gif) no-repeat top;
border:2px solid #A2BCE1;
height: 40px;
z-index: 100;
	}
#holidayShip_image{
		position: absolute;
		top: 5px;
		left: -28px;
	}
	#holidayShip_number{
		position: relative;
		float: left;
		color: #071354; 
		font-size: 175%; 
		font-weight: bolder;
		padding: 1px; 
		margin: 1px;
		text-align: right;
	}
	#holidayShip_textlink{
		position: relative;
		display: block;
		padding-left: 2px;
		margin-top: 5px;
		
	}
	#holidayShip_textlink a:link, #holidayShip_textlink a:visited{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; font-weight: bold; 
		line-height: 1.0em;
		text-decoration: none;
	}
	#holidayShip_textlink a:hover, #holidayShip_textlink a:focus, #holidayShip_textlink a:active{
		text-decoration: underline;
	}
	#holidayShip_arrowlink{
		font-size: 14px;
		margin-left: 3px;
		line-height: 10px;
	}
	#holidayShip_popup_container{
		z-index: 99;
		margin-left:0px !important;
		left:150px !important;
	}
	
	#holidayShip_popup_container table{
		font-size:85% !important;
		z-index: 100;
	}
/* END Holiday countdown styles */


/* left nav end */

/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */



#prod_Dupsell {
	background-image: url(http://www.waterpik.nl/shop/images/default/we_also_detail.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	width: 600px;
	height: 229px;
	border: 0px solid orange;
	margin: auto;
	margin-bottom: 25px;
	margin-top: 50px;
	padding: 0px;
}




#prod_Dupsell h2{
 	font-size: 144%; 
	display: block;
	color: #f67c2a;
 }
 
.btm_section{
	border: 1px solid #000;

	position: relative;
	height: 155px;
	margin-bottom: 40px;
	margin-left:0px;
}

.btm_section_feature1 { /*Used for all the BestSellers and recommended sections */
	display: block;
	float: left;
	width: 282px;
	height: 122px;
	position: relative;
	border-right: 1px dotted Black;
	margin-top: 20px;
}

.btm_section_feature2 { /*Used only on the HP for Feature Product section */
	display: block;
	float: left;
	width: 262px;
	height: 122px;
	position: relative;
	margin-top: 20px;
}


.prodDupsell-img{
	display: block;
	float: left;
	border: 1px solid #000;
	padding: 5px;
	margin: 0px 5px 20px 12px;
}

.prod_Dupsell_text {
	display:block;
	padding: 0px 10px 0px 0px;
	font-size: 77%;
}

.btm_section_feature2 .prodDupsell-img{
	display: block;
	float: left;
	border: 1px solid #000;
	padding: 5px;
	margin: 0px 5px 20px 5px;
}
.btm_section_feature2 .prod_Dupsell_text{
	padding: 0px 5px 0px 0px;
}

.prod_Dupsell_text a:link, .prod_Dupsell_text a:visited{
	font-size: 170%; 
	font-weight:bold;
	text-decoration: none;
	color: #191970; 
}

.prod_Dupsell_text a:hover, .prod_Dupsell_text a:focus, .prod_Dupsell_text a:active{ 
	text-decoration: underline;
	color: #8B0000;
}

.prod_Dupsell_text h4{
	font-weight:bold;
	font-size: 108%;
}

.prod_Dupsell_price {
	position:absolute;
	bottom:20px;
	right:100px;
	display: block;
	font-size: 125%; 
	font-weight:bold;
}

.viewdetails_upsell a:link, .viewdetails_upsell a:visited,
.shopnow_upsell a:link, .shopnow_upsell a:visited  {
	position:absolute;
	bottom:15px;
	right:5px;
	display:block;
	width: 80px;
	height: 23px;
}	

.shopnow_upsell a:link, .shopnow_upsell a:visited  {
	background: transparent url(/images/b_shopnow.gif) no-repeat 0px 0px;
	right:10px;
}
.shopnow_upsell a:hover, .shopnow_upsell a:focus {
	background: transparent url(/images/b_shopnow.gif) no-repeat 0px -28px;
}

.viewdetails_upsell a:link, .viewdetails_upsell a:visited {
	background: transparent url(/images/b_viewdetails.gif) no-repeat 0px 0px;
}	

.viewdetails_upsell a:hover, .viewdetails_upsell a:focus {
	background: transparent url(/images/b_viewdetails.gif) no-repeat 0px -28px;
}

/* BTM upsell stuff ENDS */




/* product detail page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#center_col {
	float: left;
	display: block;
	width: 266px;
	border: 0px solid black;
}

#right_col {
	float: right;	
	width: 302px;
	border: 0px solid black;
	margin-right: 15px;
}

#prod_Dright {
	width: 464px;
	position: relative;
}


#prod_Dimage {
	position: relative;
	width: 200px;
	height: 300px;
}
#prod_Dimage div{
	float:left;
	margin-top: 15px;
}
#prod_Dimage a:link, #prod_Dimage a:visited{
	color: #191970; 
	font-size:85%;
	text-decoration: none;
}
#prod_Dimage a:hover, #prod_Dimage a:active, #prod_Dimage a:focus{
	color: #8B0000;
}

#prod_title{ /* usually attached to an H1 style*/
}	

#item_number{
	display:block;
	padding-bottom: 15px;
	font: 100% arial;
	color: #656565;
}	
	
#info {
	background-image: url(http://www.waterpik.nl/shop/images/default/info_bck.gif);
	background-repeat: repeat-x;
	border: 1px solid #c7d7ed;
	width: 300px;
	height: 94px;
}	
	
#prod_price {
	float: left;
	font-size: 160%; 
	display: block;
	color: #6284b2;
	padding-left: 5px;
	margin-right: 0.5em;
	margin-bottom: 25px;
	margin-top: 5px;
	border: 0px solid red;
}	

#avail {
	float: left;
	position: relative;
	font-size: 85%;
	font-weight: bold;
	color: #656565;
	margin-top: 5px;
	margin-left: 35px;
	border: 0px solid red;
	width: 160px;
}

#prod_status{
	position: absolute;
	top: -5px;
	left: 85px;
	font-size: 100%;
	font-weight: bold;
	color: #7e9d5f;
	margin-top: 5px;
}	

#ship{
	clear: right;
	font-size: 85%;
	color: #000;
	margin-top: 5px;
	font-weight: normal;
}	

#quantity{
	float: left;
	clear: left;
	display: inline;
	margin-left: 10px;
	font-size: 85%;
	font-weight: bold;
	color: #656565;
	width: 280px;
	border: 0px solid red;
}

	

	
#addtocart_detail a:link, #addtocart_detail a:visited {
	display:inline;
	background-image: url(http://www.waterpik.nl/shop/images/default/b_addtocart_detail.gif);
	background-repeat: no-repeat;
	float: right;
	margin-right: 44px;
	width: 119px;
	height: 26px;
}	

#addtocart_detail a:hover, #addtocart_detail a:focus {
	background-image: url(http://www.waterpik.nl/shop/images/default/b_addtocart_detailON.gif);

}

.emailinstock, .emailafriend
{
	background-color: #DEDEDE;
	border : 1px solid #000;
	color: #000;
	font-size: 85%;
	top: 18px;
}
.emailinstock p, .emailafriend p{
	padding: 10px;
}

.emailinstock table, .emailafriend table{
	margin:5px 10px;
}
.emailinstock input, .emailafriend input{
	margin:5px 10px;
}

#prod_Desc {

	font-family: arial,sans-serif;
	font-size: 85%;
	position: relative;
	color: #666;
	display: block;
	padding-top: 15px;
	line-height: 130%;
	
}

#prod_Desc_FB  {
	display:block;
	padding-bottom:20px;
}

/*  Items may not be always used, talk to the Product Administrator */
#prod_Desc_FB h3{
	font-weight: bold;
	color:#eb6408;
}

#prod_Desc_FB td{
	padding: 3px;
	vertical-align: top;
	border-top: 1px dotted #6A6A6A;
}
#prod_Desc_FB table{
	margin-bottom: 10px;
	border-bottom: 1px dotted #6A6A6A;
}
/* END Items may not be always used   */

.prod_downloadbar{
	position: relative;
	clear: both;
	display: block;
	
	width: 854px;
	height: 32px;
	margin: 1px 0px;
	border: 1px solid #000;
}

#downloadtitle,
#b_prod_man a:link, #b_prod_man a:visited,
#b_prod_specsheet a:link, #b_prod_specsheet a:visited{
	text-align: center;
	float: left;
	display: block;
	height: 1.5em;
	color: white;
	text-decoration: none;
	padding: 0.2em 0.7em 0 0.7em;
	margin: 3px 0px;
	
	border-right:1px solid #f3b171;
	border-left:1px solid #d53a0a;
}

#b_prod_man a:hover, #b_prod_man a:focus, #b_prod_man a:active,
#b_prod_specsheet a:hover, #b_prod_specsheet a:focus, #b_prod_specsheet a:active{
	text-decoration: underline;
}

#downloadtitle{
	border-right:1px solid #f3b171;	
	color:black;
	font-weight:bold;
}

#zoom a:link, #zoom a:visited {
	display: block;
	float:left;
	padding: 0 0px 0 1px;
	background: transparent url(http://www.waterpik.nl/shop/images/default/b_enlarge.gif) no-repeat 0 50%;
	width: 64px;
	height: 28px;
}
#zoom a:hover, #zoom a:active{
	display: block;
	float:left;
	padding: 0 0px 0 1px;
	background: transparent url(http://www.waterpik.nl/shop/images/default/b_enlargeON.gif) no-repeat 0 50%;
	width: 64px;
	height: 28px;
}

#prod_print a:link, #prod_print a:visited{
	display: block; 
	float:left;
	padding: 0 0px 0 1px;
	background: transparent url(http://www.waterpik.nl/shop/images/default/b_printpage.gif) no-repeat 0 50%;
	width: 100px;
	height: 28px;
	
}

#prod_print a:hover, #prod_print a:active{
	display: block; 
	float:left;
	padding: 0 0px 0 1px;
	background: transparent url(http://www.waterpik.nl/shop/images/default/b_printpageON.gif) no-repeat 0 50%;
	width: 100px;
	height: 28px;
	
}
#email a:link, #email a:visited{	
	display: block;
	float:left;
	padding: 0 0px 0 0px;
	background: transparent url(http://www.waterpik.nl/shop/images/default/b_emailfriend.gif) no-repeat 0 50%;
	width: 95px;
	height: 28px;
}
#email a:hover, #email a:active{	
	display: block;
	float:left;
	padding: 0 0px 0 0px;
	background: transparent url(http://www.waterpik.nl/shop/images/default/b_emailfriendON.gif) no-repeat 0 50%;
	width: 95px;
	height: 28px;
}



#prod_Desc ul{
	padding: 0;
	margin: 0.6em 0.6em 0em 1.5em;
	list-style: none outside url(http://www.waterpik.nl/shop/images/default/list-image.gif);
}

#prod_Desc li{
	margin-bottom: 2px;
}
#prod_Desc ul ul{
	margin-top:0em;
	list-style: none url(http://www.waterpik.nl/shop/images/default/list-subimage.gif);
}

/* product page end */


/* list page XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

#list_body{
	padding-left:55px;
	
}
.prodlist {
	float: left;
	width: 145px;
	height: 182px;
	margin: 10px 6px 0px 0px;
	position: relative;
	
	font-size:85%;
	border: 1px solid #a2bada;
}


.list_image a {
	display: block; 
	border: 0px solid red;
	width: 105px;
	height: 105px;
	margin-left: 20px;

}

.list_desc a {
	font-size: 13px;

}


.list_desc a:link, .list_desc a:visited {
	color: #4f6b90; 
	display: block; 	
	overflow: hidden;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 16px;
	border: 0px solid red;
	width: 135px;
	height: 40px;
	text-decoration: none;
}

.list_desc  a:hover, .list_desc  a:focus {
	text-decoration: underline;
	color: #6284b2;
}

.list_price {
	font-size:80%;
	font-weight: bold; 
	color: #1d5198; 
	position: absolute;
 	bottom: 0px;
	left: 0px;
	background-color: #e0e8f3;
	width: 135px;
	height: 20px;
	padding-left: 10px;
	padding-top: 10px;
	text-align:left;
}

.list_viewdetails a:link, .list_viewdetails a:visited {
	display:block;
	background: transparent url(http://www.waterpik.nl/shop/images/default/b_details.gif) no-repeat;
	width: 65px;
	height: 22px;
	position: absolute;
 	bottom: 3px;
	right: 6px;
}

.list_viewdetails a:hover, .list_viewdetails a:focus {
	background: transparent url(http://www.waterpik.nl/shop/images/default/b_detailsON.gif) no-repeat;
}
/* list page end */


/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#cart_site_content{

	border: 0px solid purple;
	width: 922px;
	margin: auto;
}

#cart{
	width: 848px;
	margin-top: 15px;
	padding-bottom: 50px;
	border: 0px solid red;
	margin: auto;
}
#cart .gray{
	background:  url(http://www.waterpik.nl/shop/images/default/cart_bck.gif) repeat-x 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 80%;
	color: White;
}
#cart .gray span{
	display:block;
	margin: 5px 0;
	text-align: center;
	border-left: 1px solid #a2b1c5;
	border-right: 1px solid #627185;
}
.cart_td{
	background-color: #fff;
	height: 89px;
}
.cart_prod_desc  {
	text-align: left;
	
	padding: 0.5em 1.2em;
}		

.cart_prod_desc a{
	color: black;
	text-decoration: underline;
}	
.cart_text {
	text-align: center;
	padding: 0.5em 1.2em;
}	
	
.cart_quantity{
	text-align: center;
	padding-left: 5px; 
	padding-right: 5px;
}
	
.cart_total{
	padding: 0.5em 1.2em;
	text-align: right;
	font-weight: bold;
}	
	
.dotted {
	background-image: url(/images/dots.gif);
	background-repeat: repeat-x;
	height: 5px;
	clear: both;
}
	
#contshop a:link, #contshop a:visited {
	display: block;
	width:160px;
	height:30px;
	background: url(/images/b_contshopp.gif) no-repeat;
}

#contshop a:hover, #contshop a:focus {
	background: url(/images/b_contshoppON.gif) no-repeat;
}
#recalculate{
	margin: 0;
	padding: 0;
	display: block;
}
#recalc a:link, #recalc a:visited {
	display: block;
	width:130px;
	height:30px;
	background: url(/images/b_recalc.gif) no-repeat top;
	border: 0px solid red;
	margin-top: 10px;
}

#recalc a:hover, #recalc a:active, #recalc a:focus {
	background: url(/images/b_recalcON.gif) no-repeat;
}	

#remove a{
	display: block;
	text-align:right;
	padding-bottom:0.5em;
	font-size: 85%;
	font-weight: bold;
	padding-top:15px;
}	

#proceed a:link, #proceed a:visited {
	display: block;
	width: 211px;
	height: 35px;
	margin: 10px 0 10px 0px;
	background: url(http://www.waterpik.nl/shop/images/default/b_proceed_checkout.gif) no-repeat;
}	

#proceed a:hover, #proceed a:active, #proceed a:focus {
	background: url(http://www.waterpik.nl/shop/images/default/b_proceed_checkout_on.gif) no-repeat ;
}		
	

.prodlist_cart {
	float: left;
	width: 170px;
	height: 208px;
	border: 0px solid black;
	margin-left: 2px;
	margin-right: 15px;
	position: relative;
}
	
#vert_line {
	float: right;
	width: 10px;
	height: 200px;
	background-image: url(http://www.waterpik.nl/shop/images/default/vert_line.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	border: 0px solid black;
}	
	
#cart_upsell{
	background-image: url(http://www.waterpik.nl/shop/images/default/we_also.gif);
	background-repeat: no-repeat;
	width: 805px;
	height: 229px;
	border: 0px solid orange;
	margin: auto;
	margin-bottom: 25px;
	margin-top: 50px;
	padding: 0px;
	
	
}

.dotted_cart {
	background-image: url(/images/dott.gif);
	background-repeat: repeat-x;
	height: 15px;
	margin-right: 0px;
	border: 0px solid black;
	width: 365px;
}
	
#subtotal {
	float: right;
	margin: 0.5em 1.2em;
}
#subtotal a:link, #subtotal a:visited{
	color: #329998;
}
#subtotal a:hover, #subtotal a:active, #subtotal a:focus{
	color: #f67c2a;
}
	
.gray {
	border-bottom: 1px solid Gray;
}	
/* cart page end */	




/* zoom begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


#zoom_bck {
	position: absolute;
	width: 450px;
	height: 600px;
	margin:auto;
	top: 0px;
	left: 50px;
	background-color: White;
	border: 0px solid red;
}

#zoom_header {
	position: absolute;
	top: 87px;
	left: 180px;
}
#zoom_img {
	position: absolute;
	top: 87px;
	left: 50px;
}
#closewin a:link, #closewin a:visited {
	display: block;
	margin:auto;
	width: 118px;
	height: 24px;
	position: absolute;
	top: 550px;
	left: 230px;
	margin: 12px 0px;
	background: transparent url(http://www.waterpik.nl/shop/images/default/b_closewin.gif) no-repeat;
	background-color: White;
}

#closewin a:hover, #closewin a:active, #closewin a:focus {
	background: transparent url(http://www.waterpik.nl/shop/images/default/b_closewinON.gif) no-repeat;
}

body#waterpik_vid #closewin a:link, body#waterpik_vid #closewin a:visited{
	top: 350px;
}


/* zoom end */


/* Customer Classes XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
.left-bar{
	width:190px;
	height: 350px;
	padding: 50px 0 0 20px;
	float: left;
}

.left-select-band{
	color: #00008B;
	font-size:118%;
	font-weight:bold;
}
.left-link-bar{
	padding:4px;
	margin-top:1px;

}
.left-link-bar span{
	text-transform:uppercase;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:83%;
	font-weight:bold;
}
.left-link-bar ul{
	margin-top:0;
	margin-bottom:15px;
}

.left-link-bar li {
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	color: #191970;
	margin-left: 1em;
}
.left-link-bar li li{
	font-weight: normal;
	padding:3px 0 0 10px;
	background: url(/images/header_menu-arrow.gif) no-repeat 0px 60%;
}
.cust_care_right{
	float: right;
	width: 605px;
	padding: 50px 20px 20px 0;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	border: 0px solid black;
}

.right-bar{
	padding:5px 5px 5px 5px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}

.right-bar-head{
	font-weight: bold;
 font-size: 110%;
}

.right-bar label{
	font-weight:bold;
}
.right-bar input{
	margin:0 0 5px 0;
}
/* Customer Classes END*/



/* ORDER TRACKING STYLES XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
.ot_hdr1 {
	background-color: #e2dccc;
}

.ot_hdr1_txt, .ot_hdr2_txt, .ot_hdr3_txt  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.ot_listLine {
	height: 1px;
}

.ot_hdr2 {
	background-color: #FFFFFF;
}

.ot_hdr3 {
	background-color: #e2dccc;
}

#ot_viewOrder {
}

#ot_viewOrder span a:link {

	text-decoration: underline;
}

#ot_backToList {
	padding: 13px 0 0 0;
    overflow: hidden;
    background-image: url("/images/btn_backtolist_off.gif");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:13px;
}

#ot_Logout {
}

#ordertrack-detail table {
width:			595px;
background-color: #FFF;
margin-top:		5px;
font-size:		1.2em;
}

#ordertrack-detail table caption{
margin:			0;
margin-top:		5px;
padding:		5px 10px;
text-align:		left;
background:		#0d64b8;
color:			#fff;
font-weight:	bold;
border-top: 1px solid #fff;
 font-size: medium;
}

#ordertrack-detail table .properText {
text-align:		left;
}

#ordertrack-detail table th, #ordertrack-detail table td {
margin:			0;
padding:		5px 10px;
text-align:		center;

}

#ordertrack-detail table th {
color:			#fff;
background:		#0d64b8;
font-weight: bold;
}

#ordertrack-detail img {
margin-top:		10px;
}

#ordertrack-list table {
width:			595px;
margin-top:		5px;
font-size:		1.2em;
}

#ordertrack-list table caption{
margin:			0;
margin-top:		5px;
padding:		5px 10px;
text-align:		left;
color:			#0d64b8;
font-weight:	bold;
border: 1px solid #0d64b8;
}

#ordertrack-list table caption p{
font-weight:	normal;
}

#ordertrack-list table .properText {
text-align:		left;
}

#ordertrack-list table th, #ordertrack-list table td {
margin:			0;
padding:		5px 10px;
text-align:		center;
}

#ordertrack-list table th {
color:			#fff;
background:		#0d64b8;
font-weight: bold;
}

#ordertrack-list table img {
margin-top:		0;
}

#ordertrack-list img {
margin-top:		10px;
}

#ordertrack-detail a:link, #ordertrack-detail a:visited,
#ordertrack-list a:link, #ordertrack-list a:visited{
	font-weight: bold;
	margin: 10px;
	line-height:1.2em;
}
#ordertrack-detail a:hover, #ordertrack-detail a:focus, #ordertrack-detail a:active,
#ordertrack-list a:hover, #ordertrack-list a:focus, #ordertrack-list a:active{
}
/* ORDER TRACKING STYLES END*/


.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


#footer {
	
	text-align: center;
}
#footer_copyright {
	width:900px;
	position: relative;
}



ul#nav li{
margin-left:10px;
font-size:18px;


}

ul#nav li ul li{
height:35px;
	margin-left:10px;
	font-size:14px;
	background-image: url(http://www.waterpik.nl/shop/images/default/back_menu_li.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
}
ul#nav li ul li ul {

	margin-top:20px;
	
	
}
ul#nav li ul li a:link, ul#nav li ul li a:visited{
	display:block;
color:#6E90BA;

}

ul#nav li a:hover, ul#nav  li a:active{
	display:block;
color:#ff0000;
text-decoration:none;
}

ul#nav li ul li a:hover, ul#nav li ul li a:active{
	display:block;
color:#ff0000;
text-decoration:none;
}

/*
ul#nav li.selected ul li.selected a.daddy{
margin-left:10px;
color:#FF0000;


}
ul#nav li.selected ul li.selected ul li.selected a{
margin-left:10px;
color:#FF0000;


}
ul#nav li.selected ul li.selected  a{
margin-left:10px;
color:#FF0000;


}
*/
#information {
display: none;


}

.column {
display: none;


}


/* BEGIN: CSS Buttons Everywhere */
.cssButton {
	color: #fff;
	height: 26px;
	vertical-align: top;
	font-weight: bold;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 11px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	line-height: 26px;
	display:block;
	width:119px;
	background-image: url(http://www.waterpik.nl/shop/images/default/back_button.jpg);
	background-repeat: no-repeat;
	

    border: 0px;
  


}
/* END: CSS Buttons Everywhere */

.cssButton a:link, .cssButton a:visited{
color: #fff;
	height: 26px;
	vertical-align: top;
	font-weight: bold;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 11px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	line-height: 26px;
	display:block;
	width:119px;
	background-image: url(http://www.waterpik.nl/shop/images/default/back_button.jpg);
	background-repeat: no-repeat;

}


form .infoBox input{margin-bottom:10px;
position:relative;

}

#create_account form .main {margin-bottom:10px;

width:150px;}