﻿@import url("_main.css");
@import url("_left.css");
@import url("_topbtm.css");

/* CSS Document */
/* Author: Issac */
/* Date: August,2005 */

/***全局类型***/
body {
	margin: 0px;
	text-align: center;
}
div {
	margin: auto;
	color: #454545;
	font:12px/150% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	word-break: break-all;
}
img {
	border: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
p {
	margin: 0px 0px 0.5em;
	text-indent: 2em;
}

/***字体样式***/
h1 {
	display: inline;
	font: bold 20px 黑体;
	line-height: 60px;
}
h2 {
	float: left;
	margin: auto;
	padding-left: 20px;
	background: url(icon_h2.gif) no-repeat left center;
	color: #267dd3;
	font-weight: bold;
	font-size: 16px;
	width: 500px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 480px;
}
.Issac{}
#mycard h2 {
	width: auto;
	padding-left: 25px;
	background: url(icon_tel.gif) no-repeat 5px center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.h2_bg {
	clear: both;
	height: 14px;
	margin-bottom: 7px;
	padding: 10px 0px;
	background: url(bg_h2.gif) repeat-x bottom;
}
#mycard .h2_bg {
	height: 14px;
	margin-bottom: 3px;
	padding: 3px 0px;
	border-top: 2px solid #777;
	border-left: 2px solid #777;
	background: #999;
}

.date {
	color: #999;
	font-size: 11px;
}

/***链接样式***/
a {
	color: #039;
}
a:hover {
	color: #f60;
}
a img {
	border: 1px solid #ccc;
}
a:hover img {
	border: 1px solid #f60;
}
a.link_more, a.link_back {
	float: right;
	text-decoration: none;
}

/***表单样式***/
form {
	margin: 0px;
}
input, select {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-color: #000 #ccc #ccc #000;
}
.button {
	height: 20px;
	border-width: 1px;
	border-color: #fff #000 #000 #fff;
	background:#ece9d8;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding: 0px 2px 2px;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding: 1px 5px 2px !important;
	padding: 2px 2px 0px;
}
.Issac{}

/***显示隐藏样式***/
.display {
	display: inherit;
}
.hidden {
	display: none;
}

/***细节列表样式***/
.detail {
	border: 1px solid #ccc;
}
.detail li {
	clear: both;
	height: 100% !important;
	height: 12px;
	border-top: 1px solid #ccc;
	background: #fafafa;
}
.detail strong {
	float: left;
	padding: 3px 0px 3px 7px;
	width: 120px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 113px;
}
.Issac{}
.detail em {
	display: block;
	margin-left: 130px;
	padding: 3px 7px;
	border-left: 1px solid #ccc;
	background: #fff;
	font-style: normal;
}

/*使父级层获得高度*/
.spacer {
	clear: both;
	visibility: hidden;
	border-top: 1px solid transparent !important;
	margin-top: -1px !important;
	border-top: 0;
	margin-top: 0;
} 