@charset "utf-8";
<!--
/* Bakery */
.bakery h1{
color:#5879bc;
font-size:22px;
font-weight:lighter;
margin-top:10px;
}
.bakery .intro{
margin:10px 30px 30px 50px;
overflow:hidden;
text-align:center;
}
.bakery .intro p{
margin:15px 0;
line-height:18px;
}
.bakery .intro img.floatr{
margin:0 0 0 40px;
}
.bakery .choose{
border-bottom:1px dotted #ddd;
padding:0 5px 10px 0;
margin:0 10px 20px 10px;
overflow:hidden;
text-align:right;
font-size:11px;
}
.bakery .choose strong{
margin-right:5px;
}
.bakery .choose strong a{
color:#777;
}
.bakery .choose strong a:hover{
color:#f90;
}
.bakery .choose ul{
display:inline;
color:#999;
}
.bakery .choose ul li{
display:inline;
padding:0 5px;
}
.bakery .detail{
margin:10px 35px 30px 60px;
overflow:hidden;
text-align:center;
}
.bakery .detail h1{
text-align:left;
}
.bakery .detail p{
margin:15px 0 20px 0;
line-height:18px;
}
.bakery .detail img.floatr{
margin:0 0 0 40px;
}
.bakery .detail ul{
list-style:disc;
margin:0 0 50px 60px;
text-align:left;
}
.bakery .detail ul li{
margin-bottom:7px;
}
.bakery hr{
margin:20px 0;
}
.bakery .thumb li{
float:left;
text-align:center;
margin:20px 35px;
}
* html .bakery .thumb li{ /* IE6 */
margin:20px 30px;
}
.bakery .thumb li img{
display:block;
margin-bottom:10px;
}
/* Bakery */
-->