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