/* 小说阅读网2006版CSS样式表_通用 王峰 2005-12-12  */

/* 通用标签 */

body { 
	font-size:12px;
	font-family:"宋体";
	margin:0;
	color:#000;
	background:#fff url(http://cisco.ccxx.net/images/bg.gif) left top;
	text-align:center;
	}

img { 
	border:0;
	}

a { 
	color: #1a53ff;
	text-decoration: none;
	}
a:visited { 
	color: #551a8b;
	}
a:hover { 
	color: #f60;
	text-decoration: underline;
	}

input,textarea,select { font-family: Tahoma,MS Shell Dlg,宋体;
	font-size : 12px;
	background : #eee;
	}

td { font-size:12px;
	}

h4 { 
	font-size:12px;
	color:#000;
	background:#ccc url(http://cisco.ccxx.net/images/col_top10.gif) no-repeat;
	line-height:29px;
	margin:0;
	text-align:center;
	font-weight:normal;
	}

#body h4 a { 
	color:#000;
	text-decoration:none;
	}

#body li {
      /*  text-align:left; */
        }

ul,form {
        margin:0;
        padding:0;
        }

li {
        list-style:none;
        }

/* 顶部 */


#head {
        width:760px;
        height:60px;
        background:url(/images/bg_topbanner.gif) repeat-x;
        margin:0 auto;
        border-bottom:1px solid #CAD7E3;
        }

#logo {
        float:left;
        margin:4px 0 0 5px;
        }

#topads {
        width:560px;
        float:left;
        height:60px;
        margin:4px 0 0 16px;
        }


/* 主菜单 */

#topmenu {
        margin:0 auto;
        background:url(/images/bg_topmenu.gif) repeat-x;
        height:32px;
        width:760px;
        border-top:1px solid #FFF;
        }

#topmenu1,#topmenu2 {
        float:left;
        padding:3px 0;
        margin-top:3px;
        }

#topmenu1 {
        width:760px;
        }

#topmenu2 {
        width:90px;
        background:url(/images/bg_topmenu_right.gif) no-repeat;
        }

#topmenu li {
        float:left;
        margin:2px 0;
        width:90px;
        }

#topmenu1 li {
        width:61px;
        border-right:1px solid #CAD7E3;
        }

#topmenu a {
        color:#000;
        text-decoration:none;
        }

#topmenu a:hover {
        color:#C00;
        }                                             

/* 登录搜索条 包括三个层：login search和manage */

#searchbar { margin:0 auto;
	background:#fff  url(http://cisco.ccxx.net/images/bg_searchbar.gif) repeat-x;
	height:28px;
	width:760px;
	text-align:left;
	}

/* login开始 */

#login { position:relative;
	}

#loginimg { float:left;
	width:50px;
	}

#username,#password { float:left;
	margin:6px 10px 0 0;
	}

#loginbtn { float:left;
	margin:7px 0 0 0;
	width:44px;
	}

#username input,#password input { height:16px;
	width:75px;
	border:none;
	background-color:#fff;
	}

#loginbtn input { height:16px;
	width:34px;
	background:url(http://cisco.ccxx.net/images/bg_button1.gif) repeat-x;
	border:none;
	}

#reg { width:34px;
	padding:7px 0 0 0;
	float:left;
	margin:0;
	}

#reg a { height:16px;
	line-height:16px;
	width:34px;
	background:url(http://cisco.ccxx.net/images/bg_button2.gif) repeat-x;
	color:#000;
	text-decoration:none;
	display:block;
	text-align:center;
	}

#forget { width:56px;
	padding:7px 0 0 0;
	float:left;
	margin:0 0 0 10px;
	}

#forget a { height:16px;
	line-height:16px;
	width:56px;
	background:url(http://cisco.ccxx.net/images/bg_button2.gif) repeat-x;
	color:#000;
	text-decoration:none;
	display:block;
	text-align:center;
	}

/* manage开始 */

#manage { position:absolute;
	}

#manageimg { float:left;
	width:50px;
	text-align:left;
	}

#manage ul { display:inline;
	}

#manage li { float:left;
	list-style:none;
	}

#manage li a { display:block;
	height:28px;
	width:60px;
	line-height:28px;
	color:#000;
	text-decoration:none;
	text-align:center;
	}

#manage li a:hover { background:url(http://cisco.ccxx.net/images/bg_usermenu.gif) no-repeat center;
	}

#manage li a.logout { width:30px;
	}

/* search开始 */

#search { float:right;
	text-align:right;
	width:310px;
	height:28px;
	background:url(http://cisco.ccxx.net/images/searchbar_part.gif) no-repeat left top;
	}

#searchcondition { float:left;
	margin-top:5px;
	width:120px;
	}

#searchkeyword { float:left;
	margin-top:6px;
	width:85px;
	}

#searchbtn { float:left;
	margin-top:7px;
	width:50px;
	}

#searchcondition select { width:70px;
	}

#searchkeyword input { width:75px;
	height:16px;
	border:none;
	background-color:#fff;
	}

#searchbtn input { width:40px;
	height:16px;
	border:none;
	background:url(http://cisco.ccxx.net/images/bg_button1.gif) repeat-x;
	}

/* 导航条 */

#nav { margin-bottom:5px;
	line-height:21px;
	height:21px;
	text-align:left;
	border:1px solid #eee;
	background-color:#f7f7f7;
	}

#nav a { color:#000;
	text-decoration: none;
	}

/* 二级页底部菜单 */

#bottommenu { clear:both;
	border-top:1px solid #ccc;
	background-color:#fff;
	}

#bottommenu li { float:left;
	width:124px;
	list-style:none;
	text-align:center;
	margin-left:2px;
	}

#bottommenu a { display:block;
	background-color:#eee;
	color:#000;
	}

#bottommenu a:hover { display:block;
	background-color:#999;
	color:#fff;
	text-decoration:none;
	}

/* 底部广告 */

#bottomads { width:760px;
	margin:0 auto;
	background-image:url(http://cisco.ccxx.net/images/bg_bottomads.gif);
	height:99px;
	clear:both;
	}

#bottomads img { margin:8px 12px;
	border:1px solid #666;
	}

/* 底部信息栏 */

#bottom { width:760px;
	margin:0 auto;
	padding:10px 0;
	font-size:12px;
	line-height:18px;
	background-color:#eee;
	border-top:1px solid #ccc;
	}

#bottom a { color:#000;
	text-decoration:none;
	}

/* 其它细节 */

#body { width:760px;
	margin:0 auto;
	clear:both;
	background:#fff url(http://cisco.ccxx.net/images/bg_left.gif) repeat-y left;
	}

#body ul { margin:0;
	padding:0;
	text-align:left;
	}

#body ul li { list-style:none;
	line-height:21px;
	}

.topten { margin-bottom:7px;
	width:160px;
	}

.topten li { text-align:left;
/*	background:url(http://cisco.ccxx.net/images/li_arrow1.gif) no-repeat 5px 6px; */
	padding-left:16px;
	}

li.more { text-align:right;
	background:none;
	margin:3px;
	}

.levels { clear:both;
	font-size:1px;
	}

.title { color:#c30;
	}

.time { color:#999;
	}

.author { color:#1A53FF;
	}

/* 旧CSS开始 */

.button {
        font-family: Tahoma,MS Shell Dlg,宋体;
        font-size : 12px;
        font-weight : border;
}

.text {
        color : #000000;
        font-family: Tahoma,MS Shell Dlg,宋体;
        font-size : 12px;
        font-weight : normal;
        background-color : #FFFFFF;
}

.firstalt {
                background-color: #EEEEEE;
}
.secondalt {
                background-color: #FFFFFF;
}
.bigfont {
                    font-family: Tahoma,MS Shell Dlg,宋体;
                    font-size: 16px;
                    font-weight : border;
}
.normalfont {
                    font-family: Tahoma,MS Shell Dlg,宋体;
                    font-size: 12px;
}
.middlefont {
                    font-family: Tahoma,MS Shell Dlg,宋体;
                    font-size: 11px;
}
.smallfont {
                    font-family: Tahoma,MS Shell Dlg,宋体;
                    font-size: 9px;
}
.arrow {
                    font-family: Tahoma,MS Shell Dlg,宋体;
                    font-size: 9px;
                    color: #FF6600;
}
#content a:link,#content a:active,#content a:visited {
                text-decoration: underline;
                color : #3366cc;
}
#content a:hover {
                text-decoration: none;
                color : #9966cc;
}
.content {
                    font-family: Tahoma,MS Shell Dlg,宋体;
                    font-size: 14px;
                    line-height: 130%
}

.subhead {
                    font-family: Tahoma,MS Shell Dlg,宋体;
                    font-size: 14px;
                    color: #FF6600;
}

#cattext {
        text-decoration: none;
        color: $style[cattextcolor];
        font-family: Tahoma,MS Shell Dlg,宋体;
        font-size : 12px;
}

#tbh {
        text-decoration: none;
        color: $style[tableheadtextcolor];
        font-family: Tahoma,MS Shell Dlg,宋体;
        font-size : 12px;
}
#tbh A:link {COLOR: #000000; TEXT-DECORATION: none}
#tbh  A:visited {COLOR: #000000; TEXT-DECORATION: none}
#tbh  A:active {COLOR: #000000; TEXT-DECORATION: none}
#tbh  A:hover {COLOR: #000000; TEXT-DECORATION: none}

#root A{ text-decoration: none; color: $style[roottextcolor];}
#cat A{ text-decoration: none; color: #000000;}

#cattitle A:link {COLOR: #000000; TEXT-DECORATION: none}
#cattitle A:visited {COLOR: #000000; TEXT-DECORATION: none}
#cattitle A:active {COLOR: #000000; TEXT-DECORATION: none}
#cattitle A:hover {COLOR: #000000; TEXT-DECORATION: none}
