/*--------------------------------------------------------- 

业主平台 Myhome Style Sheet
version:      1.1
author:       yilander
email:        yilander@gmail.com
create date:  2007/04/28

---------------------------------------------------------*/

#containor {
    margin:0 auto;
	width:868px;
	padding:19px 6px 0 4px;
	background:#fff url(../images/subTop.png ) no-repeat top center;
	clear:both;
}

#leftBox {
    float:left;
	width:220px;
}
#rightBox {
    float:right;
	width:640px;
}
.leftTitle {
    margin-top:5px;
	height:29px;
	padding-left:40px;
	text-align:left;
	color:#575757;
	font:bold 12px/29px 微软雅黑;
	background:url(../images/sub_ownerLTBg.png) no-repeat bottom;
}
.leftTitle img {
    float:right;
	margin:10px 8px 0 0;
}
.leftContent {
    border:1px solid #ccc;
	border-top:0;
	line-height:160%;
	padding:5px 6px;
	text-align:left;
	background:#FDF7F2 url(../images/dragContentBg.png) repeat-x bottom center;
}
#position {
    margin:0 0 2px 15px;
	height:18px;
	padding:3px 0 0 0 ;
	text-align:left;
	font:12px 宋体;
}

.list {
    margin:0 auto;
}
.list li{
    list-style:none;
	text-align:left;
	background:url(../images/flag01.gif) no-repeat left 7px;
	padding:2px 0 2px 10px;
}
.list span { 
    float:right;
	color:#999; 
	padding-right:8px;
}

/** Goods and Service pic **/
.goodsPic li {
    float:left;
	text-align:center;
	width:115px;
	height:118px;
	line-height:160%;
	display:inline;
	margin:0 6px 6px 0;
	overflow:hidden;
	color:#999;
}
* html .goodsPic li { margin:0 6px 6px 0; } /* IE6 */
.goodsPic img {
    width:92px;
	height:70px;
	display:block;
	padding:2px;
	margin-bottom:5px;
	background:#fff;
	border:1px solid #ccc;
}

/*
subPage Box ------------------------------- */
.subTitle {
    width:625px;
	height:30px;
	padding:0 0 0 15px;
	font:bold 14px/30px 微软雅黑;
	text-align:left;
	color:#fff;
	clear:both;
}
.bg { background:url(../images/sub_ownerTitle.png) no-repeat center; }
.subTitle span {
    float:right;
	text-align:right;
	margin:8px 15px 0 0 ;
}
.subTitle span a {
    color:#fff;
	font:12px 宋体;
	text-decoration:none;
}
* html .subTitle span { margin:6px 15px 0 0; } /* IE6 */
.subContent {
	width:608px;
	margin:0 0 6px 0;
	padding:8px 15px;
	border:1px solid #ccc;
	border-top-width:0;
	background:url(../images/dragContentBg.png) repeat-x bottom center;
}
/* =subPage Box
---------------------------------- */



/*
table Style ------------------------------- */

/** 数据列表 **/
.tableList table {
	border-collapse:collapse;
	margin:5px;
}
.tableList th {
    border-bottom:2px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
	background:#eee;
	padding:3px 5px 1px 5px;
	height:20px;
	text-align:left;
}
.tableList td {
    border-bottom:1px solid #E0E0E0;
	padding:4px 5px;
	height:20px;
	line-height:160%;
	text-align:left;
}

/** 数据显示 **/
.showForm {
	border-collapse:collapse;
	border:0;
	margin:5px 0;
}
.showForm th {
	padding:2px 4px;
	height:18px;
	text-align:right;
}
.showForm td {
	padding:2px 4px;
	height:18px;
	text-align:left;
}
.showContent {
    margin:0 5px  5px 6px;
	padding:3px 0;
	border-top:1px solid #ccc;
	text-align:left;
	line-height:180%;
}

/** 查询表单 **/
.searchBox {
    padding:8px 8px 8px 60px;
	margin:5px 0;
	background:#FFFAF2 url(../images/search.gif) no-repeat 10px center;
	border:1px solid #FFD79B;
}
.searchBox table {
    border-collapse:collapse;
	border:0;
}
.searchBox td {
    border:0;
	padding:2px 4px;
	text-align:left;
}

/* =table Style 
-------------------------------------- */

.infoBox {
    background:url(../images/sub_InfoBg.png) no-repeat top center;
	padding:10px 13px 10px 13px;
	text-align:left;
	margin-top:6px;
	line-height:190%;
}
.infoBox h4 {
    padding-left:5px;
	margin-bottom:10px;
	font:bold 12px 微软雅黑;
}
.infoBox .photo img{
    float:left;
	background:#fff;
	padding:4px;
	margin:0 10px 10px 0 ;
	border:1px solid #ccc;
} 
.infoEnd {
    margin-top:-2px;
	background:url(../images/sub_InfoEnd.png) no-repeat bottom center;
	height:12px;
	overflow:hidden;
}



/** 留言回复 **/
.reBox {
    border:1px solid  #FFD79B;
	padding:4px;
	margin:0 0 4px 0;
	background:#FFFAF2;
	color:#666;
	font:11px 微软雅黑;
}
.helpItem {
	padding:8px;
	text-align:left;
	border-bottom:1px dotted #ccc;
	margin-bottom:5px;
}

h4 {
    background:url(../images/question.gif) no-repeat left center;
	color:#16387C;
	font-family: 微软雅黑;
	line-height:200%;
	padding-left:20px;
	font-size:12px;
}
h4 img {
    float:right;
}