﻿/*_______________sitemap page infomation____________________*/
.sitemaptitle
{
    background:url(/images/sitemap_title.gif) no-repeat left top;
	height:40px;
	width:290px;
	font-weight: bold;
	font-size:14px;	
	padding:8px 0px 1px 0px;
	text-align:center;
}
.sitemaptitle a
{
	color:#3d3d3d;
	text-decoration:none;
}
.sitemaptitle a:hover
{
	color:#1065cd;
	text-decoration:none;
}
.item
{	
    border-bottom:solid 0px #d7d7d7;
    padding:0px 0px 0px 0px;
}
.item ul
{
	padding:0px 0px 0px 18px;
	margin:auto;	
	margin-bottom:30px;
}
.item li
{
	padding:5px 0px 0px 0px;
	list-style-type: none;
	font-size:14px;	
}
.item li a
{
	color:#3d3d3d;
	text-decoration:none;

}
.item li a:hover
{
	color:#1065cd;
	font-weight:bold;
}
.btn 
{
    padding-bottom:10px;
    width: 25px;
	height: 24px;	
	background: url(/images/btn_search.gif) no-repeat center left;
	border: none;	
	color: #000000;
}
.btn:hover {
    cursor:pointer;
	background: url(/images/btn_search2.gif) no-repeat top left;
}
#Msg_Error {padding:0px 0px 0px 5px;}