/* CSS Document */

.shop-top h3 {
    background-image:url(../img/index/ttl-recommend.jpg);
    width:600px;
    height:36px;
    text-indent:-9999pt;
}
.recommend-pr {
    text-align:center;
    padding-top:10px;
}
.reccomend-goods {
    padding-top:20px;
}
.reccomend-goods ul li {
    float:left;
    border-right:1px dashed #CCC;
    border-bottom:1px dashed #CCC;
    width:179px;
    height:170px;
    padding:10px;
    position:relative;
}
img.free-shipping-cost {
    position:absolute;
    top:2px;
    left:10px;
    z-index: 1;
}
.reccomend-goods ul li.third {
    border-right:none;
}
.reccomend-goods table td {
    text-align:center;
}
.reccomend-goods table td.img-goods img{
    width:110px;
    height:80px;
    padding:2px;
    border:1px solid #CCC;
}
.reccomend-goods li a {
    font-weight:bold;
    line-height:1.3;
}
.reccomend-goods li p {
    color:#F15A24;
}

/* side */
#side .bestsellers {
    background-image:url(../img/index/bg-bestsellers.jpg);
    background-repeat:no-repeat;
    padding:25px 0px 0px;
    position:relative;
    margin-bottom:10px;
    margin-top:3px;
}
#side .goods-bstslrs {
    height:118px;
    text-align:center;
}
#side .goods-bstslrs img{
    height:90px;
    padding-top:15px;
}
#side .bestsellers .check {
    position:absolute;
    top:120px;
    right:3px;
}
#side .bestsellers .obi-bstslrs {
    background-image:url(../img/index/bg-bestsellers-obi.jpg);
	background-repeat:repeat-y;
	padding:5px 55px 5px 10px;
	line-height:1.2;
}
#side .bestsellers .btm-bstslrs {
    background-image:url(../img/index/bg-bestsellers-btm.jpg);
    height:15px;
    background-repeat:no-repeat;
}

