@CHARSET "UTF-8";
.basic_banner{
	width:195px;
	min-height:200px;
	margin-left:10px;
}   
    .basic_title_wrapper{
    	height:15px;
    }
	.basic_title_wrapper #banner_title_left{
		float:left;
		width:17px;
		height:100%;
		background-image:url(../images/banner_title_left.png);
		border:0px;
	}
	.basic_title_wrapper #banner_title_middle{
		float:left;
		height:15px;
		width:161px;
		background-image:url(../images/banner_title_middle.png);
		background-repeat:repeat-x;
		border:0px;
	}
	.basic_title_wrapper #banner_title_right{
		float:left;
		height:15px;
		width:17px;
	    background-image:url(../images/banner_title_right.png);
		background-repeat:no-repeat;
		border:0px;
	}
	.banner_body_wrapper {
		background-color:#292929;
		width:100%;
		min-height:200px;
	    *background-color:#202020;
	}
	.banner_body_wrapper ul{
		margin-left:15px;
		padding-left:0px;
	}
		.black_table tr{height:20px;}
							.black_table tr th{
								background-color:#292929;
								height:40px;
								font-weight:normal;
								font-size:11px;
								font-weight:bold;
								color:#FAA628;
								height:18px;
								*background-color:#202020;
							}
							.black_table tr td{
								 color:#ffffff;
								 font-weight:bold;
								 font-size:11px; 
								 height:18px;
							}
		.banner_body_wrapper .even{
			background-color:#292929;
			cursor:pointer;
			*background-color:#202020;
			
		}
		.banner_body_wrapper .odd{
			cursor:pointer;
			background-color:#383939;
		}
	.banner_body_wrapper li{
		background:transparent url(../images/menu_background.png) no-repeat scroll left bottom;
		float:none;
		font-size:14px;
		height:20px;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		text-align:left;
	}
	.banner_bottom_wrapper{
		height:18px;
		
	}
	.banner_bottom_wrapper #banner_bottom_left{
		float:left;
		width:17px;
		height:100%;
		background-image:url(../images/banner_bottom_left.png);
		border:0px;
	}
	.banner_bottom_wrapper #banner_bottom_middle{
		float:left;
	    height:100%;
		width:161px;
		background-image:url(../images/banner_bottom_middle.png);
		background-repeat:repeat-x;
		border:0px;
	}
	.banner_bottom_wrapper #banner_bottom_right{
		float:left;
		height:100%;
		width:17px;
	    background-image:url(../images/banner_bottom_right.png);
		background-repeat:no-repeat;
		border:0px;
	}

