﻿html, body {
    color: #000000;
	background-color: #010101;
	width: 100%;
	height: 100%;
}
* {
	font-size: 10px;
	font-family: Verdana;
	margin:0px;
	padding:0px;
	border:0;
}
#header {
	width: auto;
	height: 158px;
	background-color: #010101;
	background-image: url('../images/haitai_crystal.jpg');
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EA68A2;
}
.product_photo{
	background-color: #EA68A2;
	width: auto;
	top: 135px;
	position: absolute;
	left: 0px;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 22px;
	letter-spacing: 1px;
}
.product_photo a:link {
	color: #FFFFFF;
}
.product_photo a:visited{
	color: #FFFFFF;
}
.product_photo a:hover {
    color: #000000;
}
#content {
    color: #A8A8A8;
	background-color: #444141;
	width: 100%;
}
.content_text p{
	text-align: justify;
	text-indent: 16px;
	line-height: 16px;
}
.content_crystal{
	width:70%;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 39px;
}
.content_text, .content_product{
	width:100%;
	height:auto;
	background-color: #504B4B;
	padding: 15px;
	-moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius:16px;
	border: 1px solid #666666;
}
.content_product{
	line-height: 16px;
}
#contact{
	line-height: 16px;
	height: 116px;
	bottom: 0px;
}	
.left{
	float:left;
	width:328px;
	height:auto;
	padding-left: 35px;
}
.right{
	float:left;
	width:188px;
	height:auto;
	position: absolute;
	left: 370px;
}
#footer{
	background-color: #010101;
	line-height: 15px;
	background-image: url(../images/022.bmp);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
	bottom: 0px;
}
#footer p {
	color: #A8A8A8;
	font-size: 9px;
	font-family: Verdana;
} 
p.bottom {
	margin-bottom: 20px;
	margin-left: 12px;
} 

h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #D5D5D5;
	word-spacing: 1px;
}
.space{
	word-spacing: 22px;
}
.test1 {
	background-color: #EA68A2;
	font-weight: bold;
}
.test3{
	color: #D5D5D5;
}
.test6{
    color:#EA68A2;
}
.tip{
	font-weight:bold;
	color:#ffffff;
	word-spacing: 1px;
}
a:link {
	color: #A8A8A8;
	text-decoration: none;
}
a:visited {
	color: #A8A8A8;
	text-decoration: none;
}
a:hover {
	color: #EA68A2;
	text-decoration: underline;
}
#ttlTip{
	margin:0;
	position:absolute;
	z-index:10001;
	height:auto;
	width:auto;
	max-width:auto;
	_width:auto;
	border: 1px solid #000000;
}
#ttlTip div{
	margin:0;
	padding:5px;
    height:auto;
	width:auto;
	background:#EA68A2;
	color:#333333;
	word-break:break-all;
	overflow:auto;
}
