/***********************************************/
/* 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: 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: 2px;
	padding-bottom: 2px;
	padding-left: 16px;
}
.CPList #CPDList img {
	float: left;
	display: none;
	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: #00b0a1;
	text-decoration: underline;
}
.CPList #CPListMore a:link {
	color: #00b0a1;
	text-decoration: underline;
}
.CPList #CPListMore a:hover {
	color: #993399;
	text-decoration: underline;
}
