@charset "utf-8";
/* CSS Document */
            
            
div#demo 
{
 margin:10px;
}

.containerPanel
{
	width: 200px;
}
.collapsePanelHeader
{
	width: 200px;
	height: 26px;
}
.headerContent
{
	float: left;
	padding-left: 0px;
	width: 180px;
}
.content
{
	width: 182px;
	margin-right: auto;
	padding: 8px;
	border: 1px solid #FBB03B;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}
.arrow.expand
{
	background-image: url(../images/left_recentviewcart1.gif);
	width: 20px;
	height: 26px;
	float: right;
}
.arrow.expand:hover
{
  cursor: hand;
}
.arrow.close
{
	background-image: url(../images/left_recentviewcart2.gif);
	width: 20px;
	height: 26px;
	float: right;
}
.arrow.close:hover
{
  cursor: hand;
}

          
