﻿/**********弹出窗(购物车弹出框)**********/
.boxtabtitle{font-size:14px;font-weight:bold;}
#DrugClassNum,#DrugTotal{color:#ff0000;font-size:14px;font-weight:bold;}
.dialogbox{width:375px;height:150px;background-image:url(/img/dialog/dialog_bg.gif);overflow:hidden;}
.boxtitle{height:32px;text-align:right;}
.boxtitle img{margin-top:20px;margin-right:22px;}
.boxtable{height:118px;}
.boxico{width:70px;float:left;height:118px;text-align:right;}
.boxico img{margin-right:5px;}
.boxcontent{float:left;height:118px;width:305px;}
/**********弹出窗(购物车弹出框)**********/

/**********弹出窗(一般性)**********/
.box_alert{width:375px;height:149px;background-image:url(/img/dialog/pop_bg.gif);overflow:hidden;}    /**弹出框背景**/

/**弹出框标题文字**/
.title_text_alert
{
    margin-top:10px;
    margin-left:26px;
    color:White;
    font-family:黑体;
    font-size:larger;
    font-weight:bolder;
    float:left;
}

/**弹出框标题关闭按钮**/
.close_alert
{
    float:right;
    margin-right:20px;
    margin-top:10px;
    cursor:pointer;
}
/**弹出框内容部分**/
.content_alert
{
    margin-top:56px;
    margin-left:25px;
}
/**弹出框左边logo**/
.left_image_alert
{
    float:left;
}
/**弹出框详细信息**/
.message_alert
{
    margin-left:60px;
    font-family:黑体;
    font-size:small;
    margin-right:10px;
    height:50px;
}

/**弹出框确定按钮4**/
.buttom4
{
    background:url(/img/dialog/pop_Confirm.gif);
    width:39px;
    height:20px;
    margin-top:4px;
    margin-left:280px;
    cursor:pointer;
}

/**弹出框确定按钮2**/
.buttom2
{
    background:url(/img/dialog/pop_Confirm.gif);
    width:39px;
    height:20px;
    margin-top:4px;
    padding-left:10px;
    cursor:pointer;
    float:right;
    background-repeat:no-repeat;
}
/**弹出框确定按钮3*/
.buttom3
{
    background:url(/img/dialog/pop_Cancel.gif);
    width:39px;
    height:20px;
    margin-top:4px;
    padding-right:28px;
    cursor:pointer;
    float:right;
    background-repeat:no-repeat;
}
/**********弹出窗(一般性)**********/





