/* CSS Document */
@import url(meowoo.css);
.pootitle{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-top: 30px;
}
.pootitle span{
	color: #FF9900;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: normal;
}
.poobox{
	width: 560px;
	background: url(../images/basic/pof1.gif) no-repeat left bottom;
	overflow: hidden;
	margin-top: 15px;
	line-height: 20px;
	padding-left: 17px;
	margin-bottom: 20px;
}
.poobox img{
	padding: 8px;
	margin-top: 2px;
	border: 1px solid #dacfa6;
	background-color: #f4efd5;
}
.pooinfo{
	width: 500px;
}
.poss{
	float:left;
/*	width: 120px;*/
	margin-left: 16px;
}


.poobox2{
width: 620px;
overflow: hidden;
margin-top: 30px;
margin-bottom: 20px;
margin-right: 0px;
height: auto;
}
.poobox2 img{
	margin-right: 22px;
}
.posset{
	float:left;
	margin-right: 30px;
	height: 140px;
	margin-bottom: 30px;
}
.poss img{padding: 3px;margin-top: 2px;opacity: 0.5;/* 透明度70% FireFox 的寫法 */  filter: Alpha(Opacity=50);/* 透明度70% IE 的寫法 */}
.poss .PSelected img{ margin-top: 2px; opacity: 1;/* 透明度70% FireFox 的寫法 */ filter: Alpha(Opacity=100);/* 透明度70% IE 的寫法 */ border: 1px solid #F00; padding: 2px; }
.poss img:hover{opacity: 1;/* 透明度100% FireFox 的寫法 */  filter: Alpha(Opacity=100);/* 透明度100% IE 的寫法 */ }

.posset h4{font-size: 12px;font-weight: normal;text-align: center;margin-top: 10px;}

