/* ----- catalog ----- */

.content .catalog { width: 100%; }
.content .catalog .item { width: 200px; height: 235px; float: left; margin: 0 27px 20px 0; float: left; display: inline; overflow: hidden; }
.content .catalog .item .pic { width: 200px; height: 95px; text-align: center; }
.content .catalog .item .text-up { width: 200px; height: 11px; background: url("../images/catalog/text-up.gif") no-repeat; }
.content .catalog .item .text-dn { width: 200px; height: 11px; background: url("../images/catalog/text-dn.gif") no-repeat; }
.content .catalog .item .text-cn { width: 160px; background-color: #fff; padding: 0 20px; line-height: 16px; }
.content .catalog .item .text-cn a { text-decoration: none; }
.content .catalog .item .text-cn a:hover { text-decoration: underline; }

*html .content .catalog .item .text-up { margin-bottom: -2px; }
