/*
// cata.css
// Ron Lau 2009-2010
// Copyright Netcast Platform 2009-2010
//
// Created on  : 2009/12/23
*/

.diritem
{
    clear: left;
    min-height: 150px;
    width: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ie .diritem
{
	height: 150px;
}

.itemtitle
{
	font-weight: bold;
}

img.itemtb
{
	float: left;
	width: 150px;
	border: none;
	padding-right: 10px;
}

