#cs_right .prdOnlyMe{
    width:100%;
    float:left;
    display:block
}
#cs_right .prdOnlyMe .title_bar{
	width:100%;
	float:left;
	height:88px;
	background-repeat: no-repeat;
	background-position: left top;
}
#cs_right .prdOnlyMe .title_bar .title {
    width:600px;
    float:left;
    margin-left:90px;
    margin-top:5px
}
#cs_right .prdOnlyMe .title_bar .title p.img{
    width:100%;
    float:left;
    margin-bottom:5px
}
#cs_right .prdOnlyMe .title_bar .title p.text{
    width:100%;
    float:left;
    font-size:12px;
    color:#999;
    line-height:16px
}

/* 상품목록 */
.prdOnlyMeList tr th{
    background-color:#f1f1f1;
    border-top:2px solid #131c41;
    border-bottom:1px solid #DDDDDD;
    letter-spacing:-0.5pt;
    color:#333333;
    font-weight:bold;
    height:30px;
    text-align:center;
}
.prdOnlyMeList tr td{
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    border-bottom:1px solid #DDDDDD;
}

.selfcode{
    float:left;
    font-weight:bold;
    float:left;
    margin-right:5px;
    width:100%;
}
.prdName {
    color:#373737;
}
.prdPrice_td {
    padding-bottom:2px;
    padding-top:2px;
}
.status_td {
    padding-bottom:2px;
    padding-top:2px;
}
.status {
    color: #333333;
}
.sellprice {
    color: #333333;
    font-weight:bold;
}
.prdOnlyMePirce {
    color: #F02800;
    font-weight:bold;
}
.prdList {
    float:left;
    border:0px solid blue;
    padding-left:15px;
}
.prdImg {
    float:left;
    width:50px;
    padding: 5px;
    margin-left: 6px;
}
.prdCheckBox {
    margin-left: 5px;
    margin-right: 5px;
}

/* 상품 삭제 */
.del_btn {
    height: 30px;
    width: 70px;
    text-align: center;
    border-radius:3px;
    color:black;
    border:2px solid #555555;
    background-color:white;
}
.del_btn:hover {
    background-color:#e7e7e7;
    color:black;
}
.soldOut_btn {
    height: 30px;
    width: 70px;
    text-align: center;
    border-radius:3px;
    color:black;
    border:2px solid #555555;
    background-color:white;
}
.soldOut_btn:hover {
    background-color:#555555;
    color:white;
}
/* 나만의 상품 추가하기 */
.add_btn {
    padding: 10px 20px;
    text-align: center;
    transition-duration: 0.4s;
    margin: 16px 0 !important;
    text-decoration: none;
    font-size:16px;
    cursor:pointer;
    border-radius:25px;
    background-color:white;
    color:black;
    border:2px solid #555555;
}
.add_btn:hover {
    background-color:#e7e7e7;
    color:#555555;
    /* background-color:#555555;
    color:white; */
}

.top_add_btn {
    text-align: center;
    font-size:11px;
    font-family: Tahoma;
    cursor:pointer;
    height: 26px;
    width: 116px;
    background-color: rgb(64,64,64);
        color:white;
    border:1px solid rgb(13,13,13);
}
.top_add_btn:hover {
    background-color:#e7e7e7;
    color:#555555;
}
#codeDown:hover {
    background-color:#e7e7e7;
    color:#555555;
}

/* 로그인 버튼 */

.login_btn {
    height: 50px; 
    width: 300px; 
    border-radius: 5px; 
    border: none; 
    font-size: 20px;
    margin-bottom: 20px;
}

.login_btn:hover {
    font-weight: 700;
}

body.loading {
    cursor: wait;
}