@charset "utf-8";
/* CSS Document */


.box {
    padding: 10px 20px;
    width: 255px;
    background: transparent url(/images/box_header_bg.jpg) no-repeat scroll 0 0;
    border: 0px solid red;
    border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.box .box_header {
    padding-top: 6px;
    font-size: 12px;
    font-weight: bold;
}

.box .box_header {
	border: 0px solid red;
	height: 25px;
}

.box .box_header_nav {
	border: 0px solid blue;
	float: right;
}

.box .box_header_nav ul {
	border: 0px solid yellow;
	margin: -1px;
}

.box .box_header_nav li {
	color: #034f10;
	font-size: 11px;
	width: 68px;
	height: 26px; 
	border: 0px solid green;
	list-style: none;
	text-align: center;
	float: left;
	padding: 0 1px;
	padding-top: 4px;
	vertical-align: middle;
}

.box .box_header_nav li.on {
 	background: url(/images/box_header_nav_on.jpg) no-repeat;
	font-weight: bold;
}

.box .box_header_nav li.off {
 	background: url(/images/box_header_nav_off.jpg) no-repeat;
}

.box .box_body {
	padding-top: 10px;
}

.box .box_body li {
	padding-bottom: 4px;
}

* html .box .box_body p {
    margin-bottom: 1em;
}

.box_body_sub {
    border-top: 1px solid #ddd;
	margin-top: 20px;
}

.box_body_sub .icon_text {
	padding-bottom: 10px;
}

.box_body_sub .icon {
	width: 16px;
	height: 16px;
	float: left;
	border: 0px solid red;
	margin-top: 5px;
}

.box_body_sub .text {
	float: right;
	text-align: left;
	width: 225px;
	border: 0px solid blue;
	margin: 3px 0 4px 0;
}
