body {
	background: transparent url(/SiteSpecific/site_marker.gif) 700px 30px repeat-y;
}

body, td {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

form {
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

ul {
	margin: 0px 16px;
}

ul.topBottomMargin {
	margin: 12px 16px;
}

ol {
	margin: 0px 24px;
}

/* square bullets */
li.sq {
	list-style-type: square;
}

UL {
list-style-position: outside;
margin: 0px 16px;
}
h1 {
	display: inline;
}
/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Links
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* general links */
a:link {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000165;
}

/* general links */
a:visited {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* general links */
a:hover {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #148AB2;
}

/* NEW PHASE 2 */
/* general small links */
a.small:link, a.small:visited, a.small:hover {
	font-size: 7pt;
}

/* list links */
a.listLink:link {
	color: #000000;
}

/* list links */
a.listLink:visited {
	color: #666666;
}

/* list links */
a.listLink:hover {
	color: #148AB2;
}

/* first time visitor, login, privacy */ 
a.home:link, a.home:visited {
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

/* first time visitor, login, privacy */ 
a.home:hover {
	color: #148AB2;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

/* first time visitor, login, privacy, breadCrumbs */ 
a.utilities:link, a.utilities:visited, a.breadCrumbs:link{
	font-size: 9px;
	color: #000000;
}

/* breadCrumbs */ 
a.breadCrumbs:visited{
	font-size: 9px;
	color: #666666;
}

/* first time visitor, login, privacy, breadCrumbs */ 
a.utilities:hover, a.breadCrumbs:hover {
	font-size: 9px;
	color: #148AB2;
}

/* left nav links */
a.leftNav:link, a.leftNav:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

/* left nav links */
a.leftNav:hover {
	font-size: 11px;
	color: #148AB2;
	text-decoration: none;
}

/* dept secondary links */
a.secLinksHeader:link {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/* dept secondary links */
a.secLinksHeader:visited {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

/* dept secondary links */
a.secLinksHeader:hover {
	font-size: 10px;
	font-weight: bold;
	color: #148AB2;
}

/* footer */ 
a.footer:link, a.footer:visited, a.footer:hover {
	font-family: Arial, helvetica, sans-serif;
	font-size: 7pt;
}

/* red alert links */
a.linkAlertRed {
	color: #FF0000;
}

/* white links */
a.white:link, a.white:visited {
	color: #FFFFFF;
}

/* white links */
a.white:hover {
	color: #148AB2;
}

/* red links_guides */
a.redUnderline:link {
color: #CC0000;
font-family: verdana, geneva, arial, helvetica, sans serif;
font-size: 8pt;
font-weight: bold;
}
/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Header Styles
// global nav, utility nav, shopping bag
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* global nav in header */
td.globalNav {
	text-align: right;
	vertical-align: bottom;
}

/* first time visitor, login, privacy */
div.utilHome {
	font-size: 8pt;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 10px;
}

/* first time visitor, login, privacy */ 
div.utilLeft {
	margin-left: 17px;
}

/* first time visitor, login, privacy */ 
div.utilCenter {
	text-align: center;
}

/* first time visitor, login, privacy */ 
div.utilRight {
	margin-right: 28px;
	text-align: right;
}

/*used for global nav banner image and link */
#globalbanner{
	display: inline;
}

#globalbanner img{
	margin: 0px 45px 7px 0px;
}
/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Search Box
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* global search box */
div.searchHeader {
	font-weight: bold;
	margin-bottom: 2px;
	letter-spacing: -.02em;
}

/* global search box */
div.search {
	font-size: 9px;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 4px;
	margin-left: 9px;
}

/* global search box */
select.search {
	font-size: 9px;
	margin-bottom: 5px;
	width: 145px;
}

/* global search box */
div.selectSearch {
	font-family: Arial;
	font-size: 11px;
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Left Nav
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* left nav */
div.leftNavHeader {
	font-size: 8pt;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-left: 10px;
	text-transform: uppercase;
}

/* left nav */
div.leftNavLinks {
	margin-left: 11px;
}

/* left nav */
div.leftNavLinksOn {
	margin-left: 13px;
}

/* left nav */
div.leftNavLink {
	margin: 1px 0px;
	padding-right: 5px;
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Body Styles
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* for main content area */
div.mainBody {
	margin-left: 13px;
}

/* only allows the copy to span specified width */
div.copyWidth {
	width: 494px;
}

/* sets product page copy bullets indentation */
td #productcopy ul {
	padding: 0; margin: 0 0 0 15px;
}

/* dyn horizontal home area */
div.homeHorizontal {
	margin-top: 13px;
	margin-bottom: 12px;
}

/* featured product area */
div.featuredProd {
	margin-bottom: 14px;
}

/* home flex msg */
div.flexMsg {
	text-align: center;
}

/* home editorial section */
td.editorial {
	padding-top: 25px;
	vertical-align: top;
}

/* home editorial section */
div.editorial {
	margin-left: 10px; 
	margin-right: 10px;
}

/* home editorial section */
td.editorialLine {
	padding-top: 13px;
	vertical-align: top;
}

div.breadCrumbs {
	margin-bottom: 12px;
}

/* dept secondary links */
td.secLinksBG {
	background: #EFEED8;
	text-align: center;
	vertical-align: middle;
}

/* department vertical */
div.deptLeftSide {
	margin-left: 14px;
}

div.featProdVert {
	margin-bottom: 20px
}

td.centerTop {
	text-align: center;
	vertical-align: top;
}

/* asterisk color */
span.asterisk {
	color: #FF0000;
}

/* submit, cancel, etc buttons */
div.actionBtns {
	text-align: right;
}

/* spacing for shopping bag items */
td.shopBagItem {
	vertical-align: top;
}

/* spacing for shopping bag items */
div.shopBagItem {
	margin-left: 5px;
}

div.bulletListLink {
	margin-top: 3px;
	margin-left: 8px;
}

/* top, right, btm, left */
div.steps {
	margin: 5px 5px 5px 10px;
}

div.linksHeadersPadding {
	margin: 5px;
}

sup.superscript {
	font-family: Arial, Helvetica;
	font-size: 8pt;
}

.itemHeader {
	padding: 3px;
}

.vertMargin {
	margin-top: 3px;
	margin-bottom: 4px;
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Footer
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
div.footerSecurity {
	font-family: Arial, helvetica, sans-serif;
	margin-top: 1px;
	margin-bottom: 4px;
	font-size: 7pt;
	color: #333333;
}

td.footer {
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Alerts Fonts
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* general alert font */
.alertRed {
	color: #FF0000;
}

/* bold alert font */
.alertRedBold {
	color: #FF0000;
	font-weight: bold;
}

/* small alert font */
.alertRedSmall {
	color: #FF0000;
	font-size: 7.5pt;
}

/* small alert font */
.alertSmallPrintable {
	font-size: 7.5pt;
}

/* bold dark blue font */
.alertDarkBlueBold {
	color: #000165;
	font-weight: bold;
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Bold Fonts
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* general bold font */
.bold {
	font-weight: bold;
}

/* small bold font */
.boldSmall {
	font-size: 7.5pt;
	font-weight: bold;
}

/* large bold font */
.boldLarge {
	font-size: 8pt;
	font-weight: bold;
}

/* larger bold font */
.boldLarger {
	font-size: 10pt;
	font-weight: bold;
}

/* larger bold font */
.boldLargerArial {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

/* largest bold font */
.boldLargest {
	font-size: 11pt;
	font-weight: bold;
}

/* white general bold font */
.boldWhite {
	font-weight: bold;
	color : #ffffff;
}

/* white large bold font */
.boldLargeWhite {
	font-weight: bold;
	color : #ffffff;
	font-size : 8pt;
}

/* white larger bold font */
.boldLargerWhite {
	font-weight: bold;
	color : #ffffff;
	font-size : 10pt;
}

/* white medium bold font - for guides */
.boldMediumWhite {
	font-weight: bold;
	color : #ffffff;
	font-size : 12px;
}

/* white medium font - for guides*/
.mediumWhite {
	color : #ffffff;
	font-size : 10px;
}

/* white small font */
.smallWhite {
	color : #ffffff;
	font-size : 7pt;
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Font Sizes
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* general small font */
.textSmall {
	font-size: 9px;
}

/* general smaller font */
.textSmaller {
	font-size: 6pt;
}

/* general small font */
.small {
	font-size: 7.5pt;
}

/* green header font */
.headerSpacer {
	font-family: "Times New Roman", Times, serif;
	color: #2D6248;
	font-weight: bold;
	font-size: 14pt;
	margin-top: 16px;
	margin-bottom: 6px;
}

/* green header font for corp sales */
.headerCS {
	font-family: Verdana;
	color: #2D6248;
	font-weight: bolder;
	font-size: 12pt;
	margin-top: 16px;
	margin-bottom: 6px;
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// widths for inputs and selects
// almost all class names correspond to the pg on
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
input.search {
	font-size: 9px;
	margin-bottom: 3px;
	width: 118px;
}

input.footer {
	width: 160px;
}

input.giftBox {
	width: 195px;
}

input.pyoCC {
	width: 150px;
}

input.redeemLLnum {
	width: 64px;
}

input.redeemNum {
	width: 112px;
}

input.redeemDate {
	width: 82px;
}

input.redeemAmt {
	width: 58px;
}

select.redeemType {
	width: 103px;
}

select.selectOufitsBO {
	width: 470px;
}

input.billToPhoneCode {
	width: 40px;
}

input.billInfoName, select.billInfoName, textarea.billInfoName {
	width: 255px;
}

input.billInfoCustNum, select.billInfoCustNum {
	width: 92px;
}

input.billInfoAddress, select.billInfoAddress {
	width: 220px;
}

input.billInfoAddressForOtherCountry, select.billInfoAddressForOtherCountry {
	width: 260px;
}

input.billInfoContact, select.billInfoContact {
	width: 150px;
}

input.billInfoCC, select.billInfoCC {
	width: 142px;
}

input.giftCard {
	width: 270px;
}

input.shopBag {
	width: 25px;
}

input.login {
	width: 143px;
}

input.prodAddedOther, select.prodAddedOther  {
	width: 130px;
}

select.prodTextBox  {
	width: 385px;
}

input.prodAddedQuant {
	width: 25px;
}

input.monogram {
	width: 120px;
}

input.engrave {
	width: 200px;
}

input.csProd {
	width: 45px;
}

select.csProd {
	width: 108px;
}

textarea.csProd {
	width: 220px;
}

input.phone3Num {
	width: 30px;
}

input.phone4Num {
	width: 37px;
}

input.phone6Num {
	width: 50px;
}

input.fes {
	width: 160px;
}

input.egiftcert {
	width: 200px;
}

textarea.egiftcert {
	width: 200px;
}
.emailFormWidth{width:245px;}
.inputWidthLonger{width:325px;}

input.advSubFileInput {
	width: 327px;
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* gloal bg colors */
/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* most commonly used in left nav */


/* used as a divider or line against light brown bg */
.darkBrownBG {
	background: #cccc99;
}

/* most commonly used in search box */
.lightGreenBG {
	background: #749685;
}

/* most commonly used in search box */
.lighterGreenBG {
	background: #ECF0EE;
}

/* ??? */
.darkGreenBG {
	background: #29634A;
}

/* most commonly used as a seperator in order process table */
.lightGrayBG {
	background: #CCCCCC;
}

/* most commonly used as a seperator in order process table */
.lightestGrayBG {
	background: #EFEFEF;
}

/* left nav */
.leftNavBGon {
	background: #FFFFFF;
}

/* commonly used as a border for sold out, out of stock alert boxes, etc */
.alertBG {
	background: #FF0000;
}

/* Used for guides such as Kids Unshrinkable Shirts */
.contentNavyGuides{
font-family: verdana, geneva, arial, helvetica, sans serif;
font-size: 10pt;
color: 000066;
font-weight: bold;
}

.webLine{
font-family: verdana, geneva, arial, helvetica, sans serif;
font-size: 11pt;
color: 000000;
font-weight: bold;
}

/* Used for SBC new format */ 
.tip {                     
font-family:arial;         
font-size: 11px;           
border:solid 1px #666666;  
position:absolute;         
z-index:100;               
visibility:hidden;         
color:#333333;             
top:200px;                 
left:90px;                 
width:175px;
background-color:#FFFFE1;  
}                          

.titleRedGuides{
font-family: verdana, geneva, arial, helvetica, sans serif;
font-size: 8pt;
color: CC0000;
font-weight: bold;
}


.deptMainImagetext{
font-family: verdana, geneva, arial, helvetica, sans serif;
font-size: 7pt;
color: 000000;
}


/* SEO searchbot link */
a.robot:link, a.robot:visited, a.robot:hover {
   font-family: Arial, helvetica, sans-serif;
   font-size: 7pt;
	text-decoration: none;
	color: 000000;
}

/* Sizing chzrts */
div#sizingheader {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	width: 500px;
	margin-bottom: 10px;
}
#sizingheader ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sizingheader li {
	display: inline;
}
#sizingheader li#sizinglogo {
	margin-right: 15px;
}
#sizingheader li#sizingtitle {
	border-right: 1px solid #ccc;
	padding: 10px 52px 0 0;
	margin-right: 8px;
}
#sizingheader li#sizingclose {
	background: transparent url(/images/bullet_red_tri.gif) center left no-repeat;
	padding-left: 8px;
	margin-left: 0; 
}
table#sizingchart {
	border: 1px solid #efeed8;
}
table#sizingchart td {
	padding: 1px 0 3px 2px;
	font-size: 0.6em;
}
table.sizesleftOriented td {
	text-align: left;
}
table.sizescenterOriented td {
	text-align: center;
}
tr#tableheader td {
	font-weight: bold;
	text-align: left;
	padding-left: 3px;
	font-size: 0.8em;
}
table#sizingchart tr.dimensionunitLeft td {
	text-align: left;
	font-weight: bold;
	font-size: 8pt;
}
table#sizingchart tr.dimensionunitCenter td {
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
}
table#sizingchart td.extendedInstructions {
	font-size: 0.55em;
}
table#sizingchart td.specsBold {
	text-align: left;
}
.odd {
	background: #efeed8;
}
.specsBold {
	font-size: 10px; font-weight:bold;
}
/* styles for globalnav utilites */
#loginshow {
	display: none;
}
#logoffshow {
	display: none;
}
#logindefault {
	display: none;
}

div.vhtLinkInit {
	display: none;
}

/* styles for calendar in will arrive in section */
.calhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.caldays {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
}

.calheadItems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	line-height: 10px;
	padding-top: 28px;
	padding-bottom: 3px;
}

/* ADDED BY WEBLINC - PATB
----------------------------------------------------*/

img
	{
		border: 0;
	}

.clearer
		{
			float: none;
			display: block;
			clear: both;
			margin: 0;
			padding: 0;
			height: 1px;
			line-height: 0;
			font-size: 0;
		}
		* html .clearer
		{
			height: 0;
		}	
	
	.title1
		{
			margin: 15px 0 0 0;
		}
	
	.addedToBag
		{
			border: 1px solid #A5BAB0;
			margin: 0 0 10px 0;
			font-family: verdana, arial, helvetica, sans-serif;  
			color:#000;
			width: 100%;
		}
		
		.addedToBag .title
			{
				background-color: #2D6248; 
				padding: 10px 0 6px 9px;
			}
			
		.addedToBag .infoContainTop
			{
				width: 394px;
				border-bottom: 1px solid #CCCCCC; 
				margin: 6px 6px 0 8px;
				padding: 0 0 6px 0;
			}
			
			.addedToBag .imageCell
				{
					float: left; 
					width: 81px; 
					text-align: center;
					padding: 3px 0 0 0;
				}
			
			.addedToBag .detailCell
				{
					float: left; 
					width: 309px; 
					line-height: 15px;
					padding: 0 0 0 3px;
					font-size: 10px;
					voice-family: "\"}\"";
					voice-family: inherit;
				
					width: 302px;
				}
				/* Begin hiding from Mac IE */
				/* \*/
				html>body div.addedToBag div.detailCell
				{
					width: 302px;
				}
				/* End hiding from Mac IE */
				
				
				.addedToBag .detailCell span
					{
						color: #666666;
						font-size: 10px;
					}
				
				.addedToBag .detailCell a
					{
						font-size: 10px;
					}
			
			.addedToBag .noImage .imageCell
				{
					display: none;
				}
			
			.addedToBag .noImage .detailCell
				{
					float: left; 
					width: 390px; 
					line-height: 15px;
					padding: 0;
					font-size: 10px;
				}
				
				
		.addedToBag .infoContainBottom
			{
				width: 394px;
				border-top: 1px solid #CCCCCC; 
				margin: 2px 6px 0 8px;
				padding: 10px 0 0 0;
			}
			
			.addedToBag .infoContainBottom .numberOfItemsCell
				{
					float: left;
					width: 272px;
					font-size: 10px;
				}
				
				.addedToBag .infoContainBottom .numberOfItemsCell a
					{
						font-size: 10px;
					}
				
			.addedToBag .infoContainBottom .subtotalCell
				{
					float: left;
					width: 121px;
					text-align: right;
					font-size: 10px;
				}
			
			.addedToBag .infoContainBottom .buttonCell
				{
					text-align: center; 
					padding: 15px 0 10px 0;
				}
				
			.addedToBag .infoContainBottom .buttonCell .checkOutBtn
				{
					margin: 0 0 0 5px;
				}
				
			
		.productTable
			{
				margin: 10px 0 10px 0;
			}
			
			.productTable td
				{
					width: 136px;
					text-align: center;
					vertical-align: top;
				}
			.productTable td a
				{
					width: 136px;
				}
			.productTable tr.newRow td
				{
					padding: 4px 0 0 0;
				}
				
			.productTable tr.priceRow td
				{
					padding: 4px 0 18px 0;
				}
				
			
			
		.unavailableMessage
			{
				padding: 10px 0 10px 0;
				color: #E30303;
				font-size: 11px;
				line-height: 18px;
			}
			
		.itemCount
			{
				border-top: 1px solid #CCCCCC;
				border-bottom: 1px solid #CCCCCC;
				font-size: 11px;
				padding: 3px 0 3px 0;
				margin: 10px 0 10px 0;
			}
			
		.outOfStockReselect
			{
				
			}
			
			.oosItem
				{
					width: 120px;
					float: left;
				}
				
				.oosItem .itemImage
					{
					
					}
				
				.oosItem .itemZoom
					{
						padding: 5px 0 0 0;
						text-align: center;
					}
				
				.oosItem .itemColors
					{
						padding: 5px 0 0 0;
					}
				
					.oosItem .itemColors .colorsText
						{
							padding: 0 0 3px 0;
						}
					
					.oosItem .itemColors img
						{
							margin: 0 3px 3px 0;
						}
			
			.oosInfo
				{
					width: 288px;
					border: 1px solid #FF0000;
					float: left;
					font-family: verdana, arial, helvetica, sans-serif;  
					font-size: 10px;
					margin: 0 0 0 5px;
					padding: 10px 10px 10px 10px; 
					voice-family: "\"}\"";
					voice-family: inherit;
				
					width: 268px;
				}
				/* Begin hiding from Mac IE */
				/* \*/
				html>body div.oosInfo
				{
					width: 268px;
				}
				/* End hiding from Mac IE */
				
				.oosInfo .alertRedBold
					{
						font-size: 11px;
					}
				
				.oosInfo div
					{
						margin: 0 0 10px 0;
					}
				
				.oosInfo select
					{
						width: 266px;
					}
			
				
			
			.oosOrder
				{
					width: 160px;
					float: left;
					margin: 0 0 0 5px;
					border: 1px solid #CCCCCC;
					padding: 0;
					vertical-align: top;
				}
				
				.oosOrder .title1
					{
						width: 158px;
						font-weight: bold;
						background-color: #ccc;
						padding: 5px 0 5px 3px;
						margin: 0;
					}
					
				.oosOrder .title1 input
					{
						margin: 0;
						padding: 0;
					}
				
				.oosOrder .info1
					{
						padding: 3px 0 3px 12px;
					}
				
				.oosOrder .info1 span
					{
						margin: 0 0 0 0;
						padding: 0 0 0 3px;
					}
				
				.oosOrder .info1 div
					{
						padding: 0 0 0 5px;
					}
				
				.oosOrder .title2
					{
						background-color: #EFEFEF;
						padding: 5px 0 5px 3px;
						font-weight: bold;
					}
				
				.oosOrder .info2
					{
						padding: 5px 0 5px 12px;
					}
					
					.oosOrder .info2 input
						{
							width: 20px;
						}
				
				.oosOrder .title3
					{
						background-color: #EFEFEF;
						padding: 5px 0 5px 3px;
					}
				
				.oosOrder .info3
					{
						padding: 3px 0 3px 12px;
					}
				
					.oosOrder .info3 input
						{
							width: 65px;
						}
					
					.oosOrder .info3 span
						{
							font-size: 9px;
						}
					
		.outOfStockAddItems
			{
				border-top: 1px solid #CCCCCC;
				border-bottom: 1px solid #CCCCCC;
				font-size: 11px;
				padding: 7px 0 7px 0;
				margin: 10px 0 10px 0;
			}
			
			.outOfStockAddItems .text
				{
					display: inline;
					float: left;
					width: 297px;
					margin: 0 0 0 120px;
				}
			
			.outOfStockAddItems .addToBag
				{
					display: inline;
					float: left;
					width: 157px;
					border: 1px solid #ccc;
					margin: 0 0 0 3px;
				}
			
				.outOfStockAddItems .addToBag .title
					{
						color: #000000;
						background-color: #CCCCCC;
						padding: 5px 10px 5px 10px;
						font-weight: bold;
					}
			
				.outOfStockAddItems .addToBag .button
					{
						text-align: center;
						padding: 10px 0 10px 0;
					}
/* white header font */
.whiteheader {
	font-family: Verdana, Times, serif;
	color: #cccccc;
	font-weight: bold;
	font-size: 14pt;
	font-style:italic;
	height:81px;
}
.universalHead {
	background-color:#006699;
	height:81px;
	width:100%;
	margin:0;
	padding:0;
	text-align: center;
	vertical-align: middle;	
}
.darkGrayBG {
	background: #cccccc;
}
.lightBrownBG {
	background: #EFEED8;
}
.sandBG {
	background: #cccc99;
}
.footerRow2 { /* ADDED FOR REBRAND 072007 EH */
	background-color:#006699;
	padding-top:2px;padding-bottom:3px;
	color:#cccccc;
	font-size: 0.9em;
}
.modulelink A:LINK {
	color: #148AB2;
}
.modulelink A:VISITED {
	color: #666666;
}
.modulelink A:HOVER {
    text-decoration: underline;					