@charset "utf-8";


/* Layout ----------------------------------------------- */

#candy-container{
width: 560px;
}

#candy-content-right,
#candy-content-left,
#candy-img1{
float: right;
}

#candy-content-right,
#set-content-right-inner{
width :430px;
}

#candy-content-left{
width: 100px;
}

#candy-img1{
width: 241px;
height: 195px;
}


/* Design ----------------------------------------------- */

#candy-container{
padding-bottom: 100px;
}

#candy-content-left{
margin-left:10px;
margin-right: 20px;
}

#candy-price{
margin: 10px 0px 5px 0px;
}

#candy-content-right h3{
margin-bottom: 11px;
}

.candy-body{
margin-bottom: 18px;
}


/* Text Style ------------------------------------------- */

#candy-content-right{
font-size: 12px;
line-height: 1.6;
}

#candy-price{
font-size: 11px;
text-align: center;
}

/* Other ------------------------------------------------ */

.order{
display: inline;
}

.order a{
background: url(../images/btn_order_detail.gif) no-repeat;
width: 100px;
height: 26px;
display: block;
}

.order a:hover{
background: url(../images/btn_order_detail_on.gif) no-repeat;
}
