/***************** 공통 *****************/
/****************************************/
.buttonXS, .buttonS, .buttonM, .buttonB, .buttonXL {position:relative; display:inline-block; text-align:center; font-weight:400;}

/* 아주 작은 버튼 */
.buttonXS span {padding:0 10px !important; font-size:12px; height:23px; line-height:22px; display:inline-block;}
.buttonXS span img {position:relative; top:3px;}


/* 작은 버튼 */
.buttonS span {padding:0px 10px 0 10px; font-size:11px;}

/* 중간 버튼 */
.buttonM span {padding:6px 10px 5px !important; display:inline-block; font-size:12px; line-height:24px;}

/* 큰 버튼 */
.buttonB span {padding:10px 30px !important; display:block; font-size:14px; line-height:18px;}

/* 가장큰버튼 */
.buttonXL span {padding:16px 60px; display:block; font-size:15px; font-weight:bold;}

/***************** 버튼 백그라운드 *****************/
/****************************************/

span.icon_del {position:relative; left:7px; margin-right:3px; display:inline-block; width:8px; height:7px; padding:0; background:url(../../img/btn_pack.gif) no-repeat;}
*:first-child+html span.icon_del {top:-8px;}
/***************** 색상 *****************/
/****************************************/
 
/* background */
.btn_bg {background:url(../../img/bg_banner_store.jpg) repeat; font-weight:bold; color:#fff; border:1px solid #175092;}
 
/* black */
.btn_black {background-color:#3f3f41; font-weight:bold; color:#fff; border:1px solid #3f3f41;}

/* white */
.btn_white {background-color:#fff; border:1px solid #ccc;  color:#000;}

/* blue */
.btn_blue {background-color:#79be49; border:1px solid #79be49 /*#3f7de5*/; }
.btn_blue span {color:#fff !important;}
.btn_blue b {font-weight:600;}

/* pink */
.btn_pink {background-color:#ee6ebc; border:1px solid #e35daf;}

/* orange */
.btn_orange {background-color:#f0930d; border:1px solid #f06d0d;}

/* green */
.btn_green {background-color:#adcc46; border:1px solid #97b436;}

/* violet */
.btn_violet {background-color:#a764eb; border:1px solid #984fe2;}

/* mint */
.btn_mint {background-color:#34dabd; border:1px solid #25c3a7;}

/* red */
.btn_red {background-color:#e85e5e; border:1px solid #d44444;}

/* skyblue */
.btn_skyblue {background-color:#54bddb; border:1px solid #39a5c4;}

/* yellow */
.btn_yellow {background-color:#ffcc61; border:1px solid #ffcc61; color:#3F3F41;}

/* gray */
.btn_gray {background-color:#9a9a9a; border:1px solid #292929;}
.btn_gray span {color:#fff !important;}

.btn_delete {border:1px solid #ccc; background:#fff; color:#000; position:relative; display:inline-block; text-align:center; font-weight:bold; padding:0 10px; height:23px; line-height:21px; font-size:12px;}