@charset "UTF-8";

td.itemBg{
   background: url(item_bg.gif) no-repeat left top;
   height: 413px;
   }
   
div.limitedItem {
   width: 511px;
   margin-left: 20px;
   }

td.itemTitle {
   color: #fff;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.2;
   }
.tiBg1{ background: url(item_tiBg1.jpg) no-repeat left top #000; }
.tiBg2{ background: url(item_tiBg2.jpg) no-repeat left top #000; }
.tiBg3{ background: url(item_tiBg3.jpg) no-repeat left top #000; }
 
td.itemTxt {
   padding: 10px;
   color: #000;
   font-size: 10px;
   line-height: 1.6;
   }
   
.txtBg1{ background: url(item_txtBg1.jpg) repeat-x left top #dcd7c1; }
.txtBg2{ background: url(item_txtBg2.jpg) no-repeat right top #dcd7c1; }

/*-----------------------------------------

   CSS HACK

-----------------------------------------*/



/* -------- floating box clear --------*/

.clrfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.clrfix { display: inline-table; min-height: 1%; }



* html .clrfix { height: 1%; }

.clrfix { display: block; }



/* -------- Hide from mac IE5 \*//*/

* html .clrfix { height: 1%; }

.clrfix { display: block; }

* html #name {

margin: 0 -3px;

}

/* -------- End Hide from mac IE5 -------- */


