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

.CPList {
	display: block;
	margin-left: 60px;
	padding-top: 2px;
	margin-top: 2px;
}
*#CPDList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	width: 92%;
	float: left;
	margin: 2px;
	background-image: url(../img/arrow_p.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 16px;
	
}
*#CPDList img {
	float: left;
	display: none;
	margin-right: 10px;
	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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	text-align: right;
	clear: both;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
	margin-left: 5px;
}
*#CPListMore a {
	color: #FF6600;
	text-decoration: underline;
}
*#CPListMore a:link {
	color: #FF6600;
	text-decoration: underline;
}
*#CPListMore a:hover {
	color: #CC0000;
	text-decoration: underline;
}
