/*------------------康美丹首页-----------------*/
html,body{
	margin: 0;
	padding: 0;
   height: 100%;
	font-size: 13px;
	color: #696969;
	background: #EBEBEB;
}
dt,dl,ul,p {
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
}
dt{
   text-indent: 0;
}
dd{
	margin-left: 0;
}
img{
	border: 0;
}
a{
   text-decoration: none;
   color: Blue;
}
a:hover{
   text-decoration: underline;
}
a img{
	border: none;
}

/*----------------------主体内容------------------*/
.Main{
	width: 310px;
	margin: 0 auto;
	background: White;
	padding: 5px;
}
.TopNav{
	width: 290px;
	padding: 10px;
	background: #C2297D;
   color: White;
	overflow: hidden;
	text-align: center;
}
.TopNav a{
	text-decoration: underline;
	font-size: 12px;
	color: White;
	padding: 0 7px;
}
.TopNav a:hover{
	text-decoration: none;
	color: #F8DCEB;
}
/*-----------订购信息-----------*/
.OrderMsgDiv{
	background: #F0F0F0;
	text-align: center;
	line-height: 170%;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 15px;
}

/*-----------康美丹生产历史----------*/
.KmdHistoryTitle,.KmdIntroXg,.JjDyTitle,.OnlineOrderKmdTitle,.KmdZjTitle{
   padding: 6px;
	background: #C2297D;
	color: White;
	font-size: 14px;
	text-align: center;
	letter-spacing: 5px;
}
.KmdHistoryList ul li{
   border-bottom: #ECACCF 1px dashed;
}
.KmdHisProDiv,.KmdIntroContent,.OnlineOrderKmdList{
	padding: 10px;
	text-align: center;
}
.KmdHisDesContent{
	font-size: 12px;
	line-height: 150%;
	padding: 12px;
	padding-top: 0;
}

/*----------------产品图片说明----------*/
.ProductDesc{
	text-align: center;
	line-height: 180%;
	font-size: 14px;
	color: Black;
	padding: 5px;
}
.ProductDesc img{
	margin-top: 10px;
}
.ProductDesc b{
   display: inline-block;
	padding-top: 10px;
	font-weight: normal;
	padding: 10px;
}

/*------------康美丹介绍及效果--------*/
.KmdIntroContent,.JjDyContent{
   color: Black;
   font-size: 12px;
	text-align: left;
	line-height: 150%;
}
.KmdIntroContent b,.JjDyContent b{
	color: Maroon;
}
.KmdIntroContent .KmdIntroTitle{
	font-size: 14px;
	color: #D20000;
	display: inline-block;
	padding-bottom: 10px;
}
.MlRr{
	text-align: center;
}
.JjDyContent{
	padding: 10px;
   padding-top: 5px;
}
.JjDyContent b{
	display: block;
	padding-top: 10px;
}


/*-----------在线订购---------*/
.OnOrderDesc{
	text-align: left;
	color: Black;
	background: #EDEDED;
	padding: 10px;
	line-height: 140%;
}
.OnlineOrderKmdList b{
	display: block;
	line-height: 140%;
	padding-top: 8px;
}

/*------------产品图片----------*/
.KmdProImg{
	text-align: center;
	line-height: 180%;
	color: Black;
	margin-bottom: 30px;
}
.KmdProImg img{
	margin: 10px 0;
}

/*-------表单--------*/
.OrderFormList{
	border: #CACACA 1px solid;
	margin-top: 10px;
	padding: 5px;
	text-align: left;
	line-height: 180%;
	color: #2D2D2D;
}
.OrderFormList ul li{
	border-top:#CACACA 1px solid;
	padding: 5px;
}
.OrderFormList ul li b{
	font-size: 12px;
	color: #747474;
	font-weight: normal;
	padding-left: 20px;
}
#TrueNameTxt,#TelTxt,#RecieAddrTxt,#MemoTxt{
	width: 265px;
}
#MemoTxt{
	height: 60px;
}
#Button1{
   margin-left: 90px;
	cursor: pointer;
}
#SubmitWarnMsg{
	color: Red;
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
}
.LddTel{
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
/*-----------------厂家打假-----------*/
.KmdZjContent{
	text-align: center;
	padding: 10px 10px;
	color: Black;
    line-height: 150%;
}
.KmdZjContent img{
	margin-bottom: 10px;
}
.KmdZjContent b{
	display: block;
	text-align: left;
	
}

/*---------页脚----------*/
.FooterDiv{
	padding: 20px 0;
	color: Black;
	font-size: 12px;
	text-align: center;
}