/* ====== style_press.css ====== */

#content {
	width: 750px;
	padding-left: 20px;
	text-align: left;
}
#mainarea {
	width: 750px;
}

.titlesmall {
	padding-bottom: 0.5em;
}


/* ======================================================================= */
/* =====     Start: Product list style                               ===== */	
/* =====     http://www.smileycat.com/miaow/archives/000230.html     ===== */
/* ======================================================================= */

.links ul {
	list-style-type: none;
	width: 200px;
	background-color: #FFFFFF;
	float: right;
	text-align: left;
} 

.links li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 11px;
}

.links li img {
	border: 1px solid #999999;
	margin-right: 10px;
	float: left;
}

.links li a {
	display: block;
	padding-right: 10px;
	height: 4em;
}

* html .links li a {  /* make hover effect work in IE */
	width: 200px;
}

.links li a:hover {
	color: #114477;
	background-image: url(img/bgprodlink2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.productgroup1 {
	float: left;
	width: 220px;
}

.productgroup2 {
	float: left;
	width: 220px;
	margin-left: 10px;
}

.productgroup3 {
	float: left;
	width: 220px;
	margin-left: 10px;
}

.whiteborder {
	border-top: 1px dashed #fff;
}

