/* List */
.recipeBox {
    width: 560px;
    height: auto;
    background-color: #ffffff;
    margin-left: 40px;
    padding: 15px 0px 25px 0px;
    text-align: center;
}

.recipeBox .boxTitle {
    width: 100%;
    min-height: 25px;
    background: url("../images/asset/box_flag.png") repeat-x;
    background-position-x: 64px;
    margin-bottom: 25px;
}

.boxTitle .titleText {
    width: 146px;
    height: 31px;
    background-color: #00ceff;
    padding: 25px 35px;
    margin-top: -50px;
}



/* recipeItem */
.recipeBox .recipeItem {
    position: relative;
    width: 510px;
    height: 648px;
    margin: 0 auto;
    margin-bottom: 25px;
    background: url("../images/list/item_bg.jpg") no-repeat;
    overflow: auto;
}

.recipeItem .itemImg {

    width: 466px;
    height: 350px;
    background-color: #000000;
    margin: 0 auto;
    margin-left: 18px;
    margin-top: 18px;
}


.recipeBox .itemLaunch {
    display: block;
    width: 479px;
    color: #222222;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: left;
    margin-top: 10px;
    margin-left: 18px;
}


.recipeBox .userName {
    position: absolute;
    color: #222222;
    font-size: 26px;
    text-align: left;
    left: 18px;
    bottom: 58px;
}



.recipeItem .itemUserImg {
    position: absolute;
    width: 148px;
    height: 148px;
    background-color: black;
    right: 28px;
    bottom: 28px;
}


.recipeItem .itemFbBtn {
    position: absolute;
    border: none;
    overflow: hidden;
    width: 100px;
    height: 21px;
    left: 18px;
    bottom: 28px;
}



/* Pagenation */

.pageNation {
    width: 100%;
    height: 50px;
}

.pageNation .pageBtn {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 54px;
    background-color: #535353;
}

.pageBtn:hover {
    background-color: #c6c100;
}

.prevBtn {
    margin-right: 2.5px;
}

.nextBtn {
    margin-left: 2.5px;
}

.numBtn {
    margin: 0 2.5px;
}

.numBtn.numActive {
    background-color: #c6c100;
}




