/*
	2009-4-9 通用模板框架,使模板不用从开始做起!
	这个文件分别根据body的id来区分不同版式.分别定义出不同版式的基本框架.以后做特别模板时只需要更改相对应的宽度就可以啦!
*/

body{font-size:10pt;}
.hidden{display:none;}
.relative{position:relative;}
.absolute{position:absolute;}
img{border:0;}
.btn{ cursor:pointer;}


#PageTop{overflow: unset!important;}
#PageBottom{}
#main{}

/*左侧两栏,body id 为:DEFAULT*/
#DEFAULT #Content{width:670px;float:right;}
#DEFAULT #PageLeft{width:270px;float:left;}

/*右侧两栏,body id 为:THREE-RIGHT/*/
#THREE-RIGHT #Content{width:70%;float:left;}
#THREE-RIGHT #PageRight{width:29%;float:right;}

/*一栏,body id 为:THREE/*/
#THREE #Content{}


.icppic{width:100%; height:44px; background:url(../images/waicon.gif) no-repeat center center;}
