/* CSS Document for mothers day */


div#container {
	padding: 5px;
	text-align: center;
}

img#header {
	margin-top: -2px;
}

ul#productListUL {
	display: block;
	margin: 40px 0 0 30px;
	padding: 0px;
}

ul#productListUL li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li.productLI {
	width: 240px;
	height: 275px;
	float: left;
}

ul.productUL {
	width: 145px;
	height: 200px;
	text-align: left;
}
	
ul.productUL li {
	margin: 0px;
	padding: 0px;
}

div.bullet {
	position: relative;
	font-size: 7pt;
	color: #ffffff;
	font-weight: bold;
	left: -25px;
	width: 10px;
	height: 14px;
	padding: 4px 3px 3px 7px;
	background: url(/promotions/2007/mothers_day/images/lands_end/bullet.lands_end.gif);
}
	
li.productText {
	position: relative;
	top: -17px;
}
	
ul.productUL a:link,
ul.productUL a:visited {
	text-decoration: none;
	color: #001a3b;
}

ul.productUL a:hover {
	text-decoration: underline;
	color: #001a3b;
}
	
ul.productUL strong {
	font-family: arial;
	font-size: 11pt;
}
	
ul.productUL em {
	display: block;
	font-style: normal;
	color: #888888;
	font-weight: bold;
	margin-bottom: 5px;
}
	
ul.productUL p {
	color: #888888;
}
	
div#bodyFooter {
	text-align: left;
	margin-left: 6px;
}
