/* 常规样式============================================================================================ */
* { padding: 0; margin: 0; }

/*-------------------- 常规样式 XHTML元素初始化定义--------------------*/
/*基本标签 + 样式 + 图片 + 字符 + 表格*/
body,td,th,p,div { font-size: 12px; font-family: Arial; color: #333; }
body{ background: url(images/background.gif);}
ul {}
li {}
h1,h2,h3{ font-family: 华文细黑, 黑体, Arial; }
h1{ font-size: 32px;}
h2{ font-size: 24px; }
h3{ font-size: 16px;}
h4{font-size: 14px;}
h5{font-size: 12px;}
hr{ background: #CCC; width: 100%; height: 1px; }
p { margin: 0 0 16px 0; line-height: 150%; /*text-indent: 24px;*/ }
img{ border: 0px; behavior: url(iepngfix.htc);}
strong,b{ color: Red; }
td{ vertical-align: top; }

/*链接 LAVH*/
a{text-decoration:none;color: Blue;}
a:hover{text-decoration:underline;color: Red;}

/*框架*/
frame, frameset, noframes, iframe{ padding: 0; margin: 0; border: 0px;}
/*frame{} frameset{} noframes{} iframe{}*/

/*输入*/
form,input,textarea,button,select,optgroup,option,label,fieldset,legend{ font-family: Arial; font-size: 12px; margin: 0; padding: 0; color: #333; }
form{border: 0px;}
input {}
textarea{}
button{}
select{}
optgroup{}
option{}
label{}
fieldset{}
legend{}

/*列举*/
ul{}
li{}

/*通用类*/
.clear{ clear: both; }

/* 行距样式 L+百分值 */
.L15{line-height:150%;}
.L20{line-height:200%;}

/* 常规常量，禁止改动 */

.mg00{ margin: 8px; }
.mg01{ margin-top: 8px; }
.mg02{ margin-right: 8px; }
.mg03{ margin-bottom: 8px; }
.mg04{ margin-left: 8px; }

.mg10{ margin: 16px; }
.mg11{ margin-top: 16px; }
.mg12{ margin-right: 16px; }
.mg13{ margin-bottom: 16px; }
.mg14{ margin-left: 16px; }

.pd00{ padding: 8px; }
.pd01{ padding-top: 8px; }
.pd02{ padding-right: 8px; }
.pd03{ padding-bottom: 8px; }
.pd04{ padding-left: 8px; }

.pd10{ padding: 16px; }
.pd11{ padding-top: 16px; }
.pd12{ padding-right: 16px; }
.pd13{ padding-bottom: 16px; }
.pd14{ padding-left: 16px; }

.pdx01{ padding-top: 6px; }
.mgx01{ margin-top: 4px; }


/*-------------------- 特殊应用 --------------------*/

/* 字体样式 F+字像素值 */
.F12{font: 12px; }
.F12s{font-size: 12px;	font-weight: bold;}
.F14{font: 14px; }
.F14s{font-size: 14px; 	font-weight: bold;}

/* 边框样式 B+色码+数字 */
.Bgr { border:1px solid #DEDEDE; }

/* 色彩样式 C+色码+数字 */
.Cr{ color: Red; }

.eltSubmitButton{
	margin: 0 4px 0 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #666;
	border-left: 1px solid #CCC;
	border-right: 1px solid #666;
	background: url(Imgs/M084SubmitButton.gif) repeat-x left 50%;
	padding: 4px 0 0 0;
}


/* 圆形边框 */
.eltRoundBox{ }
.eltRoundBox .TL , .eltRoundBox .TR , .eltRoundBox .BL , .eltRoundBox .BR{
	/*如果要使用PNG，可以使用滤镜，但是需要切割*/
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="imgs/eltRound.png");*/
	width: 11px;
	height: 11px;
	background-image: url(imgs/eltRound.gif);
	background-repeat: no-repeat;
	font-size: 1px;
}
.eltRoundBox .TL{ background-position: left top; float: left; margin:0 -3px 0 0; }
.eltRoundBox .TR{ background-position: right top; float: right; margin: 0 0 0 -3px; }
.eltRoundBox .BL{ background-position: left bottom; float: left;margin:0 -3px 0 0;}
.eltRoundBox .BR{ background-position: right bottom; float: right; margin: 0 0 0 -3px; }
.eltRoundBox .TM , .eltRoundBox .BM{ height: 11px; font-size: 1px;background: url(Imgs/M084_login_bg02.gif); background-color: white; overflow: hidden; }
.eltRoundBox .TM{ border-top: 1px solid #DF1A14; }
.eltRoundBox .BM{ border-bottom: 1px solid #DF1A14; } 
.eltRoundBox .content{
	clear: both;
	background-color: white;
	border-left: 1px solid #DF1A14;
	border-right: 1px solid #DF1A14;
	padding: 0 8px 0 8px;
	background: url(Imgs/M084_login_bg02.gif);
} 


/* 页码 */
.Pn{
	width: 100%;
	padding: 20px;
	text-align: center;
}
.Pn .CT{ display: inline; font-size: 12px; color: #333; }

.Pn .LK{ display: inline; margin-left: 8px; }

.Pn .LP1{ display: none; /*display: inline;*/ }
.Pn .LP1 a span{ padding-right:8px; text-decoration: none; background: url("LibImgs/M011_pre2.gif") no-repeat 0px 5px;}
.Pn .LP1 a:hover span{background-position:0 3px;}

.Pn .LT1{ /*display: none;*/ display: inline;cursor: pointer; }
.Pn .LT1 a { padding-right:4px; font-size: 12px; color:#333; text-decoration: underline; }
.Pn .LT1 a:hover{ color:#f00; text-decoration: none; }

.Pn .LP2{ display: none; /*display: inline;*/ }
.Pn .LP2 a span{ padding-right:35px; text-decoration: none; background: url("LibImgs/M011_pre1.gif") no-repeat 0px 3px;}
.Pn .LP2 a:hover span{background-position:0 3px;}

.Pn .LT2{ /*display: none;*/ display: inline; cursor: pointer; }
.Pn .LT2 a { padding-right:4px; font-size: 12px; color:#333; text-decoration: underline; }
.Pn .LT2 a:hover{ color:#f00; text-decoration: none; }

.Pn .LP3{ display: none; /*display: inline;*//*display: inline;*/ }
.Pn .LP3 a span{ padding-right:35px; text-decoration: none; background: url("LibImgs/M011_next1.gif") no-repeat 0px 3px;}
.Pn .LP3 a:hover span{background-position:0 3px;}

.Pn .LT3{ /*display: none;*/ display: inline; cursor: pointer; }
.Pn .LT3 a { padding-right:4px; font-size: 12px; color:#333; text-decoration: underline; }
.Pn .LT3 a:hover{ color:#f00; text-decoration: none; }

.Pn .LP4{ display: none; /*display: inline;*/ }
.Pn .LP4 a span{ padding-right:8px; text-decoration: none; background: url("LibImgs/M011_next2.gif") no-repeat 0px 5px;}
.Pn .LP4 a:hover span{background-position:0 3px;}

.Pn .LT4{ /*display: none;*/ display: inline; cursor: pointer; }
.Pn .LT4 a { padding-right:4px; font-size: 12px; color:#333; text-decoration: underline; }
.Pn .LT4 a:hover{ color:#f00;  text-decoration: none; }


/* Logo */
.Logo {
	padding:20px 0 0 40px;
}


/* 首页底部的版权 */
.MainCP{ }
.MainCP .LK { padding: 570px 30px 0 0;  float: right; font-size: 12px; color:#141414; }
.MainCP .LK a{ color:#141414; text-decoration: none;}
.MainCP .LK a:hover{color: Red; text-decoration: underline;}

/* 内页底部的版权 */
.CP{ }
.CP .LK { padding: 90px 50px 0 0;  float: right; font-size: 12px; color:#141414; }
.CP .LK a{ color:#141414; text-decoration: none;}
.CP .LK a:hover{color: Red; text-decoration: underline;}

/* 楼盘底部的版权 */
.CP2{ }
.CP2 .LK { padding: 900px 50px 0 0;  float: right; font-size: 12px; color:#141414; }
.CP2 .LK a{ color:#141414; text-decoration: none;}
.CP2 .LK a:hover{color: Red; text-decoration: underline;}

/* 楼盘底部的版权 */
.CP3{ }
.CP3 .LK { padding: 340px 2px 0 0;  float: right; font-size: 12px; color:#141414; }
.CP3 .LK a{ color:#141414; text-decoration: none;}
.CP3 .LK a:hover{color: Red; text-decoration: underline;}

/* 山水华庭底部的版权 */
.CP4{ }
.CP4 .LK { padding: 456px 50px 0 0;  float: right; font-size: 12px; color:#141414; }
.CP4 .LK a{ color:#141414; text-decoration: none;}
.CP4 .LK a:hover{color: Red; text-decoration: underline;}


/* 假日第一城底部的版权 */
.CP5{ }
.CP5 .LK { padding: 100px 50px 0 0;  float: right; font-size: 12px; color:#141414; }
.CP5 .LK a{ color:#141414; text-decoration: none;}
.CP5 .LK a:hover{color: Red; text-decoration: underline;}
