/* xxxxxx list page XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

#list_body-top{ /* This lives above the H1 */
	position:absolute; top:41px; left:0px;
}

#list_block{
	clear: both;
	position: relative;
	display:block;
	width: 701px;
	overflow:auto;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #424242;
}

.list_module {
	position: relative;
	display: inline;
	float: left;
	width: 175px;	
	margin: 10px 0px 20px 0px;
	text-align: center;
	background: transparent url(/images/list_module-bkg.gif) no-repeat right;
}
.list_desc {
	overflow: hidden;
	padding: 10px 0;
	width: 145px;
	margin: auto;
	text-align: center;
	font-size: 77%;
}

.list_desc a:link strong, .list_desc a:visited strong {
	color: #ffd700;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
.list_desc a:hover strong, .list_desc a:active strong, 
.list_desc a:focus strong 
	{color:#ffffff;}

.list_desc strong{
	display: block; 	
	line-height: 1em;
	height: 3em;
	margin-bottom: 5px;
	overflow: hidden;
}
.list_image {
	display: block; 
	margin:0px auto;
	width:90px;
	height: 90px;
}
.list_price {
	font-weight:bold; 
	color: #ffd700;
}

/* Rest of the rules are in styles.css line 178ish */
a.b_button:link, a.b_button:visited{
	display: block;
	margin:10px auto 0px auto;
	float: none;
	font-size: 85%;
}
/* list page end */
