/* CSS Document */

#contents img{
	float: none;
	margin: 0;
}
#products{
	float: left;
	width: 475px;
	margin: 0 !important;
	padding: 0 !important;
}
#products .imgcontainer{
	float: left;	
	text-align: center;
	font-size: 90%;
	margin-left: 10px;
	margin-right: 15px;
	display: inline;
}
#products .imgcontainer img{
	text-decoration: none;
	border: 4px solid #ddd;
	margin-bottom: 10px !important;
	width: 120px;
	height: 120px;
}
.product{
	border-top: 1px solid #eee;
	padding-top: 1em;
	background: #fff;
	float: left;
	width: 100%;
	clear: left;
}
.product h3{
	margin-top: -0.75em;
	margin-left: 10px;
	padding-top: 0;
}
.product dl{
	float: left;
	width: 300px;
	margin-top: 0;
}
.product dt{
	font-weight: bold;
	padding: 0 2px;
	display: inline;
	margin: 0;
}
.product dd{
	margin: 0;
	padding: 0;
	display: inline;
}
.product dt.image,
.product dt.name,
.product dt.desc,
.product dt.button{
	visibility: hidden;
}
.product dt.name{
	display: none;
}
.product dd.name{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.75em;
	margin-top: 0;
	padding-top: 0;
	display: block;
}
.product dd.retail-price{
	text-decoration: line-through;
}
.product dd.price strong{
	color: #c00;
}
.product dd.desc{
	margin: 0;
	color: #444;
	display: block;
}
.product dd.button{
	display: block;
	padding-bottom: 1em;
}
.product dd.button a{
	padding: 3px 5px;
	background: #777;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0;
	width: 7em;
	text-align: center;
}
.product .button a:hover{
	background: #000;
	color: #eee !important;
}
#footer-links{
	clear: both;
}
.prev-next{
	clear: both;
}
.select_cat{
	font-style: italic;
}