﻿/*Soobb 主站样式表*/
/*风格: Soobb 目的地*/
#Content #Center #Title {
	margin: 0 0 10px 0;
}
/*左栏加红*/
#Left ul.LeftMenu li span {
	color: #cc2200;
}
/*搜索长条*/
#Content #SearchBar {
	background: #ecf4df;
	border-top: 1px solid #b3d580;
}
#Content #SearchBar #Icon {
	background: url(/Styles/Images/Destination/Destination_Icon.png);
}
/*底部样式表*/
div #Bottom {
	margin-top: 40px;
}
div #Bottom dl {
	width: 100%;
}
div #Bottom dl dd {
	clear: both;
	color: #333;
	width: 80px;
	padding: 5px 0 0 0;
	font-size: 13px;
	font-weight: bold;
}
div #Bottom dl dt {
	width: 440px;
	padding: 0;
}
div #Bottom dl dt ul li {
	float: left;
	margin: 8px 5px 0 0;
	padding: 0;
	display: block;
}
div #Bottom dl dd, div #Bottom dl dt {
	float: left;
	margin: 0;
	display: block;
}
div #Bottom dl, div #Bottom dl dt ul {
	margin: 0;
	list-style-type: none;
}
