/* CSS Document */

/**  ---------- index里面的样式 ------------  **/
body{ font:12px/180% Microsoft Yahei,Arial, "宋体", Helvetica, sans-serif, Verdana; color:#444444; margin:0; text-align:center; background:#fff;}
table, td{ font:12px/180% Microsoft Yahei,Arial, "宋体", Helvetica, sans-serif, Verdana; color:#000000;}
table{ border-collapse:collapse; border-spacing:0; empty-cells:show;}
th, td { border-collapse:collapse; }
a { outline:none; } /*for Firefox*/
a:link{ text-decoration:none; color:#000000;}
a:visited{ text-decoration:none; color:#000000;}
a:hover{ text-decoration:underline; color:red;}
img { border:0; }
div, p, img, ul, li, form, input, label, span, dl, dt, dd, h1, h2, h3, h4, h5, h6{ margin:0; padding:0;}
ol, ul, li { list-style-type:none; }.clear { clear:both }
.hr10{ clear:both; height:8px; line-height:8px;}
.fl { float:left }
.fr { float:right; }
form { margin:0px; padding:0px; border:none; }

/**  ---------- index出来过后添加的样式 ------------  **/
.mt_1 { margin-top:1px; }
.mt_2 { margin-top:2px; }
.mt_3 { margin-top:3px; }
.mt_4 { margin-top:4px; }
.mt_5 { margin-top:5px; }
.mt_10 { margin-top:10px; }
.mt_15 { margin-top:15px; }
.mt_25 { margin-top:25px; }
.mt_30 { margin-top:30px; }
.mt_40 { margin-top:40px; }
.mt_80 { margin-top:80px; }
.div_1 { height:1px; }
.div_3 { height:3px; }
.div_5 { height:5px; }
.div_10 { height:10px; }
.div_14 { height:15px; }
.div_15 { height:15px; }
.div_20 { height:20px; }
.div_30 { height:30px; }
.div_50 { height:50px; }
.div_80 { height:80px; }



/* ####### 旧分页标签 ###### */
/*.pagenation { clear:both; width:100%; height:50px; float:right; background:#EEEDED; }
/*.pagenation ul { float:right; margin-top:12px; }
/*.pagenation ul li{ float:left; list-style:none; text-align:center; height:26px; width:26px; line-height:26px; border:1px solid #CCCCCC; margin:0px 3px; color:#cccccc; background:#ffffff; }
/*.pagenation ul li a { color:#017DC3; text-decoration:none; }
/*.pagenation ul li a:hover { color:#E3393C; }
/*.pagenation ul .checked { border:1px solid #EEEDED; color:#E3393C; font-weight:bold; background:none; }
/*.pagenation ul .diable { border:1px solid #cccccc; color:#cccccc; }/*--- 这里引用时，li里面是没有<a>标签的 ---*/
/*.pagenation ul .up { width:60px; background:url(../images/arrow.png) 3px -136px no-repeat;cursor:hand; }
/*.pagenation ul .up_disable { width:60px; background:url(../images/arrow.png) 3px -88px no-repeat; background:#FFFFFF; }
/*.pagenation ul .down { width:60px; background:url(../images/arrow.png) 52px -160px no-repeat;cursor:hand; }
/*.pagenation ul .down_disable { width:60px; background:url(../images/arrow.png) 52px -112px no-repeat; background:#FFFFFF; }
/*.pagenation .jump { float:right; width:auto; height:26px; line-height:26px; margin-left:20px; margin-right:10px; }
/*.pagenation .jump li { width:auto; border:1px solid #EEEDED; color:#555555; margin-left:5px; background:none; }
/*.pagenation .jump li input[type=text] { border:1px solid #E5E5E5; height:22px; line-height:22px; padding-left:3px; width:50px; }
/*.pagenation .jump li input[type=submit]{ width:46px; height:22px; background:url(../images/buttons.png) 0px -198px no-repeat; text-align:center; border:none; margin:0px 0px 0px 5px; }
/*.pagenation .jump li input[type=submit]:hover { background:url(../images/buttons.png) 0px -230px no-repeat; cursor:pointer; }

/** -- 分页标签 -- **/
.pagenation { border-top:1px solid #dddddd; background:#F2F1F1; height:42px; }
.pagenation td { font-size:12px; color:#777777; }
.pagenation td li {  height:24px; float:left; border:1px solid #999999; list-style:none; margin:2px; background:url(../images/nav_back.png) 0px -256px repeat-x; }
.pagenation td .ch_page { }
.pagenation td li .pa {margin:1px; color:#777777; line-height:22px; text-align:center; cursor:pointer;padding:0 6px; }
.pagenation li .pa:hover { margin:1px; height:22px; background:#ff0000; color:#FFFFFF;padding:0 6px; }
.pagenation td input[type=text] { border:1px solid #cccccc; width:30px; height:24px; }
.pagenation td input[type=submit] { border:1px solid #cccccc; background:#F8F8F8; width:40px; height:26px; }
/** 当前选中与未选中 **/
.pagenation td .mouse_check {text-align:center; margin:1px; height:22px;line-height:22px; padding:0 6px; background:#2F8AD8; color:#FFFFFF; }
.pagenation td .unmouse_check {text-align:center; margin:1px; height:22px;line-height:22px;padding:0 6px; background:#dddddd; color:#777777; }

/** 当前位置信息 (全局控制用) **/
.pos_addr { font-family:SimSun; font-size:12px; color:#333333; text-align:left; height:32px; line-height:32px;  }
.pos_addr .addr { float:left; width:auto; min-width:170px; }
 