﻿/*
Colors
#0039A6;/*Blue used by textboxes*/

body
{
	background-color: #ffffff;
	margin: 0px 0px 15px 0px;
	font-family: Trebuchet MS, Verdana, Arial, Times New Roman;
	font-size: medium;
	color: #000000;
}
img { border: none; }
a img
{
	border-width:0px;
	border-style: none;
}

a
{
	color: #000000;
	font-size: small;
}
a:visited
{
	color: #000000;
	font-size: small;
}
a:hover
{
	color: Blue;
	text-decoration: underline;
	font-size: small;
}
a:active
{
	color: #ff0000;
	font-size: small;
}
h1
{
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 16pt;
	font-weight: bold;
	margin-top: 0px;
}
h2
{
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 14pt;
	margin-top: 0px;
}
li
{
	padding: .2em 0 .2em .2em;
}

#content_Admin
{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 190px; /*width #sidebar1 + 10*/
	font-size: small;
	width:726px;/*width of #container - margin-left*/
}
#content h3
{
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 0px;
	color: #1C468F;
}
.fieldname
{
	vertical-align: middle;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

.profileFieldname
{
	font-weight: bold;
	color: #000000;
	text-align: left;
	width: 30%;
	vertical-align:top;
}

.profileTextboxLong
{
	width: 99%;
}

.profileTextboxShort
{
	width: 50%;
}

.profileTextboxMid
{
	width: 75%;
}
.profileTable
{
	width: 90%; 
	background-color:#ffffff;
}

.billingFieldname
{
	font-weight: bold;
	color: #000000;
	text-align: left;
	width: 30%;
	vertical-align:top;
}

.billingTable
{
	width: 100%; 
	background-color:#ffffff;
}

.subscriptionFieldname
{
	font-weight: bold;
	color: #000000;
	text-align: left;
	width: 40%;
	vertical-align: top;
}
.subscriptionField
{
	width: 60%;
}
.catalogRequestFieldname
{
	font-weight: bold;
	color:#000000;
	text-align:left;
	width: 30%;
	vertical-align:top;	
}
.catalogRequestField
{
	width: 70%;
}
.sectiontitle
{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.sectionsubtitle
{
	background-color: #E9E8E8;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 90%;
}
.addressBookHelp
{
	background-color: #E9E8E8;
	font-weight: normal;
	font-size:8pt;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 90%;
}
.MyCalendar .ajax__calendar_container
{
	border: 1px solid #000000;
	background-color: #ccccff;
	color: #000000;
}

.ActionButton
{
	font-weight: bold;
}


/******************************************************
LAYOUT OF HEADER
*******************************************************/
.thrColFixHdr #background-container
{
	width: 975px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #FFFFFF;
	background-image: url('../images/Background-repeat.gif' );
	background-repeat: repeat-y;
}
.thrColFixHdr #topShade
{
	width: 975px;
	height:7px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #FFFFFF;
	background-image: url('../images/topshadow.gif' );
	background-repeat: no-repeat;
		overflow:hidden;
}
.thrColFixHdr #bottomShade
{
	width: 975px;
	height:7px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #FFFFFF;
	background-image: url('../images/bottomshadow.gif' );
	background-repeat: no-repeat;
}

.thrColFixHdr #container
{
	width: 961px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFixHdr #header
{
	background: #ffffff; /*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.thrColFixHdr #header .catalogProvidedBy
{
	padding-left:20px;
}

 #securityCredentials
{
	width:100%;
	text-align:center;
}
.thrColFixHdr #header #header_middle
{
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-repeat: repeat-x;
	height: 34px;
	line-height: 34px;
	width: 100%;
	
}

/*Contains the login, my account, and hello... message*/
#header_middle #loginHeader
{
	font-weight: bold;
	color: White;
	float:right;
	margin-right:10px;
	font-size:.8em;
}
#header_middle #loginHeader a
{
	color: White;
}

#header_middle #loginHeader a:visited
{
}
#header_middle #loginHeader a:active
{
	text-decoration: none;
}
#header_middle #loginHeader a:hover
{
	text-decoration: none;
}

#header_middle .phoneNumberHeading
{
	color:White;
	padding-left:10px;
	font-weight:bold;
}

.thrColFixHdr #header #header_bottom
{
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url('../images/header_bottom.gif' );
	background-repeat: repeat-x;
	height: 18px;
	width: 100%;
	overflow:hidden;
}

.thrColFixHdr #header h1
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/******************************************************
END LAYOUT OF HEADER
*******************************************************/


/******************************************************
LAYOUT OF Content Area of the site
*******************************************************/
#middle_container /*Contains everything in the middle section of the website */
{
	background-color: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url('../images/left_sidebar.gif' );
	background-repeat: repeat-y;
	width: 961px;
	padding-bottom:20px;
}
.thrColFixHdr #content /*everything to the right of sidebar1*/
{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 180px; /*width #sidebar1 + 10*/
	font-size: small;
	width:726px;/*width of #container - margin-right - margin-left*/
}

.thrColFixHdr #content #contentTwoColumn /*Used on pages that have both a content area and a right sidebar*/
{
	margin-right: 155px;  /*width #sidebar2 + 10 + padding*/
	/*width:551px;width of #container - margin-left*/
	widows:548px;
}


.thrColFixHdr #sidebar1 /*left column in content area*/
{
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	position: relative; /* padding: 15px 10px 15px 20px; padding keeps the content of the div away from the edges */
}


.thrColFixHdr #sidebar1 .textBox
{
	border-color:#0039A6;/*Blue*/
}

.thrColFixHdr #sidebar1 .button
{
vertical-align:top;
line-height:22px;
margin-top:1px;
}

.thrColFixHdr #sidebar1 .section_header h3
{
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: .85em;
}

.thrColFixHdr #sidebar1 .section_container_top 
{
	position: relative;
	margin-top: 0px;
}

/*Control font size and margin of content area of left navigation*/
.thrColFixHdr #sidebar1 .section_content
{
	margin: 5px;
	font-size: .8em;
}

.thrColFixHdr #sidebar1 ul
{
	margin-left:0px;
	padding-left:20px;
	margin-bottom:0px;
}

.thrColFixHdr #sidebar1 .section_container_top .section_header /*special class used to control the top section*/
{
	background-repeat: repeat-x;
	height: 26px;
	width: 170px;
	font-weight: bold;
	color: White;
	vertical-align: middle;
	line-height: 26px;
}

.thrColFixHdr #sidebar1 .section_container .section_header
{
	background-repeat: repeat-x;
	height: 28px;
	width: 170px;
	font-weight: bold;
	color: White;
	vertical-align: middle;
	line-height: 28px;
	overflow: hidden;
}

.thrColFixHdr #sidebar2 /*right column in content area*/
{
	float: right; /* since this element is floated, a width must be given */
	width: 145px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebar2 .section_container
{
	border: solid 1px #D1D3D4;
	margin-bottom:15px;
}

.thrColFixHdr #sidebar2 .section_container .section_header
{
	border-bottom: solid 1px #D1D3D4;
	background-color: #E9E8E8;
	padding: 2px;
}
.thrColFixHdr #sidebar2 .section_container .section_content
{
	font-size: .8em;
	margin:5px 5px 5px 5px;
}

/*Control size of headings in section headers.*/
.thrColFixHdr #sidebar2 .section_container .section_header h3
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: .8em;
}

.thrColFixHdr #mainContent
{
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/******************************************************
END LAYOUT OF Content Area of the site
*******************************************************/

.thrColFixHdr #footer
{
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-repeat: repeat-x;
	height: 23px;
	font-size: .8em;
	color: White;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
}

.footerLinks
{
	font-weight: bold;
	color: White;
	font-size:.8em;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
}

#copyright
{
	color: Black;
	font-size:.7em;
	text-align: center;
	vertical-align: middle;
}

#footer a
{
	color: #ffffff;
	text-decoration: underline;
	font-size:.85em;
}
#footer a:visited
{
	color: #ffffff;	
	font-size:.85em;
}
#footer a:hover
{
	text-decoration: none;
	font-size:.85em;
}

.priorityProductCategory
{
	color: #CB092F;
	font-weight: bold;
}
.parentProductCategory
{
	font-weight: normal;
}
.selectedNode
{
	font-weight: bold;
	color: Blue;
}
.selectedNode a
{
	font-weight: bold;
	color: Blue;
}
.selectedNode a:visited
{
	font-weight: bold;
	color: Blue;
}

/**************************************************
 Breadcrumb styles
****************************************************/
.breadCrumb
{
	font-size:x-small;
}
.breadCrumb a
{
	color: #000000;
	font-size:x-small;
}
.breadCrumb a:visited
{
	color: #000000;
	font-size:x-small;
}
.breadCrumb a:hover
{
	color: Blue;
	text-decoration: underline;
	font-size:x-small;
}
.breadCrumb a:active
{
	color: #ff0000;
	font-size:x-small;
}

/**************************************************
END Breadcrumb styles
****************************************************/



/*Two Column format*/
	.twoColLiqLtContainer { 
		width: 100%;  /* this will create a container 80% of the browser width */
		text-align: left; /* this overrides the text-align: center on the body element. */
	} 

	/* Tips for sidebar1:
	1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
	2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLt #sidebar1 p" rule.
	3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
	*/
	.twoColLiqLtContainer .sidebar1 {
		float: left; 
		/* width: 50%; since this element is floated, a width must be given */
	}

	/* Tips for mainContent:
	1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
	2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
	3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
	*/
	.twoColLiqLtContainer .sidebar2 { 
		/*margin: 0 0 0 50%;  the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	} 

/*End two column format*/



/*********************************************************************
Controls styles of Shopping Cart Section in the public masterpage.
*********************************************************************/
#shoppingCartSection.twoColLiqLtContainer 
{
	float:right;
	width:140px;
	font-size:.8em;
	line-height:1.2em;
	margin-top:5px;
	margin-right:10px;
}
#shoppingCartSection.twoColLiqLtContainer .sidebar2
{
	text-align:right;
}
#shoppingCartSection.twoColLiqLtContainer .sidebar2
{
	text-align:right;
}
#shoppingCartSection.twoColLiqLtContainer a.shoppingCart /*Shopping cart link*/
{
	color:#CB092F;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

#shoppingCartSection.twoColLiqLtContainer a.shoppingCartView /*Shopping cart link*/
{
margin-bottom:5px;
display:block;
}

/*********************************************************************
END Controls styles of Shopping Cart Section in the public masterpage.
*********************************************************************/



/*Controls styles of Catalog Section in the public masterpage.*/
#freeCatalogSection .section_content
{
	margin-top:5px;
	text-align:right;
}

/*********************************************************
Controls styles of Featured Products Section in the public masterpage.
*********************************************************/
#featuredProductSection ul#featuredProducts
{
	list-style-type:none;
	list-style-image:none;
	margin-left:0px;
	padding-left:0px;
	text-align:center;
}

#featuredProductSection ul#featuredProducts li
{
	padding-bottom:15px;
}

#featuredProductSection ul#featuredProducts a img
{
	border:solid 1px silver;
}

#featuredProductSection ul#featuredProducts a
{
	text-decoration:none;
	font-size:.9em;
}
#featuredProductSection ul#featuredProducts a:hover
{
	text-decoration:underline;
}

#featuredProductSection ul#featuredProducts .productName
{
    font-size: 1.1em;
    font-weight: bold; 
    color:Red;   
}
#featuredProductSection ul#featuredProducts .shortDesc
{
    font-size: .9em;
    font-weight:normal; 
    color:Black;   
}

/*********************************************************
END Controls styles of Featured Products Section in the public masterpage.
*********************************************************/




/*Panel for displaying product categories*/
.productCategories
{
	padding-left: 15px;
}
.productListing
{
	margin-top: 10px;
	text-align: center;
}
.productListing .section_container
{
	width: 100%;
	cursor: pointer;
}

.productListing .section_container .section_header
{
	border-bottom: solid 1px #D1D3D4;
	background-color: #E9E8E8;
	/*padding: 2px;*/
	min-height: 3em;
	text-align: center;
	vertical-align: top;
}
.productListing .section_container .section_content
{
	font-size: .8em;
	margin:5px 5px 5px 5px;
	text-align: center;
}
.productListing .section_container .section_header h3
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: .8em;
}
.productImage 
{  
	border: none;
}

.dlProducts_ItemStyle
{
	border:solid 1px #D1D3D4;
	width: 217px;
}

#content h1
{
	margin-bottom: 6px;
	margin-top: 12px;
}
.dataListOptionsBottom
{
	width: 100%; 
	text-align: right; 
	border-bottom: solid 1px #D1D3D4; 
	border-top: solid 1px #D1D3D4; 
	margin-bottom: 10px;
	padding: 5px 0px 5px 0px;
	font-size: .8em;
}
.dataListOptionsTop
{
	text-align: right; 
	margin-top: -35px;
	padding: 5px 0px 5px 0px;
	font-size: .8em;
}

.dataListOptionDropdown
{
	font-size: 1.0em;
}
.OptionsTable
{
	width: 100%;
}

.dataListOptions a { text-decoration: none; font-size: .8em; }
.dataListOptions a:visited { text-decoration: none; font-size: .8em; }
.dataListOptions a:hover { text-decoration: underline; font-size: .8em; }

#leftnav
{
	float:left;
	width:180px;
	text-align:center;
}

#rightnav
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
}

#numnav
{
	float:inherit;
	text-align:center;
}
.OrderDetails { position:absolute; left:0px; top:0px; visibility:hidden;}






/**********************************************************
PRODUCT CATEGORY LISTING ON HOME PAGE
The following styles control the product category sections on the home page
***********************************************************/
table.ProductListings
{
	width:100%;
}
table.ProductListings td.padding
{
	width:2%
}
td.ProductCatItem
{
	background-color:#E9E8E8;
	vertical-align:top;
	padding:8px;
	border:solid 1px black;
}

td#Column1
{
	width:32%;
}

td#Column2
{
	width:32%;
}
td#Column3
{
	width:32%;
}
.productCategoryListing h3.prodCatHeading
{
	text-align:center;
	margin:0px;
	margin-bottom:5px;
}

.productCategory_ViewAllImg /*image of the product*/
{
	display:block;
	/*margin-left:14px*/
}

a.productCategory_ViewAllText
{
	font-style:italic;
	text-decoration:none;
	color:gray;	
	padding-bottom:5px;
	
}
a:hover.productCategory_ViewAllText
{
	text-decoration:underline;
	
}
.productCategory_ViewAllText
{
text-align:center;
	display:block;
}
ul.productCategory_ProductListing 
{
	margin-left:0px;
	padding-left:20px;
	margin-top:0px;
	margin-bottom:5px;
}
a.productCategoryListing_More
{
	text-decoration:none;
	color:Black;
}
a:hover.productCategoryListing_More
{
	text-decoration:underline;
}
.productCategory_Image
{
	height: 125px; display: block; position: relative; text-align: center;
}

/**********************************************************
END PRODUCT CATEGORY LISTING ON HOME PAGE
**********************************************************/


/********************
PROGRESS PANEL USED TO INDICATE AJAX POSTBACKS
************************/
#progressPanel
{position:fixed;
	height: 50px; 
	width: 240px; 
	top: 50%;
	margin-left:-120px;
	margin-top:-25px;
	left:50%;
	border-style:groove;
	text-align:center;
	background-color:White;
	vertical-align:middle;
}


/********************
GENERAL STYLES
************************/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fltright { /* this class can be used to float an element left in your page */
	float: right;
}

.fltrt
{
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft
{
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

a.footNote
{
	font-size:.6em;
}


/************************
Styles for ShowProductCategories page
*/
.SubCatListing
{
	margin-left:50px;
}
.SubCatContainer
{
	margin-bottom:15px;
}
.SubCatContainer .SubCatHeading
{
	width:50px;
	height:50px;
}
.SubCatContainer .SubCatContent
{
	margin-left:60px;
	margin-top:-50px;
}

a.subCatTitle
{
	color:#CB092F;
	font-size:1.5em;
	text-decoration:none;
}
a.subCatTitle
{
	text-decoration:underline;
}
a.subCatTitleImg
{
}
.subCatDescription
{
	
}
/************************
End Styles for ShowProductCategories page
*/

.errorMessage
{
	display:block;
	border:solid 2px red;
	font-weight:bold;
	text-align:center;
	top:0px;
	background-color:White;
	
}

.TableHeaderStyle
{
	font-weight:bold;
}
.editUserProfile
{
	color:White;
	background-color:#1C468F;
	font-weight:bold;
}

.loginTableHeader
{
	font-weight:bold;
	background-color: #1C468F;
	color:#ffffff;
}
.OtherCheck
{
    margin-left: 3px;
}
