@charset "utf-8";
.showCaseDiv {
	background-color:#FFF;
	width:366px;
	height:223px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

.ShowHead{
	font-family:Times New Roman, Times, serif;
	font-weight:bold;
	font-size:16px;
	color:#333;	
	text-align:center;
	padding:8px;
}

.ShowCont{
	width:328px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
}

.ReadMore{
	margin-top:15px;	
	
}
.ReadMore a{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-decoration:none;
	text-align:right;
	padding-right:6px;
	padding-top: 6px;
	font-weight:bold;
	display:block;
	width:360px;
	height:22px;
	background-color:#CCC;
}

.ReadMore a:hover{
	background-color:#036;
	color:#fff;
	text-align:left;
	padding-left:6px;
	padding-right:0px;
	background-image:url(images/left_show.jpg);
	background-position:right;
	background-repeat:no-repeat;
}