/*
 * CSS style library for global page elements
 *
 * NOTE:
 * - The styles for all navigation elements are in navigation.css
 *
 * @author Sam Lee
 * @version $Id: global.css,v 1.1 2006/09/28 16:51:41 slessman Exp $$Revision: 1.1 $
 * @updated $Date: 2006/09/28 16:51:41 $$Author: slessman $
 */

/***************************************************
 *
 * Element Overrides
 *
 ***************************************************/

img {
	border: 0;
}

a {
	color: #257fba;
	font-size: 11px;
	text-decoration: none;
}

a:active {
	color: #ec9800;
}

a:hover {
	color: #ec9800;
}

body {
	background-color: #ffffff;
	margin: 15px 0px;
	padding: 0px;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

dt {
	font-weight: bold;
	padding-bottom: 5px;
}

dd {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	list-style: none;
	margin-left: 7px;
	padding-left: 8px;
	padding-bottom: 3px;
}

form {
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 15px;
}

input#checkoutQty {
	width: 15px;
	height: 15px;
}

sup {
	font-size: 8px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

table td {
	padding: 0px;
	vertical-align: top;
}

label {
	cursor: pointer;
}

@media print { 
	.printOnly {
	}
	.screenOnly {
		display: none;
	}
}	

/***************************************************
 *
 * Generic Custom Classes
 *
 ***************************************************/

.boldBlack {
	font-weight: bold;
	color: #000000;
}

.error , .errors, #errorList {
	font-weight: bold;
	color: #cc0000;
}

label.required {
	background: transparent url(/extranet/images/decorations/required_field.png) 0% 50% no-repeat;
	padding-left: 10px;	
}

.footnote {
	font-size: 9px;
}

.hide {
	display: none;
}

.pageHeader {
	font-size: 15px;
	font-weight: bold;
	display: block;
}

.pageSubHeader {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-top: 7px;
}

.underlinedHeader {
	width: 100%;
	border-bottom: 1px solid #666666;
}

/* For expand / collapse jQuery */
.ec-content {
	background: #efefef;
	border: 1px solid #dedee0;
	display: none;
	padding: 8px;
}

.ec-trigger {
	background: #fff url(../images/ec-plus.gif) no-repeat right center;
	border: 1px solid #dedee0;
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
	padding: 8px 26px 8px 8px;
}

.ec-minus {
	background: #fff url(../images/ec-minus.gif) no-repeat right center;
	border-bottom: 0px solid #dedee0;
}

/*	Form formatting
-------------------------------------------------------------- */

	fieldset ul {
		list-style: none;
		margin: 0 0 8px 0;
		padding: 0;
	}
	
	fieldset ul li {
		padding: 0 8px 8px 0;
	}
	
	fieldset ul li label {
		color: #333;
		font: 11px arial;
	}
	
	fieldset ul li.required label,
	fieldset ul li label.required {
		font-weight: bold;
	}
	
	fieldset ul li input {
		border: 1px solid #ccc;
		font: 11px arial;
		display: block;
		padding: 2px 2px 3px 2px;
	}
		
		fieldset ul li input.date {
			background: #fff url(../images/icon-calendar.gif) no-repeat right center;
			padding-right: 20px;
		}
			
	fieldset ul li select {
		border: 1px solid #ccc;
		display: block;
		font: 11px arial;
		padding: 2px;
	}
	
	fieldset h4 {
		color: #333;
		font-size: 13px;
		font-family: arial, verdana, sans-serif;
		font-weight: bold;
		margin: 0 0 8px 0;
		padding: 0;
	}
	

/*	Pagination
-------------------------------------------------------------- */

ul.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
}

	/* Explicitly give the unordered list the clearing fix */
	/* so that the programmer does not have to add .clearfix */
	ul.pagination:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
	ul.pagination { display: inline-block; }
	html[xmlns] ul.pagination { display: block; }
	* html ul.pagination { height: 1%; }


ul.pagination li {
	color: #257FBA;
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 10px;
}

ul.pagination li a {
	color: #257FBA;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

	ul.pagination li a:link {
		text-decoration: underline;
	}

	ul.pagination li a:visited {
		text-decoration: underline;
	}

	ul.pagination li a:hover {
		text-decoration: none;
	}

	ul.pagination li a:active {
		text-decoration: none;
	}

ul.pagination li.first {
	margin-left: 0;
}

ul.pagination li.previous {
	margin: 0;
	padding: 0;
}

ul.pagination li.previous a {
	background: url(../images/pagination-previous.gif) no-repeat right 2px;
	margin-right: 15px;
	padding-right: 15px;	
}

ul.pagination li.next {
	margin: 0;
	padding: 0;
}

ul.pagination li.next a {
	background: url(../images/pagination-next.gif) no-repeat left 2px;
	margin-left: 15px;
	padding-left: 15px; 
}

ul.pagination li.previous-disable {
	background: url(../images/pagination-previous.gif) no-repeat right 2px;
	color: #888;
	margin-right: 15px;
	padding-right: 15px;
}

ul.pagination li.next-disable {
	background: url(../images/pagination-next.gif) no-repeat left 2px;
	color: #888;
	margin-left: 15px;
	padding-left: 15px;
}




/*	Submit Styles
-------------------------------------------------------------- */

	input.submit {
		border: 1px solid #ccc;
		background: url(../images/background-submit.gif);
		color: #828282;
		cursor: pointer;
		cursor: hand;
		font-family: Arial, Verdana, Tahoma, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: 12px;
		margin-bottom: 10px;
		padding: 4px 5px;
		text-align: center;
		width: auto;
	}
	
	input.submit:hover {
		background: url(../images/background-submit-hover.gif);
	}
	
	input.submit-hover { /* for an IE6 fix. see .js for javascript code */
		background: url(../images/background-submit-hover.gif);
	}
	
	input.cart {
		background: url(../images/background-submit-cart.gif) no-repeat 0 -1px;
		clear: both;
		padding-left: 25px;
		padding-right: 6px;
	}
	
	input.cart:hover {
		background: url(../images/background-submit-cart.gif) no-repeat -250px -1px;
	}
	
	button.submit {
		border: 1px solid #ccc;
		background: url(../images/background-submit.gif);
		color: #828282;
		cursor: pointer;
		cursor: hand;
		font-family: Arial, Verdana, Tahoma, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: 12px;
		margin-bottom: 10px;
		padding: 3px 5px;
	}
	
	button.submit:hover {
		background: url(../images/background-submit-hover.gif);
	}
	
	button.cart {
		background: url(../images/background-submit-cart.gif) no-repeat 0 -1px;
		clear: both;
		padding-left: 25px;
		padding-right: 6px;
	}
	
	button.cart:hover {
		background: url(../images/background-submit-cart.gif) no-repeat -250px -1px;
	}
	
	a.submit {
		border: 1px solid #ccc;
		background: url(../images/background-submit.gif);
		color: #828282 !important;
		cursor: pointer;
		cursor: hand;
		display: inline-block;
		font-family: Arial, Verdana, Tahoma, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: 18px;
		padding: 2px 7px 2px 7px;
		margin-bottom: 5px;
		text-align: center;
	}
	
		a.submit:link {
		}
		
		a.submit:visited {
		}
		
		a.submit:hover {
			background: url(../images/background-submit-hover.gif);
			border: 1px solid #ccc;
			text-decoration: none;
		}
		
		a.submit:active {
		}
		
/*	Sortable tables
-------------------------------------------------------------- */

	table.sortable {
		border: 1px solid #98b5d0;
	}
	
	table.sortable th {
		background: #e5e5e5;
		border: 1px solid #98b5d0;
		font-weight: bold;
		padding: 3px 17px 3px 3px;
	}
	
	table.sortable th.sort-decending {
		background: #e5e5e5 url(../images/table-sortable-indicator.gif) no-repeat right 0;
	}
	
	table.sortable th.sort-ascending {
		background: #e5e5e5 url(../images/table-sortable-indicator.gif) no-repeat right -45px;
	}
	
	table.sortable td {
		border: 1px solid #98b5d0;
		padding: 3px;
	}
	
	table.sortable tr.highlight td {
		background: #fefeef;
	}
	
	table.sortable tr.overdue td {
		color: #ff3f3f;
	}
	
	table.sortable tr.overdue td.dealer {
		color: #333;
	}
	
	table.sortable tr.overdue td a {
		color: #ff3f3f;
	}
	
	table.sortable a.alert {
		color: #ff3f3f;
	}




/* Clearing
	-------------------------------------------------------------- */

	.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
	.clearfix { display: inline-block; }
	html[xmlns] .clearfix { display: block; }
	* html .clearfix { height: 1%; }
	.clear { clear:both; }
.hide { display: none; }

img.leftImage {
	float: left;
	padding: 5px 10px 10px 0;
}

img.rightImage {
	float: right;
	padding: 5px 0 10px 10px;
}

img.centerImage {
	margin: 5px auto 10px auto;
	display: block;
}

/***************************************************
 *
 * Header Sections
 *
 ***************************************************/

div#extranetHeader {
	height: 38px;
	width: 800px;
	margin: 5px 0 0 0;
	display: block;
}

div#mainHeader {
	width: 100%;
	border-bottom: 1px solid #666666;
}

div#mainHeader h2 {
	font-size: 15px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	float: left;
}

div#mainHeader h3 {
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	float: left;
	display: block;
	clear: both;
}

div#mainHeader div.pageHeaderRightLink {
	float: right;
	position: relative;
	top: 5px;
}

/***************************************************
 *
 * Main Page Sections
 *
 ***************************************************/

/* The lowest level div encapsulating everything on the page */
div#pageBody {
	width: 800px;
	margin: 0px auto;
	background-color: #ffffff;
}

/* The div encapsulating content, which is everything between the top and bottom nav sections */
div#mainSection {
	height: 100%;
	width: 800px;
	text-align: left;
}

/* The container for the large Flash movie or graphic on the top of the index and main category pages */
div#topFlashContainer {
	width: 800px;
	height: 260px;
	margin-bottom: 18px;
	border-bottom: 1px solid #333333;
}

div#pageHeader {
	width: 100%;
}

/* The div encapsulating the header(s) below the topnav */
div.pageHeader {
	font-size: 15px;
	font-weight: bold;
	display: block;
}

/* The container for any secondary buttons to go on the right side of a page */
div.secondaryButtons {
	float: right;
}

/* The container for the logo/title bar on the middle of some pages */
div#logoTitleBar {
	border-bottom: 1px solid #333333;
	padding: 20px 20px 20px 10px;
	height: 28px;
}

div#logoTitleBar .logo {
	float: left;
}

div#logoTitleBar .title {
	padding-top: 5px;
	float: right;
}

div#contentContainer {
	width: 800px;
	border: 0;
}

div#contentContainer table#contentContainer {
	width: 800px;
	x_xheight: 280px; /* NOTE: this sets minimum content area site-wide */
}

table#contentContainer img.header {
	padding-left: 9px;
}

table#contentContainer img.thumbnail {
	margin: 7px 5px 0px 0px;
}

img.thumbnailList {

	margin: 7px 5px 0px 0px;

}

/***************************************************
 *
 * Culinary
 *
 ***************************************************/

div#culinary-landing div.singleColumnPromoContainer {
	width: 194px;
}

div#culinary-landing div.singleColumnProductInformation {
	float: left;
	width: 606px;
}


/***************************************************
 *
 * Single Column Page Layout
 *
 ***************************************************/

/* td.sideNavSection is 160px, defined in navigation.css */

table#contentContainer td.singleColumn {
	padding: 10px 0px 20px 20px;
}

table#contentContainer td.singleColumnNoSidemenu {
	width: 800px;
	padding: 0 0px 0px 0px;
}


/***************************************************
 *
 * Dual Column Page Layout
 *
 ***************************************************/

/* td.sideNavSection is 160px, defined in navigation.css */

table#contentContainer td.dualColumnLeft {
	width: 390px;
	padding: 20px 15px 20px 20px;
}

table#contentContainer td.dualColumnRight {
	width: 250px;
	padding: 25px 0px 0px 0px;
}

table#contentContainer td.dualColumnLeftNoSidemenu {
	width: 550px;
	padding: 20px 15px 20px 0px;
}

table#contentContainer td.dualColumnRightNoSidemenu {
	width: 250px;
	padding: 25px 0px 0px 0px;
}


table#contentContainer td.dualColumnTopWithBreadcrumb {
	padding: 10px 0px 0px 20px;
}


table#contentContainer td.dualColumnRightWithBreadcrumb {
	width: 250px;
	padding: 2px 0px 0px 0px;
}

table#contentContainer td.dualColumnLeftWithBreadcrumb {
	width: 390px;
	padding: 0px 15px 20px 20px;
}


/***************************************************
 *
 * Section Index Page Layout
 *
 ***************************************************/

table#contentContainer td.sectionColumnLeft {
	width: 550px;
	padding-bottom: 20px;
}

table#contentContainer td.sectionColumnRight {
	width: 250px;
	padding: 18px 0px 20px 0px;
}

table#contentContainer td.sectionColumnRight img.header {
	margin-top: 16px;
}


/***************************************************
 *
 * Product Page Layout
 *
 ***************************************************/

table#productContainer {
	width: 100%;
}

/* td.sideNavSection is 160px, defined in navigation.css */

table#productContainer td.productColumnLeft {
	/* NOTE: do not set this column to width 100%, it will not 
	         display the right column corrrectly on product 
	         pages where the product image is narrower than
	         250px */
	padding-bottom: 20px;
}

table#productContainer td.productColumnRight {
	width: 250px;
	padding: 0px 0px 20px 15px;
}

/***************************************************
 *
 * Bin Layouts and Elements
 *
 ***************************************************/

div.whatsNewBinItem {
	margin: 5px 0px 10px 10px;
}

div.whatsNewBinItem div.whatsNewBinItemImage {
	width: 230px;
}

div.utilityBarContainer {
	width: 250px;
	background-color: #f3f3f3;
	margin-top: 2px;
}

div.contactInfoContainer {
	width: 250px;
	margin-top: 2px;
}

table#serviceLocatorBin {
	margin: 10px;
}

table#serviceLocatorBin .locatorInputField {
	width: 150px;
}

table#edgeNewsletterBin {
	margin: 10px;
}

table#edgeNewsletterBin td.newsletterImage {
	padding-top: 5px;
	padding-right: 5px;
}

table#edgeNewsletterBin td.newsletterList {
	padding-top: 5px;
}

table#internationalBin {
	margin: 10px;
}

table#documentContainer {
	/* reserved for future use */
}

table#documentContainer td.icon {
	text-align: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

table#documentContainer td.text {
	vertical-align: bottom;
	padding-bottom: 5px;
}

div.theEdgeLongContainer {
	width: 130px;
	background-color: #f3f3f3;
	margin-top: 2px;
	margin-bottom: 15px;
}

table#edgeNewsletterBinLong {
	text-align: center;
}

table#edgeNewsletterBinLong td.newsletterList {
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

table#edgeNewsletterBinLinks {
	margin: 10px;
	width:100%;
	text-align: center;
}

table#singleColumnRightBin {
	width: 100%;	
}

table#singleColumnRightBin td.leftContent {
	width: 90%;	
}

table#singleColumnRightBin td.rightContent {
	width: 10%;	
}

/***************************************************
 *
 * Feature Targeting Slots
 *
 ***************************************************/

table#threePaneFeature {
	width: 800px;
	height: 150px;
}

div.feature250w {
	width: 250px;
	height: 150px;
	overflow: hidden;
}

div.feature250wText {
	width: 250px;
	height: 150px;
	overflow: hidden;
	padding: 15px 0px 0px 10px;
}

div.feature300w {
	width: 300px;
	height: 150px;
	overflow: hidden;
}


/***************************************************
 *
 * Reusable Page Elements
 *
 ***************************************************/

div.longDescription {
	padding-bottom: 20px;
}

div.longDescriptionBottom {
	padding-bottom: 20px;
	padding-top: 20px;
}

div.longDescription p {
	padding: 0px 0px 0px 0px;
}

div.longDescription ul {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
}

div.longDescription li {
	background-image: url(../images/prod_bullet_a.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 13px;
}

div.longDescription li ul {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
}

div.longDescription li ul li {
	background-image: url(../images/prod_bullet_b.gif);
	background-repeat: no-repeat;
	background-position: 14px 3px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 24px;
}

div#content {
	padding-top: 5px;
}

div#content table.displayTable td {
	padding-right: 20px;
	padding-bottom: 10px;
}

.subHeaderContainer {
	padding-bottom: 10px;
}

/***************************************************
 *
 * Generic Template Table Styles
 *
 ***************************************************/

table.genericTable {
	margin-top: 20px;
	border-collapse: collapse;
}

table.genericTable th {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 2px 0px;
	background-color: #99b4cf;
	border: 1px solid #99b4cf;
}

table.genericTable td {
	text-align: left;
	border: 1px solid #99b4cf;
	padding: 2px 20px;
}

table.genericTable th.primaryHeader, table.genericTable td.primaryHeader {
	color: #fff;
	text-align: center;
	background-color: #99b4cf;
	border: 1px solid #99b4cf;
	text-transform: uppercase;
	font-weight: bold;
}

table.genericTable th.primaryHeader a, table.genericTable td.primaryHeader a {
	color: #fff;
}

table.genericTable th.secondaryHeader {
	color: #000;
	text-align: center;
	background-color: #e5e5e5;
	border: 1px solid #99b4cf;
	font-weight: bold;
}

table.genericTable th.secondaryHeader a {
	color: #000;
}

table.genericTable td.secondaryHeader {
	color: #000;
	text-align: center;
	background-color: #e5e5e5;
	border: 1px solid #99b4cf;
	font-weight: bold;
}

table.genericTable td.secondaryHeader a {
	color: #000;
}

table.genericTable td.currency {
	text-align: right;
}

table.genericTable td.emptyCell {
	border: none;
}

table.genericTable td.textField {
	font-weight: bold;
	background-color: #e5e5e5;
	text-align: right;
}

table.genericTable td.rowHeader {
	color: #000;
	text-align: right;
	background-color: #e5e5e5;
	border: 1px solid #99b4cf;
	font-weight: bold;
}

table.genericTable td.textFieldRed {
	color: #FF3333;
}

table.genericTable td.reportNote {
	text-align: left;
	border: none;
}

table.genericTable td.textCenter {
	text-align: center;
}

/***************************************************
 *
 * DHTML Popups
 *
 ***************************************************/

/* Generic popups */
div#popupContainer {
	position: absolute;
	width: 250px;
	margin-left: 536px;
	text-align: right;
	z-index: 100;
}

div#popupContainer a {
	color: #336699;
	font-weight: normal;
}

div#popupContainer a:hover {
	color: #ec9800;
}

div#popupContainer div.popup {
	position: absolute;
	text-align: left;
	top: 0px;
	left: 0px;
	width: 250px;
	visibility: hidden;
	font-weight: normal;
	color: #000000;
	background-color: #e5e5e5;
	/*layer-background-color: #e5e5e5;*/
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
	padding: 5px;
}

/* Content Admin error popups */
div#contentAdminErrorContainer {
	position: relative;
	left: 29px;
	z-index: 50;
}

div#contentAdminErrorContainer a {
	color: #336699;
	font-weight: normal;
}

div#contentAdminErrorContainer a:hover {
	color: #ec9800;
}

div#contentAdminErrorContainer div.popup {
	position: absolute;
	text-align: left;
	top: 0px;
	left: 0px;
	width: 200px;
	visibility: hidden;
	font-weight: normal;
	color: #000000;
	background-color: #e5e5e5;
	/*layer-background-color: #e5e5e5;*/
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
	padding: 5px;
}


/***************************************************
 *
 * Element Specific Custom Classes
 *
 ***************************************************/

a.linkedHeader {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}


/***************************************************
 *
 * Site-wide Search
 *
 ***************************************************/

input.searchBox {
	width: 105px;
	x_xheight: 14px;
	vertical-align: top;
	font-family: Arial;
	font-size: 10px;
	padding: 0px 0px 0px 1px;
	border: 1px solid #7f9db9;
	margin-right: -3px;
}

* html xinput.searchBox {
	width: 108px;
	w\idth: 105px;
}

input.searchBoxButton {
	height: 16px;
	width: 16px;
	vertical-align: middle;
}

.searchBoxForm {
	padding: 0;
	margin: 0;
}


div.forFormTables table td {
	padding-right: 10px;
}

div.switch-wrapper {
	margin: 0 0 10px 0;
	text-align: right;
	width: 800px;
}

div.orgName {
	float: left; 
	width: 300px; 
	text-align: left; 
	font: 10px arial; 
	color: #828282;
}

div.printEtc {
	float: right;
	width: 135px;
	margin-bottom: 10px;
	text-align: right;
}





/***************************************************
 *
 * Filtered Search Table
 *
 ***************************************************/

div.filteredSearchHead {
	background: #e5e5e5;
	border-bottom: 1px solid #FFFFFF;
	padding: 10px;
	margin-top: 2px;
	color: #000000;
}

div.filteredSearchBase {
	background: #e5e5e5;
	padding: 10px;
}

div.filteredSearchFadedBtn {
	padding-top: 10px;
}

table.filteredSearch {
	text-align: left;
}

table.filteredSearch td.header {
	color: #000000;
	font-weight: bold;
}

table.filteredSearch td.searchItem {
	padding-bottom: 10px;
}

table.filteredSearch td.searchItem select {
	width: 205px;
}

table.filteredSearch td.submitButton {
	text-align: left;
}

table.orderInfoContainer td.sku {
	padding-left: 0;
	text-align: left;
}

table.orderInfoContainer td.totalmsrp {
	text-align: right;
}

table.orderInfoContainer td.estimateddiscount {
	text-align: right;
}

