﻿#title .areaInner{ text-align:left; border-bottom:solid 5px #bebebe;}
/*******************************************************************************/
/* 整体布局                                                                    */
/*******************************************************************************/
.areaLeft{ float:left; width:620px; text-align:left;}
.areaRight{ float:right; width:340px; text-align:left;}

/*xray fo all*/
#xr_content iframe
{
    border:0px; width:610px;height:1570px; *height:1680px;_height:1530px;
}
#xr_weight
{
    padding:5px 0px;
}
#xr_weight div
{
    width:100%; height:24px; line-height:24px;
}

#xr_weight div .p
{
    float:left; width:80px; text-align:right;
}
#xr_weight div input.p{width:76px;}
#xr_weight div .name
{
    float:left; width:245px; color:#1E50A2;
}
#xr_weight div .c
{
    display:block; float:left; border:0px; width:15px; height:24px; line-height:24px; cursor:pointer; font-family:Arial; font-size:12px; font-weight:bold; color:Red; text-align:right;
}

#xr_weight .head
{
    border-bottom:solid 1px #bebebe;
}
#xr_weight .head .name
{
    color:#444;
}
#xr_weight .head .c
{
    color:#444; cursor:default;
}

/*#xr_weight div a
{
    display:block; float:left; border:0px; width:24px; height:24px; line-height:24px; cursor:pointer; font-family:Arial; font-size:12px; font-weight:bold; color:Red;
}*/
/*#xr_weight div span
{
    float:left;  display:block; text-align:left; color:#444;
}
#xr_weight div .name
{
    width:215px;
    height: 24px;
}*/
/*#xr_weight div .p
{
    width:10px; padding-left:4px; float:right;
}*/
#xr_weight div input
{
    width:35px;
    height: 18px;
    line-height: 18px;
    background-color: #F5F5DC;
    border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-style: solid;
    border-width: 1px;
    padding-right: 2px;
    margin-top:2px;
    
}

.addfund{ margin-top:-1px;}
#xr_fundtxt
{
    float:left;width:220px; height:24px; line-height:24px; padding-left:2px; color:#444;border-left:solid 1px #bbb;border-top:solid 1px #bbb;border-right:solid 1px #ddd;border-bottom:solid 1px #ddd;
}
#xr_addfund
{
    display:block; float:left; text-align:center; cursor:pointer; width:115px; height:24px; line-height:24px; border-left:solid 1px #bbb; border-top:solid 1px #bbb; border-right:solid 1px #ddd; border-bottom:solid 1px #ddd; display:block; float:left; margin-left:-1px; color:#444; text-decoration:none;
}
#xr_addfund:link,#xr_addfund:active,#xr_addfund:visited
{
    background-color:#F3F6FB;
}
#xr_addfund:hover
{
    background-color:#fff;
}
.go{height:23px; line-height:23px;}
.go .avg
{
   float:left;display:block; margin-right:2px;margin-top:4px;
} 
.go .label
{
   float:left;  display:block; line-height:23px;
} 

.ac_results li
{
    text-align:left;
}
.xr_comment
{
    text-align:left; color:#333;  font-size:12px; 
}
#xr_go{float:right;}

.xr_title
{
    font-weight:bold;
    height:20px; 
    line-height:20px; 
    text-align:left;
    margin-bottom:10px;
}

.msbtn1_1 {
    background: url("http://im.mstar.com/im/mbr/btn_sprite.png") no-repeat scroll 0 -375px transparent;
    border: 0 none;
    color: #444444;
    cursor: pointer;
    float: right;
    font-size: 13px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    padding: 0 10px 0 15px;
    position: relative;
    line-height:34px \9;
}

.msbtn1_2 {
    background: url("http://im.mstar.com/im/mbr/btn_sprite.png") no-repeat scroll -262px -375px transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: right;
    height: 33px;
    line-height: 33px;
    position: absolute;
    right: -6px;
    top: 0;
    width: 6px;
}


/*******************************************************************************/
/* 按钮通用模块                                                                */
/*******************************************************************************/
/* site common style */
.btn-default,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-warning,
.btn-danger,
.btn-secondary{
    color:#fff;
    cursor: pointer;
    padding:.625em,0;
    margin: 0;
    text-align:center;
    border:solid 1px transparent;
    white-space:nowrap;
    vertical-align:middle;
    font-size:14px;
    font-weight:400;
    line-height:1.5;
    display:inline-block;
    font-family:微软雅黑;
}
.btn-default:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-secondary:hover{text-decoration:none;filter: alpha(opacity=80); opacity: 0.8; }

.btn-default{background-color:#bebebe;border-color:#bebebe;}
.btn-primary{background-color:#789DC2;border-color:#789DC2;}
.btn-secondary{border-color:#789DC2;font-weight:normal;}
.btn-warning{ background-color:#ef9446; border-color:#ef9446;}
.btn-padding{padding-left:20px; padding-right:20px;}