@charset "utf-8";
/* CSS Document */
#outer
	{width:500px; float:left;}	
.box
	{float:left; width:478px; background:#eee; border:solid 1px #ddd; margin-bottom:15px; padding:5px;}

.pic{float:left; width:auto;}

.details{float:right; width:auto;}
.title
	{
	float:left; margin-right:-10px;
	background:url(../images/back_title.gif) no-repeat top right; 
	width:368px; height:19px; padding:10px;color:#fff;
	}
.name{font-size:18px;}
.bdrImg{background:#fff; padding:5px; border:solid 1px #ddd;}


.trigger
	{float:right; width:56px; height:24px;background:url(../images/more.gif) no-repeat left top; margin-top:17px;}
.trigger a{display:block; width:56px; height:24px;}	
.trigger a span{display:none;}
.active {background:url(../images/more.gif) no-repeat left -25px;}

.block
	{float:left; width:478px; padding-top:10px;}

.blockInner{display:block;  margin-bottom:5px; padding:5px;}	

.blockInner a
	{
	display:inline-block; padding:3px; background:#30b0f7; color:#fff; text-decoration:none; margin:2px; 
	}
.blockInner strong{color:#0392e2; font-size:16px; display:inline-block; padding:5px 0;}

.gray{background:#777;color:#fff;}
.bule{background:#0392e2;color:#fff;}
	