@charset "utf-8";
/* CSS Document */

.box_mid {
	padding:8px 8px 0px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.box_mid a, .box_mid a:active, .box_mid a:hover, .box_mid a:visited{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
.box_mid p{
	margin:0 0 16px 0;
	padding:0 4px;
}
.box_mid h3 {
	margin:0 2px 8px 0px;
	font-size:14px;
	border-bottom:1px #FFFFFF solid;
	padding:0 0 6px 0;
	text-align:center;
}
.box_hr{
	margin-top:3px;
	height:1px;
	line-height:1px;
	border-bottom:1px #FFFFFF solid;
}

.box_mid ul {
	margin:4px 4px 0 4px;
	padding:4px 4px 0 4px;
}
.box_mid li{
	list-style:none;
	margin:0;
	padding:0 0 4px 20px;
}
.box_mid li a{
	cursor:pointer;

}
.box_bottom{
	background: #FFFFFF;
	height:24px;
	margin:0 0 -1px 0;
}

/*--BLUE --*/

.box_blue {
	background: url(http://billsbills.com/images/left/boxsm_blue_m.gif) repeat-y;
	width:231px;
}
.box_blue .box_mid {
	background: url(http://billsbills.com/images/left/boxsm_blue_t.gif) no-repeat;
	color:#ffffff;
}
.box_blue .box_mid li{
	background: url(http://billsbills.com/images/left/a_blue.gif) no-repeat;
}
.box_blue .box_bottom {
	background: #FFFFFF url(http://billsbills.com/images/left/boxsm_blue_b.gif) no-repeat;

}

/*--GRAY --*/

.box_gray {
	background: url(http://billsbills.com/images/left/boxsm_gray_m.gif) repeat-y;
	width:231px;
}
.box_gray .box_mid {
	background: url(http://billsbills.com/images/left/boxsm_gray_t.gif) no-repeat;
	color:#ffffff;
}
.box_gray .box_mid li{
	background: url(http://billsbills.com/images/left/a_gray.gif) no-repeat;
}
.box_gray .box_bottom {
	background: #FFFFFF url(http://billsbills.com/images/left/boxsm_gray_b.gif) no-repeat;

}

/*--LAV --*/

.box_lav {
	background: url(http://billsbills.com/images/left/boxsm_lav_m.gif) repeat-y;
	width:231px;
}
.box_lav .box_mid {
	background: url(http://billsbills.com/images/left/boxsm_lav_t.gif) no-repeat;
	color:#000000;
}
.box_lav .box_mid a{
	color:#000000;
	text-decoration:none;
}
.box_lav .box_mid h3 {
	border-bottom:1px #000000 solid;
}
.box_lav .box_hr{
	border-bottom:1px #000000 solid;
}
.box_lav .box_mid li{
	background: url(http://billsbills.com/images/left/a_lav.gif) no-repeat;
}
.box_lav .box_bottom {
	background: #FFFFFF url(http://billsbills.com/images/left/boxsm_lav_b.gif) no-repeat;	
}

/*--ORANGE--*/

.box_orange {
	background: url(http://billsbills.com/images/left/boxsm_orange_m.gif) repeat-y;
	width:231px;
}
.box_orange .box_mid {
	background: url(http://billsbills.com/images/left/boxsm_orange_t.gif) no-repeat;
	color:#000000;
}
.box_orange .box_mid a, .box_orange .box_mid a, .box_orange .box_mid a:active, .box_orange .box_mid a:hover, .box_orange .box_mid a:visited {
	color:#000000;
	text-decoration:none;
}
.box_orange .box_mid h3 {
	border-bottom:1px #000000 solid;
}
.box_orange .box_hr{
	border-bottom:1px #000000 solid;
}
.box_orange .box_mid li{
	background: url(http://billsbills.com/images/left/a_orange.gif) no-repeat;
}
.box_orange .box_bottom {
	background: #FFFFFF url(http://billsbills.com/images/left/boxsm_orange_b.gif) no-repeat;	
}

/*--RED --*/

.box_red {
	background: url(http://billsbills.com/images/left/boxsm_red_m.gif) repeat-y;
	width:231px;
}
.box_red .box_mid {
	background: url(http://billsbills.com/images/left/boxsm_red_t.gif) no-repeat;
	color:#ffffff;
}
.box_red .box_mid li{
	background: url(http://billsbills.com/images/left/a_red.gif) no-repeat;
}
.box_red .box_bottom {
	background: #FFFFFF url(http://billsbills.com/images/left/boxsm_red_b.gif) no-repeat;
	
}

/*--YELLO --*/

.box_yellow {
	background: url(http://billsbills.com/images/left/boxsm_yellow_m.gif) repeat-y;
	width:231px;
}
.box_yellow .box_mid {
	background: url(http://billsbills.com/images/left/boxsm_yellow_t.gif) no-repeat;
	color:#000000;
}
.box_yellow .box_mid a,.box_yellow .box_mid a, .box_yellow .box_mid a:active, .box_yellow .box_mid a:hover, .box_yellow .box_mid a:visited{
	color:#000000;
	text-decoration:none;
}
.box_yellow .box_mid h3 {
	border-bottom:1px #000000 solid;
}
.box_yellow .box_hr{
	border-bottom:1px #000000 solid;
}
.box_yellow .box_mid li{
	background: url(http://billsbills.com/images/left/a_yellow.gif) no-repeat;
}
.box_yellow .box_bottom {
	background: #FFFFFF url(http://billsbills.com/images/left/boxsm_yellow_b.gif) no-repeat;	
}