/** common styles **/
html * {
  padding: 0px;
  margin: 0px;
}

BODY {
  font-family: arial, helvetica, sans-serif;
  background-color: #fff;
  color: #333;
  font-size: 11px;
}

IMG {
	border: 0px;
}

P {
  margin: 10px 0px;

}

A {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  color:#333333;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
}

A:hover {
  color: #009999;
  text-decoration:underline;
}

TABLE {
  border: 1px solid #666;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-collapse: collapse;
}

TABLE TH,
TABLE TD {
  padding: 2px 4px;
  background: #fff;
}

TABLE TD {
  border-right: 1px solid #999;
  border-top: 1px solid #ccc;
}

.href {
  cursor: pointer;
}

/*******************************/
/******** popups **********/
/*******************************/
.popup {
    background: #fff;
     border: 1px solid #aaa;
     border-right: 4px solid #aaa;
     border-bottom: 4px solid #aaa;
     position: absolute;
     z-index: 99999;
     height: auto;
     margin: auto;
}

.popup-form {
  min-width: 360px;
}

.popup-handle {
  background: #000;
  color: #fff;
  height: auto;
}

.popup-handle A {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  cursor: pointer;
}

#remove-focus {
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: .85;
  z-index: 9999;
}

.hidden {
	display: none;
}

#wrapper {
  width: 1016px;
  margin: 20px auto;
  position: relative;
}

#wrapper #contentMainWrapper {
  border: 2px solid #000;
}

#outer-wrapper {
	width: 100%;
}

.trademark {
  font-size: .6em;
  top: .5ex;
  position: relative;
}

H1 {
  font-size: 18px;
}

.centerColumn {
  min-height: 300px;
}

.centerColumn H1 {
  font-size: 14px;
  margin: 10px 0px;
  background: #eee;
  padding: 2px 10px;
}

H2 {
	font-size: 16px;
}

H3 {
	font-size: 14px;
}

H4 {
	font-size: 12px;
}

H5 {
	font-size: 11px;
}

H6 {
	font-size: 10px;
}

BR, HR {
  display: none;
}

ADDRESS BR {
  display: block;
}

/** header **/
#navMain {
  position: absolute;
  top: 20px;
  right: 10px;
}

#navMain UL LI {
  display: inline;
  list-style: none;
}

#navMain UL LI A {
  float: left;
  margin-left: 10px;  
}

#navMainSearch {
  position: absolute;
  right: 0px;
  top: 30px;
}

#navMainSearch INPUT {
  position: static;
  width: auto !important;
}
/** languages / newsletter bar **/
#bottom-bar {
  background: #ddd;
  margin: 10px 0px;
  padding: 10px;
  height: 14px;
  position: relative;
}

#bottom-bar #translations {
  width: 50%;
}

#bottom-bar #translations SELECT {
  position: static;
  margin-left: 10px;
  font-size: 11px;
  color: #00a;
  background: #eee;
  border: 1px solid #999;
  font-weight: bold;
  font-family: verdana, helvetica, sans-serif;
  margin-top: -2px;
}

#bottom-bar .singleBoxHeading {
  font-size: 12px;
  float: left;
}


/** footer **/
#footer {
  margin: 20px 0px;  
  position: relative;
  font-size: 10px;
}

#footer DIV {
  margin-top: 10px;
}

#footer #phone-orders {
  font-weight: bold;
  font-size: 12px;
}

#footer #returns-link,
#footer #baby-names-link {
  color: #aaa;
}

#footer #phyto-text {
  top: 0px;
  position: absolute;
  right: 0px;
  width: 600px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: right;
  padding-top: 30px;
}

#footer #choose-country {
  list-style: none;
  position: absolute;
  top: 0px;
  right: 0px;
}

#choose-country LI {
  display: inline;
}

#choose-country LI A {
  margin-left: 10px;
  display: block;
  width: 50px;
  height: 30px;
  background: no-repeat center;
  float: left;
  text-indent: -9999px;  
  text-align: left;
}

#choose-country #flag-uk A {
  background-image: url(/includes/templates/template_default/images/flags/uk.png);
}

#choose-country #flag-france A {
  background-image: url(/includes/templates/template_default/images/flags/france.png);
}

#choose-country #flag-belgium A {
  background-image: url(/includes/templates/template_default/images/flags/belgium.png);
}

#choose-country #flag-switzerland A {
  background-image: url(/includes/templates/template_default/images/flags/switzerland.png);
}

#choose-country #flag-luxembourg A {
  background-image: url(/includes/templates/template_default/images/flags/luxembourg.png);
}

#choose-country #flag-monaco A {
  background-image: url(/includes/templates/template_default/images/flags/monaco.png);
}

#navBreadCrumb A {
  padding-right: 16px;
  background: url(/includes/templates/template_default/images/double-arrow.png) right center no-repeat;
}

#navBreadCrumb {
  display: none;
  margin: 5px;
}


#contest-link {
    position: absolute;
    top: 10px;
    right: 0px;
    height: 60px;
    width: 120px;
    background: url(/images/contest.gif) no-repeat top;
    text-indent: -9999px;
    outline: none;
}

#navMainLinks {
  margin-right: 120px;
}

#wrapper #loginDefault FORM {
  margin: 10px;
}

#wrapper #loginDefault FIELDSET {
  width: 60%;
  margin: 20px auto;
  display: block;
}

#wrapper #loginDefault FIELDSET BR {
  display: block;
}

#wrapper #loginDefault INPUT {
  position: static;
  margin-left: 10px;
}

#wrapper #loginDefault LABEL {
  float: left;
}


#contact-wrapper {
  width: 300px;
  height: 20px;
  overflow: visible;
}

#facebook,
#twitter {
  background: url(/images/logos/facebook.png) no-repeat center;
  width: 40px;
  height: 40px;
  display: block;
  float: right;
  text-indent: -9999px;
}

#twitter {
  background-image: url(/images/logos/twitter.png);
}

.choose-country {
  width: 400px;
  padding: 20px;
}

.choose-country .closeForm {
  float: right;
}

.choose-country #distributor-text {
  margin: 40px;
}

.choose-country A {
  display: block;
  text-align: center;
  margin-top: 10px;
}









