html, body
{
	font: 13px Arial,Tahoma,Helvetica,sans-serif;	
	margin:0;
	color: #484848
}
.clear {
	clear:both;
}
.error {
	color: red;
}
.small {
	font-size: 11px;
}
.larger
{
	font-size:14px;
}
.strong {
	font-weight: bold;	
}
a
{
	color:#066131;
}
/*#Form Controls#*/
A.linkBtnNormal
{
	line-height:24px;
	background-color: #fffde8;
	border: 1px solid #d0bf76;
	color: #484848;
	padding: 2px;
	margin: 3px;
	text-decoration:none;

}

A.linkBtnNormal:hover
{
	border: 2px solid #999;
}

input[type="submit"] {
	background-color: #fffde8;
	border: 1px solid #d0bf76;
	color: #484848 ;
	padding: 0;
	margin: 3px;
}

input, input[type="password"], input[type="file"], textarea {
	border: 1px solid #999;
	color: #484848;
}

input[type="submit"]:hover {
	border: 2px solid #d0bf76;
}

input[type="checkbox"], input[type="radio"], input[type="checkbox"]:hover, input[type="radio"]:hover, {
	/*background-color: #fff;
	font-color: #000;
	border: 0px solid #fff;*/
	border:0px;
}


select {
	border: 1px solid #e0e0e0;
	color: #484848;
	padding: 1px 3px;
	margin: 3px;

}
/*#Heading Tags#*/
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
	
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 8px;
	
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	clear: both;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
	clear: both;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	clear: both;
}

h6 {
	/*color:#FAA634;*/
	font-size:14px;
	font-weight: bold;
	margin-bottom:8px;
}
/*#ToolTip#*/
.toolTip
{
	position: absolute;
        width: 150px;
        border: 2px solid;
	border-color: #999;
        background-color: white;
	line-height:20px;
        visibility: hidden;
	padding:5px;
        z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
        filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/*#Chrome#*/
#wrapper
{
	text-align:center;
	width:100%;
}
#header
{	
	width:100%;	
}
#header a, #header a:link, #header a:hover
{
	color:#fff;
}
.headerInner
{
	color:#ffffff;
	width: 998px;
	height:135px;
	background-image:url(//data.schwabenorthamerica.com/nw/images/header/hdr_bkgrd.jpg);
	background-repeat: no-repeat;
	background-color:#ffffff;	
	margin-left:auto;
	margin-right: auto;
}
#headerLeft
{
	vertical-align:top;
	background-image:url(//data.schwabenorthamerica.com/nw/images/header/hdr_gradient_left.jpg);
	height:108px;
	background-repeat:repeat-x;	
}
#headerRight
{
	vertical-align:top;
	background-image:url(//data.schwabenorthamerica.com/nw/images/header/hdr_gradient_right.jpg);
	background-repeat:repeat-x;
	height:108px;
}
.menu
{
	margin-top:46px;
	float:left;
}
.searchBar
{
	width:290px;
	margin-top:23px;
	clear:right;
	float:right;
}
.subscribe
{
	
	float:right;
	width:150px;
}
#content
{	
	width: 800px;
	margin-left:auto;
	margin-right: auto;
}
#footer
{
	background-image:url(//data.schwabenorthamerica.com/nw/images/footer/footer_straight_stripes.png);	
	height:275px;	
}
#footerInner
{
	background-image:url(//data.schwabenorthamerica.com/nw/images/footer/footer_full.png);	
	background-repeat: no-repeat;	
	width:998px;
	height:214px;
	margin-left:auto;
	margin-right: auto;
	background-color:#fff;
	text-align:center;

}
#footerInner .footerText
{
	font-size:10px;
	color:#fff;
	margin-left:auto;
	margin-right: auto;
	padding-top: 145px;
	width:800px;	
	repeat: no-repeat;
}
#footerInner a
{
	color:#fff;
}

.horizontalCMSMenu
{
	height:28px;
	padding:0;
	margin:0;
	text-align:left;
}
/*#Horizontal Menu#*/
#plc_lt_zoneMenu_cmsmenu_menuElem-001-subMenu-015
{
	border-top:solid 1px #999;
	padding-top: 15px;
}
.horizontalsubCMSMenu
{
	color: #066131;
	background-color: #fff;
}

.horizontalsubCMSMenu tr
{

}

.horizontalsubCMSMenuItem
{
	background-color: #fff;
	padding:5px;
}

.horizontalsubCMSMenuItem, .horizontalsubCMSMenuItemMouseOver, .horizontalsubCMSMenuItemMouseDown,
.horizontalsubCMSMenuHighlightedMenuItem, .horizontalsubCMSMenuHighlightedMenuItemMouseOver, 
.horizontalsubCMSMenuHighlightedMenuItemMouseDown
{
	color: #066131;
	padding:5px;
	width: 170px;
}

.horizontalsubCMSMenuHighlightedMenuItem, .horizontalsubCMSMenuHighlightedMenuItemMouseOver, 
.horizontalsubCMSMenuHighlightedMenuItemMouseDown, .horizontalsubCMSMenuItemMouseOver
{
	background-color: #aae2c8;
}
.horizontalCMSMenuItem,
.horizontalCMSMenuHighlightedMenuItem,
.horizontalCMSMenuHighlightedMenuItemMouseUp,
.horizontalCMSMenuHighlightedMenuItemMouseOver, 
.horizontalCMSMenuHighlightedMenuItemMouseDown,
.horizontalCMSMenuItemMouseOver, 
.horizontalCMSMenuItemMouseDown, 
.horizontalCMSMenuItemMouseUp
{
	background-image:url(//data.schwabenorthamerica.com/nw/images/menu/unselected.png);	
	width:105px;
	font-size: 12px;
	text-align:center;
}
.horizontalCMSMenuItemMouseOver,
.horizontalCMSMenuHighlightedMenuItem, 
.horizontalCMSMenuHighlightedMenuItemMouseOver, 
.horizontalCMSMenuHighlightedMenuItemMouseDown
{
	font-weight:bold;
	color: #066131;
	background-image:url(//data.schwabenorthamerica.com/nw/images/menu/selected.png);
}
/*#ProductCategories#*/
.productCategoryContainer
{
	padding-top:20px;
	padding-left: 85px;
	align:center;
	width:630px;
}
.categoryListItem 
{
	float: left;
	width: 200px;
	margin: 5px;
	display: inline;
}
.productListHeaderDescription
{
	font-size: 12px;
}
/*#ProductDetails#*/
.zoneProdDetailHeader
{
	width: 100%;
}
.zoneProdDetailLeft
{
 	float: left;
 	width: 150px;
	display: inline;
	margin: 0px 3px 0px 0px;
}
.zoneProdDetailMiddle
{
	float: left;
	width: 590px;
	display: inline;
	margin: 0px 5px;
}
.zoneProdDetailRight
{
	float: left;
	width: 170px;
	display: inline;
	margin-right: 0px;
	margin-left: 15px;
}
/*#ProductDetails/Overview#*/
.productOverviewDetailGenericName
{
	font-weight:bold;
}
.productOverviewDetailAbstract
{
	padding-bottom:8px;
}
.productOverviewDetailSize
{	
	text-align:right;
	padding-top:25px;
/*	float:right;*/
}
.productOverviewDetailFindAStore
{
	visibility:hidden;

}
.productOverviewDetailStoreLocFull
{
	float:right;
	width: 175px;
}
.zoneProdDetailMiddle .productOverviewDetails
{
	width: 415px
}
.productOverviewDetailBody
{
	width: 255px;
	float: left;
	padding: 0 5px;
}
.productOverviewDetails .error
{
	display: block;
}
.productOverviewDetailStoreLocFull .locatorWrapper
{
	padding-top:5px;
	width: 155px;
	float: right;
	margin-left: 0px;
}

.productOverviewDetailStoreLocFull img
{
	float:right;
}
/*#Image Sizes#*/
.ImgArtifactXSmall {
	max-width: 30px;
}

.ImgArtifactSmall {
	max-width: 50px;
}

.ImgArtifactMedium {
	max-width: 140px;
}

.ImgArtifactLarge {
	max-width: 240px;
}

.ImgArtifactXLarge {
	max-width: 500px;
}
.productImageListThumbs {
	width: 100px;
	float: left;
	display: inline;
}

.productImageListItem {
	margin-top: 10px;
}

.productImageListFull {
/*	float: left;*/
	margin: 0px auto;
	display: inline;
}

.productOverviewItemContainer {
	/*padding: 5px;*/
}

.productOverviewItem {
width:100%;
	/*padding: 5px;*/
}

.productOverviewImage {
	float: left;
	display: inline;
	padding: 3px;
}

.productOverviewDetailImage {
	float: left;
	padding-left:0px;
/*	width: 140px; */
}

.productOverviewDetails {
	float: left;
	display: inline;
	width: 330px;
	margin-bottom: 10px;
}

.productOverviewCart {
	padding-top:25px;
	float: right;
	display: inline;
	text-align: right;
	width: 75px;
}

.productOverviewHighlights {
	margin-top: .5em;
	
}
/*#ProductList#*/
.productsByCategoryListContainer {
	height: 100%;
}
 
#zoneProductsByCategoryListLeft {
 	float: left;
 	width: 595px;
	display: inline;
}
 
#zoneProductsByCategoryListRight {
	float: right;
	width: 180px;
	display: inline;
}
.productListContainer {
/*	position: relative; */
	margin-right: 10px;
	margin-top: 10px;
}
.featuredProductsContainer
{
	/*margin:16px;*/
}
.divFeaturedProductsSeparator
{
	background-position:center; 
	background-repeat: no-repeat;
	width:100%;
	height:12px;
	background-image: url(//data.schwabenorthamerica.com/nw/images/featuredproduct_shadow.jpg);
}
.divFeaturedProductsImage
{	
	display:inline;
	float: left;
}
.featuredArtifactsContainer
{
	margin:16px;
	padding-left:10px;
	border:solid 1px #ffc600;
}
.productListItem {

}

.productListImage {
	float: left;
	display: inline;
	width: 50px;
	height: 80px;
	margin: 0px 10px 5px 10px;
	border: 1px solid black;
	overflow: hidden;
}

.productListDetails {
	float: left;
	display: inline;
}

.productListCart {
	border: 1px solid black;
	float: right;
	display: inline;
}

.productListHighlights {
	clear: both;
	margin: 5px 0px;
}
/*#ProductOverviewThin#*/

.prodOverviewThin {
	width:100%
}

.productOverviewThinItem {
	margin: 5px 0px;
}

.productOverviewThinImage {
	float: left;
	display: inline;
	margin: 5px;
}

.productOverviewThinDetails {
	padding: 5px;
/*	min-height: 80px; */
/*	position: relative;*/
}

.productOverviewThinInfo {
	vertical-align: baseline;
	position: absolute;
	bottom: 0px;
	right: 5px;
	text-align: right;
}

.productOverviewThinViewMore {
	float: right;
	display: inline;
}

.productOverviewThinDosage {
	width: 180px;
}

/*#ProductDetails/Tabs#*/
.productDetailTabContainer {
	padding: 0px;
	margin: 0px;
	color: #333;
}

.productDetailTabContent {
/*	clear: both; */
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 22px;
/* position: relative; */
/* top: -11px;	*/
/* margin-top: -12px;*/
	padding-top: 10px;
}

.productDetailTabInner {
	margin: 0px 16px 10px 16px;
}

.productDetailTabs {
	color: black;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	height: 21px;
	text-transform: uppercase;
}

.productDetailTabs ul {
	padding: 0;
	margin: 0;
	list-style: none;

}

.productDetailTabs ul li {
	display: block;
	float: left;
	margin-left: 4px;
	padding: 2px 12px;
	font-size: 12px;


}

.productDetailTabs ul li:hover {
	
}

.productDetailTab {
/*	background-image: url(/App_Themes/Common/Images/tab.gif); */
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #eee;
	position: relative;
	top: 1px;
}

.productDetailTab a {
	color: #666;
	text-decoration: none;
}

.productDetailTab:hover {
/*	background-image: url(/App_Themes/Common/Images/tab-hover.gif); */ 
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #e5e5e5;

}

.productDetailTab a:hover {
	color: #333;
	text-decoration: none;
}

.activeProductDetailTab {
/*	background-image: url(/App_Themes/Common/Images/tab-active.gif); */
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	background: #fff;
	position: relative;
	top: 1px;
	z-index: 1;
}

.activeProductDetailTab a {
	color: #333;
	text-decoration: none;
}
#technicalDataDiv table {
	width:540px;
	font-size:10px;
}
#technicalDataDiv table td, #technicalDataDiv table th {
	padding:5px;
	border-right:#FFF;
	border-left:#FFF;
	border-top:#FFF;
	border-bottom:1px dashed #ccc;

}

/*#ProductDetails/Tabs/FAQ#*/
.productFaqQuestion{
	font-weight: bold;
	margin-bottom: 2px;
}

.productFaqAnswer{
	margin: 0px 0px 0px 20px;
}
/*#RelatedColors#*/
.relatedAnswers {
	background: #751b1b;
	color: #fff;
}

.relatedArticles {
	background: #318258;
	color: #fff;
}

.relatedCategories {
	background: #bfb660;
	color: #fff;
}

.relatedProducts {
	background: #282875;
	color: #fff;
}
/*#Related Boxes#*/

.basicContainer {
	margin: 5px;
}

.relatedContainer {
	margin: 10px 0px;
	padding: 0px;
}


.relatedContainerInner {
	padding: 2px;
}

/*.relatedContainer div h1, .relatedContainer div h2, .relatedContainer div h3, .relatedContainer div h4, .relatedContainer div h5, .relatedContainer div h6 */
/*{ */
/*	color:#fff; */
/*	padding: 2px 0px; */
/*	text-align: center; */
/*} */

.relatedBox {
	border: 1px solid #999;
	background-color: #fff;
	padding: 5px 2px;
	color: #000;
}

/*#Related Boxes/Related Products#*/

.relatedProductTitle {
	text-align: center;
	font-weight: bold;
	margin: 5px 0px;
}

.relatedProductImage {
	border: 1px solid #ccc;
	float: left;
	display: inline;
	margin: 2px;
	padding: 0px;
}

.relatedProductDescription {
	font-size: 11px;
	padding: 2px;
}
/*#Search#*/
.SearchText
{
	float:left;
}
.SearchText input
{
	text-align:right;
}
.SearchTextSection
{
	position:absolute;	
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
}
.SearchTextSection input
{
	line-height:25px;
	border: 1px solid #999;
	position:absolute;
	width:175px;
	height:25px;
	color: #484848;
	margin:0px;
	padding:0px;
}
.SearchButtonSection
{
	float:right
}
.SearchButtonSection input
{	
	display:inline;
	padding-top: 2px;
}
.SearchRecommendations 
{
	width:240px;
	cursor: pointer;
	padding:5px;
	color: #066131;
	visibility:hidden;
	background-color:#fff;
	line-height: 1.25;
	text-align:left;
	float:left;
	display:inline;
	position:absolute;
	margin-left: 0px;
	margin-top: 23px;
	z-index:999;
	border: 1px solid gray;
	
	}
.SearchRecommendations a:hover
{
	/*background-color: red;*/
}
.horizontalSeparator
{
	height: 15px;
}
.SearchFilter
{
	clear:both;
}
.SearchRefinement
{
	padding-top:20px;
}
.SearchRefinement .SearchTextSection
{
	position: relative;

}
.SearchRefinement .SearchTextSection input
{
	width:210px;

}
 .SearchRefinement .SearchButtonSection
{
	display:inline;
padding-top:35px;
float:left;
}
.SearchSuggestions .header
{
	font-weight: bolder;
	padding-bottom: 5px
}
.SearchRefinementContainer
{
	width:220px;
	padding:5px;
	background-color:#e0e0e0;
}
.SearchResultsMsg
{
	width:560px;
	border-bottom:solid 4px #e0e0e0; 
	padding-left:5px; 
	height:15px;
}

/*#Store Locator#*/
.gMapContainer {
	clear: both;
	padding: 10px 0px 10px 0px;
}
.gMap {
	width: 100%;
	height: 320px;
}

.featuredHeader {
	float:left;
	width: 350px;
}
.retailerContainer {
	clear:left;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: Gray;
	margin: 10px 0px 0px 0px;
}

.retailerContainer .googlePin {
	float:left;
	margin: 5px 5px 30px 0px;	
}

.retailerAddress {
	float:left;
	width: 350px;
	padding-bottom: 10px;
}

.retailerPhone {
	float:right;
	width: 150px;
	margin-top: 16px;
}

.locatorSearchContainer {
	margin: 0px 20px;
}

.locatorCityContainer {
	padding: 10px;
	margin: 0px auto;
	width: 95%;
}

.locatorCityItem {
	float: left;
	width: 160px;
	display: inline;
}

.findByZip fieldset, .findByCity fieldset {
	padding: 10px;
}

.findByZip tr {
	padding: 5px;
}

.findByZip td {
	padding: 0px 0px 0px 5px;
}

.findByZip td input{
	padding: 0px 5px 0px 0px;
}

.homeLocator
{ 
	display:block;
	background-image:url(//data.schwabenorthamerica.com/nw/images/StoreLocator.jpg);
	background-repeat:no-repeat;
	height:152px;
	width:237px;
}
.homeLocatorContent
{
	padding:5px;
	margin:10px 9px 0px 25px;
	
}
.locatorWrapper
{
	/*padding:5px;*/

}

.StoreLocator
{
	font-size:large;
	
}
.EnterZip
{
	padding-bottom:5px;
}
.LocatorRadius
{
	padding-top:10px;
	padding-bottom:10px;
}
.homeLocatorContent img
{
	padding:5px;
	padding-top:10px;
	float:right;
	margin: 0px -5px 0px 0px;
}
.homeLocatorContent input[type="text"]
{	
	width:190px;
}

/*#Misc#*/
.hand {
	cursor: hand;
	cursor: pointer;
}
/*#Validation#*/
.required
{
	color:red;
}
.valSummary, .valSummarySuccess, .valSummaryInformation, .valSummaryWarning, .valSummaryQuestion, .valSummaryError

{
    font-size: 13px;
    width: 100%;
    line-height: normal;
    PADDING: 4px;
    border: solid 2px;
    border-left-width: 1px;
    border-top-width: 1px;
}

.valSummary, .valSummary td
{
    border-color: #000000;
    color: #000000;
    background-color: #FFFFFF;
}

.valSummarySuccess, .valSummarySuccess td
{
    border-color: #339900;
    color: #007700;
    background-color: #EEF1E7;
}

.valSummaryInformation, .valSummaryInformation td
{
    border-color: #005AC6;
    color: #000000;
    background-color: #F2F2FF;
}

.valSummaryWarning, .valSummaryWarning td
{
    border-color: #FFCC00;
    color: #000000;
    background-color: #FFFFCC;
}

.valSummaryQuestion, .valSummaryQuestion td
{
    border-color: #3187DD;
    color: #185592;
    background-color: #EFEFEF;
}

.valSummaryError, .valSummaryError td
{
    border-color: #EE0000;
    color: #CC0000;
    background-color: #FFEAE6;
}


/*#Featured Rotator#*/
#featuredRotatorContainer {
	position: relative;
	width: 715px;
	height: 250px;
	margin: 0px auto;
}
#featuredRotatorRight {
	position: absolute;
	left: 600px;
	top: 205px;
	width: 58px;
	height: 17px;
	background-color: transparent;
}
#featuredRotatorLeft img {
	border: 0;
}
.rotatorButton {
	width: 15px;
	height: 15px;
	font-size: 11px;
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	text-align: center;
}
.rotatorButton a:link, .rotatorButton a:visited {
	color: #000;
}
.rotatorButtonActive {
	width: 15px;
	height: 15px;
	font-size: 11px;
	background-color: #00a950;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	text-align: center;
	cursor: pointer;
}
.rotatorButtonActive a:link, .rotatorButtonActive a:visited {
	text-decoration: none;
	color: #000;
	display:block;
	height:15px;
	width:15px;
}
#rotatorOption1 {
	position: absolute;
	left: 0px;
}
#rotatorOption2 {
	position: absolute;
	left: 20px;
}
#rotatorOption3 {
	position: absolute;
	left: 40px;
}
#rotatorOption4 {
	position: absolute;
	left: 60px;
}
/*#Filter-Sort#*/
.Loading
{
	filter: alpha(opacity=70);
	left:45%;
        opacity: 0.7;
	position:fixed; 
	text-align: center;
	top:45%;
	z-index: 10100;
}
#fsLeftDiv
{
	background-color: #e0e0e0;	
	float:left; 
	width:30%;

}
.FilterSortTreePanel
{	
	overflow: scroll;
}
#fsMainDiv
{
	float:right;
	width:69%;
}
#fsTopDiv
{
	padding-bottom:5px;
	Border-bottom: 3px solid #e0e0e0;
}
#fsBottomDiv
{
	padding-top:10px;
}
.FilterSortNarrowBySelectionsLabel
{
	font-weight:bold;
}
.FilterSortResultsLabel
{
	font-size:larger;
	font-weight:bold;
}
/*#Subscription Center#*/
#EmailContainer
{

}
#EmailContainer .Email
{
	width: 125px;
	float:left;
}
#FirstNameContainer
{
	padding-top:5px;
	width: 350px;

}
#FirstNameContainer .FirstName
{
	padding-top:5px;
	width: 125px;
	float:left;
}
#LastNameContainer
{
	padding-top:5px;
	width: 350px;
}
#LastNameContainer .LastName
{
	padding-top:5px;
	width: 125px;
	float:left;
}
#ButtonsTop
{
	text-align:right;
	width: 280px;
}
/*#Ads$*/
.adContainerPBC
{
	margin-top:25px;
}
