@charset "utf-8";
#containt {
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	height: 400px;
	
}
#containt #body #Search {
	margin-top: 70px;
	float: left;
}
#containt #body #SearchBox #SearchLocation #Suggestion {
	float: left;
	width: 200px;
}
#containt #body #SearchBox #SearchLocation #or {
	float: left;
	width: 50px;
	margin-top: 30px;
}
#containt #body #SearchBox #SearchLocation #Suggestion {
	float: left;
	width: 220px;
}
#containt #body #SearchBox #SearchLocation #Suggestion p {
	font-family: "MS Sans Serif";
	font-size: 0.5em;
	font-weight: bold;
}
#containt #body #SearchBox #SearchLocation #SelectType{
	font-family: "MS Sans Serif";
	font-size: 0.5em;
	font-weight: bold;
	float: left;
	width: 200px;
}

#containt #body {
	margin-top: 10px;
	margin-left: 20px;
}
td {
	font-family: "MS Sans Serif";
	font-size: 0.5em;
	margin-right: 1em;
	margin-left: 1em;
}#containt #body #SearchBox #SearchLocation #SelectType span {
	color: #FF0000;
}
#containt #body #SearchBox #SearchLocation #Suggestion #suggest {
	margin-top:-20px;
	padding-top:10px;
	
}

#containt #body #SearchResult {
	clear: both;
	float: none;
	background-repeat: repeat-y;
	width:600px;
	margin-top:100px;
}

#containt #body #SearchResult li {
	font-family: "MS Sans Serif";
	font-size: small;
	color: #666666;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
#containt #footer {
	font-family: "MS Sans Serif";
	font-size: 0.5px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFCC00;
	padding: 10px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom:50px;
	clear: both;
}
#containt #footer #sitemap {
	float: right;
	width: 200px;
}
#containt #footer #copyright {
	float: left;
	width: 60%;
}


#containt #body #SearchResult ul {
	margin: 5px;
	border: 1px solid #CCCCCC;
}
#containt #body #SearchResult span {
	color: #FF9900;
	font-weight: bold;
}
#containt #body #SearchResult p {
	font-weight: bold;
	font-family: "MS Sans Serif";
	font-size: 0.5em;
	margin-top: 20px;
	margin-left: 20px;
}
#containt #body #submenu {
	float: left;
}
#containt #body #Search #SearchBox #SearchLocation #Suggestion span {
	color: #FF0000;
}
#containt #body #submenu {
	width: 400px;
}

