@CHARSET "ISO-8859-1";

.CategoryBar {
	font-family:		verdana;
	font-size:			13px;
}
.CategoryBar a {
	color:				#FFF;
	cursor:				pointer;
}
.CategoryBar a:hover {
	text-decoration:	underline;
	color:				#990000;
}
.CategoryBar a.active {
	font-weight:		bold;
	color:				#990000;
}

.PLogo {
	float:				left;
	
	width:				150px;
	background-color:	#FFFFFF;
	
	padding:			5px;
	
	filter:				alpha(opacity=60);
	-moz-opacity:		.60;
	opacity:			.60;
	
	cursor:				pointer
}

.PDesc {
	float:				left;
	margin-left:		10px;
	
	width:				540px;
	height:				150px;
	background-color:	#FFFFFF;
	
	padding:			5px;
	
	filter:				alpha(opacity=70);
	-moz-opacity:		.70;
	opacity:			.70;
	
	font-family:		arial;
	font-size:			12px;
	color:				#333333;
	
	overflow-y:			hidden;
	overflow-x:			hidden;
	
	clip:				rect(0px, 540px, 150px 0px);
	
}

.PCollections {
	float:				left;
	clear:				both;
	width:				140px;
	background-color:	#FFFFFF;
	padding-left:		20px;
	
	filter:				alpha(opacity=70);
	-moz-opacity:		.70;
	opacity:			.70;
}
#PCollectionsSWF {
	width:				120px;
	height:				160px;
}

#PListSWF {
	float:				right;
	margin-left:		10px;
	width:				550px;
	height:				140px;
	margin-top:			10px;
}
#PListSWFLarge {
	width:				720px;
	height:				140px;
	margin-top:			10px;
}

.PTop {
	clear:					both;
	font-size:				22px;
	font-weigh:				bold;
	margin-bottom:			7px;
	font-family:			"Times New Roman";
	color:					#FFFFFF;
	
	height:					34px;
	
	padding-left:			5px;
	padding-top:			15px;
		
	border-width:			0px 0px 1px 0px;
	border-style:			solid;
	border-color:			#999999;	
}

.PTitle {
	float:					left;
}

.PIcons {
	float:					right;
}
.PIcons img {
	border:					#CCC solid 1px;
	margin-left:			5px;
}

.PData {
	float:					left;
	width:					340px;
}
.PImage {
	float:					right;
}
.PColorList {
	clear:					both;
	text-align:				right;
}
