
/**********************************************************************************************/
/* home design block */
/**********************************************************************************************/

.design_block {
    width: 700px;
    margin-bottom: 20px;
}

.design_block_inner {
    float:left;
}

.design_block h2 {
    font-size: 18px;
    color: #96bf45;
    margin-bottom: 5px;
}


.design_item {float:left; width:160px; height:240px; margin-right: 10px;}
.design_image a img {
    margin-top:5px;
    margin-left:7px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.design_data {margin-left:10px; margin-bottom: 4px; padding-top: 3px; text-align: left; color: #555555;}
.design_data a {color: #aaaaaa; text-decoration: none;}
.design_data a:hover {text-decoration: underline;}
.design_data .title {color: #96bf45; height: 14px; overflow: hidden;}
.design_data .byline {color: #bbbbbb; height: 14px; overflow: hidden;}
.design_data .buy {margin-top: 2px;}


.viewMore {font-size: 12px; }
.viewMore a {text-decoration: none; color: #96bf45;}
.viewMore a:hover {text-decoration: underline;}

.prodItemBtn {
    padding: 3px;
    font-size: 10px;
    background-color: #eeeeee;
    color: #333333;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;

}


/**********************************************************************************************/
/* home post block */
/**********************************************************************************************/

.post_block {
    margin-top: 20px;
}
.post_block h2 {
    font-size: 18px;
    color: #96bf45;
    margin-bottom: 5px;
    vertical-align: middle;
}

.home_photo {float:left; width:135px; height:110px;}
.home_photo_image_box{width: 121px; height: 96px; padding: 3px;}
.home_photo_image_box a img {border: solid #dddddd;}
.home_photo_image_box a:hover img {border: solid #959595;}
