/*
 * 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.72 2006/12/11 22:20:38 vkissoyan Exp $$Revision: 1.72 $
 * @updated $Date: 2006/12/11 22:20:38 $$Author: vkissoyan $
 */

/***************************************************
 *
 * Element Overrides
 *
 ***************************************************/

a {
	color: #336699;
	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;
}

@media print { 
	.printOnly {
	}
	.screenOnly {
		display: none;
	}
}	

/***************************************************
 *
 * Generic Custom Classes
 *
 ***************************************************/

.boldBlack {
	font-weight: bold;
	color: #000000;
}

.error {
	font-weight: bold;
	color: #cc0000;
}

.footnote {
	font-size: 9px;
}

.pageHeader {
	font-size: 15px;
	font-weight: bold;
}

.pageSubHeader {
	font-size: 12px;
	font-weight: bold;
}

.underlinedHeader {
	width: 100%;
	border-bottom: 1px solid #666666;
}

.holidayNotice {
	margin-top: 7px;
	margin-bottom: 7px;
	color: #ff0000;
}

/***************************************************
 *
 * 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;
}

/* The div encapsulating the header(s) below the topnav */
div.pageHeader {
	/* reserved for future use */
}

/* 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;
}

div#contentContainer table#contentContainer {
	width: 800px;
	height: 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;
}


/***************************************************
 *
 * 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: 10px 0px 20px 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;
}


/***************************************************
 *
 * 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;
	height: 14px;
	vertical-align: top;
	font-family: Arial;
	font-size: 10px;
	padding: 0px 0px 0px 1px;
	border: 1px solid #7f9db9;
	display:none;
}

input.searchBoxButton {
	height: 16px;
	width: 16px;
	vertical-align: middle;
}


/***************************************************
 *
 * 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;
}
