/* 레이어 팝업 */
/*
ie에서 select가 레이어팝업보다 위에 오는현상을 해결하기위한 방법 - 스크립트 사용하지 않음
참고 http://www.hedgerwow.com/360/bugs/css-select-free.html
iframe이 select보다 상위 index를 가지는것을이용한 방법
레이어 팝업 마다 <!--[if lte IE 6.5]><iframe></iframe><![endif]--> 삽입
하단의 iframe의 css를 이용한다
*/
.alpa_bg iframe, .alpa_bg_1 iframe
{
    border:0px solid #ffffff;
    padding:0px;
    margin:3px -3px -3px 3px;
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;/*must have*/
    top:0;/*must have*/
    left:0;/*must have*/
    z-index:-1;/*must have*/
    /*filter:mask();must have*/
    width:3000px;/*must have for any big value*/
    height:5000px;/*must have for any big value*/
}

.LPU_common_box {_margin-bottom:-3px;}/*ie 4~6전용 - iframe로 인한 간격 조절위한 편법*/
.alpa_bg {
	z-index:100;
  overflow:hidden;
  width:800px; 
  height:auto; 
  background:url(../images/old_images/images/bg_alpa_layerPopup.png) repeat left top;  
  position:absolute;  
  margin:0px; 
  padding:3px;  
  top:110px; 
  left:50%; 
  margin-left:-403px; 
}

.alpa_bg1 {
	z-index:100;
  overflow:hidden;
  width:815px; 
  height:auto; 
  background:url(../images/old_images/images/bg_alpa_layerPopup.png) repeat left top;  
  position:absolute;  
  margin:0px; 
  padding:3px;  
  top:110px; 
  left:50%; 
  margin-left:-403px; 
}

    
.alpa_bg_1 {
	z-index:100;
  overflow:hidden;
  width:600px; 
  height:auto; 
  background:url(../images/old_images/images/bg_alpa_layerPopup.png) repeat left top;  
  position:absolute;  
  margin:0px; 
  padding:3px;  
  top:110px; 
  left:50%; 
  margin-left:-303px; 
}


.alpa_bg2 {
	z-index:100;
  overflow:hidden;
  width:620px; 
  height:auto; 
  background:url(../images/old_images/images/bg_alpa_layerPopup.png) repeat left top;  
  position:absolute;  
  margin:0px; 
  padding:3px;  
  top:110px; 
  left:50%; 
  margin-left:-303px; 
}



.alpa_bg_2 {
	z-index:100;
  overflow:hidden;
  width:900px; 
  height:227px; 
  position:absolute;  
  margin:0 50% 0 50%; 
  padding:3px;  
  top:25px; 
  left:-450px;
}


.alpa_bg_3 {
	z-index:100;
  overflow:hidden;
  width:244px; 
  height:162px; 
  position:absolute;  
  margin:0 50% 0 50%; 
  padding:3px;  
  top:450px; 
  left:650px;

}





*html .alpa_bg {
    width:803px; 
    background-image:none; filter:progid:DXImageTransform.Microsoft.Shadow(Color=#787878, Direction=145, strength=4); 
    }
    
*html .alpa_bg_1 { 
    width:603px; 
    background-image:none; filter:progid:DXImageTransform.Microsoft.Shadow(Color=#787878, Direction=145, strength=4); 
    }



/* 공통 */
.layerpop_box {width:784px; z-index:110; background-color:#ffffff;  border:8px solid #d20808;  text-align:left; position:relative; color:#6b6b6b; line-height:140%;}
*html .layerpop_box {width:800px; clear:all; }

.layerpop_box_s {width:584px; z-index:110; background-color:#ffffff;  border:8px solid #d20808; text-align:left; position:relative; color:#6b6b6b; line-height:140%;}
*html .layerpop_box_s {width:600px; clear:all; }


.layerpop_box_ss {width:900px; z-index:110; text-align:left; position:relative; color:#6b6b6b; line-height:140%;}
*html .layerpop_box_s {width:600px; clear:all; }


.layerpop_box h4 {height:28px; font-weight:bold; font-size:14px; color:#000; background: url(../images/layerPoup_h4_bg1.gif) repeat-x 0 0;  margin:0px; padding-top:23px; padding-left:15px;}
*html .layerpop_box h4 {height:51px;}

.layerpop_box_s h4 {height:28px; font-weight:bold; font-size:14px; color:#0; background: url(../images/layerPoup_h4_bg1.gif) repeat-x 0 0;  margin:0px; padding-top:23px; padding-left:15px; }
*html .layerpop_box_s h4 {height:51px;}

p.explan {margin:15px 15px 15px 15px;}
img.popup_close {right:5px; top:5px; position:absolute; cursor:pointer;}
.resultBox {margin:10px 15px 20px 15px; overflow:hidden; clear:both;}
.resultBox h5 {font-size:12px; margin:0px;}
.resultBox p {margin:10px 10px 0px 10px;}
.resultBox p.s_title_ex {margin:0px 10px 0px 0px; font-size:11px;}
.resultBox h5 a.link_url {color:#29b8d0; font-weight:normal; font-size:11px;}

.foot_save {text-align:center;margin:15px 10px 20px 10px;}
*html .foot_save {margin:15px 10px 20px 10px; overflow:hidden; zoom:1; }
.foot_save a {margin-left:10px; margin-right:10px;}

.searchBar {height:36px; background: url(../images/old_images/images/layerPoup_searchBar_bg.gif) repeat-x 0 0;  padding-left:15px; padding-top:3px;}
*html .searchBar {padding-top:4px;}
.searchBar select {font-size:11px;}
.searchBar input.inputBox {
    border:1px solid #7f9db9; 
    width:200px; height:18px; 
    color:#; 
    font-size:11px; 
    padding:3px 3px 0px 3px;  
    margin-left:0px; 
    vertical-align:middle;
    }
*html .searchBar input.inputBox {vertical-align:0px; height:19px;}
.searchBar input.checkBox { vertical-align:-6px;}
*html .searchBar input.checkBox { vertical-align:0px;}
.searchBar img {vertical-align:-6px;}
*html .searchBar img {vertical-align:-4px;}
*html .searchBar span {vertical-align:1px;}


/* 신고하기 */
table.detail_box {margin:0px; overflow:hidden; clear:both; width:100%;  margin-top:10px; color:#6b6b6b;}
*html table.detail_box {width:745px;}
table.detail_box td {padding:0px; background-color:#ffffff;text-align:center;}
table.detail_box tr.title td {font-weight:bold; text-align:center; background:url(../images/old_images/images/layerPoup_title_bg.gif) repeat-x 0 0; color:#ffffff;}
table.detail_box td.cont_1 {text-align:center;}
table.detail_box td.cont_2 {text-align:center;}

p.commission_lost_b {float:right; margin-right:20px;}

.detail_box_t {margin:0px; overflow:hidden; clear:both; width:100%; background-color:#93a3d2; margin-top:10px; color:#6b6b6b;}
table.detail_box_t td.cont_1 {font-weight:bold; text-align:center;}
table.detail_box_t td.cont_2 {background-image:none; background:#ffffff; color:#666666;}
*html .detail_box_t {margin-bottom:-10px;}
table.detail_box_t {width:100%;}
*html table.detail_box_t {width:754px;}
table.detail_box_t td {padding:8px 5px 5px 6px; background:url(../images/old_images/images/layerPoup_title_bg.gif) repeat-x 0 0; color:#ffffff;}
table.detail_box_t.head_site {width:298px; border-right:1px solid #ffffff;}

.detail_box_tt {margin:0px; overflow:hidden; clear:both; width:100%; background-color:#93a3d2; margin-top:10px; color:#6b6b6b;}
table.detail_box_tt td.cont_1 {font-weight:bold; text-align:center;}
table.detail_box_tt td.cont_2 {background-image:none; background:#ffffff; color:#666666;}
*html .detail_box_tt {margin-bottom:-10px;}
table.detail_box_tt {width:100%;}
*html table.detail_box_tt {width:754px;}
table.detail_box_tt td {padding:8px 5px 5px 6px; background:url(../images/old_images/images/layerPoup_title_bg.gif) repeat-x 0 0; color:#ffffff;}

table.detail_box_s {margin:0px; overflow:hidden; clear:both; width:100%; background-color:#93a3d2; margin-top:10px; color:#6b6b6b;}
*html table.detail_box_s {width:554px;}
table.detail_box_s td.cont_1 {width:200px; font-weight:bold; text-align:center; background:url(../images/old_images/images/layerPoup_title_bg.gif) repeat-x 0 0; color:#ffffff;}
table.detail_box_s td.cont_2 {width:300px; padding:8px 5px 5px 5px; background-color:#ffffff;}





LPU_searchBar {height:36px; background: url(../images/old_images/images/layerPoup_searchBar_bg.gif) repeat-x 0 0;  padding-left:15px; padding-top:7px;}
*html .LPU_searchBar {padding-top:6px;}
.LPU_searchBar select {font-size:11px;}
.LPU_searchBar input.inputBox {
    border:1px solid #7f9db9; 
    width:100px; height:20px; 
    color:#; 
    font-size:11px; 
    padding:3px 3px 0px 3px;  
    margin-left:0px; 
    vertical-align:-1px;
    }
*html .LPU_searchBar input.inputBox {vertical-align:0px; height:19px;}
.LPU_searchBar input.checkBox { vertical-align:-6px;}
*html .LPU_searchBar input.checkBox { vertical-align:0px;}
.LPU_searchBar img {vertical-align:-6px;}
*html .LPU_searchBar img {vertical-align:-4px;}
*html .LPU_searchBar span {vertical-align:1px;}


/* 쇼핑몰 상세설명 */
#detail_view_t table.detail_box {overflow:hidden; clear:both; width:745px; margin-top:5px; font-size:11px;border-collapse:collapse;/**/}
#detail_view_t table.detail_box td {padding:5px 0; text-align:center; border-left: 1px solid #dedede;border-right: 1px solid #dedede;border-bottom: 1px solid #dedede; line-height:20px;}
#detail_view_t table.detail_box tr.title td {font-weight:bold; text-align:center; background:url(../images/layerPoup_title_bg.gif) repeat-x 0 0; color:#c31219; font-size:11px; height:34px;}
#detail_view_t table.detail_box td.cont_1 {text-align:center; }
#detail_view_t table.detail_box td.cont_2 {text-align:center;}
#detail_view_t table.detail_box td.cont_4 {text-align:left; width:475px; padding-left:5px;}

.detail_title {width:745px; margin:5px 20px 0 20px; }
.detail_title p.logo_img_d {width:130px;float:left;text-align:center; }
.detail_title p.g_d {width:600px;float:right; margin-top:5px;}



/* 수익금 비실시간반영 쇼핑몰 안내명 */

table.detail_box {margin:0px; overflow:hidden; clear:both; width:100%;  margin-top:10px; color:#6b6b6b; background-color:#bebebe; }
*html table.detail_box {width:745px; }
table.detail_box td {padding:0px; background-color:#ffffff;text-align:center; }
table.detail_box tr.title td {font-weight:bold; text-align:center; background:url(../images/old_images/images/layerPoup_title_bg.gif) repeat-x 0 0; color:#ffffff; }
table.detail_box td.cont_1 {padding-left:18px; text-align:left;}
table.detail_box td.cont_2 {text-align:center;}



/*foot save input이미지 img 관련*/
.alpa_bg .foot_save input, .alpa_bg_1 .foot_save input {width:auto; height:auto; border:0px solid #000; padding:0; margin:0}

select {behavior:none;}