/* --- Code Snippets ***
------------------------
min-height: 525px;
height: auto !important;
height: 525px;
------------------------
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/full/path/to/image.png', sizingMethod='crop');
------------------------
white-space:normal !important;
------------------------
css specific tags:
OS - win linux mac freebsd ipod iphone webtv mobile
Browser - ie ie8 ie7 ie6 ie5 gecko ff2 ff3 opera opera8 opera9 opera10 konqueror webkit safari safari3 chrome
------------------------
/*--- End Code Snippets ***/



* {padding:0; margin:0;}

body
{
	margin:0;
	padding:0;
	background:url(images/bgbody.jpg) #dad6b3 repeat-x;
} 
	body, .Normal 	/* This class is used by DNN when modules are added. */
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
		font-size: 12px !important;
		font-weight: normal !important;
		color:#6d6f71 !important;
	}



img 
{
    border:0;
}

a:link, a:visited
{
    color:#b5962f;
    text-decoration:none;
}
a:hover
{
    color:#b5962f;
    text-decoration:underline;
}
h1
{
    color:#062885;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    margin:0 0 10px;
}
h2
{
    color:#062885;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:normal;
    margin:10px 0 6px 0;
}
h3
{
    color:#666666;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:normal;
	font-style:italic;
    margin:-6px 0 10px 0;
}

p
{
    padding: 0 0 10px;
    line-height:15px;
}

ol, ul
{
    margin:6pt 0 18pt 0;
}
li
{
    margin:0 0 4pt 20pt;
}

input 
{
    margin:4px 0 10px 0;
}

.CommandButton /* Puts module Edit text to the top layer */
{
    position:relative;
    z-index:100;
}
.clear
{
    clear:both;
    font-size:1px;
}
.left {float:left; margin:0 6px 6px 0;}
.right {float:right; margin:0 0 6px 6px;}


/**** WRAPPERS ****/
#wrapperHP
{
    width:964px;
    margin:0 auto;
    position:relative;
}
.ie6 #wrapperHP
{
	overflow:hidden;
}

#logo
{
	position:relative;
	margin:-14px 0 0 -2px;
}

#headerImageHP
{
	margin:-16px -10px 10px;
}

#headerImage
{
	position:absolute;
	top:48px;
	left:6px;
}
	#headerImage p {margin:0; padding:0;}

/**** NAV ****/
#navWrapperHP
{
    position:relative;
	background:#725211;
	height:34px;
	z-index:10;
}
	#call 
	{
		float:left;
		font-size:18px;
		color:#FFF;
		margin:5px 0 0 10px;
	}
    #dynamicNav
    {
        position:relative;
		float:right;
		font-size:14px;
		margin:8px 10px 0 0;
    }
		#dynamicNav table
		{
			width:1%;
			text-align:center;
		}
        #dynamicNav td
        {
            padding:0 4px;
        }
        #dynamicNav a:link, #dynamicNav a:visited
        {
            color:#FFF;
        }
        #dynamicNav a:hover
        {
            color:#b5962f;
            text-decoration:none;
        }

	
#staticNav
{
	background:#062886;
	color:#FFF;
	margin:10px -10px 16px;
}
.ie6 #staticNav
{
	height:24px;
	overflow:hidden;
}
	#staticNav ul
	{
		margin:0;
		padding:4px 0;
		text-align:center;
	}
	#staticNav li
	{
		display:inline;
		list-style:none;
		margin:0;
		padding:0 10px;
		text-align:center;
	}

	#staticNav a:link, #staticNav a:visited
	{
		color:#FFF;
		font-weight:bold;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	#staticNav a:hover
	{
		text-decoration:none;
		color:#b5962f;
	}
/**** CONTENT ****/
#contentWrapperHP
{
    position:relative;
}
	#contentHPWrapper
	{
		position:relative;
		float:left;
		width:559px;
		margin-left:16px;
	}
	.ie7 #contentHPWrapper
	{
		padding-left:16px;
	}
	.ie6 #contentHPWrapper
	{
		margin-left:8px;
		overflow:hidden;
	}
	#contentHPTop
	{
		width:559px;
		height:12px;
		margin-top:10px;
		background:url(images/bgContentTop.gif) no-repeat;
	}
	.ie6 #contentHPTop
	{
		margin-bottom:-10px;
	}
    #contentHP
    {
		position:relative;
        width:539px;
		background:#FFF;
		padding:10px;
    }
	#contentHPBottom
	{
		width:559px;
		height:12px;
		margin-bottom:10px;
		background:url(images/bgContentBottom.gif) no-repeat;
	}


hr
{
	border:0;
	height:1px;
	color:#445ea4;
	background:#445ea4;
}


.productsHP td
{
	width:50%;
	padding:0 10px;
	vertical-align:top;
}
.productsHP td p
{
	font-size:11px;
	line-height:13px;
}


table.productsThree
{
	width:515px;
	margin:10px auto;
}

.productsThree td
{
	width:33%;
	padding:0 10px;
	vertical-align:top;
}
.productsThree td p
{
	font-size:11px;
	line-height:13px;
}
.productsThree td h2
{
	color:#663300;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.productsThree td h1
{
	position:relative;
	left:-20px;
	float:left;
	margin:0 20px 20px 0;
}

table.categories
{
	width:515px;
	margin:0px auto;
}
table.categories td
{
	padding:0 6px 12px;
}
table.categories a:link, table.categories a:visited
{
	color:#062885;
	font-weight:bold;
}

.categoryTitle
{
	border-top:1px solid #445ea4;
	border-bottom:1px solid #445ea4;
	padding:4px 15px;
}

table.categoryList
{
	width:515px;
	margin:10px auto;
}
.moreInfo
{
	text-align:center;
	padding:6px;
}

table.categoryList h1
{
	text-transform:uppercase;
}
h1.categoryList
{
	text-transform:uppercase;
	padding:6px 0 0 15px;
}
table.categoryList h2
{
	color:#b5962f;
	font-size:10px;
}
h2.categoryList
{
	color:#b5962f;
	font-size:10px;
	padding:0 0 0 15px;
}
table.categoryList strong
{
	color:#c0272d;
}
table.categoryList ul
{
	margin:0;
	padding:0;
}

.seeAll a:link, .seeAll a:visited
{
	float:left;
	margin:4px 0 0;
	text-decoration:underline;
	color:#b5962f !important;
}
h1.brand
{
	margin:10px 0 4px !important;
}

.img
{
	text-align:center;
	margin:10px 0;
	height:140px;
}
.click
{
	text-align:center;
	margin:10px 0 40px;
}

.imgLP
{
	width:170px;
	display:block;
	position:relative;
	text-align:center;
	margin:0 0 10px 10px;
	padding:10px;
	border:1px solid #afafaf;
}
table.productsThree table.imgLP
{
	width:150px;
	margin:0;
	padding:0px;
	overflow:hidden;
}
table.productsThree table.imgLP td
{
	height:150px;
}
table.productsThree table.imgLP img
{
/*	width:116px;  */
}


table.imgLP td
{
	vertical-align:middle;
	text-align:center;
}
.clickLP
{
	text-align:center;
	margin:10px 0;
}

.color1 {background:#ffe3d3;}
.color2 {background:#ffc9a8;}
.color3 {background:#ffb200;}
.bullet {color:#ffb200;}


/**** RAIL ****/
#railWrapper
{
	position:relative;
	float:right;
	width:372px;
	background:url(images/bgRailBottom.jpg) bottom no-repeat;
}
.ie6 #railWrapper
{
	overflow:hidden;
}
#railWrapperBg
{
	position:relative;
	width:372px;
	height:100%;
	padding:6px 0;
	background:url(images/bgRailtop.jpg) top no-repeat;
}



/**** CONTENT BOXES ****/
#shadowBoxWrapper
{
	position:relative;
	width:354px;
	margin:0 auto;
}
	#shadowBoxTop
	{
		position:relative;
		width:354px;
		height:15px;
		background:url(images/boxShadowTop.png) no-repeat;
	}
	.ie6 #boxForm #shadowBoxTop
	{
		margin-bottom:-3px;
	}
	.ie6 #shadowBoxTop
	{
		margin-bottom:-7px;
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/454/Skins/PB-MOT/images/boxShadowTop.png', sizingMethod='crop');
	}

	#shadowBoxMiddle
	{
		position:relative;
		width:354px;
		background:url(images/boxShadowMiddle.png) repeat-y;
	}
	.ie6 #shadowBoxMiddle
	{
		width:354px;
		overflow:hidden;
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/454/Skins/PB-MOT/images/boxShadowMiddle.png', sizingMethod='scale');
	}
		#shadowBoxContent
		{
			padding:4px 20px;
		}
		#shadowBoxContent p, #shadowBoxContent .Normal
		{
			padding:0;
			margin:0;
		}
	#shadowBoxBottom
	{
		position:relative;
		width:354px;
		height:15px;
		background:url(images/boxShadowBottom.png) no-repeat;
	}
	.ie6 #shadowBoxBottom
	{
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/454/Skins/PB-MOT/images/boxShadowBottom.png', sizingMethod='crop');
	}


#whiteBoxWrapper
{
	position:relative;
	width:342px;
	margin:0 auto;
}
	#whiteBoxTop
	{
		position:relative;
		width:342px;
		height:10px;
		background:url(images/boxWhiteTop.gif) no-repeat;
	}
	.ie6 #whiteBoxTop
	{
		margin-bottom:-8px;
	}
	#whiteBoxMiddle
	{
		position:relative;
		width:342px;
		background:url(images/boxWhiteMiddle.gif) repeat-y;
	}
		#whiteBoxContent
		{
			padding:4px 20px;
		}
		#whiteBoxContent p, #whiteBoxContent .Normal
		{
			padding:0;
			margin:0;
		}
	#whiteBoxBottom
	{
		position:relative;
		width:342px;
		height:10px;
		background:url(images/boxWhiteBottom.gif) no-repeat;
	}

#blueBoxWrapper
{
	position:relative;
	z-index:10;
	width:341px;
	margin:0 auto;
}
	#blueBoxMiddle
	{
		position:relative;
		width:341px;
		height:131px;
	}
	#blueBoxMiddleBg
	{
		width:100%;
		height:100%;
		background:url(images/boxBlue.png) repeat-y;
	}
	.ie6 #blueBoxMiddleBg
	{
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/454/Skins/PB-MOT/images/boxBlue.png', sizingMethod='crop');
	}
		#blueBoxContent
		{
			position:relative;
			height:111px;
			text-align:center;
			padding:10px;
			color:#FFF;
			font-size:11px;
		}
		#blueBoxContent h1
		{
			color:#FFF;
			font-weight:bold;
			text-align:center;
		}
		#blueBoxContent p, #blueBoxContent .Normal
		{
			padding:0;
			margin:0;
			text-align:center;
			color:#FFF;
		}

#dnnNewPatient
{
    font-size:12px;
}

#boxClick
{
	position:absolute;
	bottom:10px;
	left:0;
	text-align:center;
	width:341px;
	z-index:100;
}

#boxForm 
{
}
	#boxForm h1
	{
		color:#283891;
		font-size:16px;
		font-weight:bold;
		margin:0;
		padding:10px 0 15px;
		font-family:Tahoma, Geneva, sans-serif;
		text-align:center;
	}
	#boxForm h2
	{
		color:#BD9A29;
		font-size:16px;
		font-style:italic;
		margin:0;
		padding:0 0 35px;
		font-family:Tahoma, Geneva, sans-serif;
		text-align:center;
	}

#boxCall
{
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#000;
	margin:0 0 -5px;
}
	#dnn_dnnCall p
	{
		padding: 0;
		margin:0;
		line-height:18px;
		text-align:center;
		font-family:Verdana, Geneva, sans-serif;
		font-size:16px;
		color:#000;
	}
	#boxCall h1
	{
		color:#000;
		font-size:22px;
		margin:0;
		padding:10px 0 0;
	}

#boxBrands td {padding:6px 0;}

#boxSymptom, #boxConditions, #boxUpdate, #boxBrands, #boxTestimonials, #boxNewPatient
{
	margin:10px 0;
}

#boxTestimonials
{
    text-align: center;
}

#dnn_dnnSymptomChecker
{
}



/**** FOOTER ****/
#footerWrapper
{
    position:relative;
	background:url(images/bgFooter.jpg) no-repeat #593c08;
	font-size:11px;
	color:#FFF;
	padding:0 0 10px;
	z-index:0;
	width:964px;
}
	.mac.safari #footerWrapper,
	.mac.gecko #footerWrapper
	{
		font-size:10px;
	}

#footerL
{
	float:left;
	width:570px;
	position:relative;
	z-index:50;
}
#footerR
{
	float:right;
	width:350px;
	padding:0 20px;
	position:relative;
	z-index:50;
}

#hostingBugs
{
    position:relative;
	margin:10px 0 10px 20px;
}
    #PBbug
    {
        float:left;
        width:120px;
        position:relative;
    }
    #IHbug
    {
        float:left;
        width:92px;
        position:relative;
    }
#SHAREbug
{
    position:relative;
	top:10px;
	left:20px;
	float:left;
}
    #SHAREbug p
    {
        margin:0;
        padding:0;
    }
#bugTwitter
{
	position:relative;
	float:left;
	margin:9px 0 0 34px;
	
}
#bugFacebook
{
	position:relative;
	float:left;
	margin:8px 0 0 14px;
}
/*-------------------------------------------*/
#footerNav
{
    text-align:right;
    font-weight:bold;
	margin:50px 0 0;
	color:#FFF;
}
    #footerNav ul
    {
        padding:0;
        margin:0;       
    }
        #footerNav li
        {
            margin:0;
            padding:0 4px;
            display: inline;        
        }
    #footerNav a:link, #footerNav a:visited, #footerNav
    {
        color:#FFF;
    }
    #footerNav a:hover
    {
        text-decoration:none;
        color:#4798ed;
    }
/*-------------------------------------------*/
#address
{
    text-align:right;
    position:relative;
	font-size:10px;
	margin:6px 0 0;
}

/*-------------------------------------------*/
#copyright
{
    position:relative;
	text-align:right;
	font-size:10px;
}



#seoContent
{
	position:relative;
	margin:10px 0 0 20px;
	text-align:left;
}
#seoContent p
{
	margin:0;
	padding:0;
	font-size:11px;
	line-height:12px;
	color:#FFF;
}
#seoContent a:link, #seoContent a:visited
{
	color:#ffffff;
	font-weight:normal;
	text-decoration: underline;
}
#seoContent a:hover
{
    color: #4798ED;
}




/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem
{
	color: #FFF;
	text-transform: none;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
	.mac.safari .MainMenuItem,
	.mac.gecko .MainMenuItem
	{
		font-size:13px;
	}
.MainMenuItemSelected
{
	color: #b5962f;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	cursor: pointer;
}
	.mac.safari .MainMenuItemSelected,
	.mac.gecko .MainMenuItemSelected
	{
		font-size:13px;
	}
.MainMenu_SubMenu
{
	color: #FFF;
	background-color: #725211;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-decoration: none;
	cursor: pointer;
}
	.mac.safari .MainMenu_SubMenu,
	.mac.gecko .MainMenu_SubMenu
	{
		font-size:13px;
	}

.MainMenu_MenuBreak
{
	border: 0px;
	color: #ed1b2d;
	background-color: Transparent;
	height: 1px;
	width: 1px;
}

/* 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: #FFF;
	text-transform: none;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
/***** Main Menu - End *****/

/* 
================================
Skin styles for Medical Content
================================
*/
/* START - Classes for the Patient Education Table Of Contents */ 

.eznc_ListViewGroupHeading
{
}

.eznc_ListViewArticleLink
{
}
.eznc_ListViewArticleLink:link
{
}
.eznc_ListViewArticleLink:visited
{
}

.eznc_ListViewArticleLink:hover
{
}
/* END - Classes for the Patient Education Table Of Contents */ 

/* START - Classes for the Patient Education Content */ 
.eznc_Content 
{
}

.eznc_navAllConditions 
{
}

a:link.eznc_navAllConditions {}
a:visited.eznc_navAllConditions {}
a:active.eznc_navAllConditions {}
a:hover.eznc_navAllConditions {}


.eznc_ContentTitle 
{
}

.eznc_ContentSectionV2
{
}

.eznc_ContentSectionList 
{
}

.eznc_navContentSection 
{
}

/***  GENERIC COLOR FOR LINKS AND TITLES ****/
a:link.eznc_navContentSection,
a:visited.eznc_navContentSection,
a:active.eznc_navContentSection,
a:hover.eznc_navContentSection,
.eznc_ListViewGroupHeading,
.eznc_ListViewArticleLink:hover,
.eznc_ContentTitle,
.eznc_SectionTitle,
.eznc_ContentCopyright,
.eznc_SectionTitleV2,
.eznc_navAllConditionsV2 a.CommandButton:link,
.eznc_ContentSectionListV2
{
/*    color:#890203;  */
}
.eznc_AContentV2
{
/*	border-color:#890203; */
}

a:link.eznc_navContentSection {}
a:visited.eznc_navContentSection {}
a:active.eznc_navContentSection {}
a:hover.eznc_navContentSection {}

.eznc_ContentSection 
{
}

.eznc_SectionTitle 
{
}

.eznc_SectionBody 
{
/*	text-align:left */
}

table.eznc_SectionBody 
{
}

.eznc_SectionBody_Col1 
{
}
.eznc_SectionBody_Col1 p,
.eznc_SectionBody_Col1
{
	text-align:left;
}
.eznc_SectionBody_Col2 
{
}
.eznc_SectionBody_Col2 img,
.eznc_SectionBodyV2 img
{
}

.eznc_ContentSectionV2 p
{
}
.eznc_SectionBodyV2
{
}


.eznc_ContentCopyright 
{
}


/* END - Classes for the Patient Education Content */ 

/* 
=====================================
Skin styles for Medical Content - END
=====================================
*/



/* 
==================================================
Skin styles for Article Viewer with Video Player
==================================================
*/

.eznc_Tab_Fill
{
	background-image: url(images/videoHeaderBg.jpg);
}
/* Controls the text color used on the title bar */
.eznc_TabText, .eznc_TabText a:link, .eznc_TabText a:visited
{
}
/* Controls the logo above the article list in the right column */
.eznc_Filter_Top_Logo
{
	width: 210px;
	height: 83px;
    background-image: url(images/ArticleListHeader.jpg);	
}
.eznc_Filter_Bottom_Logo
{
}

/* Controls the spacer background color of the article list in the right column */
.eznc_Filter_Line2
{
/*	background-color: #2b6db8;  */
}

/* Controls the background color of the article list in the right column */
.eznc_Filter_Line3 
{
/* 	background-color: #2b6db8;  */
}

/* Controls the text color of the article list in the right column */
.eznc_FilterList, .eznc_FilterList a:link, .eznc_FilterList a:visited
{
/* 	color: #ffffff;  */
}

/* Background color around search box */
.eznc_FilterText 
{
/*	background-color: #2b6db8;  */
}
.eznc_Filter_Search input
{
}




/*===================================
Skin styles for Search Box feature
====================================*/
#searchWrapper
{
	position:relative;
	background-image:url(images/bgSearch.png);
	background-repeat:no-repeat;
	height:25px;
	z-index:100;
}
.ie6 #searchWrapper
{
	background-image:url(images/bgSearch.gif);
}

#btnSearch
{
	float:right;
	position:relative;
	top:5px;
	right:10px;
	z-index:100;
	width:45px;
}
#search {}
#search .eznc_SearchText {width:220px; float:left; margin:4px 0 0 10px; border: none; background-color:transparent; background-image:none; z-index:100;}
.ie8 #search .eznc_SearchText {background-color:#FFF;}
.ie6 #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {position:relative; top:4px; left:4px; }
.ie7 #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {position:relative; }
/*=======================================
END - Skin styles for Search Box feature
=======================================*/


