/*
 * 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
 *
 ***************************************************/

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;
}

input#checkoutQty {
	width: 15px;
	height: 15px;
}

/***************************************************
 *
 * Main Page Sections
 *
 ***************************************************/

/* The container for the large Flash movie or graphic on the top of the index and main category pages */
div#topFlashContainer {
	/* width: 535px;
	height: 535px;
	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: 960px;
	border-top: 1px solid #dedee0;
}

div#contentContainer table#contentContainer {
	width: 960px;
	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#singleColumnRightBin {
	padding: 0 0px 20px 20px;
}

table#contentContainer td#singleColumnRightBin span.pageHeader {
	padding-top: 10px !important;
	display: block;
}

table#contentContainer td.singleColumnNoSidemenu {
	width: 960px;
	padding: 10px 0px 20px 0px;
}

table#contentContainer td.singleColumnNoSidemenu div#contentContainer {
	border: 0 !important;
}

/***************************************************
 *
 * Dual Column Page Layout
 *
 ***************************************************/

/* td.sideNavSection is 160px, defined in navigation.css */

table#contentContainer td.dualColumnLeft {
	width: 530px;
	padding: 10px 10px 20px 10px;
} * html table#contentContainer td.dualColumnLeft { w\idth: 550px; width: 530px; }

table#contentContainer td.dualColumnRight {
	width: 250px;
	padding: 10px 0px 0px 0px;
}

table#contentContainer td.dualColumnLeftNoSidemenu {
	border-top: 1px solid #dedee0;
	width: 700px;
	padding: 10px 10px 20px 0px;
} * html table#contentContainer td.dualColumnLeftNoSidemenu { w\idth: 710px; width: 700px; }

table#contentContainer td.dualColumnRightNoSidemenu {
	border-top: 1px solid #dedee0;
	width: 250px;
	padding: 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#internationalBar {
	background: #F3F3F3 url(../images/international.jpg) no-repeat;
	padding-top: 200px;
}

div#internationalBar table {
	margin: 10px;
}

div#internationalBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#internationalBar ul li {
	margin: 0 5px 2px 0;	
}

div.utilityBarContainerWhereToBuy {
	width: 248px;
	background-color: #fff;
	margin-top: -10px;
	border-right: 1px solid #dedee0;
	border-bottom: 1px solid #dedee0;
	border-left: 1px solid #dedee0;
	border-top: 0px solid #dedee0;
	margin-bottom: 30px;
	padding-top: 10px;
}

	div.utilityBarContainerWhereToBuy span.pageHeader {
		margin: 0 0 10px 10px;
		display: block;
		color: #000;
		font-family: Arial, Tahoma, Verdana, sans-serif;
		font-size: 13px;
		font-weight: bold;
	}
	
	div.utilityBarContainerWhereToBuy span.subHeader {
		margin: -10px 0 10px 10px;
		display: block;
		color: #555;
		font-family: Arial, Tahoma, Verdana, sans-serif;
		font-size: 12px;
		font-weight: bold;
	}
	
	div#resultBin div.utilityBarContainerWhereToBuy {
		margin-top: 0;
	}
	
	div.utilityBarContainerWhereToBuy td {
		font-size: 11px;
		color: #999999;
	}
	
	div.utilityBarContainerWhereToBuy select {
		font-family: arial, sans-serif;
		font-size: 9px;
		color: #999;
		margin: 0;
	}
	
	div.utilityBarContainerWhereToBuy span.pageSubHeader{
		font-size: 11px;
		color: #000;
		font-weight: bold;
	}
	
div.utilityBarContainerLifestyle, div.utilityBarSubContainerLifestyle {
	width: 186px;
	background-color: #fff;
	border-right: 1px solid #dedee0;
	border-bottom: 1px solid #dedee0;
	border-left: 1px solid #dedee0;
	border-top: 1px solid #dedee0;
	margin-bottom: 30px;
}

div.utilityBarSubContainerLifestyle {
	border: 0;
}

* html div.utilityBarContainerLifestyle {
	w\idth: 188px;
	width: 186px;
}

div.utilityBarContainerLifestyle table {
	background: #fff;
	width: 186px;
}

div.utilityBarContainerLifestyle td {
	font-size: 11px;
	color: #999999;
}

div.utilityBarContainerLifestyle select {
	font-family: arial, sans-serif;
	font-size: 9px;
	color: #999;
	margin: 0;
}

div.utilityBarContainerLifestyle input {
	font-family: arial, sans-serif;
	font-size: 9px;
	color: #999;
	margin: 0;
}

div.utilityBarContainerLifestyle span.pageSubHeader{
	font-size: 11px;
	color: #545454;
	font-weight: bold;
}

div.contactInfoContainer {
	width: 250px;
	margin-top: 2px;
}

table#serviceLocatorBin {
	margin: 10px;
}

	table#serviceLocatorBin select {
		font-size: 10pt !important;
		padding: 1px;
	}

	table#serviceLocatorBin .submitButton {
		padding-top: 5px;
	}
	
	table#serviceLocatorBin .locatorInputField {
		width: 150px;
	}
	
	table#serviceLocatorBin td, table#serviceLocatorBin td select {
		color: #555;
		font-size: 11px;
	}

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;
}


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;
	font-size: 11px;
}

	div.longDescription blockquote {
		margin: 0 10px;
	}

div.longDescriptionBottom {
	padding-bottom: 20px;
	padding-top: 20px;
}

div.longDescription p {
	padding: 0px 0px 0px 0px;
}

div.faq ul {
	list-style: none;
}

div.longDescription ul , div.faq ul {
	font-family: 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 , div.faq 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 , div.faq li ul {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
}

div.longDescription li ul li , div.faq 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;
}

li.error {
	color: #cc0000;
	font-weight: bold;
}


/***************************************************
 *
 * 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;
}


/***************************************************
 *
 * Site-wide Search
 *
 ***************************************************/

input.searchBox {
	width: 105px;
	vertical-align: top;
	font-family: Arial;
	font-size: 10px;
	padding: 0px 0px 0px 1px;
	/* border: 1px solid #7f9db9; */
}

input.searchBoxButton {
	height: 16px;
	width: 16px;
	vertical-align: middle;
}

#searchSection {
	border-top: 1px solid #dedee0;
	border-bottom: 1px solid #dedee0;
	padding: 0 0 30px 0;
}


/***************************************************
 *
 * 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;
}

/***************************************************
 *
 * Search Popup
 *
 ***************************************************/

.fup {
	display: none;
	padding: 0 !important;
	margin: 0 !important;
}

#flyout {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 217px;
	text-align: left;
}


* html #flyout #flyout-content {
	width: 230px;
	w\idth: 230px;
}

#flyout #flyout-content {
	background-color: #FFF;
	border: 1px solid #5c6f7d;
	padding: 10px;
}

#flyout #close-flyout {
	float: right;
	margin: 0 0 5px 5px;
	cursor: pointer;
}

table.fupGiftCardTable {
	margin: 10px 0 0 0;
	width: 300px;
}


/***************************************************
 *
 * Additional Information Styles
 *
 ***************************************************/
div.formContainer {
	width: 640px;
}

div.formContainer#fullForm {
	padding-left: 0;
}

.additionalInfo {
	width: auto;
}

.additionalInfo .additionalInfoText {
	color: #257FBA; 
	width: 245px;
	display: block;
	border: 1px solid #DEDEE0; 
}

.additionalInfo .begin {
	background: url(/consumer/images/icon_plus.gif) no-repeat 97% 52%;
}

.additionalInfo .expand {
	background: url(/consumer/images/icon_minus.gif) no-repeat 97% 52%;
}

.additionalInfo .additionalInfoText a {
	padding: 5px 7px; 
	display: block;
	height: 100%;
	width: 100%;
}

.additionalInfo .additionalInfoText a:hover {
}

.additionalFlyout {
	color: #555555; 
	width: 258px;
	margin: -15px 0 0 257px;
	padding: 8px;
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #DEDEE0; 
	background: #EFEFEF url(/consumer/images/regflyout_bkg.gif) repeat-x top;
}

	* html .additionalFlyout {
		margin: -15px 0 0 272px;
	}
	
	.additionalFlyout div.flyoutIcons {
		float: left;
	}
	
	.additionalFlyout div.flyoutArrow {
		float: left;
		margin: 10px 0 0 -16px;
		position: absolute;
	}
	
	.additionalFlyout .flyoutContent {
		background: url(/consumer/images/icon_reghelp.gif) no-repeat 0px 10px;
		padding-left: 25px;
		display: block;
		min-height: 34px;
		height: auto !important;
		height: 34px;
	}
	
	.additionalInfoForm {
		padding: 7px 7px 10px 7px; 
		background-color: #EFEFEF;
		border: 1px solid #DEDEE0; 
		margin-top: -1px;
		margin-bottom: 10px;
	}

div.formContainer .additionalFormText {
	width: 242px;
}

div.formContainer .small {
	width: 247px;
}

div.formContainer #moreInfoTable {
	width: 231px;
}

div.formContainer #commPrefTable {
	/*width: 475px;*/
}

div.formContainer table.communication-preferences {
	margin-top: 5px;
}

	div.formContainer table.communication-preferences th {
		padding: 1px 10px 1px 0px;
	}

	div.formContainer table.communication-preferences th#content {
		width: 70%;
	}

	div.formContainer table.communication-preferences td {
		padding: 1px 25px 4px 0px;
		vertical-align: top;
		text-align: center;
	}

	div.formContainer table.communication-preferences td.header {
		background-color: #EFEFEF;
		color: #FFF;
		vertical-align: middle
	}

	div.formContainer table.communication-preferences td.header input {
		padding: 0;
		margin-bottom: 3px;
	}

	div.formContainer table.communication-preferences td.last {
		padding: 1px 0px 4px 3px;
		text-align: left;
	}

	div.formContainer table.communication-preferences td.lastLong {
		padding: 3px 0px 4px 3px;
		text-align: left;
		width: 70%;
	}

tr#news-letter-locations div {
	float: left;
	padding: 10px 5px 0px 0px;	
	width: 48%;
}
	tr#news-letter-locations div input {
		float:left;
	}
	tr#news-letter-locations div label {
		display:block;
		float:left;
		font-weight:normal;
		line-height:16px;
		padding:1px 0 0 2px;
		width:85%;
	}
	
body.pause, body.pause a {
	cursor: wait;
}