/*Default setting,its value isn't changed.*/
.customerSothinkBgC{background-color:transparent;}

/*Global setting.    It: item    G:global*/
.customerItBS{border-style: none;}
.customerItBW{border-width:1px;}
.customerItBC{border-color:#454545;}
.customerGBgC{background-color:#e2e4f3;}
.customerGBgI{background-image:none;}
.customerGBgR{background-repeat:repeat;}


/*Tip  border  setting        Sz::size    Cn: corner      Lt: left top   Rb: right bottom
  Lb: left bottom  Rt: right top  T: top    Bt: bottom   L:left    Ri: right*/
.customerBS{border-style:solid;}
.customerBW{border-width:1px;}
.customerBC{border-color:#454545;}

.customerCnSz{width:5px;height:5px;}

.customerLtCn{background-image:url("../images/round_tl.gif");}
.customerRtCn{background-image:url("../images/round_tr.gif");}
.customerRbCn{background-image:url("../images/round_br.gif");}
.customerLbCn{background-image:url("../images/round_bl.gif");}

.customerTBgC{background-color:transparent;}
.customerTBgI{background-image:url("../images/round_t.gif");}
.customerTBgR{background-repeat:repeat;}

.customerRiBgC{background-color:transparent;}
.customerRiBgI{background-image:url("../images/round_r.gif");}
.customerRiBgR{background-repeat:repeat;}

.customerBtBgC{background-color:transparent;}
.customerBtBgI{background-image:url("../images/round_b.gif");}
.customerBtBgR{background-repeat:repeat;}

.customerLBgC{background-color:transparent;}
.customerLBgI{background-image:url("../images/round_l.gif");}
.customerLBgR{background-repeat:repeat;}


/*Item  or  item tip setting.   Ot: mouse out   Ov: mouse over    It:item     F: font    Tp: tip  i:item */

/*Item 0 */
.customerItBgCi0{background-color:transparent;}
.customerOtFi0{font:9pt tahoma;}
.customerOtFCi0{color:#003399;}
.customerOtFDi0{text-decoration:none;}
.customerOvFi0{font:9pt tahoma;}
.customerOvFCi0{color:#003399;}
.customerOvFDi0{text-decoration:none;}
