@charset "utf-8";
/* CSS Document */

.cage
{
	width:185px;
	float:left;
	vertical-align:top;
	margin-bottom: 10px;
	border:1px solid #cccccc;
}

#cage a:link {
font-size:12px; /*color:#0096db;*/ color:#CC0000; font-weight:bold;}


.cageLeft{ width:49%;
float:left;
height:2px;
background:url('../images/cage_left_corner.gif') no-repeat left top;
}

.cageRight{ width:50%;
float:right;
background:url('../images/cage_right_corner.gif') no-repeat right top;
height:2px;
}

.cageMiddle{
	width:180px;
	padding-left:7px;
	vertical-align:top;
	float:left;
	font-weight:normal;
	color:#c10000;

}


.cageMiddleMargin{
	width:95%;
	margin-left:7px;
}

.cageMiddle h1,h2,h3 {
	margin:0;
	padding:0;
	font-size:1.4em;
	font-weight:bold;
	line-height:16px;
}

.cageMiddle h1{ margin-top:6px;
margin-bottom:6px;} 

.cageMiddle h2 {font-size:11px;
font-weight:bold; }
.cageMiddle h3 {font-size:11px;
font-weight:normal;
line-height:23px;}

.cageMiddle h4 {font-size:12px;}

.cageBottomLeft{width:49%;
float:left;
background:url('../images/cage_bottomleft_corner.gif') no-repeat bottom left ;
height:2px;}

.cageBottomRight{width:50%;
float:right;
background:url('../images/cage_bottomright_corner.gif') no-repeat bottom right ;
height:2px;}

