﻿/*
 * 深圳创意会展模板方案公用样式定义
 *
 */

/*==默认样式重置(CSS Reset)开始==*/

html, body {
	padding: 0;
	margin: 0 auto;
}
body, a, a:visited {
	font-size: 12px;
	color: #333333;
	font-family: "宋体";
}
dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, th, td, hr {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, strong, em {
	font-weight: normal;
	font-size: 100%;
}
a {
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #f55000;
}
a:active, a:focus {
	outline: none;
}
a:visited {
	color: inherit;
}
li {
	list-style: none;
}
img {
	border: 0;
}
label, input {
	vertical-align: middle;
}
table {   
	border-collapse: collapse;   
	border-spacing: 0;   
}

/*==默认样式重置结束==*/


/*==网站通用定义开始==*/

/*溢出隐藏*/
.overflow_hidden {
    overflow: hidden;
}
/*分页样式*/
.showpage {
	margin: 10px auto;
	text-align: center;
}
.showpage a, .commentpage span a, .commentpage span strong {
	color: #666666;
	background: url(Images/bg_showpage.gif) repeat-x left top;
}
.commentpage span strong {
	font-weight: normal;
	cursor: pointer;
}
.showpage span, .commentpage span span {
	color: #fe0113;
	background: url(Images/bg_showpage.gif) repeat-x left -100px;
}
.showpage a, .showpage span, .commentpage span a, .commentpage span span, .commentpage span strong {
	display: inline-block;
	margin: auto 2px;
	height: 20px;
	line-height: 20px;
	padding: 0 8px;
	border: 1px solid #cccccc;
}
.commentpage {
	border-top: 1px dashed #cccccc;
	padding-top: 10px;
	text-align: right;
}
.commentpage em {
	font-weight: bolder;
	color: #f55000;
	font-style: normal;
}
/*间隔空白*/
.spacing, .nspacing {
	font-size: 0px;
	visibility: hidden;
	line-height: 6px;
}
.nspacing {
	line-height: 3px;
}
/*图片容器*/
.showpic, .showpic div, .showpicL, .showpicL div, .showpicR div {
	margin: auto;
	font-size: 0px;
	text-align: left;
}
.showpicL {
	float: left;
}
.showpicR {
	float: right;
}
/*清除浮动*/
.clearbox {
	border-top: 1px solid transparent !important;
	margin-top: -1px !important;
	margin-top: 0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	border: 0px;
	visibility: hidden;
}
/*系统样式*/
.inputtext, .inputtext2 {
	color: #333333;
	height: 16px;
	border: 1px solid #7f9db9;
	vertical-align: middle;
}
.inputtext2 {
	border: 1px solid #cccccc;
}
.inputbutton {
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #b8b8b8;
	background: url(Images/bt_comment.gif) no-repeat left top;
}
/*==网站通用定义结束==*/

/*==路径显示样式定义==*/
.postpath{ background:#0A66A7 url(images/path_dot.gif) 10px scroll no-repeat; height:25px; width:auto; padding:0 20px 0 25px;color:#fff;line-height:25px; }
.postpath a:link, .postpath a:visited{color:#fff; }
#download ,#article{ float:right; padding-left:35px; line-height:25px; font-size:14px; font-weight:bold; }
#download{background:url(Images/down_sign.gif) left no-repeat; }
#article{background:url(Images/art_sign.gif) left no-repeat; }