@charset "utf-8";

/* 페이지 오른쪽 설정 시작 */
    
#right_itemDetail {
    /* 우측 최상위 div */
    float:left;
    position:relative;
    font-family: 'Malgun Gothic', 'Century Gothic',  Verdana, sans-serif;    
    height:100%;               
    z-index:0;
}        

.addinfo_header {          
    /* 제품 추가 정보 박스 : 헤더 타이틀 */     
     line-height:42px;
     width:385px;
     text-indent:10px;
     margin-bottom:5px;         
     font-size:14px;
     font-family: 'Malgun Gothic', sans-serif;    
     color:gray;          
    border:1px solid #eae9e9;
    box-shadow: 0px 0px 2px #eae9e9;
    overflow:hidden;
    background:white;
}
    .addinfo_header b {
        font-size:14px;
        font-family:  'Century Gothic',  Verdana, Tahoma,sans-serif;                    
    }

    .addinfo_header > span {
        /* ADDITIONAL INFO */
        display: inline-block;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 14px;
        position: relative;
        right: 8px;
        color: #808080;
    }    

.rightBox {        
    /*우상 박스 : 세부 콘텐츠 */
    position:relative;   
    width:365px;    
    padding:5px 10px 4px 10px;             
    margin-bottom:5px;
    overflow:auto;    
    border:1px solid #eae9e9;
    box-shadow: 0px 0px 2px #eae9e9;
    background:white;
}

.artistAlbums {      
    /* [우측 중간] 현재 아티스트의 다른 제품 (타이틀) */
    position:relative;
    width:388px;
    height:567px;
    overflow:auto;
    padding:0px;
}

.view_history {    
    /* [우측하단] <최근에 본 제품> (타이틀) */    
   line-height:30px;
   width:387px;
   text-indent:10px;
   box-shadow: 0px 0px 2px #eae9e9;   
   color:white;
   font-size:12px;     
   letter-spacing:0.3em;
   background:purple;
   letter-spacing: 1px;   
}

.view_history .del_btn {
    /* <최근에 본 제품> 삭제 버튼 */
    display:inline-block;
    display: none;
    position:relative;
    float:right;        
    width:76px;
    height:30px;
    line-height:30px;
    text-align:center;
    background:#776fb7;
    transition: background-color 0.5s ease-in-out;
    color:white;
    font-size:11px;
    cursor:pointer;       
    padding: 0; 
    letter-spacing: 2px;
    padding-right: 5px;
    border-top-right-radius: 4px;
}
    .view_history .del_btn:hover {
        background:#45357a;
    }

.relatedInfo {
    /* [우측 하단] <최근에 본 제품> (하단 박스)*/
    position:relative;       
    width:365px;        
    height:600px;    
    padding:10px;                     
    border:1px solid #eae9e9;
    box-shadow: 0px 0px 2px #eae9e9;
    overflow:hidden;
    background:white;
}

.seller-note-bottom {
    /* <관련제품>안내 */
    clear:both;
    line-height:1.8em;
    width:982px;
    font-size:12px;    
    padding:5px;
}

