/* CSS Document */

@import url(header.css);
@import url(footer.css);
@import url(endeca.css);
@import url(body.css);
@import url(product.css);
@import url(minishopcart.css);

a { 
	color: #666;
	text-decoration: none;
	}

a:hover {
	color: #191905;  
	}
	
p { 
	margin: 10px 0;
	}
	
#content h1 {  
	color: #666;  
	font-size: 18px;  
	}  
 
#content h2 {  
	font-weight: bold;  
	clear: both;  
	color: #666;  
	font-size: 14px; 
	}  
 
#content h3 {  
	color: #666;  
	margin: 0;  
	font-size: 12px;  
	font-weight: bold;  
	}  
  
#content h5 {  
	color: #4c4b63;  
	font-size: 14px;  
	font-weight: bold;  
	margin-bottom: 0;  
	}
	
		 .employment a {
	     color: #666;
	     font-weight: normal;
	     text-decoration: underline;
		 }	

	     .employment a:hover {
	     color: #651114;
         } 
	
a.buttonStyle {
	font-size: 12px;
	font-weight: normal;
	color: #555;
	line-height: 18px;
	text-decoration: none;
	border: 1px solid #555;
	background: #EEE;
	padding: 2px 4px;
	margin: 2px;
	}
	
a:hover.buttonStyle  {
	font-size: 12px;
	font-weight: normal;
	color: #555;
	text-decoration: none;
	background: #CCC;
	}
	
a.editbuttonStyle {
	clear: left;
	font-size: 10px;
	font-weight: normal;
	color: #555;
	line-height: 14px;
	text-decoration: none;
	border: 1px solid #555;
	background: #EEE;
	padding: 0 3px;
	margin: 2px;
	display: block;
	width: 30px;
	}
	
a:hover.editbuttonStyle  {
	font-size: 10px;
	font-weight: normal;
	color: #555;
	text-decoration: none;
	background: #999;
	}
	
li.buttoncell {
	line-height: 24px;
	list-style-image: none;
	list-style: none;
	}

.blocktitle {
 	padding: 10px 0 5px 0;
	}
	
/*  Address page ******************************************************** */
.pageHeading {
	float: left;
	width: 775px;
	background: #E8E3DF;
	color: #333;
	padding: 5px 0 5px 0;
	margin: 0 25px 10px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	clear: both;
	}
.addressHeading {
	float: left;
	width: 775px;
	background: #E8E3DF;
	color: #333;
	padding: 5px 0 5px 0;
	margin: 0 25px 10px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	clear: both;
	}
	
  .addressName {
	float: left;
	display: block;
	border-top: #CCC 1px solid; 
	color: #333;
	padding: 10px 0px 0px 10px;
	margin: 10px 25px 10px 0;
	font-size: 12px;
	font-weight: bold;
	}

	
.address {
	clear: both; /* Added 07/07/06 to fix float issue on Address Book page - SJ */
	margin: 10px 0 5px 10px;
	font-size: 12px;
	}
	
.edit_delete { 
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #0033CC;
	}
	.edit_delete:hover {
		color: #0033CC;
		text-decoration: underline;
		}
		
.addresstext {
	padding: 0 0 5px 10px;
	font-size: 12px;
	}

#addAddress {
	width: 800px;
	clear: both;
	size: 9px;
	}	
	
#addAddress .label {
	padding: 10px 6px 0 0;
	font-weight: 500;
	width: 125px;
	display: block;
	float: left;
	text-align: right;
	font-size: 12px;
	}
	#addAddress a {
		color: #0033CC;
		padding: 10px 0 0 0;
		display: block;
		width: 150px;
		margin: 0 0 0 150px;
		font-size: 12px;
		}
		#addAddress a:hover {
		color: #0033CC;
		text-decoration: underline;
		}
/*  END Address page ******************************************************** */

.subHeading {
	display: block;
	font-weight: bold;
	padding: 0 0 5px 0;
	width: inherit;
	clear: both;
	}

/*  ERROR STYLES ************************************************************ */
.error {
	width: 775px;
	font-size: 10pt;
	color: red;
	display:none;
	}
	
.wcError {
	width: 775px;
	font-size: 10pt;
	color: red;
	/*display:inline;*/
	}  
	
.wcError_billing {
	margin-left: 125px;
	color: red;
	}
		
/* END ERROR STYLES ********************************************************* */

/* LOGIN STYLES ************************************************************* */
.shopidlist {
	list-style: none;
	margin: 0 0 15px 0;
	}
.shopperid {
	font-size: 13px;
	margin: 10px 0 10px 0;
	}
	.shopperid a {
		color: #0033CC;
		}
		.shopperid a:hover {
		color: #0033CC;
		text-decoration: underline;
		}
	
#logonPassword .label {
	padding: 10px 6px 0 0;
	font-weight: 500;
	width: 75px;
	display: block;
	float: left;
	text-align: right;
	}
	
#logonShopperID .label {
	padding: 10px 6px 0 0;
	font-weight: 500;
	width: 75px;
	display: block;
	float: left;
	text-align: right;
	}
	
#logon p {
	padding: 5px 0 5px 0;
	}

#orderDetail p {
	padding: 5px 0 5px 0;
	}
	
#ResetPasswordForm .label {
	padding: 10px 6px 0 0;
	font-weight: 500;
	width: 125px;
	display: block;
	float: left;
	text-align: right;
	}
	#ResetPasswordForm a {
		color: #0033CC;
		padding: 10px 0 0 0;
		display: block;
		width: 150px;
		margin: 0 0 0 150px;
		}
		#ResetPasswordForm a:hover {
		color: #0033CC;
		text-decoration: underline;
		}
/* Added 10/16/08 by AMcWilliams to correct table positioning on Dillard's EBPP Profile page */
table#userRegistration
{
	float: left;
}

#userRegistration .label {
		width: 125px;
		float: left;
		text-align: right;
		padding: 7px 5px 0 0;
		font-weight: bold;
		font-size: 12px;
		}
		#userRegistration a {
			color: #0033CC;
			font-size:12px;
			}
			#userRegistration a:hover {
			color: #0033CC;
			text-decoration: underline;
			}
#WC_UserRegistrationUpdateForm_Table_5 td {
		height: 24px;
		}
		
		#WC_UserRegistrationUpdateForm_Table_5 a.buttonStyle {
			font-size: 12px;
			font-weight: normal;
			color: #555;
			height: 24px;
			text-decoration: none;
			border: 1px solid #555;
			background: #EEE;
			padding: 2px 4px;
			margin: 2px;
			}
		#WC_UserRegistrationUpdateForm_Table_5  a.buttonStyle:hover {
			font-size: 12px;
			font-weight: normal;
			color: #555;
			text-decoration: none;
			background: #CCC;
			}
		#WC_UserRegistrationAddForm_Table_5 a.buttonStyle {
			font-size: 12px;
			font-weight: normal;
			color: #555;
			height: 24px;
			text-decoration: none;
			border: 1px solid #555;
			background: #EEE;
			padding: 2px 4px;
			margin: 2px;
			}
		#WC_UserRegistrationAddForm_Table_5  a.buttonStyle:hover {
			font-size: 12px;
			font-weight: normal;
			color: #555;
			text-decoration: none;
			background: #CCC;
			}



#registrationUpdate {
	font-size: 12px;
	}
#registrationUpdate .label {
		width: 150px;
		float: left;
		text-align: right;
		padding: 7px 5px 0 0;
		font-weight: bold;
		font-size: 12px;
		}
		#registrationUpdate a {
			color: #0033CC;
			}
			#registrationUpdate a:hover {
			color: #0033CC;
			text-decoration: underline;
			}
			
#welcomeShopper {
	width: 775px;
	float: left;
	}
	#welcomeShopper a {
		color: #0033CC;
		margin: 10px 0 0 0;
		display: block;
		}
		#welcomeShopper a:hover {
			text-decoration: underline;
			}
.GEcontact {
	padding: 0 25px 0 0;
	}
.emailsend {
		width: 225px;
		float: left;
		text-align: left;
		padding: 7px 5px 0 0;
		font-weight: bold;
		font-size: 12px;
		}

/* END LOGIN STYLES ******************************************************** */

.red{ 
	color: red; 
	font-size: 11px;
	font-weight: 500;
	} 
	
.required {
	color: red; 
	font-weight: 500;
	} 
	
.errortext {
	font-size: 10px; 
	font-style: normal; 
	line-height: 11px; 
	color: #ff0000;
	font-weight: bold;
	}
	
/* Checkout ******************************************************** */
.orderSubHeading  /* Text at the top of the page for users */
{
		font-size: 1.1em;
		font-weight: bold;
}
.checkoutsteps /* Reposition the 'Step # of 4' on all pages*/
{
		float: left;
		font-weight: normal;
		font-size: 12px;
}

/* ADDED 11/08/07 for GE Shipping */
.alert {  
	display: block; 
	clear: both; 
	text-align: center;	
	font-size: 12px;	
	margin: 12px 125px;	
	border: 1px solid red;	
	background-color: #FFEEEE;
	text-align: left; 
	padding: 0 8px 0 0; 
	height: auto;
}
.alert a {width: 150px; margin-left: 10px; color: #990000; text-decoration: underline;}
.alert li {padding-bottom: 8px; padding-left: 8px;} 

#bct {
	text-align: center;
	padding: 0 0 10px 0;
	}
#bct ul li {
	display: inline;
	}
#bct li {
	padding: 0 40px 0 0;
	}
#bct li a {
	color: #0033CC;
	}
	#bct li a:hover {
	text-decoration: underline;
	color: #0033CC;
	}

#AddressForm .label {
	font-weight: bold;
	}
.giftWrap, #giftWrap {
	float: left;
	width: 775px;
	padding: 10px 20px 0 0;
	}
.giftWrap a, #giftWrap a {
	color: #0033CC;
	}
.giftWrap a:hover, #giftWrap a:hover {
	color: #0033CC;
	text-decoration: underline;
	}
	
.giftWrap p, #giftWrap p {
	float: left;
	width: 575px;
	padding: 5px 0;
	margin: 0;
	}

.giftWrap a img, #giftWrap a img {
	float: right;
	border: none;
	}
	
#giftmessage-block textarea {
	width: 600px;
	}
#giftWrap #giftWrapText {
	float: left;
	width: 635px;
}
#giftWrap #giftWrapImg {
	float: left;
	width: 140px;
}
.regItemTable {
	clear: both;
	width: 775px;
	background: #E8E3DF;
	margin: 10px 0 10px 0;
	font-size: 12px;
	}
	.regItemTable a {
		color: #0033CC;
		}
		.regItemTable a:hover {
		color: #0033CC;
		text-decoration: underline;
		}
	.regItemTable td {
	background: #F3F2EE;
	padding: 2px;
	font-size: 12px;
	}
	.regItemTable th {
	padding: 2px;
	}
	.regItemTable th .label {
		font-weight: bold;
		}
	.regItem {
		float: left;
		width: 800px;
		padding: 0 20px 0 0;
		}
	.regItem img {
		float: right;
		margin: 0 25px 0 0;
		}
	.regItem p {
		float: left;
		width: 700px;
		padding: 0 20px 10px 0;
		}
	
 table.orderItemTable { width: 775px; border-collapse: collapse; border: 2px solid #E8E3DF; margin: 5px 0 12px 0;}
 table.orderItemTable table td {border: none;}
	table.orderItemTable a {
		color: #0033CC;
		}
		table.orderItemTable a:hover {
		color: #0033CC;
		text-decoration: underline;
		}
 table.orderItemTable td { padding: .3em; border: 2px #E8E3DF solid; background-color: #F3F2EE;}
 table.orderItemTable th { padding: .3em .7em .3em .7em; border: 2px #E8E3DF solid; background-color: #E8E3DF;}

 table.orderItemTable .noborder td{border: none;}

	table.orderItemTable th .label {
		font-weight: bold;
		}
	table.orderItemTable img { /*Added 072506 */
	float: left;
	margin: -20px;
	font-size: 8px;
	color: #F3F2EE;
	}
	/* Added 010906 */
	table.orderItemTable img.errorFlag { 
	margin: 0;
	float: left;
	}
	/* Added 5/22/08 by A McWilliams for checkout with thumbnail image */
	table.orderItemTable img.prodThumb {
		margin: 0.5em -1.5em 0.5em 0.5em;
		border: none;
	}
	table.orderItemTable th.itemPhoto {
		width: 65px;
	}		
		
.cartContains {
	font-weight: bold;
	margin: 0 0 10px 0;
	}
.updateQuantities {
	width: 375px;
	float: left;
	line-height: 24px; 
	padding: 0px; 
	margin: 0 0 12px 0;
	}
/*.updateQuantities a {
	color: #0033CC;
	}
	.updateQuantities a:hover {
	color: #0033CC;
	text-decoration: none;
	}*/
.price { /*Added 072506 */
	text-align: right;
	padding: 0 0 0 12px;
	} 
.totalPrice {
	width: 315px;
	float: right;
	text-align: right;
	margin: 0 12px 0 0;
	font-weight: bold;
	letter-spacing: 1px;
	}
.categoryspace {
	float: right;
	width: 785px;
	margin: 12px 12px 0 0;
	text-align: right;
	}

/*	.categoryspace a {
	color: #0033CC;
	}
	.categoryspace a:hover {
	color: #0033CC;
	text-decoration: underline;
	}*/
	.categoryspace ul {
		margin: 0;
		padding: 0;
		}
		
	.categoryspace li {
		margin: 0 0 12px 0;
		}

#WC_LogonForm_Table_5 a {
	color: #0033CC;
	}
	#WC_LogonForm_Table_5 a:hover {
		color: #0033CC;
		text-decoration: underline;
		}
.shoppingCart p {
	margin: 0 0 10px 0;
	}
	
.t10 {width: 200px;}
.t11 {width: 200px;}
.t12 {width: 50px;}
.t13 {width: 100px;}
.t14 {width: 100px;}

#registryshiptomessage {
	width: 775px;
	}
#checkoutnav {
	border-top: 1px solid #888; 
	height: 25px;
	clear: both;
	width: 775px;
	text-align: right;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	}
	#checkoutnav .textLink {
	line-height:20px; 
	float: left; 
	text-decoration: underline; 
	font-weight: bold;}
	#checkoutnav .orderNow {background-color: #006699; color: #fff; border: none; text-align: right;}
	#checkoutnav li {
		display: inline;
		padding: 0 20px 0 0;
		line-height: 24px;
		}
	/*#checkoutnav a {
		color: #0033CC;
		}
	#checkoutnav a:hover {
		text-decoration: underline;
		}*/
#shiptooption-block ul {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
	}
	
.ship-notice p {
width: 600px;
color:#FF0000;
font-weight: bold;
padding: 5px;
margin-bottom: 6px;
}
	
#addressactions {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
	}
	#addressactions li {
		padding: 0 0 10px 0;
		}
	#addressactions a {
		color: #0033CC;
		}
	#addressactions a:hover {
		text-decoration: underline;
		}
#shippingmethods-block ul {
	width: 760px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
.blocktitle {
	margin: 0 0 5px 0;
	display: block;
	/*width: 775px;*/
	font-weight: bold;
	}


#shipmethodform .orderItemTable {
	clear: both;
	}
#shipmethodform .orderItemTable th{
	text-align: left;
	}
#shipmethodform .options {width: 175px;}
#shipmethodform .shipmethod {}

#ordersummarydisplay div {clear: left;}
#ordersummarydisplay .quantity {width: 50px;}
#ordersummarydisplay .item {}
#ordersummarydisplay .shipaddress {width: 175px;}
#ordersummarydisplay .shipmethod {width: 100px;}
#ordersummarydisplay .price {width: 60px;}
#ordersummarydisplay .total {width: 60px;}
#ordersummarydisplay th {text-align: left;}

#orderconfirmation .quantity {width: 50px;}
#orderconfirmation .item {}
#orderconfirmation .shipaddress {width: 175px;}
#orderconfirmation .shipmethod {width: 100px;}
#orderconfirmation .price {width: 60px;}
#orderconfirmation .total {width: 60px;}

a.orderNow { /* Order Now button resizing */
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #555;
	background: #EEE;
	padding: 2px 4px;
	margin: 0 0 0 30px;	
}
a:hover.orderNow {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: #CCC;
}
#creditinfo #msgs {
	height:20px;
	font-style: italic;
}
#summary-subtotals  {
	float: right;
	margin: 0 12px 0 0;
	clear: both;
	font-weight: bold;
	width: 350px;
	}
	
#summary-subtotals td {
	text-align: right;
	font-size: 12px;
	}
	
	#payment-info .label {
	font-size: 12px;
	text-align: right;
	}
	#payment-info td {
		font-size: 12px;
		text-align: right;
		}
	#payment-info .buttons {
		padding: 15px 0 2px 0;
	}
	#payment-info .help {
		color: blue;
		text-decoration: underline;
	}
#payment-information {
	float: left;
	clear: left;
	width: 100%;
	text-align: left;
	}
	.payinfo-header {
	font-weight: bold;
	}
	#payment-information li {
	list-style: none;
	}
#receipt {
	clear: both;
	}
#billingaddress {
	float: left;
	margin: 0 0 12px 0;
	font-size: 12px;
	font-weight: bold;
	}
	
	#billingaddress table {
	float: left;
	font-size: 9px;
	width: 100%;
	}
	
		#billingaddress .addressName {
		float: left;
		border: none;
		font-weight: normal;
		font-size: 12px;
		margin: 5px 0 5px 0;
		padding: 0;
		display: block;
		}

	#billingaddress .addressName a {
		width: 100%;
		color: #0033CC;
		}
	#billingaddress .addressName a:hover {
		color: #0033CC;
		text-decoration: underline;
		}
	#billingaddress .address {
		display: block;
		font-weight: normal;
		padding: 0;
		margin: 0;
		}
				
	#billingaddress .address_bold {
		font-weight: bold;
		}
		
	#billingaddress .address-block {
		float: left;
		font-size: 12px;
		width: 350px;
		}	
		
#privacystatement {
	width: 775px;
	margin: 10px 0;
	}
.address-block {
	width: 270px;
	float: left;
	font-size: 12px;
	}
.address-block .address {
	display: block;
	margin: 5px 0 5px 0;
	line-height: 15px;
	}
.addressNickName {
	margin: 0 500px 0 0;
	}
#shiptooption-block {
	margin: 20px 0 10px 0;
	font-size: 12px;
	}
#registryshiptomessage {
	font-size: 12px;
	width: 775px;
	}
#order-information {
	text-align: center;
	line-height: 24px;
	}
.gift-message {
	clear: left;
	float: left;
	width: 400px;
	margin: 24px 0;
	background-color: #E8E3DF;
	}
.gift-message p {
	padding: 4px;
	background-color: #F3F2EE;
	margin: 2px;
	}
	.gift-message-header {
	font-weight: bold;
	background-color: #E8E3DF;
	width: 400px;
	line-height: 20px;
	margin-left: 4px;
	}
/** Added 08/28/07 by AMcWilliams - image from GE on Order Summary page next to payment information **/
#GEimage
{
	float: right;
	width: 300px;
	margin: 0 200px 0 0;
	_margin: 0 100px 0 0;
}

/** Added 090908 by SJones for Reward Certificates Entry on Order Summary Page **/
#rewards {border: 2px solid #e8e3df; display: block; padding: 10px; _padding: 1px 3px 3px 3px; margin: 10px auto 15px auto; text-align: center;}
#rewards h2 {margin: -5px 0 -5px 0; padding-bottom: 4px;}


.reward_entry {clear: both; display: block; background-color:#f3f2ee; text-align: left; font-size: 11px; padding: 2px 0 5px 5px;}
.reward_entry input {font-size: 11px; margin: 5px 10px 2px 10px;}
#HaveAGercDiv {border: 2px solid #FFF;}
#HaveAGercDiv a.addMore {margin: -25px 5px 0 0; _margin: -27px 5px 0 0;}

.alert_box {border: 1px solid red;}
#rewards a {font-size: 11px; text-align: center; float: right; width: 70px; margin: 0 8px; padding: 2px 0; background: #ccc; text-decoration: none; border: 1px solid #666;}
#rewards span.button {text-align: center; width: 100%; margin-top: -1px; padding: 2px;}
#rewards a.buttonStyle {float: none; width: 300px; margin: 0 auto; font-weight: bold; padding: 5px; _padding: 2px;}
.rc_confirm {font-weight: bold; font-size: 11px; width: 100px; border: 1px solid #666; padding: 2px 8px; background-color:#fff; margin: 10px; line-height: 24px;}

/** Added 050509 by SJones for Payment Info display page **/
/** These styles are for proposed change in checkout process breadcrumb display (will be global in checkout)  **/
#cp_breadcrumb {
	padding:0; 
	margin:0; 
	border-bottom: 1px solid #777; 
	width: 780px; 
	text-align: right; 
	padding-bottom: 5px; 
	border-bottom: 1px solid #777;
	}
#cp_breadcrumb ul {margin: 10px 10px 0 0;  font-weight: bold;}
#cp_breadcrumb li {display: inline; margin: -20px 1px 1px 1px; height: 20px; font-weight: bold;}
#cp_breadcrumb li.chkout_done {background: none; margin: 0; padding: 2px;}
#cp_breadcrumb li.chkout_done a {background: #ccc; color: #999; padding: 2px 6px;}
#cp_breadcrumb li.chkout_active {background: #888; color: #ccc;}
#cp_breadcrumb h1 {display: inline; margin: 0 0 -10px 0; padding:0;font-size: 12px;}
#cp_breadcrumb li.chkout_active {background: #888; color: #ccc; padding: 2px 6px;}
/*#cp_breadcrumb ul {margin: 10px 10px 0 0;  font-weight: bold;}
#cp_breadcrumb h1 {display: inline; margin: 0 0 -10px 0; padding:0;font-size: 12px;}
#cp_breadcrumb li {display: inline; background: #ccc;  margin: -20px 1px 1px 1px; padding: 2px 6px; height: 20px; font-weight: bold;}
#cp_breadcrumb li.chkout {background-color: #eee;}
#cp_breadcrumb li.chkout_done a {color: #999;}
*/	
/**End checkout process breadcrumb styles **/
.hcolor {color: #006699;}
.cpTitle {
		float: left; 
		font-size: 20px; 
		font-weight: bold; 
		margin: -25px 0 0 8px;
		}
#payment_info1 {padding: 18px 0 0 8px; font-size: 11px;}
#payment_info1 h2 {padding: 12px 0 6px 0;}
#payment_info1 a.buttonStyle {font-size: 10px; border:1px solid #555; background: #eee; text-decoration: none;}
#payment_info1 a.textLink {font-size: 10px;}
#payment_info1 a {clear: both; font-size: 14px; text-decoration: underline;}
#payment_info1 li {list-style: none; height: 20px;}
#payment_info1 span {font-weight: normal; display: block; font-size: 11px; padding-left: 12px;}
#payment_info1 h2 { line-height: 18px;}
#payment_info1 h2 a {background-color: #006699;	color: #fff; text-decoration: none; padding: 0;	font-size: 9px;	margin-bottom: 8px; border: 3px solid #006699; position: absolute; left: 470px; width: 130px; text-align: center; line-height: 12px;}
#gc_entry, #reward_entry {border: 2px solid #ccc; margin: 5px 0 0 0; padding: 8px;}
#gc_entry {font-size: 14px; font-weight: bold;}
#gc_entry ul {margin: 0; padding: 0;}
/*#gc_entry .gc_enter {padding: 8px 2px;}*/
#reward_entry .alert_mssg {
color: red; 
/*margin: 0 0 -5px 0; 
background-color: #f3f2ee; 
text-align: center; 
padding: 3px 3px 6px 3px;*/}
#reward_entry a{
background-color: #ccc;
border: 1px solid #555;
padding: 2px 4px;
font-weight: bold;
margin: -25px 5px 0 0;
float: right;
text-decoration: none;
}
#reward_entry a:hover {
color: #191905;
}
/**** END Payment Info page styles ****/

/*  END Checkout **************************************************** */

.strongtext {
	font-weight: bold;
	}
	
/* Store List Pages *************************************************** */
	#storelist {
	float: left; 
	width: 613px; 
	margin: 12px 0 50px 50px;
	text-align: center;
	}
	
	#storelist .state {
	float: left; 
	width: 600px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0 4px 0;
	}
	
 	#storelist .info {
	float: left;
	width: 292px;
	margin-left: 4px;
	text-align: left;
	}
	
	#storelist span.mallname {
	display: inline;
	float: left;
	width: 175px;
	}
	
	#storelist .info a {
	text-decoration: underline;
	font-weight: bold;
	}

/* Personalization *************************************************** */
#personalizeImage {
	float: left;
	width: 322px;
	height: 202px;
	}
.personalizeText {
	width: 280px;
	height: 202px;
	float: left;
	padding: 0 0 0 10px;
	}
.personalizeMessage {
	float: left;
	width: 600px;
	padding: 10px 0 10px 0;
	color: #0033CC;
	font-weight: bold;
	}
.personalizeError {
	float: left;
	width: 600px;
	padding: 5px 0 5px 0;
	color: red;	
	}
.smallboldhead {
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	}

/* END Personalization *********************************************** */

#info {
	width: 775px;
	}
	#info a {
	color: #0033CC;
	font-weight: normal;
	}
	#info a:hover {
	color: #0033CC;
	text-decoration: underline;
	}
	#info h2 {
		padding: 15px 0 0 0;
		}
	#info p {
		width: 600px;
		}

/** WHAT'S NEW styles - added 07/31/07 by AMcWilliams - creates rollover highlight on WHAT'S NEW! **/
#dimensions ul a.whatsnew
{	
	line-height: 25px;
	width: 163px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	border-bottom: none;
	_border-bottom: #ccc 1px solid;
	font-weight: bold;
	text-indent: 10px;
	padding: 0;
	margin: 0;
}

#dimensionsswf
{	
	width: 163px;
	border-bottom: none;
	_border-bottom: #ccc 1px solid;
	padding: 0;
	margin: 0;
}
/** END of WHAT'S NEW **/


/*** Shopping Spree - temporary Firefox alignment correction ***/
#contestform
{
	width: 600px;
	_width: 500px;
}

#contestform span
{
	width: 250px;
	margin-left: 5px;
}


/*** Shiseido FAQ link styles ***/

#infoShiseido 
{
	width: 600px;
	_width: 580px;
	margin: 10px 0 0 0;
}

#infoShiseido a 
{
	color: #333;
	font-weight: normal;
	text-decoration: underline;
}
	
#infoShiseido a:hover 
{
	color: #999;
	text-decoration: underline;
}

#infoShiseido p 
{
	width: 600px;
}

.shiseido 
{
	font-weight: bold;
}

/*****Added 040809 for Gift Card Display on Order Process page by Susan *****/
#gc_entered {
	margin: 15px 0 0 25px;
	padding :15px;
	background-color: #eee;
	float: left;
	border: 2px solid #888;
	text-align: center;}
	#gc_entered h3 {
		padding-bottom: 10px;
		text-align: left;}
div.gc_row {
	clear: both;
	width: 370px;
	height: 18px;
	padding: 5px 6px 0 6px;
	float: left;
	display: block;
	margin: 0 auto 1px auto;
	background-color: #ddd;}
div.gc_row span.gc_type {
	float: left;
	width: 100px;
	text-align: left;
	}
div.gc_row span.gc_no {
	float: left;
	width: 130px;
	text-align: right;
	letter-spacing: 2px;}
div.gc_row span.gc_amt {
	float: right;
	width: 140px;
	text-align: right;}
div.gc_row span.gc_amt a {
	padding-left: 20px;}
	
	
/************Added for Order Summary w/ promotions by Susan 060109 *********/
.discount {color: red; text-align: right; padding-right: 8px;}
#message-area {clear: both;}
.promo-message {float: left; text-align: left; width: 48%; background-color: #e8e3df; margin: 0 1em 1em 0; padding: .3em; font-size: 9px; line-height: 10px;}
.promo-message h3 {font-size: 12px; margin: 0 0 5px 0; line-height: 18px;}
.promo-message p {text-align: left; background-color: #fefefe; margin: .2em 0 0 0; padding:.2em; font-size: 12px; line-height: 14px;}

	
/***** Print styles *****/
@media print
{
	body, html {  
		background: #FFF;
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif; 
		font-size:12px; 
		color: #666;
		} 
	
	#content.noside
		{
		width: 660px;
		}
	
    #webkinzswf {
		width: 815px;
		}
/************Added for landing pages with swf scrollers by Tammy 03/02/10 *********/
	#lpswf1 {
		width: 815px;
    	}
	#lpswf2 {
		width: 815px;
    	}
	#lpswf3 {
		width: 815px;
    	}
	#lpswf4 {
		width: 815px;
    	}
		
 	.pageHeading {
		float: left;
		width: 660px;
		background: #E8E3DF;
		color: #333;
		padding: 5px 0 5px 0;
		margin: 0 25px 10px 0;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		clear: both;
		}
				
	.orderItemTable {
		width: 660px;
		background: #E8E3DF;
		margin: 8px 0 10px 0;
		font-size: 12px;
		}
	
	#supercats
	{
		display: none;
	}
	
	#shophelp
	{
		display: none;
	}
	
	#sitenav
	{
		display: none;
	}
	
	.buttonStyle
	{
		display: none;
	}
	
	#gift-announcement {
		display: none;
		}
		
	#email_outer {
		display: none;
		}
		
	#email_inner {
		display: none;
		}
		
	#footer {
		width: 815px;
		fload: left;
		margin: 0;
		clear: both;
		}
		
	#footerNav {
		display: none;
		}
		
	#footerNav a {
		display: none;
		}
		
	#footerNav a:hover {
		display: none;
		}


}

