/* CSS Document */
*{ margin:0; padding:0; font-size:10px; color:#999999; font-family:Arial;}
img{ border:0;}
a{ text-decoration:none; color:#000000; outline:none; star:expression(this.onFocus=this.blur());}
a:visited{color:#800080;}
a:hover{ text-decoration:underline; color:#c00;}
a:active,a:focus{color:#c00;}
ul,li{ list-style:none;}
#clear{	clear:both;}
/*box-----begin*/
.box{
	margin:0 auto;
	width:300px;
	}
	
	.content{
		width:298px;
		border:1px solid #8BE8F8;
		border-top:0px;
		height:250px;
		}
		.top{
			display:inline;
			float:left;
			width:298px;
			margin-top:1px;
			text-align:center;
			
			}
			.top ul li{
				display:inline;
				float:left;
				width:149px;
				text-align:center;
				}
			.top a img{
				width:290px;
				height:80px;
				padding:2px;
				border:1px solid #CCCCCC;
				}
			
			.top a.text{
				display:inline-block;
				width:100px;
				height:25px;
				line-height:25px;
				overflow:hidden;
				}
				
		.bottom{
			display:inline;
			float:left;
			width:296px;
			margin-top:2px;
			*margin-top:2px;
			}
			.bottom ul li{
				display:inline;
				float:left;
				width:295px;
				height:16px;
				line-height:16px;
				margin-left:5px;
				overflow:hidden;
				text-indent:5px;
				}