span.message {
	display: block;
	margin: 10px 0 10px 0;
	padding: 20px 0;
	text-align: center;
	border: 1px solid #999999;
}

span.error {
	color: #990000;
	border: 1px solid #990000;
}

h2.centerMessage {
	margin: 8em;
	font-size: 12px;
	text-align: center;
}

div#cartHeader {
	float: right;
	margin: 0 0 10px 0;
}

div.hr {
	clear: both;
	width: 100%;
	height: 2px;
	background-image: url(../images/rule.gif);
	background-repeat: repeat-x;
}

	.hr hr {
		display: none;
	}

div.feature, div.featureLink {
	float: left;
	width: 150px;
	margin: 0 50px 0 0;
	
	background-color: #cccccc;
	font-size: 10px;
}	
		
div.feature {
	min-height: 330px;
	height: 330px;
	position: relative;
}

/* IE treats height as min-height */
* html div.feature {
}
	
	.feature h2 {
		margin: 10px 0 0 0;
		padding: 0 5px
	}
	
	.feature p {
		margin: 15px 0 10px 0;
		padding: 0 5px; 
	}
	
	.feature p.browse {
		position: absolute;
		bottom: 0;
	}
	

	div.featureLink p {
		margin: 0 0 15px 0;
		float: right;
		font-weight: bold;
	}