@charset "utf-8";
/* shanghai travel guide CSS Document */
ul.square { margin:20px 0 10px 10px;}
ul.square li {
	list-style: none;
	background:url(/pic/blue-square.gif) no-repeat left 5px;
	line-height:18px;
	margin-bottom:5px;
	padding-left:15px;
	width:308px;
	float: left;
	color:#545454;
}
ul.square li a { font-size:12px; text-decoration:underline}
ul.square li a:hover { color:##006DCB; text-decoration:none}

.functionBox { border:1px solid #d1d1d1; padding:10px; margin:20px 0 25px 0; background:#fff;}
.functionBox .imageLeft { height:150; width:215px; float: left; border:1px solid #d1d1d1; padding:3px;}
.functionBox .contentRight { float: right; width:440px;}
.functionBox .contentRight h2 { font-family:Arial, Helvetica, sans-serif; font-size:20px!important; color:#006dcb!important;}
.functionBox .contentRight ul { margin:0;}
.functionBox .contentRight ul li { list-style: none; background:url(/pic/gray-arrow.png) no-repeat 2px 5px; border-bottom:1px dashed #d1d1d1; padding:0 0 8px 16px; line-height:18px; margin-bottom:8px;}
.functionBox .contentRight ul li.moreLink { border-bottom: none; text-align:right; background: none; margin-bottom:0; padding-bottom:0}.functionBox .contentRight ul li.moreLink a { color:#577a9c; font-weight: bold}
