/*
* 文件作用：为CMS系统模板中使用的所有样式
* Create: Tom 2008-10-16
**/

/*
 *适用于index_left_half、index_left
 */
#index_left_half_center { 
float: left;
color: #333;
padding: 0px;
width: 750px;
display: inline;
position: relative;
}

/*
 *适用于index_null_containter
 */
#index_null_containter { 
margin-bottom: 5px;
overflow: auto; 
width: 100%;
height:600px;
}
/*
 *适用于index_null_free_containter
 */
#index_null_free_containter { 
margin-bottom: 5px;
/**overflow: auto; **/
width: 100%;
}
/*
 *适用于index_left_right_center
 */
#index_left_right_center { 
float: left;
color: #333;
padding: 0px;
width: 550px;
display: inline;
position: relative;
}
/*
 *适用于信用卡申请页面
 */
#card_apply_center { 
float: left;
color: #333;
padding: 0px;
width: 550px;
display: inline;
position: relative;
*margin-left:2px!important;margin-left:4px;#margin-left:-5px;
}
/*
 *适用于index_right_center
 */
#index_right_center { 
float: left;
color: #333;
backgroundColor:red;
padding: 0px;
width: 750px;
display: inline;
position: relative;
}

/*
 *本样式是会员专区使用的member_index_null_containter
 */
#members_index_null_containter { 
margin-bottom: 5px;
overflow: auto; 
width: 100%;
*height:430px!important;height:440px;#height:440px;
}
/*
 *仅适用于贷款搜索二级页面的银行列表
 */
#loan_bank_list { 
float: left;
color: #333;
padding: 0px;
width: 550px;
display: inline;
position: relative;
*margin-left:0px!important;margin-left:0px;#margin-left:-5px;
}