﻿/****************************************************/
/********模板页及其他页面一些公共的css***************/
/*******************2009-5-20************************/
/********************版本v1.0************************/
/*********************方森山*************************/
/****************************************************/
* /** 初始化 **/
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
/****************************************************/
body /** 初始化body **/
{
	background: url(../Img/background.gif);
	text-align: center;
}
#Main
{
	margin: 0px auto;
	text-align: center;
	width: 852px;
}
/****************************************************/
.topdiv
{
	width: 852px;
	background-image: url(../Img/HandTop.jpg);
}
.toppicdiv /** 页头图片层 **/
{
	height: 102px;
	float: right;
}
.logoimg /** logo图片 **/
{
	margin-left: 38px;
	margin-top: 15px;
}
.toptext /** 页头文字 **/
{
	float: right;
	margin-top: 88px;
	font-size: 14px;
	font-family: 微软雅黑;
}
.toptext ul /** 页头ul列 **/
{
	list-style: none;
}
.toptext li /** 页头li **/
{
	margin-left: 2px;
	margin-right: 2px;
	float: left;
}
/****************************************************/
.menudiv /** 导航层 **/
{
	width: 832px;
	background: url(../Img/menu.gif) no-repeat;
	padding-top: 10px;
	padding-left: 20px;
}
.menudiv ul /** 导航ul **/
{
	list-style: none;
}
.menudiv li /** 导航li **/
{
	float: left;
	margin: 0px 3px;
	line-height: 23px;
}
.menudiv a /** 导航a **/
{
	height: 23px;
	text-decoration: none;
	color: White;
	font-weight: bold;
	font-family: 微软雅黑;
	font-size: 15px;
}

.menudiv a:hover
{
	/* 	background:url(../Img/xingxing.gif) ;  */
}














/****************************************************/
.smpleftdiv /** 所在位置层-左边 **/
{
	width: 5px;
	height: 26px;
	float: left;
	background: url(../Img/lln.gif) repeat-y;
}
.smpcenterdiv /** 所在位置层-中间 **/
{
	padding-top: 7px;
	width: 842px;
	height: 19px;
	float: left;
	background-color: #f6f4f5;
}
.smprightdiv /** 所在位置层-右边 **/
{
	width: 5px;
	height: 26px;
	background: url(../Img/rln.gif) repeat-y;
	float: right;
}
/****************************************************/
.maindiv /** 主要层（模版页） **/
{
	width: 852px;
	font-size: 14px;
}
.content /** 容器层（子页） **/
{
	padding-top: 3px;
	width: 852px;
	text-align: left;
	background: url(../Img/content.gif) repeat-y;
}
/****************************************************/
.leftcontent /** 左边容器层 **/
{
	width: 247px;
	padding-left: 5px;
	float: left;
}
.lefttitle /** 左边的标题层 **/
{
	width: 247px;
	height: 27px;
	background: url(../Img/lefttitle.gif) no-repeat;
	color: White;
}
.leftbottom /** 左边的底部层 **/
{
	width: 247px;
	height: 4px;
	background: url(../Img/leftbottom.gif) no-repeat;
	font-size: 1px;
}
.huifu /** 回复层 **/
{
	margin-top: 4px;
}
/****************************************************/
.rightcontent /** 右边的容器层 **/
{
	float: left;
	padding-left: 3px;
	display: inline;
	width: 592px;
}
.righttitle /** 右边的标题成 **/
{
	width: 592px;
	height: 27px;
	background: url(../Img/righttitle.gif) no-repeat;
	color: White;
}

/****************************************************/
#smpct_smp_div /** 所在位置层的所在位置文字层 **/
{
	font-size: 12px;
	margin-left: 10px;
	float: left;
}
#smpct_time_div /** 所在位置层的时间层 **/
{
	font-size: 12px;
	margin-left: 700px;
}
/****************************************************/
.bottomdiv /** 模版页页脚 **/
{
	width: 852px;
	height: 93px;
	background: url(../Img/bottom.gif) no-repeat;
	text-align: left;
}
/****************************************************/
.bottom_left /** 页脚左边层 **/
{
	margin-top: 30px;
	margin-left: 30px;
	width: 370;
	height: 60px;
	float: left;
	font-size: 13px;
}
.bottom_right /** 页脚右边层 **/
{
	margin-left: 450px;
	margin-top: 30px;
	width: 300px;
	height: 70px;
	text-align: center;
}
/****************************************************/
h1
{
	font-size: 16px;
}
h2
{
	font-size: 14px;
}
#QQLive
{
	width: 111px;
	position: absolute;
	top: 100px;
	right: 10px;
	z-index: 10;
}
#QQLiveTop
{
	background: url(../Img/QQlivetop.gif) no-repeat;
	width: 111px;
	height: 17px;
	padding-top: 53px;
	text-align: center;
}
#QQLiveMiddle
{
	background: url(../Img/QQlivemiddle.gif) repeat-y;
	width: 111px;
}
#QQLiveBottom
{
	background: url(../Img/QQlivebottom.gif) no-repeat;
	width: 111px;
	height: 55px;
}
.QQzixun
{
	font-family: 黑体;
	font-size: 13px;
	vertical-align: middle;
	font-weight: bolder;
}


#guanggao
{
	position: absolute;
	width:500px;
	height:357px;
	top: 50%;
	left: 50%;
	margin-top: -180px;/*--div高度的一半--*/
	margin-left: -250px;/*--div宽度的一半--*/
}
