@import url(reset.css);

body {
	background-color: #e2dccc;
	font-size: 86%;
	
}
	
/* Site-Wide Elements */

#siteContainer{
		width: 757px;
		position: relative;
		margin:auto;
		background: White url(../images/site_bck.gif);
		background-repeat: repeat-y;
}

	#left_nav {
	width: 190px;
	height: 227px;
	background-image: url(../images/left_nav.jpg);
	background-repeat: no-repeat;
	border-right: 1px solid Gray;
	display: block;
	float: left;
	position: relative;
}
	
	#promo {
	padding: 0;
	margin: 0;
	background-image: url(../images/promo.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 189px;
	height: 305px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	clear: left;
	float: left;
	position: relative;

}
	#holiday {
	position: absolute; 
	top: 200px; 
	left: 0px; 
	width: 189px;
	height: 71px;
	display: none;
	border: 0px solid black;
	}
	
	
	
	
a:link, a:visited {
	color: Black;
	text-decoration: underline;
}
	
a:hover, a:focus	{
	text-decoration: none;
}
	
#submit a:link, #submit a:visited {
	background-image: url(../images/b_submit.png);
	background-repeat: no-repeat;
	display: block;
	width: 69px;
	height: 18px;
	position: absolute; 
	top: 84px; 
	left: 14px;
	
	 
}

#submit a:hover, #submit a:focus {
	background-image: url(../images/b_submitON.png);

}

#site_content{ 
	width: 566px;
	float: right;
}	
	
#footer {
	position: relative;
	clear: both;
	display: block;
	background: #e2dccc;
	margin: auto;
	border-top: 1px solid Gray;
	background-image: url(../images/footer_bck.gif);
	background-repeat: no-repeat;
	width: 757px;
	height: 70px;
	padding-bottom: 15px;
}
	
#nav_btm a:link, #nav_btm a:visited {

	font-family: verdana, arial, sans-serif; 
	font-size: 77%; 
	color: black; 
	text-decoration: none;
}
#nav_btm a:hover, #nav_btm a:focus{
	text-decoration: underline;
}
	
	
.gray {
	border-bottom: 1px solid Gray;
	background-color: #faf1d8;
}	
	
#page {
	width: 500px;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 85%;
}	
	

/* Site-Wide Elements end */




/* header begin */	

#header {
  position: relative;
  background: #e2dccc;
  width: 746px;
  height: 80px;
  display: block;
margin: auto;  /* NON-HOLIDAY   */
/*	margin:55px auto 0px auto;  FOR HOLIDAY */
  z-index: 99;
}

#logo {
  position: absolute;
  top: 22px;
  left: 20px;
}

#search {
	position: absolute;
	top: 15px;
	border: 0px solid black;
	right: 0px;	
	width: 230px;
	border: 0px solid black;
}

#nav {
	position: absolute;
	top: 51px;
	left: 440px;
	width: 350px;
	border: 0px solid black;

}


#go a:link, #go a:visited {
	background-image: url(../images/b_go.gif);
	background-repeat: no-repeat;
	width: 26px;
	height:17px;
}

#go a:hover, #go a:focus {
	background-image: url(../images/b_goON.gif);
}


#b_home a:link, #b_home a:visited {
background-image: url(../images/b_home.gif);
background-repeat: no-repeat;
float: left;
width: 72px;
height: 20px;

	
}


#b_home a:hover, #b_home a:focus {
	background-image: url(../images/b_homeON.gif);

}

#b_cart a:link, #b_cart a:visited {
background-image: url(../images/b_cart.gif);
background-repeat: no-repeat;
float: left;
width: 89px;
height: 20px;


}


#b_cart a:hover, #b_cart a:focus {
	background-image: url(../images/b_cartON.gif);
}

#b_ccare a:link, #b_ccare a:visited {
background-image: url(../images/b_custcare.gif);
background-repeat: no-repeat;
float: left;
width: 89px;
height: 20px;

}


#b_ccare a:hover, #b_ccare a:focus {
	background-image: url(../images/b_custcareON.gif);

}

#b_contact a:link, #b_contact a:visited {
background-image: url(../images/b_contact.gif);
background-repeat: no-repeat;
float: left;
width: 89px;
height: 20px;

}


#b_contact a:hover, #b_contact a:focus {
	background-image: url(../images/b_contactON.gif);

}

/* header end */	






/* HOME PAGE ELEMENTS start */


#hp_siteContainer {
position: relative;
width: 757px;
height: 494px;
margin: auto;
}		



/* hp left nav begin*/


#hp_left_nav {

	width: 190px;
	height: 227px;
	background-image: url(../images/left_nav.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 1px;
	border-right: 1px solid Gray;
}

/* hp left nav end */



#hp_featured_product	{
	background-image: url(../images/feature_dg503_hp.jpg);
	width: 566px;
	height: 227px;
	position: absolute;
	top: 1px;
	right: 0px;
}

#hp_tagline {
	position: absolute;
	top: 20px;
	left: 113px;
}

#hp_fp_desc {
	position: absolute;
	top: 88px;
	left: 113px;
}

#hp_price {
	position: absolute;
	top: 177px;
	left: 113px;
}

#hp_shopnow a:link, #hp_shopnow a:visited {
	background-image: url(../images/b_hp_shopnow.gif);
	background-repeat: no-repeat;
	display: block;
	width: 139px;
	height: 20px;
	position: absolute;
	top: 173px;
	left: 133px;
	
	 
}

#hp_shopnow a:hover, #hp_shopnow a:focus {
	background-image: url(../images/b_hp_shopnow_on.gif);

}

#hp_rebate a:link, #hp_rebate a:visited {
	background-image: url(../images/b_hp_rebate.gif);
	background-repeat: no-repeat;
	display: block;
	width: 102px;
	height: 18px;
	position: absolute;
	top: 173px;
	left: 133px;
	
	 
}

#hp_rebate a:hover, #hp_rebate a:focus {
	background-image: url(../images/b_hp_rebate_on.gif);

}


#hp_addtocart a:link, #hp_addtocart a:visited {
	background-image: url(../images/b_hpaddtocart.gif);
	background-repeat: no-repeat;
	display: block;
	width: 102px;
	height: 18px;
	position: absolute;
	top: 185px;
	left: 200px;
	
	 
}

#hp_addtocart a:hover, #hp_addtocart a:focus {
	background-image: url(../images/b_hpaddtocartON.gif);

}



#hp_learnmore a:link, #hp_learnmore a:visited {
	background-image: url(../images/b_hplearnmore.gif);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 185px;
	left: 305px;
	width: 102px;
	height: 18px;
	
}

#hp_learnmore a:hover, #hp_learnmore a:focus {
	background-image: url(../images/b_hplearnmoreON.gif);
}


#hp_promo {
	padding: 0;
	margin: 0;
	background-image: url(../images/promo.jpg);
	width: 189px;
	height: 205px;
	position: absolute;
	left: 0px;
	top: 228px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;

}



#hp_features {
	position: absolute;
	top: 228px;
	right: 0px;
	border-top: 1px;
	border-top-color: #666666;
	border-top-style: solid;
		width: 566px;
}



#hp_feat1 {
	position: relative;
	border-right-width: 1px;
	border-right-color: #666666;
	border-right-style: solid;
	width: 185px;
	height: 204px;
	float: left;
}

#hp_feat1 a:link, #hp_feat1 a:visited {
	background-image: url(../images/b_learnMore.gif);
	background-repeat: no-repeat;
	display: block;
	width: 83px;
	height: 19px;
	position: absolute;
	bottom: 7px;
	left: 8px;
	z-index: 2;
}

#hp_feat1 a:hover, #hp_feat1 a:focus {
	background-image: url(../images/b_learnMoreON.gif);
	

}

#hp_feat2 {
	position: relative;
	border-right: 1px;
	border-right-color: #666666;
	border-right-style: solid;
	width: 185px;
	height: 204px;
	float: left;
}

#hp_feat2 a:link, #hp_feat2 a:visited {
	background-image: url(../images/b_learnMore.gif);
	background-repeat: no-repeat;
	display: block;
	width: 83px;
	height: 19px;
	position: absolute;
	bottom: 7px;
	left: 5px;
	z-index: 2;
}

#hp_feat2 a:hover, #hp_feat2 a:focus {
	background-image: url(../images/b_learnMoreON.gif);

}




#hp_on_sale {
	position: relative;
	border-right: 1px;
	border-right-color: #666666;
	border-right-style: solid;
	width: 193px;
	height: 204px;
	float: left;
	
}

#hp_on_sale a:link, #hp_on_sale a:visited {
	background-image: url(../images/b_viewall.gif);
	background-repeat: no-repeat;
	display: block;
	width: 59px;
	height: 18px;
	position: absolute;
	top: 178px;
	right: 5px;
	z-index: 2;
}

#hp_on_sale a:hover, #hp_on_sale a:focus {
	background-image: url(../images/b_viewallON.gif);

}

/* footer */

#hp_footer {
	position: absolute;
	top: 433px;
    background: #e2dccc;
    display: block;
	margin: auto;
	border-top: 1px solid Gray;
	background-image: url(../images/footer_bck.gif);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	width: 757px;
	height: 70px;
}

/* footer end */



/* HOME PAGE ELEMENTS end */

/* left nav begin */

#navigation {
	width: 180px;
	height: 220px;
	border: 0px solid black;
	padding-top: 30px;
	padding-left: 5px;

}
#navigation li{
	font: 82% Frutiger-Roman, sans-serif;
	letter-spacing: 0px;
	list-style: none;
	display: block;
	width: 174px;
	height: 2em;
	line-height: 0px;
}

#navigation li a:link, #navigation li a:visited {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	color: Black;
	display: block;
	width: 174px;
	height: 24px;
	padding-left: 10px;
	padding-top: 5px;
	text-decoration: none;
	font-weight: normal;
}

#navigation li a:hover, #navigation li a:focus {
	background-image: url(../images/arrowON.gif);
		color: Black;
	display: block;
	width: 174px;
	height: 24px;
	text-decoration: none;
		font-weight: normal;
}


#privacy a:link, #privacy a:visited {
	font-size: 10px; 
	font-family: verdana, arial, sans-serif; 
	color: #333;	
	text-decoration: none;
	position: absolute; 
	top: 120px; 
	left: 16px;
}

#privacy a:hover, #privacy a:focus {
text-decoration: underline;
}







/* left nav end */




/* product detail page begin */

#siteContainer_prodDetail{
	width: 757px;
	position: relative;
	margin:auto;
	background: White url(../images/site_bck_detail.gif);
	background-repeat: repeat-y;
}

#prod_title{
	font: bold 122% Verdana; 
	padding-top:20px; 
	padding-left:15px; 
	padding-right:15px; 
	display:block;
}	

#item_number{
	font: bold 66% Verdana; 
	padding-top:1px; 
	padding-left:15px; 
	display:block;
}	
	
#prod_price {
	font: bold 112% Verdana; 
	padding-top:15px; 
	padding-left:15px; 
	display:block;
}	
	
	
#addtocart_detail a:link, #addtocart_detail a:visited {
	background-image: url(../images/b_addtocart_detail.gif);
	background-repeat: no-repeat;
	margin-top:10px; 
	margin-bottom: 10px;
	margin-left:15px; 
	display:block;
	width: 111px;
	height: 20px;
}	

#addtocart_detail a:hover, #addtocart_detail a:focus {
	background-image: url(../images/b_addtocart_detailON.gif);

}

.emailafriend	{	
	background-color : #EFEFEF;
	border : 1px solid black;
	padding:5px;
}

.emailinstock
{
	background-color : #EFEFEF;
	border : 1px solid black;
	padding:5px;
	
}
	
/* product detail page end */


/* list page */

.prodlist {
	float: left;
	width: 170px;
	height: 208px;
	border: 0px solid black;
	margin-left: 12px;
	position: relative;
}


.list_image a {
	display: block; 
	padding: 0px 32px 0px 32px;
}


.list_desc a:link, .list_desc a:visited {
	font-family: verdana, arial, sans-serif; 
	font-size: 77%; 
	font-weight: bold; 
	color: black; 
	vertical-align: top; 
	height: 4em; 
	display: block; 
	border-top: 1px solid Gray; 
	padding-top: 6px; 
	overflow: hidden;
	text-decoration: none;
}

.list_desc a:hover, .list_desc a:focus {
	text-decoration: underline;
}


.list_price {
	font-family: verdana, arial, sans-serif; 
	font-size: 90%; 
	font-weight: bold; 
	color: black; 
	padding-bottom: 15px; 
	margin-bottom: 10px;
}

.addtocart a:link, .addtocart a:visited {
	background-image: url(../images/b_addtocart.gif);
	background-repeat: no-repeat;
	width: 83px;
	height: 19px;
	position: absolute;
	top: 175px;
	left: 0px;
	border: 0px solid black;
}

.addtocart a:hover, .addtocart a:focus {
	background-image: url(../images/b_addtocartON.gif);
}

.learnmore a:link, .learnmore a:visited {
	background-image: url(../images/b_learnmore.gif);
	background-repeat: no-repeat;
	width: 83px;
	height: 19px;
	position: absolute;
	top: 175px;
	left: 84px;
}

.learnmore a:hover, .learnmore a:focus {
	background-image: url(../images/b_learnmoreON.gif);
}

.dotted {
	background-image: url(../images/dott.gif);
	background-repeat: repeat-x;
	height: 5px;
	clear: both;
	padding-bottom: 5px;
	margin-left: 12px;
	margin-right: 19px;

}

.breadcrumb {
	font-family: verdana, arial, sans-serif; 
	font-size: 77%; 
	font-weight: bold; 
	color: black; 
	display: block; 
	padding-top: 10px; 
	padding-bottom: 10px;
	padding-left: 12px; 
}


/* list page end */


/* product page begin */


#site_content_proddetail{ 
	width: 566px;
	float: right;
	position: relative;
	border-top: 1px solid #666666;
}	

#center_col {
	float: left;
	display: block;
	
}

#right_col {
	float: right;
}

#prod_Dimage {
	position: relative;
	width: 232px;
	height: 300px;
	padding-top: 35px;
	border-bottom: 1px solid #666666;
}



#zoom a:link, #zoom a:visited {
	background-image: url(../images/b_zoom.gif);
	background-repeat: no-repeat;
	width: 106px;
	height: 17px;
	position: absolute;
	top: 295px;
	left: 7px;
}

#zoom a:hover, #zoom a:focus {
	background-image: url(../images/b_zoomON.gif);

}

#nozoom 
{
	width: 106px;
	height: 17px;
	position: absolute;
	top: 295px;
	left: 7px;
}

#email a:link, #email a:visited {
	background-image: url(../images/b_email.gif);
	background-repeat: no-repeat;
	width: 106px;
	height: 17px;
	position: absolute;
	top: 295px;
	left: 116px;
}

#email a:hover, #email a:focus {
	background-image: url(../images/b_emailON.gif);

}

#prod_Dupsell {
	position: relative;
	background-image: url(../images/may_we_sugg.gif);
	background-repeat: no-repeat;
	width: 232px;
	padding-top: 47px;
}

#prod_noDupsell {
	position: relative;
	width: 232px;
	padding-top: 47px;
}


.prod_Dupsell_feature {
	width: 231px;
	height: 122px;
	border-top: 1px solid gray;
	position: relative;
	
}

.prod_Dupsell_text {
	font: bold 77% sans-serif;
	padding-right: 5px;
	padding-top: 20px;
	height: 45px;
}

.prod_Dupsell_price {
	font: bold 77% sans-serif;

}


	
.addtocart_upsell a:link, .addtocart_upsell a:visited {
	background-image: url(../images/b_addtocart.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 83px;
	height: 22px;
	border: 1px solid white;



}	

.addtocart_upsell a:hover, .addtocart_upsell a:focus {
	background-image: url(../images/b_addtocartON.gif);


}




#prod_Dright {
	background-image: url(../images/PD_bck_corner.gif);
	width: 333px;
	position: relative;
	top:-1px;
	background-repeat: no-repeat;
}


#prod_Desc {
	background-image: url(../images/prod_desc.gif);
	background-repeat: no-repeat;
	width: 332px;
	font-family: sans-serif;
	font-size: 85%;
	padding-top: 55px;
	position: relative;
	display: block;
	border-top: #a69f93 solid 1px;
}

#prod_man{
	position: absolute;
	right: 10px;
	top: 15px;
}




#prod_Desc_FB  {
padding-left: 10px; padding-right: 10px; padding-bottom: 10px; display:block;
}


/* this class is being used for f&b text descriptions next to icons  */

 .fbsmall{
 	font-size:95%;
	
 }

 
#prod_Desc_FB ul
{
	padding: 0;
	margin: 0.6em 0.6em 0em 1.5em;
	list-style: none outside url(/images/list-image.gif);

}

#prod_Desc_FB li{
	margin-bottom: 10px;

}

#prod_Desc_FB ul ul{
	margin-top:0em;
	list-style: none url(/images/list-subimage.gif);

}



/* product page end */


/* cart page begin */

#siteContainerCart{
		width: 757px;
		position: relative;
		margin:auto;
		background: White url(../images/cart_bck.gif);
		background-repeat: repeat-y;
	}

.cart_prod_desc  {
	display: block;
	
	padding-left: 5px; 
	padding-right: 10px;
	text-decoration: underline;
	font-size: 77%;
	color: black;

}		
	
.cart_text {

	font: 77% Verdana, sans-serif; 
	padding-left: 5px; 
	padding-right: 5px;
}	
	
.cart_quantity{
	font: 77% Verdana, sans-serif; 
	padding-left: 20px; 
	padding-right: 5px;
}
	
.cart_total{
	font: 77% Verdana, sans-serif; 
	padding-right: 25px;
	text-align: right;
}	
	
	
#contshop a:link, #contshop a:visited {
	background-image: url(../images/b_contshopp.gif);
	background-repeat: no-repeat;
	display: block;
	width:134px;
	height:18px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#contshop a:hover, #contshop a:focus {
	background-image: url(../images/b_contshoppON.gif);
}
	
#recalc a:link, #recalc a:visited {
	background-image: url(../images/b_recalc.gif);
	background-repeat: no-repeat;
	display: block;
	width:100px;
	height:18px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#recalc a:hover, #recalc a:focus {
	background-image: url(../images/b_recalcON.gif);
}	

#remove a:link, #remove a:visited {
	background-image: url(../images/b_remove.gif);
	background-repeat: no-repeat;
	display: block;
	width:60px;
	height:18px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#remove a:hover, #remove a:focus {
	background-image: url(../images/b_removeON.gif);
}		
	
#proceed a:link, #proceed a:visited {
	float: right;
	background-image: url(../images/b_proceed_checkout.gif);
	background-repeat: no-repeat;
	display: block;
	width:231px;
	height:34px;
	padding-bottom: 10px;
}	

#proceed a:hover, #proceed a:focus {
	background-image: url(../images/b_proceed_checkoutON.gif);
}		
	

.prodlist_cart {
	float: left;
	width: 170px;
	height: 208px;
	border: 0px solid black;
	margin-left: 2px;
	margin-right: 15px;
	position: relative;
}
	
#vert_line {
	float: right;
	width: 10px;
	height: 200px;
	background-image: url(../images/vert_line.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	border: 0px solid black;
}	
	
#cart_upsell{
	float:left;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 0px solid black;
	width: 420px;
	

}

.dotted_cart {
	background-image: url(../images/dott.gif);
	background-repeat: repeat-x;
	height: 15px;
	margin-right: 0px;
	border: 0px solid black;
	width: 365px;
}
	
#subtotal {
	float: right;
	width: 250px;
	margin-right: 18px;
	border: 0px solid black;
	
}
	
	
/* cart page end */	




/* zoom begin */



#zoom_bck {
	background-image: url(../images/zoom_bck.gif);
	background-repeat: no-repeat;
	height: 650px;
	width: 550px;
	position: relative;
		margin:auto;
}



#closewin a:link, #closewin a:visited {
	background-image: url(../images/b_closewin.gif);
	background-repeat: no-repeat;
	display: block;
	width: 106px;
	height: 17px;
	position: relative;
	margin-top: 12px;

	 
}

#closewin a:hover, #closewin a:focus {
	background-image: url(../images/b_closewinON.gif);

}



/* zoom end */





/* Customer Classes */
.left-bar{
	width:190px;
	padding-left: 20px;
	margin-bottom: 20px;
	float: left;
	border: 0px solid black;
}

.left-select-band{
	background-color:#a69f93;
	padding:4px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:83%;
	font-weight:bold;

}
.left-link-bar{
	border:1px solid #a69f93;
	padding:4px;
	background-color:#FFF;
	margin-top:1px;

}
.left-link-bar span{
	color:#000;
	text-transform:uppercase;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:83%;
	font-weight:bold;
}
.left-link-bar ul{
	margin-top:0;
	margin-bottom:15px;
}

.left-link-bar li a{
	list-style-image:url(../images/blue_arrow.gif);
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	color: black;
}

.cust_care_right{
	float: right;
	width: 500px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	border: 0px solid black;
}

.right-bar{
	border:1px solid #a69f93;
	border-top:9px solid #a69f93;
	padding:5px 5px 5px 5px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}

.right-bar-head{
font-weight: bold;
 font-size: 110%;
}
/* Customer Classes END*/






/* ORDER TRACKING STYLES */

.ot_hdr1 {
	background-color: #e2dccc;
}

.ot_hdr1_txt, .ot_hdr2_txt, .ot_hdr3_txt  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.ot_listLine {
	background-image: url(/images/C4C4C4_gray_pixel.gif);
	background-repeat: repeat-x;
	height: 1px;
}

.ot_hdr2 {
	background-color: #FFFFFF;
}

.ot_hdr3 {
	background-color: #e2dccc;
}

#ot_viewOrder {
}

#ot_viewOrder span a:link {
	text-decoration: underline;
}

#ot_backToList {
	padding: 13px 0 0 0;
    overflow: hidden;
    background-image: url("/images/btn_backtolist_off.gif");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:13px;
}

#ot_Logout {
}

#ordertrack-detail table {
width:			525px;
background:		#fff;
margin-top:		5px;
font-size:		1.2em;
}

#ordertrack-detail table caption{
margin:			0;
margin-top:		5px;
padding:		5px 10px;
text-align:		left;
background:		#FFFFFF;
color:			#666;
font-weight:	bold;
}

#ordertrack-detail table .properText {
text-align:		left;
}

#ordertrack-detail table th, #ordertrack-detail table td {
margin:			0;
padding:		5px 10px;
text-align:		center;
}

#ordertrack-detail table th {
color:			#666;
background:		#e2dccc;
}

#ordertrack-detail img {
margin-top:		10px;
}

#ordertrack-list table {
width:			500px;
background:		#fff;
margin-top:		5px;
font-size:		1.2em;
}

#ordertrack-list table caption{
margin:			0;
margin-top:		5px;
padding:		5px 10px;
text-align:		left;
background:		#fff;
color:			#666;
font-weight:	bold;
}

#ordertrack-list table caption p{
font-weight:	normal;
}

#ordertrack-list table .properText {
text-align:		left;
}

#ordertrack-list table th, #ordertrack-list table td {
margin:			0;
padding:		5px 10px;
text-align:		center;
}

#ordertrack-list table th {
color:			#666;
background:		#e2dccc;
}

#ordertrack-list table img {
margin-top:		0;
}

#ordertrack-list img {
margin-top:		10px;
}



/* ORDER TRACKING STYLES END*/


/* gift wrap */
.outsideborder {
	border: 1px solid #999999;
}	

.zmbg {
	color: #666666;
	background-color: #EEEEEE;
}

.giftWrap INPUT {
	background : #FFFFFF;
	border-right-color : #EFEFEF;
	border-bottom-color : #EFEFEF;
	border-left-color : #EFEFEF;
	border-top-color : #EFEFEF;
	border-right-width : 1px;
	border-left-width : 1px;
	border-bottom-width : 1px;
	border-top-width :1px;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 10px;
}




/* Holiday countdown styles */
#holidayShip_message{
		
		/*margin-left:-100px;*/
		position:absolute;
		top:-50px;left:1%;
		float:left;
		/*margin-top: -35px;*/
		width: 746px;
		display: inline;
		background: #fff url(/Common/holidayCountDown/bkg-balls.jpg) no-repeat -360px -20px;
		border: 1px solid black;
		z-index: 99;
	}

#holidayShip_image{
	float:left;
	margin: 4px;
		margin-left: 200px
	
	
	}
	#holidayShip_number{
		position: relative;
		display: block;
		float: left;
	/*	width: 2.2ex;*/
		color: #fa5a02; 
	font-size:300%;
		font-weight: bold;
		padding: 1px; 
		margin: 1px;
		margin-bottom:3px;
		line-height: 1.0em;
		text-align: right;
	}
	#holidayShip_textlink{
		position: relative;
		/*margin-left: 20px;*/
		margin:5px auto;
	}
	#holidayShip_textlink a:link, #holidayShip_textlink a:visited{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; font-weight: bold; 
		line-height: 1.0em;
		text-decoration: none;
		color: #fa5a02;
		/*margin-left: 20px;*/
	}
	#holidayShip_textlink a:hover, #holidayShip_textlink a:focus, #holidayShip_textlink a:active{
		text-decoration: underline;
	}
	#holidayShip_arrowlink{
		font-size: 14px;
		margin-left: 3px;
	}

/* END Holiday countdown styles */


