@charset "utf-8";
.sideBox  {
	float:left;
	width:205px;
	margin-bottom: 10px;
}
.sideBoxHeader {
	float:left;
	height: 40px;
	width:205px;
	font-size:18px;
	text-align:center;
	line-height: 40px;
	color:#FFF;
	cursor:default;
}
.sideBoxContent {
	float:left;
	width:205px;
	background: url(../../images/backgrounds/bckg_sideBoxContent.jpg) no-repeat #213f61;
	overflow:hidden;
}
.sideBoxFooter {
	float:left;
	width:205px;
	height:1px;
}
/*if left or right side*/
.sbh_left {background: url(../../images/backgrounds/bckg_boxLeft.png);}
.sbh_right {
	background: url(../../images/backgrounds/bckg_boxRight.png);
}


