/* Box CSS */
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	border: 1px #0066CC solid;
	background-color:#FFFFFF; 
	width: 775px;
}
#centerPanel {
	position: relative;
	margin: 15px 15px 15px 15px;
	background-color: #FFFFFF;
}
#spacec {
	float:left;
	width:15;
	height:15;
}
#spacer{
	float:left;
	width:743px;
	height:15px;
}
#box {
	float:left;
	border: 1px #5f94c0 solid;
	background-color:#FFFFFF; 
	width: 365;
	min-height:170;
	height:170;
}
#box .head {
	background-color: #5f94c0;
	text-align:center;
	font-weight:bold;
	color: #FFFFFF;
	line-height:20pt;
	vertical-align:middle;
	background-image: url(../store/skin1/images/menu_bg.gif);
}
#box .btex {
	margin-left:135;
	font-size: 9pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000000;
	padding-top:6px;}
#box p {
	margin-top: 7;
	border-top: 7;
	line-height: 12pt;
}