/* CSS Document */
* {
	margin:0;
	padding: 0;
	font-family: Arial;
}
fieldset{border:0;}
body {
	margin-top: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	/*background: #6464A2 url(../images/background/bg_pages.jpg) center repeat-y;*/
	background-color: #9ddbff;
}
div#bgwhite_content{
	width: 526px;
	float:left;
	display: block;
	background-color: white;
	min-height: 810px;
}
* html div#bgwhite_content{ /* hack IE6 */
	height: 810px;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 130px;
	height: 18px;
	color: #3D3D8B;
	border: 1px solid white;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 138px;
	height: 18px;
	color: #3D3D8B;
	border: 1px solid white;
}
.select_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 138px;
	height: 18px;
	color: #3D3D8B;
	border: 1px solid #CDCDE1;
}
.textbox_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
}
.textbox_subject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	width: 200px;
}
.textfield_contactus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #606060;
}
.select_country {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	width: 140px;
}
.select_month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	width: 93px;
}
.select_day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	width: 44px;
}
.select_year {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	width: 60px;
}
.select_question4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	width: 95px;
}
div#buttons {
	width: 110px;
	height: 23px;
	display: block;
	position: relative;
	margin: 20px auto 0;
	overflow: hidden;
}
#buttonSubmit a {
  display: block;
  padding-top: 23px;
  height: 0px !important;
  width: 49px;
  height: 22px;
  overflow: hidden;
  float: left;
  text-indent: -500000em;
  
}
/* Fix for ie6 flick rollover */
/* double buffer the image by placing it on BOTH the containing element and the anchor */
#buttonSubmit.btn-submit {
  width: 49px;
  float: left;
  background-image: url(../images/botton/b_submit.gif);
  text-indent: -500000em;
}
#buttonSubmit.btn-submit a {
  background-image: url(../images/botton/b_submit.gif);
  text-indent: -500000em;
}

/* using the pixy double image method, so move the image around on :hover */
/* Note: this is one of the causes of flicker, but we don't see it because it's double-buffered */
#buttonSubmit.btn-submit a:hover {
  background-position: 0 -27px;
}
#buttonReset a {
  display: block;
  padding-top: 23px;
  height: 0px !important;
  width: 43px;
  height: 23px;
  overflow: hidden;
  float: right;
  text-indent: -500000em;
}
#buttonReset.btn-reset {
  width: 43px;
  float: right;
  background-image: url(../images/botton/b_reset.gif);
  text-indent: -500000em;
}
#buttonReset.btn-reset a {
  background-image: url(../images/botton/b_reset.gif);
  text-indent: -500000em;
}

#buttonReset.btn-reset a:hover {
  background-position: 0 -28px;
}
.textarea_header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 125px;
	height: 18px;
	color: #3D3D8B;
	border: none;
	text-indent: 1px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0F83;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0F83;
	text-decoration: underline;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
	padding-top: 20px;
	line-height: 16px;
}

@media print{
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
	padding-top: 20px;
	display: block;
	width: 410px;
	line-height: 15px;
}
}

/* only for mac
p:empty { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	padding-top: 20px;
}

*/

ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
	padding-left: 40px;
	padding-top: 20px;
}
li
{
	background: url(../images/illustration/il_square.gif) no-repeat;
	background-position: 0 4px;
	_background-position: 0 7px;
	list-style: none;
	padding-left: 10px;
	line-height: 16px;
}
sup {
    font-size: 78%;
	*font-size: 95%;
	vertical-align: baseline;
    position: relative;
    bottom: 0.3em;
	font-weight: bold;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	color: #606060;
}
div#container{
	width: 780px;
	margin: 0px auto;
	position: relative;
}


/*spacer - small pages*/
div#spacer{
	height: 20px;
}
div#spacer_buffer{
	height: 225px;
}
div#spacer_contactus{
	height: 285px;
}
div#spacer_faq{
	height: 175px;
}

/* for mac */
div#spacer_faq:empty{
	height: 190px;
}

div#spacer_faq_douching{
	height: 112px;
}

/* for mac */
div#spacer_faq_douching:empty{
	height: 132px;
}

div#spacer_list_bullet{
	height: 10px;
	vertical-align: top;
}

div#spacer_products{
	height: 200px;
}

div#spacer_moms_teens{
	height: 160px;
}

/* for mac */
div#spacer_products:empty{
	height: 205px;
}

div#spacer_special_thanks{
	height: 167px;
}

/* for mac */

div#spacer_special_thanks:empty{
	height: 180px;
}

div#spacer_special{
	float: left;
	width: 465px;
	height: 56px;
	_height: 30px;
}

/* for mac */
div#spacer_special:empty{
	float: left;
	width: 465px;
	height: 100px;
}

div#spacer_tellfriend_thanks{
	height: 250px;
}

div#spacer_where{
	height: 200px;
}

.line{
	border-bottom:1px solid #DDDDDD;
	float:left;
	height:25px;
	margin-right:5px;
	position:relative;
	width:460px;
}
.where_text{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;

}

.where_text a {
	color:#2092b3;	
}
div#protection_approaches{
	height: 20px;
}

/*for mac */
div#protection_approaches:empty{
	height: 35px;
}

div#moms_protection_approaches{
	height: 20px;
}

/*for mac */
div#moms_protection_approaches:empty{
	height: 55px;
}




/*footer*/
div#footer{	
	margin: 0 auto;
	width: 780px;
	height: 139px;
	clear: both;
	overflow: hidden;
	background: url(../images/background/bg_footer.jpg) no-repeat;
	position: relative;
}

div#footerinside{
	width: 500px;
	display: block;
	left: 157px;
	top: 48px;
	position: absolute;
}

div#footer p{
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 11px;
	color: #44417E;
}

.menufooter{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5E5FF;
	text-decoration: none;
}

.menufooter:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5E5FF;
	text-decoration: underline;
}


.font_arial_11_blue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0099CC;
}
.font_arial_11_purple{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #443C76;
}

.font_arial_10_purple{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #443C76;
}

.font_arial_9_purple{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #443C76;
}

.font_arial_11_pink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0F83;
}

.font_arial_11_darkgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
}

.font_arial_11_bold_darkgrey{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
	font-weight: bold;	
}

.font_arial_11_darkgrey_lineheight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
	line-height: 16px;
}

.font_arial_10_darkgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
}

.font_arial_12_bold_darkgrey{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	font-weight: bold;	
}

.font_arial_12_darkgrey{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
}

.font_arial_10_red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0F83;
	text-decoration: none;
}

.font_arial_11_red_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0F83;
	text-decoration: none;
	font-weight: bold;
}
.font_arial_11_red_bold:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0F83;
	text-decoration: underline;
	font-weight: bold;
}

.font_arial_10_red:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0F83;
	text-decoration: underline;
}

.font_red_required
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #CC0000;
	font-weight:bold;			
}

.font_error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #606060;
}

.error{
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
}
.fixFloat
{
	float:none;
	clear:both;
	margin:0px;
	overflow:hidden;
}

/* #################### START FREE SAMPLE CALLOUT #################### */
div#freesample-container {
	width: 213px;
	height: 107px;
	float:left;
	left: 4px;
	position: relative;
	padding: 0px 0px 10px 12px;
	background: url(../images/background/bg-freesample.gif) no-repeat;
}
div#freesample-container h2 { text-indent: -50000em; }
div#freesample {
	width: 190px;
	float:left;
	margin: 8px 0px 0px 0px;
	text-align: left;
}
div#freesample img {
	float: left;
	margin-right: 10px;
}
div#freesample p {
	padding: 0 !important;
	margin: 0 0 3px 0 !important;
	line-height: 13px;
}
/* #################### END FREE SAMPLE CALLOUT #################### */
