/***********************************************/
/* EP 5 Showroom Mode Divs                     */
/* Author: allproducts.com                     */
/* Version: 2007.03                            */
/***********************************************/

*.CPList {
	display: block;
	margin-left: 60px;
	padding-top: 2px;
	margin-top: 2px;
}
*#CPDList {
	font-size: 12px;
	font-weight: lighter;
	width: 70px;
	float: left;
	padding: 2px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 2px;
}
*#CPDList img {
	float: left;
	display: block;
	margin-right: 3px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
*#CPListMore {
	font-size: 10px;
	font-weight: lighter;
	text-align: right;
	clear: both;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
	margin-left: 5px;
}
*#CPListMore a {
	color: #0f9de3;
	text-decoration: underline;
}
*#CPListMore a:link {
	color: #0f9de3;
	text-decoration: underline;
}
*#CPListMore a:hover {
	color: #0b338f;
	text-decoration: none;
}
