/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

body{
	width: 100%;
	height: 100%;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:hidden;
	margin: 0 auto;
	clear: both;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

table {
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	width: 100%;
	overflow: hidden;

}


#footer {
	background-color: #ededed;
	width: 100%;
	overflow: hidden;
	height: auto !important;
	position: absolute;
	bottom: 0;
	clear: both;
}

#div_title { 
	margin:0 auto; 
	width:400px;
	height:100px; 
	text-align:center;
	line-height:100px;
}

#searchSuggest{
	margin:0 auto;
	height: 77%;
	width: 100%;
	border-radius:3px;
}

#suggest_submit{
	height: 24px;
	font-size:0.7em;
}

#suggest_input{
	padding:0 0 0 4px ;
	height:20px;
	font-size:0.7em;
	border-radius:3px;
	margin-left: 4px;
}

#suggest_ul{
	width:490px;
	max-height:300px;
	margin:0px;
	padding:0px;
	border:1px solid #ccc;
	list-style-type:none;
}

#suggest_ul li{
	padding-left:5px;
	line-height:22px;
	font-size:13px;
	width:485px;
	height:22px;
	cursor:default;
}

#suggest_submit{
	width:90px;
	height:30px;
}


#floot {
	width: 100%;
	height:110px;
}

