body {
	
	margin: 0;
	font-family: "Helvetica", Verdana, Arial, sans-serif;
	font-size: 14px;
	
}

.alt {
	
	display: none;
	
}

#page {
	
	display: block;
	text-align: center;
	
}

#layout {
	
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
}

#header {
	
	background: url("images/header.gif") top center no-repeat;
	width: 676px;
	height: 133px;
	
}

#productList dl {
	
	border: 1px solid #00445d;
	width: 710px;
	margin-left: 20px;
	
}

#productList dl dd {
	
	margin: 0 0 0 204px;
	padding: 0;
	width: 506px;
	height: 148px;
	background: url("images/bluebg.gif") top left repeat-x;
	color: #fff;
	border-bottom: 1px solid #00445d;
	cursor: pointer;
	
}

#productList dl dd .container {
	
	padding: 20px;
	font-size: 18px;
	
}

* html #productList dl dd .container {
	
	font-size: 17px;
	
}

#productList dl dt {
	
	width: 204px;
	height: 148px;
	float: left;
	clear: left;
	border-bottom: 1px solid #00445d;
	
}

#productList dl dt a {
	
	display: block;
	width: 184px;
	height: 128px;
	padding: 10px;
	border-right: 1px solid #00445d;
	
}

* html #productList dl dt {
	
	position: absolute;
	margin-left: -204px;
	
}

* html #productList dl dt a {
	
	width: 204px;
	height: 148px;
	
}

#productList dl dt a#firefoxIcon {
	
	background: url("images/firefox.jpg") center center no-repeat;
	
}

#productList dl dt a#googleReaderIcon {
	
	background: url("images/googlereader.gif") center center no-repeat;
	
}

#RSSdescription {
	
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	
}

* html #RSSdescription {
	
	margin: 25px 0 25px 50px;
	
}
