#main {
    border: 1px solid #ddd;
    overflow: hidden;
    width: 961px;
}
#main-contents{
   width: auto;
}

#arrive-list{
   position: relative;
}
#arrive-list .column-container{
   width: 959px;
   margin-left:1px;
   background: #f5f5f5;
   padding-bottom: 20px;
   border-bottom: solid 3px #bbb;
}

#arrive-list h2{
   width: 961px;
   height: 170px;
   text-indent: -9999px;
   overflow: hidden;
   background: url(../img/title-bg.gif) no-repeat;
}
#arrive-list .date{
   position: absolute;
   left: 125px;
   top: 0;
   height: 53px;
   line-height: 53px;
   color: #fff;
   font-size: 12px;
   padding: 0;
   margin: 0;
}
#arrive-list .caption{
   position: absolute;
   left: 315px;
   top: 0;
   height: 53px;
   line-height: 53px;
   color: #fff;
   font-size: 16px;
   padding: 0;
   margin: 0;
}
#arrive-list .rss-btn{
   position: absolute;
   right: -2px;
   top: 0;
   width: 54px;
   height: 53px;
   padding: 0;
   margin: 0;
}
#arrive-list .rss-btn a{
   display: block;
   width: 54px;
   height: 53px;
   text-indent: -9999px;
   overflow: hidden;
   background: url(../img/rss.png) no-repeat;
}

#arrive-title-sns-btns{
   position: absolute;
   left: 0;
   top: 110px;
   width: 961px;
}
#arrive-title-sns-btns .sns-btns{
   border-top: none;
   padding: 0;
   text-align: center;
}
#arrive-title-sns-btns .sns-btns li{
   float: none;
   display: inline-block;
   *display: inline;  
   *zoom: 1;
}

#arrive-info{
   position: absolute;
   left: 655px;
   top: 36px;
   width: 280px;
   height: 81px;
   background: url(../img/info-bg.png) no-repeat;
   overflow: hidden;
}
#arrive-info p{
   text-align: center;
   color: #f17f0f;
   text-align: center;
   line-height: 1;
   padding: 0;
   margin: 0;
}
#arrive-info .arrive-info-title{
   height: 25px;
   line-height: 25px;
   font-size: 20px;
   font-weight: bold;
   margin-top: 12px;
   overflow: hidden;
}
#arrive-info .arrive-info-title img{
   margin: 0;
   padding: 0;
   border: 0;
}
#arrive-info .arrive-info-date{
   font-size: 12px;
   margin-top: 1px;
}

#arrive-list .arrive-item{
   padding-left: 20px;
}
#arrive-list .arrive-item dt{
   display: none;
}
#arrive-list .arrive-item dd{
   width: 293px;
   float: left;
   margin-right: 18px;
   margin-top: 20px;
   background: #fff;
   border: solid 1px #ddd;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
}
#arrive-list .arrive-item dd:hover{
   background: #fdfde3;
}
#arrive-list .arrive-item .thumb{
   position: relative; 
   float: left;
   width: 98px;
   text-align: center;
   padding: 9px 0;
   border-right: dotted 1px #ddd;
}
#arrive-list .arrive-item .thumb img{
   width: 80px;
   height: auto;
}
#arrive-list .arrive-item .thumb .soldout{
   position: absolute;
   left: 9px;
   top: 9px;
}

#arrive-list .arrive-item .info{
   float: left;
   width: 144px;
}
#arrive-list .arrive-item .info .add-time,
#arrive-list .arrive-item .info h3,
#arrive-list .arrive-item .info .color,
#arrive-list .arrive-item .info .price{
   width: 130px;
   margin-left: 7px;
   line-height: 1.2;
}
#arrive-list .arrive-item .info .add-time{
   font-size: 10px;
   padding: 0;
   line-height: 1;
   font-weight: bold;
   padding-top: 7px;
}
#arrive-list .arrive-item .info .past30m{color: #f17f0f;}
#arrive-list .arrive-item .info .past1d{color: #000042;}

#arrive-list .arrive-item .info h3{
   /*background: #eeeeee;
   border-bottom: solid 1px #d2d2d2;*/
   padding-top: 3px;
   font-size: 12px;
   color: #000;
}
#arrive-list .arrive-item .info h3 a{
   text-decoration: none;
   color: #92846e;
}
#arrive-list .arrive-item .info h3 a:hover{
   color: #f2156e;
   text-decoration: underline;
}
#arrive-list .arrive-item .info .color{
   font-size: 12px;
   color: #000;
}
#arrive-list .arrive-item .info .price{
   padding: 0 0 5px;
   font-size: 10px;
}
#arrive-list .arrive-item .info .price .sale_price{
   color: red;
}

#arrive-list .arrive-item .btns{
   float: right;
   width: 48px;
   height: 112px;
   background: #fdfde3;
   border-left: solid 1px #ddd;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   -webkit-border-radius-top-right: 10px;
   -webkit-border-bottom-right-radius: 10px;
   -moz-border-radius-topright: 10px;
   -moz-border-radius-bottomright: 10px;
}
#arrive-list .arrive-item .btns.soldout{
   background: #f9f9f9!important;
}
#arrive-list .arrive-item .btns ul,
#arrive-list .arrive-item .btns ul li,
#arrive-list .arrive-item .btns ul li a{
   display: block;
   margin: 0;
   padding: 0;
}
#arrive-list .arrive-item .btns ul li,
#arrive-list .arrive-item .btns ul li a{
   width: 48px;
   height: 55px;
}
#arrive-list .arrive-item .btns ul li.bookmark{
   height: 112px;
}
#arrive-list .arrive-item .btns ul li a{
   text-indent: -9999px;
   overflow: hidden;
   background-repeat: no-repeat;
   background-position: center center;
   height: 112px;
}
#arrive-list .arrive-item .btns ul li.bookmark a{
   background-image: url(../img/icon-bookmark.png);
}
#arrive-list .arrive-item .btns ul li.cart .detail-cart-submit-btn{
   width: 38px;
   height: 36px;
   display: block;
   background-image: url(../img/icon-cart2.png);
   margin: 10px 0 0 5px;
   cursor: pointer;
}
#arrive-list .arrive-item .btns ul li.request a{
   background-image: url(../img/icon-request.png);
}
#arrive-exp,
#arrive-exp ul,
#arrive-exp ul li{
   direction: block;
   height: 36px;
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#arrive-exp{
   position: absolute;
   right: 0;
   top: 177px;
   width: 500px;
}
#arrive-exp ul{
   padding-right: 9px;
}
#arrive-exp ul li{
   float: right;
   color: #666;
   line-height: 38px;
   font-size: 12px;
   padding-left: 30px;
   margin-left: 20px;
   background-repeat: no-repeat;
   background-position: left center;
   overflow: hidden;
}
#arrive-exp ul li.request{background-image: url(../img/exp-icon-request.png);}
#arrive-exp ul li.cart{background-image: url(../img/exp-icon-cart.png);}
#arrive-exp ul li.bookmark{background-image: url(../img/exp-icon-bookmark.png);}

.pager{
   padding: 5px 10px;
}
.list-tab{
   border-bottom: solid 2px #ddd;
}

