/**********************************************
 **************** 默认皮肤样式 ****************
 **********************************************/
/* 默认模态窗口背景样式 */ 
.ThinkBox-modal-blackout-default{
    background-color: #000;
    opacity: .5;
    filter:alpha(opacity=50);
} 

/* 默认边框样式 */
/*.ThinkBox-default .box-top-left,
.ThinkBox-default .box-top-right,
.ThinkBox-default .box-bottom-right,
.ThinkBox-default .box-bottom-left{
    width: 5px;
    height: 5px;
    padding: 0;
    background-color:#47049A;
    opacity:0.3;
    filter:alpha(opacity=30);
}*/
.ThinkBox-title{
	background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 -3px 6px #440099;
    width: 100%;
    z-index: 9998;
}
.ThinkBox-default .box-top-left{ border-top-left-radius: 10px; }
.ThinkBox-default .box-top-right{ border-top-right-radius: 10px; }
.ThinkBox-default .box-bottom-left{ border-bottom-left-radius: 10px; }
.ThinkBox-default .box-bottom-right{ border-bottom-right-radius: 10px; }
/*.ThinkBox-default .box-top,
.ThinkBox-default .box-bottom{
    height: 5px;
    background-color:#47049A;
    opacity:0.3;
    filter:alpha(opacity=30);
    padding:0
}
.ThinkBox-default .box-left,
.ThinkBox-default .box-right{
    width: 5px;
    background-color:#47049A;
    opacity:0.3; 
    filter:alpha(opacity=30);
    padding:0
}*/

/* 默认标题栏样式 */
/*.ThinkBox-default .box-title-left,
.ThinkBox-default .box-title-right{
    width: 5px;
    background-color:#47049A;
    opacity:0.3; 
    filter:alpha(opacity=30);
    padding:0;
}*/
.ThinkBox-default .ThinkBox-title-inner{ /* 标题栏内容 */
    /* background: url(../images/title_bg.gif) repeat-x 0 0 #E3E3E3; */
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    text-align: left;
    line-height: 36px;
    height: 36px;
    font-weight: bold;
}
.ThinkBox-default .ThinkBox-draging{ /* 拖动时标题栏样式 */
    cursor:move;
}
.ThinkBox-default .ThinkBox-title-inner span{ /* 标题样式 */
    font-size:14px;
    color: #47049A;; 
    margin:0;
    padding:0;
}

/* 默工具栏样式 */
.ThinkBox-default{border:1px solid #ccc}
/*.ThinkBox-default .box-tools-left, 
.ThinkBox-default .box-tools-right{
    width: 5px;
    background-color:#47049A;
    opacity:0.3; 
    filter:alpha(opacity=30);
    padding:0;
}*/
.ThinkBox-default .ThinkBox-tools-inner{ /* 工具栏内容区域样式 */
    background-color:#fafafa;
    border-top: 1px solid #eee;
    padding: 6px 10px;
    text-align: right;
    line-height: 30px;
    color: #FF0099;
    font-weight: bold;
}
.ThinkBox-default .ThinkBox-button{ /* 工具栏按钮样式 */
    display: inline-block; 
    height: 30px;
	line-height:30px;
    padding: 0 12px;
    border: 0;
    font-size: 14px;
    vertical-align: top;
    cursor: pointer;
    border-width: 1px; 
    border-style: solid;
    font-weight: normal;
    border-radius: 3px;
    margin: 0 6px;
    /*background: url(../images/button_bg.png) repeat-x;*/
}
.ThinkBox-default .ThinkBox-tools .ok{
    border-color: #440099;
    background-position: 0 0;
    color: black;
}
.ThinkBox-default .ThinkBox-tools .ok:hover{
    background-position: 0 -60px;
}
.ThinkBox-default .ThinkBox-tools .cancel{
    border-color: #B0B0B0;
    background-position: 0 -240px;
    color: #333;
}
.ThinkBox-default .ThinkBox-tools .cancel:hover{
    background-position: 0 -270px;
}
/* 默认内容区域样式 */
.ThinkBox-default .ThinkBox-inner{
    background-color:#FFF;
    padding:0;
    vertical-align: top;

}

/* 默认关闭按钮样式 */
.ThinkBox-default .ThinkBox-close{
    height: 14px;
    width: 15px;
    background: url(../images/close_bg.png) no-repeat 0 0;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    overflow: hidden;
    line-height: 100px;
}
.ThinkBox-default .ThinkBox-close:hover{
    background-position: 0 -15px;
}

/**********************************************
 ************** ThinkBox 插件样式 **************
 **********************************************/
/* 加载外部内容loading样式 */
.ThinkBox-default .ThinkBox-load-loading{
    line-height: 30px;
    padding: 20px 10px;
    text-align: center;
    width: 220px;
}
/* 提示框样式 */
.ThinkBox-default .ThinkBox-tips{
    height: 62px;
 /*background-image: url(../images/tips-bg.gif);*/
    padding: 0 20px 0 20px;;
    background-repeat: no-repeat;
    line-height: 62px;
    font-size: 14px;
    font-weight: 700;
    width: auto;
}
/* 弹出成功框样式 */
.ThinkBox-default .ThinkBox-success{
    color: #47049A;
}
/* 弹出错误框样式 */
.ThinkBox-default .ThinkBox-error{
    color: red;
    background-position: 0 -62px;
}
/* 弹出加载框样式 */
.ThinkBox-default .ThinkBox-loading{
    color: black;
    background-image: url(../images/tips_loading.gif);
    background-position: 20px 15px;
}
/*警告提示信息*/
/*确认提示信息*/
.ThinkBox-default .ThinkBox-alert,
.ThinkBox-default .ThinkBox-confirm{
    width: 260px; 
    padding: 10px;
    line-height: 20px;
    min-height: 40px;
    height: auto!important;
    height: 40px;
}

/*thinkbox 内容dl排版*/
.jifcon {max-height:450px; overflow-x:hidden; overflow-y:auto;}
.jifcon li{ float: left; width:48.5%; margin-left:1%; border: solid 1px #ccc; margin-bottom:1%;}

.jifcon {margin-top:1em;}
.jifcon dt,.jifcon dd{display: inline-block;font-weight:400; line-height:2.2em; margin-top:0.5em;}
.jifcon dt{width:19%;}
.jifcon dd{width:80%;}
.jifcon dd a{text-decoration: none; margin-left:5px;}
.jifcon dd a.text{padding:7px 10px;  color:#440099; border: solid 1px #ccc;}
.jifcon dd a.img{padding:1px;border:solid 1px #ccc;display: inline-block;}
.jifcon dd a.on,.jifcon dd input.submit{background-color:#440099;color:#fff;border-color:#440099;}
.jifcon dd a.img.on{border:solid 2px #440099;padding:0px;}
.jifcon dd.buy {text-align: right;}
.jifcon dd input.cancel{border:solid 1px #ccc;background:#fff; width:25%;}
.jifcon dd input.submit{border: solid 1px #440099;width:25%;}

.bottom-box{ height:60px; background: #fafafa;clear: both; margin-top:1em;}
.bottom-box input{ height: 40px; margin:10px 1em; padding:0px 1em; border: solid 1px #440099;background:#440099;color:#fff;}
.bottom-box .info{line-height:26px;margin-top:5px;}