/* CSS Document */


body {
	font-size: small;
	color: #FFFFFF;
}

*html body {
	font-size: x-small; /* hack for IE5/Win */
	f\ont-size: small;  /* hack for other IE5/Win versions */
}

a, a:link, a:visited { 	
	text-decoration:none;
}

a:hover, a:active { 	
	text-decoration:underline;
}

/* ------------------ layout elements ------------------ */



/* ------------------ homepage layout elements ------------------ */

#welcome {
	/* christmas design:  line-height: 110%; */
	line-height: 130%; 
}
#featured_item {
	font-size: 100%;
	line-height: 110%;
}

/* ------------------ top navigation layout elements ------------------ */

#nav, #nav a, #nav a:link, #nav a:visited {
	font-size: 98%;
	color:#FFFFFF;
}
/* ------------------ sidebar layout elements ------------------ */



/* ------------------ footer layout elements ------------------ */


/* ------------------ product pages layout elements ------------------ */

.product_desc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 200%;
}
.product_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	_font-size: 95%;
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
	line-height: 110%;
}
.product_sku {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: normal;
	color: #feefc8;
	line-height: 100%;
}
.product_price {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 100%;
}
.order_quantity {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: normal;
	color: #FFFFFF;
}
#info {
	line-height: 140%
}

#checkout_multiship a {
	color: #FFFFFF;
}