/*  style by www.itstudy.cn  , 2007-12-20 */

/* 全局CSS定义 */

div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px;}
span{ float:left;padding-top:6px;}



/*  搜索引擎选项  */
.search{width:475px;margin:0 auto;}
ul.bars{
        list-style:none;  height:29px;
        background-image:url(default/search/search_bar_bg.gif);
	}
ul.bars li{
        float:left;
        padding:0;
        height:29px;
        margin-right:1px;
        background:url(default/search/search_bar_bg_left.gif) left top no-repeat;
	}
ul.bars li a{
        display:block;
        line-height:29px;
        padding:0 20px;
        color:#333;
        background:url(default/search/search_bar_bg_right.gif) right top no-repeat;
        white-space: nowrap;
	}
ul.bars li.selected{
        background:url(default/search/search_bar_bg_left_selected.gif) left top no-repeat;
	}
ul.bars li.selected a{
        background:url(default/search/search_bar_bg_right_selected.gif) right top no-repeat;
	}

ul.bars li a:link,ul.bars li a:visited{ color:#333;	}
ul.bars li a:hover,ul.bars li a:active{ color:#F30;  text-decoration:none;	}
ul.bars li.selected a:link,ul.bars li.selected a:visited{  color:#000;	}
ul.bars li.selected a:hover,ul.bars li.selected a:active{  color:#F30; text-decoration:none;}
div.HackBox {
  height:60px; padding-top:15px;
  border-left: 2px solid #6697CD;
  border-right: 2px solid #6697CD;
  border-bottom: 2px solid #6697CD;
  display:none; overflow:hidden;
	}





