body, a 
{
  font-family: arial;
  outline:none;
}

.hidden { position: absolute; left: -99999em; top: -99999em; }

a
{
  cursor:pointer;
  border:none;
}

img
{
  border:none;
}

h4
{
  color:#fff;
  font-size:11px;
}

.bg_container
{
  width: 991px;

  position: absolute;
  left: 50%;    
  margin-left: -495px;
  background-repeat:no-repeat;
}   

.min_height
{
  width: 30px; 
  height: 711px; 
  float: left;
}

.nav_container
{
  position: absolute;
  width: 978px;
  height: 432px;
  left: 3px;
  top: 84px;
}

/*Top Navigation START*/

.topnav_container
{
  width: 733px;
  height: 25px;
  position: absolute;
  left: 255px;
  top: 33px;
}

.topnav_container a
{
  display: block;
  position: absolute;
}

/* Microsite Navigation */
.topnav_container
{
  background: transparent url(/includes/images/navigation/drSchollsNav.png) no-repeat scroll;
}


a.massagingGelNav
{
    background:url(/includes/images/navigation/mg_tm.png) no-repeat;
    width:130px;
    height:25px;
    margin-top:3px;
    margin-left:8px;
    left: 10px;
    top: -2px;
}

a.massagingGelNav:hover,
a#massagingGelActive
{
    background-position:left -27px;
}

a.wartRemovalNav
{
    background:url(/includes/images/navigation/wr_off.png) no-repeat;
    width:113px;
    height:25px;
    margin-top:3px;
    margin-left:8px;
  left: 370px;
  top: -2px;
}

a.wartRemovalNav:hover
{
    background:url(/includes/images/navigation/wr_on.png) no-repeat;
    width:113px;
    height:25px;
}

a#wartRemovalActive
{
    background:url(/includes/images/navigation/wr_on.png) no-repeat;
}

a.forHerNav
{
    background:url(/includes/images/navigation/fh_off.png) no-repeat;
    width:63px;
    height:25px;
    margin-top:3px;
    margin-left:8px;
  left: 280px;
  top: -2px;
}

a.forHerNav:hover
{
    background:url(/includes/images/navigation/fh_on.png) no-repeat;
    width:63px;
    height:25px;
}

a#forHerActive
{
    background:url(/includes/images/navigation/fh_on.png) no-repeat;
}

a.painReliefNav
{
    background:url(/includes/images/navigation/pro.png) left -24px no-repeat;
    width:119px;
    height:21px;
    margin-top:1px;
    margin-left:6px;
  left: 145px;
  top: -2px;
}

a.painReliefNav:hover,
a#painReliefActive
{
    background-position:left top;
}

a.customFitNav
{
    background:url(/includes/images/navigation/cfo_off.png) no-repeat;
    width:174px;
    height:25px;
    margin-top:3px;
    margin-left:5px;
}

a.customFitNav:hover
{
    background:url(/includes/images/navigation/cfo_on.png) no-repeat;
    width:174px;
    height:25px;
}


/* end of microsite navigation */

#customfit_nav
{
  width: 180px;
  height: 25px;
  left: 510px;
  top: -2px;
}

/*Top Navigation END*/

/******* Sub Navigation START *******/
.subnav_container
{
  width: 774px;
  height: 25px;
  position: absolute;
  left: 233px;  
  top: 58px;      
}

.subnav_container a
{
  font-weight: bold;
  font-size: 12px;
  color: White;
  line-height: 25px;
  text-decoration: none;  
}

#slimsolenav SPAN {color:#fceb00; text-transform:uppercase; font-style:italic;}

#subnav_painrelief a {background:url(/includes/images/painrelief/subMenu.gif) no-repeat 0 0; width:73px; height:10px; position:absolute; top:6px;}
#subnav_painrelief #bponav { background-position:0 0; left:0;}
#subnav_painrelief #bponav:hover { background-position:0 -60px;}
#subnav_painrelief #arthonav {background-position:0 -12px; left:150px;width:51px;}
#subnav_painrelief #arthonav:hover {background-position:0 -72px;}
#subnav_painrelief #hponav {background-position:0 -24px; left:250px;width:27px;}
#subnav_painrelief #hponav:hover {background-position:0 -84px;}
#subnav_painrelief #aponav {background-position:0 -36px; left:325px;width:29px;}
#subnav_painrelief #aponav:hover {background-position:0 -96px;}
#subnav_painrelief #kponav {background-position: 0 -48px; left:410px;}
#subnav_painrelief #kponav:hover {background-position: 0 -108px;}
/******* Sub Navigation END *******/

/*Left Navigation START*/

.leftnav_container
{
  width: 175px;
  height: 400px;
  position: absolute;
  left: 30px;
  top: -4px;
  z-index:9;
}

.leftnav_container ul {
		list-style-type:none;
		padding:0;
		margin:2px 0 0 0;
		*margin:-3px 0 0 0;
		width:175px;
}

.leftnav_container ul li {
		background:transparent url(/includes/images/navigation/leftnav_list_bg.png) no-repeat;
		width:175px;
		height:25px;
		margin-top:-2px;
		display:block;
		*display:inline;
}
.leftnav_container ul li.first {
		background:transparent url(/includes/images/navigation/leftnav_list_bg_first.png) no-repeat;
}

.leftnav_container ul li.last {
		background:transparent url(/includes/images/navigation/leftnav_list_bg_last.png) no-repeat;
		height:27px;
}

.leftnav_container a
{ 
  display: block;
  font-weight: bold;
  font-size: 11px;
  color: #09496e;
  line-height: 24px;
  text-decoration: none;
  padding-left: 25px;   
  height:23px;
  width:175px;
  margin-top:0;
}

.leftnav_container a.active
{
  color: #f9d127;

}

.leftnav_container a:hover
{
  color: #f9d127;
}

/*Left Navigation END*/

.adjustKerning
{
  letter-spacing: -0.010cm;
}

.navitem_first
{
  margin-top: 53px;
}

.logo_container
{
  width: 215px;
  height: 102px;
  position: absolute;
  left: 7px;
  top: -50px;
  display: block;
  background: transparent url(/includes/images/common/logo.png) no-repeat scroll;
  z-index:10;
}

.topform_container
{
  width: 362px;
  height: 40px;
  position: absolute;
  right: 22px;
  top: 20px;
  z-index: 2;
}

.topform_field
{
  width: 169px;
  height: 38px; 
  float: left;
}

.topform_field input
{
  width: 134px;
  height: 12px;
  font-size: 12px;
  position: absolute;
  top: 8px;
  padding: 3px;
}

.topform_field button
{
  border: none;
  width: 28px;
  height: 23px;
  position: absolute;
  left: 144px;
  top: 7px;
  cursor: pointer;
}

.topform_finder
{
  float: left;
  margin-left: 5px;
  width: 188px;
  height: 38px;   
  position: relative;
}

.topform_finder:hover .topform_menu
{
  display: block;
}

.topform_menu
{
  position: absolute;
  width: 188px;
  left: 0;
  top: 5px;
  background-color: #10357b;
  display: none;
}

.topform_menu_padding
{
  padding: 15px;
}

.topform_menu h2
{
  color: #f9d127;
  font-size: 18px;
  font-style: italic;
  line-height: 13.5px;
  margin: 10px 0;
}

.topform_menu a
{
  color: white;
  font-size: 12px;  
  line-height: 19px;
  font-weight: bold;
  text-decoration: none;
}

.topform_menu a:hover
{
  color: #f9d127;
}

.topform_bg
{
  position: absolute;
  width: 188px;
  height: 38px;
  left: 0;
  top: 0; 
  background: transparent url(/includes/images/common/product_finder.gif) no-repeat scroll;
}

.swoosh_container
{
  width: 856px;
  height: 651px;
  position: absolute;
  left: 0px;
  top: 0px; 
}

/* product finder pages */

#main_text #product_finder_main
{
  overflow:hidden;
}

.product_finder_container
{
    width:240px;
    float:left;
  margin-bottom:20px;
  height:150px;
  margin:10px;
}

.product_finderImage
{
    width:90px;
  height:155px;
    float:left;
  text-align:center;
  margin-right:10px;
}

.product_finderImage a img
{
  border:none;
  float:left;
}

/* Product Description */

.product_description #main_text
{
    width:700px;
}


.product_description_container
{
    width:430px;
  float:left;
}

.product_description_content
{

    width:220px;
    float:left;
}

.product_description_container li 
{
  margin-left: -25px;
}

.product_description_container ul li ul
{
  width:190px;
    margin-left:15px;
    margin-top:0px;
}


.product_description_image
{
    width:190px;
    float:left;
  text-align:center;
  /*margin-right:30px;*/
}

.product_finder_container ul 
{
    float:left;
    width:120px;
    margin:0px;
    padding-left:10px;
}

div.productsLearnMoreLink 
{
    float:left;
}


/* Recommended Products */

#recommended_divider
{
  background-image:url('/includes/images/common/div.png');
  background-repeat:no-repeat;
    position:absolute;
    top:10px;
    right:250px;
  height:393px;
  width:1px;
}

#recommended_products
{
    position:absolute;
    right:0;
    top:17px;
  width:230px;
  float:left;
}

#recommended_products a
{
  border:none;
}


.recommended_product_callout
{
  float:left;
  margin-bottom:22px;
}

.recommended_image_box
{
    float:left;
    /*width:80px;*/
}

.recommended_product_callout img
{
  display:block;
  float:left;
  border:none;
}

.recommended_product_callout p
{
  margin-left:19px;
  float:left;
  width:150px;
}


/* margin-bottom gets overridden for fixes in IE (ie_fix.css) */

.main_container
{
  width: 735px;
  height: auto;
  position: relative;
  margin-left: 256px;
  margin-top: 166px;
  margin-bottom: 165px;   
  z-index: 1;   
}

.main_container ul
{
  margin-top: 14px;
}

#main_text
{
  position: relative;
  width: 650px;
  top: 20px;  
  left: 22px;
}

.bg_container
{
    background: #71beec url(/includes/images/main/background_large_1.jpg) no-repeat scroll;

}   

.topform_field button
{
  background: transparent url(/includes/images/main/go.jpg) no-repeat scroll right;
}


.footer_container
{
  width: 945px;
  height: 108px;
  position: absolute;
  left: 32px;
  bottom: 15px; 
  font-weight: normal;
  font-size: 11px;
  text-align: center;     
}

.footer_nav, .footer_nav a
{
  font-weight: bold;
  color: #013671;
  line-height: 12px;
  margin-top: 32px;
}

.footer_nav span
{
  margin: 0 3px;  
}

.footer_legal
{
  font-weight: normal;
  color: #415ca4;
  line-height: 13px;
  margin-top: 13px;
}

.footer_legal span {
	text-transform:uppercase;
	padding-right:30px;
}

.hideme
{
  display: none;
}

.notregularlist 
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.notregularlist li
{
  display: inline;
}

li a.subnavitem_first
{
  margin-left: 43px;
}


.footer_nav
{
  color: #013671;
}


.footer_legal
{
  color: #415ca4;
}

/* fix float */
.fixfloat
{
  float:none;
}

.filler_line
{
  width: 699px;
  height: 1px;
  background: transparent url(/includes/images/common/h_div.png) no-repeat scroll;  
  margin: 20px 0;
}

.clearfix
{
  clear: both;
  height: 1px;
  overflow: hidden;
}

.italic
{
  font-style: italic;
}

.bold
{
  font-weight: bold;
}

/*interstial warning window */
#interstialWindow
{
  display:none;
  background:#fff;
    width:500px;
    height:250px;
    position:absolute;
    top:30%;
    left:30%;
    z-index:100;
    border:2px solid #8f9bbf;
}

#interstialWindow h3
{
    background:#8F9BBF;
    color:#fff;
    height:10px;
    padding:5px 0px 10px 5px;
    margin:0px;
}

#interstialWindow p
{
    color:#081b5a;
    font-size:12px;
    margin:20px 10px;
}

#interstialWindow a
{
    background:#081b5a;
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    font-size:11px;
    padding:5px;
}

#interstialWindow a:hover
{
    background:#8f9bbf;
}

a#backToPrevious
{
    position:absolute;
    z-index:101;
    top:130px;
    right:110px;
}

a.interstialProceed
{
    position:absolute;
    z-index:102;
    left:110px;
    top:130px;
}


#topFormDropdown a
{
    line-height:1.8;
}

#topFormDropdown a#cornCallusBunionNav
{
    line-height:1.1;
}

.useAsDirectedDisclaimer
{
  color:#fff; 
  font-size:9px; 
  position:absolute; 
  right:70px; 
  bottom:85px;
  z-index:30;
}

.truste {
  position:absolute;
  left: 400px;
  bottom: -1px;
}         

.productTable td {
	width:170px;
}

.productTable .productImageTd {
	width:80px;
}  

