body
{
    background-color:#FFFFFF;
    background-image:url('images/background.jpg');
    background-repeat:repeat-x;
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
}
a:link{	
	text-decoration:none;
	color: #000000;
}
a:visited {
	text-decoration:none;
	color: #000000;
}
a:active {
	text-decoration:none;
	color: #000000;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}
.eznpBreadCrumbs
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}

.Normal	/* This class is used by DNN when modules are added. */
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}

/***** Miscellanous Items (Classes are currently commented out.) - Start *****/
/* HeaderText classes can be used for text that is placed on top of your header image. */
/*
.HeaderText
{
	font-size: 10pt;
	font-weight: bold;
}

.HeaderText H1
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	line-height: 9pt;
	margin: 3px;
}
*/
*/
/***** Miscellanous Items - End *****/


/***** Main Menu - Start *****/
.MainMenuBar
{
	background-color:Transparent;
	color: #FFFFFF;
    padding:0px 0px 0px 0px;
    width:600px;
    text-align:center;
}
#dnnMENUNormal
{
    text-align:center;
    }
.MainMenuItem
{
	background-color:Transparent;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;

}

.MainMenuItemSelected
{
	color: #FFFFFF;
	background-color:Transparent;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
    font-weight:bold;
	text-decoration: none;
	cursor: pointer;

}

.MainMenu_SubMenu
{
	color: #FFFFFF;
	background-color: #009fad;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
    font-weight:bold;
	text-decoration: none;
	cursor: pointer;

}

.MainMenu_MenuBreak
{
	border: 0px;
	color: #FFFFFF;
	background-color:Transparent;
}

/* The next 4 classes are needed to override the default settings and remove all arrows from the dynamic menu. */
.MainMenu_MenuArrow 
{ 
	display:none;
}
.MainMenu_RootMenuArrow 
{ 
	display:none;
}
.ModuleTitle_MenuArrow 
{
	display:none;
}
.ModuleTitle_RootMenuArrow 
{
	display:none;
}
/**********************************/

.SeparatorCSS
{
	color: #FFFFFF;
	background-color:Transparent;
	font-family: Arial;
	font-size: 9pt;
	text-align: center;
	text-decoration: none;
	/* text-transform: uppercase; */
}
/***** Main Menu - End *****/


/***** Left Pane Navigation - Start *****/
.LeftMenu
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	padding-top: 13px;
	padding-left: 5px;
}

.LeftMenu a
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.LeftMenu a:visited
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.LeftMenu a:hover
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: underline;
}

.SubMenu 
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	border-right: 1px solid #FFFFFF;
}

.SubMenu a
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.SubMenu a:visited
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.SubMenu a:hover
{
	color: #ed1b2d;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}
/***** Left Pane Navigation - End *****/


/***** Teaser Content - Start *****/
.TeaserText
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	padding-top: 15px;
}

* html .TeaserText
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	padding-top: 10px;
}

.DrsDesk_LearnMore
{
	color: #ed1b2d;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.DrsDesk_LearnMore a
{
	color: #ed1b2d;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.DrsDesk_LearnMore a:visited
{
	color: #ed1b2d;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.DrsDesk_LearnMore a:hover
{
	color: #000000;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}
/***** Teaser Content - End *****/


/***** Content Pane - Start *****/
#dnn_ContentPane
{
    margin-top:40px;
    margin-bottom:40px;
    margin-left:11px;
    padding:0px 0px 0px 0px;
    font-family:Arial;
    font-size:13px;
    color:#000000;
    width:560px;
}
#dnn_ContentPane img
{
    padding:10px 10px 10px 10px;
}
#dnn_ContentPane H1
{
    font-family:Arial;
    font-size:19px;
    font-weight:bold;
    color:#9c1c20;
    text-transform:uppercase;
    
}
#dnn_ContentPane H2
{
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
     color:#9c1c20;

}

#dnn_ContentPane H3
{
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    color:#9c1c20;
    
    }
#dnn_ContentPane H4
{
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    color:#9c1c20;
    
    }

#dnn_ContentPane a
{
	color: #000000;
	font-family: Arial;
    font-weight:bold;	
	text-decoration: none;
}

#dnn_ContentPane a:visited
{
	color:#000000;
	font-family: Arial;
    font-weight:bold;
	text-decoration: none;
}
#dnn_ContentPane a:active
{
    color:#000000;
	font-family: Arial;
    font-weight:bold;
	text-decoration: none;
}
#dnn_ContentPane a:hover
{
    color:#000000;
	font-family: Arial;
    font-weight:bold;
	text-decoration: underline;
}
/***** Content Pane - End *****/


/***** Footer Pane - Start *****/
.Copyright
{
    font-family:Arial;
    font-size:10px;
    color:#542989;
	text-align: center;
}

.Copyright a
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}

.Copyright a:visited
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}

.Copyright a:hover
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: underline;
}

#FooterLinks
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}

.FooterLinks
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}

.FooterLinks a
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

.FooterLinks a:visited
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

.FooterLinks a:hover
{
	color: #ed1b2d;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}
/***** Footer Pane - End *****/


/* 
================================
Skin styles for Medical Content
================================
*/
/* START - Classes for the Patient Education Table Of Contents */ 
.eznc_ListViewGroupHeading
{
	color: #000000;
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
}

.eznc_ListViewArticleLink
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:visited
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:hover
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
}
/* END - Classes for the Patient Education Table Of Contents */ 

/* START - Classes for the Patient Education Content */ 
.eznc_Content 
{
	FONT-FAMILY: arial;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	width: 500px;
	padding: 6px;
}

.eznc_navAllConditions 
{
	text-align: right;
	FONT-FAMILY: arial;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
}

a:link.eznc_navAllConditions {color : #000000; text-decoration : none;}
a:visited.eznc_navAllConditions {color : #000000; text-decoration : none;}
a:active.eznc_navAllConditions {color : #000000; text-decoration : none;}
a:hover.eznc_navAllConditions {color : #000000; text-decoration : underline;}

.eznc_ContentTitle 
{
	color : #000000;
	font-weight: bold;
	font-size: 12pt;
	margin-top:5px; 
}

.eznc_ContentSectionList 
{
	text-align: center;
	font-size: 10px; 
	margin-top:5px; 
	margin-bottom:10px;
}

.eznc_navContentSection 
{
	color : #000000;
	font-family :arial;
	font-size : 11px;
	font-weight : normal;
}

a:link.eznc_navContentSection { color : #000000; text-decoration : none; }
a:visited.eznc_navContentSection { color : #000000; text-decoration : none; }
a:active.eznc_navContentSection { color : #000000; text-decoration : none; }
a:hover.eznc_navContentSection { color : #000000; text-decoration : underline; }

.eznc_ContentSection 
{
	margin-top:5px; 
}

.eznc_SectionTitle 
{
	font-family: arial;
	font-size: 12px;
	color : #000000;
	margin-top:5px; 
	font-weight: bold;
}

.eznc_SectionBody 
{
	font-size: 11px;
	margin-top:5px; 
	margin-left:0px 
}

table.eznc_SectionBody 
{
	width:500px;
}

.eznc_SectionBody_Col1 
{
	color: #000000;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	width: 500px;
	vertical-align: top;
	text-align:left;
}

.eznc_ContentCopyright 
{
	width:500px; 
	margin-top: 20px;
	border-style: solid; 
	border-width: 1px; 
	color : #000000;	
	font-family : arial; 
	font-size : 11px; 
	font-weight : normal;
	text-align: center; 
}

a:link.eznc_FTContentCopyright { color : #000000; text-decoration : none; }
a:visited.eznc_FTContentCopyright { color : #000000; text-decoration : none; }
a:active.eznc_FTContentCopyright { color : #000000; text-decoration : none; }
a:hover.eznc_FTContentCopyright { color : #000000; text-decoration : underline; }

/* END - Classes for the Patient Education Content */ 

/* 
=====================================
Skin styles for Medical Content - END
=====================================
*/
#table
{
    position:relative;
    }
#container
{
    position:relative;
    }
#topmenu
{
    font-family:Arial;
    font-weight:bold;
    font-size:14px;
    color:#FFFFFF;
    position:absolute;
    left:0px;
    top:10px;
    }
#topshadow
{
    position:absolute;
    width:902px;
    height:10px;
    top:0px;
    z-index:11;
    }
#leftpics
{
    width:221px;
    position:absolute;
    top:00px;
    z-index:10;
    }
#pelearnmore
{
    position:absolute;
    top:263px;
    left:328px;
    font-family:Arial;
    font-weight:bold;
    font-size:11px;
    color:#790000;
    }
#pelearnmore a:link{	
	text-decoration:none;
    color:#790000;

}
#pelearnmore a:visited {
	text-decoration:none;
    color:#790000;
}
#pelearnmore a:active {
	text-decoration:none;
    color:#790000;
}
#pelearnmore a:hover {
	text-decoration:underline;
    color:#790000;
}
#midbg
{
    background-image:url('images/horizontalmenubg.jpg');
    background-repeat:no-repeat;
    border-right: 1px #cccccc solid;
    border-left: 1px #cccccc solid;
    }
#sobutton
{
    border-right: 1px #cccccc solid;
    border-left: 1px #cccccc solid;
}
#sobutton1
{
    position:relative;
    left:10px;
    top:0px;
}
#lpmidbg
{
    background-image:url('images/horizontalmenubg.jpg');
    background-repeat:no-repeat;
    border-right: 1px #cccccc solid;
    border-left: 1px #cccccc solid;
    height:550px;
    }
#cartmidbg
{
    background-color:#FFFFFF;
    border-right: 1px #cccccc solid;
    border-left: 1px #cccccc solid;
    height:550px;
    }
#LeftPane
{
    width:200px;
    background-color:Aqua;
    margin: 10px 10px 10px 10px;
    }
#spaboutique
{
    position:absolute;
    top:-60px;
    left:660px;
    }
#lpspaboutique
{
    top:0px;
    left:18px;
    margin-left:18px;
    }
#lpspaboutique a:hover
{
    cursor:hand;
    }
#lpspaboutique img
{
    cursor:hand;
    }
#horizontalmenu
{
    position:relative;
    z-index:9;
    width:295px;
    }
#hm
{
    z-index:8;
    
    }
#hmitems
{
    position:absolute;
    top:59px;
    left:22px;
    text-transform:uppercase;
    font-size:13px;
    }
#lphmitems
{
    position:absolute;
    top:35px;
    left:22px;
    text-transform:uppercase;
    font-size:13px;
    }
#left
{
    float:left;
    }
#rightborder
{
    border-right: 1px #cccccc solid;    
    }
#leftborder
{
    border-left: 1px #cccccc solid;    
    }
#dd
{
    background-image:url('images/dd.jpg');
    background-repeat:no-repeat;
    width:247px;
    height:51px;
    font-family:Arial;
    font-size:12px;
    position:relative;
    }
#dnn_ddtext
{
    position:absolute;
    text-align:center;
    width:237px;
    left:10px;
    top:12px;
    _top:28px;
    }
#dd a:link{	
	text-decoration:none;
	color: #000000;
	    font-family:Arial;
    font-size:12px;
}
#dd a:visited {
	text-decoration:none;
	color: #000000;
	    font-family:Arial;
    font-size:12px;
}
#dd a:active {
	text-decoration:none;
	color: #000000;
	    font-family:Arial;
    font-size:12px;
}
#dd a:hover {
	text-decoration:underline;
	color: #000000;
	    font-family:Arial;
    font-size:12px;
}
#footerbg
{
    background-image:url('images/footerbg.jpg');
    background-repeat:no-repeat;
    background-position:left top;
    border-right: 1px #cccccc solid;  
    position:relative;
    }
#lpfooterbg
{
    background-image:url('images/lpfooterbg.jpg');
    background-repeat:no-repeat;
    background-position:left top;
    border-right: 1px #cccccc solid;  
    position:relative;
    }
#footermenu
{
    margin-left:10px;
    padding: 14px 0px 0px 0px;
	font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#2250a4; 
    text-transform:uppercase;
    }
#footermenu a:link{	
	text-decoration:none;
	font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#2250a4; 
    text-transform:uppercase;
}
#footermenu a:visited {
	text-decoration:none;
	font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#2250a4; 
    text-transform:uppercase;
}
#footermenu a:active {
	text-decoration:none;
	font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#2250a4; 
    text-transform:uppercase;
}
#footermenu a:hover {
	text-decoration:underline;
	font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#2250a4; 
    text-transform:uppercase;
}
#footeraddress
{
    position:absolute;
    left:330px;
    top:-27px;
    _top:-11px;
    padding: 12px 0px 0px 0px;
	font-family:Arial Narrow;
    font-size:12.43px;
    font-weight:bold;
    color:#2250a4;
    }

#lpfootermenu
{
    position:absolute;
    margin-left:10px;
    margin-top:-10px;
    _margin-top:20px;
    padding: 14px 0px 0px 0px;
	font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#2250a4; 
    text-transform:uppercase;
    }
#lpfootermenu a:link{	
	text-decoration:none;
	font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#2250a4; 
    text-transform:uppercase;
}
#lpfootermenu a:visited {
	text-decoration:none;
	font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#2250a4; 
    text-transform:uppercase;
}
#lpfootermenu a:active {
	text-decoration:none;
	font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#2250a4; 
    text-transform:uppercase;
}
#lpfootermenu a:hover {
	text-decoration:underline;
	font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#2250a4; 
    text-transform:uppercase;
}
#lpfooteraddress
{
    position:absolute;
    left:330px;
    top:-9px;
    _top:20px;
    padding: 12px 0px 0px 0px;
	font-family:Arial Narrow;
    font-size:12.43px;
    font-weight:bold;
    color:#2250a4;
    }

#learnmore
{
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
    position:absolute;
    top:-15px;
    _top:3px;
    left:659px;
    text-transform:uppercase;
    color:#FFFFFF;
    }
#learnmore a:link{	
	text-decoration:none;
	color: #FFFFFF;
}
#learnmore a:visited {
	text-decoration:none;
	color: #FFFFFF;

}
#learnmore a:active {
	text-decoration:none;
	color: #FFFFFF;

}
#learnmore a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
#menuitems
{
    margin-right:10px;
    margin-top:8px;
    font-family:Arial;
    font-size:12.5px;
    color:#FFFFFF;
    }
#menuitems a:link{	
	text-decoration:none;
	color: #FFFFFF;
}
#menuitems a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
#menuitems a:active {
	text-decoration:none;
	color: #FFFFFF;
}
#menuitems a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
#lpmenuitems
{
    margin-right:10px;
    margin-top:8px;
    font-family:Arial;
    font-size:12.5px;
    color:#FFFFFF;
    position:absolute;
    top:0px;
    left:0px;
    width:539px;
    }
#lpmenuitems a:link{	
	text-decoration:none;
	color: #FFFFFF;
}
#lpmenuitems a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
#lpmenuitems a:active {
	text-decoration:none;
	color: #FFFFFF;
}
#lpmenuitems a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
#menuspace
{
    margin-top:10px;
    
    }
#translink
{
    position:absolute;
    top:-40px;
    _top:-20px;
    left:770px;
    width:100px;
    height:40px;
    z-index:20;
    }
#translinkdd
{
    position:absolute;
    top:-60px;
    left:15px;
    width:233px;
    height:69px;
    z-index:21;
    }
#sidemenu
{
    position:absolute;
    top:330px;
    }
#lpdd
{
    background-image:url('images/lpdd.jpg');
    background-repeat:no-repeat;
    font-family:Arial;
    font-size:12px;
    width:263px;
    height:69px;    
    position:relative;
    cursor:pointer;
    }
#dnn_lpddtext
{
    left:25px;
    top:18px;
    _top:30px;
    position:absolute;
    cursor:pointer;
    }
#bluemenu
{
    position:absolute;
    width:536px;
    height:29px;
    left:-56px;
    }
#buttons
{
    position:absolute;
    top:315px;
    }
    
    
#dnn_CartContentPane
{
    margin-top:10px;
    margin-bottom:10px;
    margin-left:10px;
    padding:0px 0px 0px 0px;
    font-family:Arial;
    font-size:13px;
    color:#000000;
    width:640px;
}
#dnn_CartContentPane img
{
    padding:10px 10px 10px 10px;
}
#dnn_CartContentPane H1
{
    font-family:Arial;
    font-size:19px;
    font-weight:bold;
    color:#9c1c20;
    text-transform:uppercase;
    
}
#dnn_CartContentPane H2
{
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
     color:#9c1c20;

}

#dnn_CartContentPane H3
{
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    color:#9c1c20;
    
    }
#dnn_CartContentPane H4
{
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    color:#9c1c20;
    
    }

#dnn_CartContentPane a
{
	color: #000000;
	font-family: Arial;
    font-weight:bold;	
	text-decoration: none;
}

#dnn_CartContentPane a:visited
{
	color:#000000;
	font-family: Arial;
    font-weight:bold;
	text-decoration: none;
}
#dnn_CartContentPane a:active
{
    color:#000000;
	font-family: Arial;
    font-weight:bold;
	text-decoration: none;
}
#dnn_CartContentPane a:hover
{
    color:#000000;
	font-family: Arial;
    font-weight:bold;
	text-decoration: underline;
}
#Searchtop
{
    height:21px;
    text-align:left;
    width:170px;
    _width:170px;
    color: #000000!important;
    font-weight: bold;
    text-transform: uppercase;
    z-index:999;
    margin-left:10px;
    margin-top:7px;
    position:relative;
}
.Searchtop:link, .Searchtop:visited
{
    color: #000000;
    font-weight: normal;
}
.Searchtop:hover
{
   color:#000000;
   text-decoration:none;
   font-weight:normal;
}
/* DTSearch - SearchBox */
#Searchtop .eznc_SearchText{width:90px;} /* Width of Search Text Box */
#Searchtop .eznc_SearchButtton{color:#000000;font-family:Arial;font-size:11px;font-weight:normal;text-transform: uppercase;font-weight: normal;}
.ie6 #Searchtop .eznc_SearchButtton{z-index:999;color:#000000;font-family:Arial;font-size:11px;font-weight:normal;text-transform: uppercase;font-weight: normal;top:1px;}
.ie7 #Searchtop .eznc_SearchButtton{z-index:999;color:#000000;font-family:Arial;font-size:11px;font-weight:normal;text-transform: uppercase;font-weight: normal;top:1px;}
.ie8 #Searchtop .eznc_SearchButtton{z-index:999;color:#000000;font-family:Arial;font-size:11px;font-weight:normal;text-transform: uppercase;font-weight: normal;}

#searchContainer .eznc_SearchText{width:80px;} /* Width of Search Text Box */
#searchContainer .eznc_SearchButtton{color:#000000;font-family:Arial;font-size:11px;font-weight:normal; text-transform: uppercase;}
#searchContainer a.eznc_SearchButtton:link{color:#000000;}
#searchContainer a.eznc_SearchButtton:hover{color:#000000; text-decoration:none;}
/*=======================================
END - Skin styles for Search Box feature
=======================================*/
