/* background: #FFFFFF url(tealogo.jpg) repeat-x top;
	www.fotea.com.cn
	css by hua 4.5
*/

* { padding:0; margin: 0 }
body {
   	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #454545;
}/*全站字体大小*/
a { color: #996600; text-decoration: none; background: inherit }
a:hover { text-decoration: underline }
/*全站字体色彩*/
form { display: inline; margin: 0; padding: 0 }
ul { padding-left: 30px; }
li { list-style-type: decimal; }
input, textarea  { border: 1px solid #aaa }
input:hover, textarea:hover  { border: 1px solid #888 }
/*img { border: 3px solid #e5e5e5; margin: 0 15px 5px 0; float: left; }*/

blockquote { margin: 0 0 15px 30px; border-left: 3px solid #8ADF88; padding: 0 0 0 8px }
/*input, textarea  { border: 1px solid #aaa }
input:hover, textarea:hover  { border: 1px solid #888 }
input.text { color: #000000;	border: 1px solid #E6E6E6; background: inherit }
textarea.text { font-size: 8pt; border: 1px solid #E6E6E6 }
input.text:hover, textarea.text:hover { border: 1px solid #D6D6D6 }
form { display: inline; margin: 0; padding: 0 }*/

#content { padding: 0; margin: 0 auto; width: 765px; background: transparent }
/*总布局*/
/*#title {	margin: 0; padding:0; height: 80px; width: 100%; background: transparent  }
	#title .green { color: #D9FFD8; line-height: 25px; background: inherit }
	#title .pad { padding: 0px 0 }
	#title h1 { font: bold 2.0em "Arial", Sans-Serif; margin: 0; letter-spacing: -1px; color: #fffffe; padding-top: 28px; background: inherit }
	#title #slogan { font: 1.0em "Arial", Sans-Serif; margin: 0;	color: #aaa; background: inherit}
	*/

#menu {
	margin: 0px;
	padding: 0px;
			color: #81D7DF;
	}

#maincontent { width: 100%; background: transparent; padding-top: 15px }	/*与TOPbanner 的间隔*/	
	#maincontent h2 { color: #3A3A3A; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; text-decoration: none; line-height: 19px; margin: 0 0 5px 0; background: inherit }
	#maincontent h2 a { color: #2FB432; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; text-decoration: none; line-height: 19px; margin: 0 0 5px 0; background: inherit }
	#maincontent h2 a:hover { color: #2FB432; text-decoration: underline; background: inherit	}
	#left_side #digtitle a:hover { color: #2FB432; text-decoration: underline; background: inherit	}
	#maincontent .underline { font-size: 14px; font-weight: bold; border-bottom: 1px dotted #aaa; margin-bottom: 10px }/*中山市茶黄页---东区*/
	#maincontent h3 { font-size: 130%; color: #6AA6AB; border-bottom: 1px dotted #aaa; background: inherit }
	#maincontent p { padding: 0 0 20px 0; color: #454545; font: 1.0em "Arial", Sans-Serif; margin: 0;  text-decoration: none; background: inherit }
	#maincontent .mpnull { margin: 0; padding: 0 0 0 0; }
	#maincontent .textbox { float: right; color: #454545; width: 40%; background: #fefefe; padding: 10px; margin: 5px 0 15px 15px; border: 1px solid #e8e8e8 }
	#left_side { width: 545px; background: transparent; margin-bottom: 20px}/*首页左边宽*/
	#right_side { width: 200px; background: transparent; float: right }/*首页右边宽*/
		
		
		#right_side #digtitle { 
			height: 22px;
			background: transparent url(../images1/h3bg.gif) repeat-x;
			color: #FFF;
			border: 0;
			font: bold 1.2em "Arial", Sans-Serif;
			padding: 0px 0 0 5px;
			line-height: 22px
		}/*右边绿色条背景PIC*/
		#right_side .lcontent { background: #f8f8f8; border: 0px solid #e5e5e5; margin-bottom: 5px;	color: #888 }
		#right_side .lcontent p { padding: 8px; color: #777; background: inherit }
/*右边绿色条内容控制*/




#footer {
	bottom:0;
	clear:both;
	text-align: left;
	border-top: 1px solid #e5e5e5;
	padding: 3px 0 0 0;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #888;
	background: #FFF;
}
#footer .right { float: right }
/* 以下是分页代码
*/
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #996633;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #2fb432;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #996633;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}
/*
分页结束*/
