/***********************************************/
/* EP 5 Showroom Mode Divs                     */
/* Author: allproducts.com                     */
/* Version: 2006.08                            */
/***********************************************/

.CPList {
	display: block;
	margin-left: 60px;
	padding-top: 2px;
	margin-top: 2px;
}
.CPList #CPDList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	width: 55px;
	float: left;
	margin: 2px;
	padding: 2px;
}
.CPList #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;
}
.CPList #CPListMore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-align: right;
	clear: both;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
	margin-left: 5px;
}
.CPList #CPListMore a {
	color: #666666;
	text-decoration: underline;
}
.CPList #CPListMore a:link {
	color: #666666;
	text-decoration: underline;
}
.CPList #CPListMore a:hover {
	color: #CC0000;
	text-decoration: underline;
}
