@charset "utf-8";
/* 
---------------------------------
Site: www.AVCWARE.com
Author: AVCWARE.com
Updated: 20110316
Updated by: Gao Yueping 
file: sitemap.css 
version: 1.0
--------------------------------- 
*/ 
.sitemap{width:700px; float:right;}
.sitemap h2{ font-size:16px; color:#333; padding:10px 0;}
.sitemap h3{ border-bottom:#CCC 1px solid; color:#FF6C00; font-size:14px; clear:both; line-height:30px;}
.sitemap ul{ padding:10px 10px 10px 0; }
.sitemap ul li{ width:230px; float:left; line-height:25px;background:url(/images/common/icon-arrow.gif) no-repeat 0 8px;}
.sitemap ul li a{ padding-left:10px; color:#444444;}
.sitemap dl{width:345px; float:left;}
.sitemap dl dt{ border-bottom:#ddd 1px dashed;  width:250px; clear:both; background:url(/images/common/arrow.gif) no-repeat 0 26px;padding:20px 0 0 10px;}
.sitemap dl dd{ float:left; line-height:25px; padding:0 15px 0 10px; text-align:center;background:url(/images/common/icon-arrow.gif) no-repeat 0 8px;}
.sitemap dl dt a{ color:#000;}
.sitemap dl dt a:hover{text-decoration:none; color:#F60;}
.sitemap dl dd a{color:#333;}
