.item
{
	display       : block;
	float         : left;
	width         : 352px;
	height        : 190px;
	position      : relative;
	border        : 1px solid #D5D5D5;
	border-top    : 0;
	margin-bottom : 13px;
}
.item .corner
{
	position : absolute;
	width    : 10px;
	height   : 10px;

}
.top_left
{
	background : url('../media/images/item_corner_top_left.gif') no-repeat;
	top        : 0px;
	left       : -1px;
}
.top_right
{
	background : url('../media/images/item_corner_top_right.gif') no-repeat;
	top        : 0px;
	right      : -1px;
}
.bottom_left
{
	background : url('../media/images/item_corner_bottom_left.gif') left bottom no-repeat;
	bottom     : -1px;
	left       : -1px;
}
.bottom_right
{
	background : url('../media/images/item_corner_bottom_right.gif') right bottom no-repeat;
	bottom     : -1px;
	right      : -1px;
}
.right
{
	float : right;
}
.item .title
{
	height      : 30px;
	line-height : 30px;
	font-size   : 12px;
	color       : #000;
	font-weight : bold;
	background  : url('../media/images/item_title_bg.gif') repeat-x;
	white-space : nowrap;
	overflow    : hidden;
}
.item .title span
{
	margin-left  : 19px;
	padding-left : 11px;
	background   : url('../media/images/bullet6.gif') 0px 4px no-repeat;
}
.item .foto
{
	float       : left;
	width       : 138px;
	text-align  : center;
	padding-top : 14px;
}
.item .desc
{
	float       : left;
	height      : 111px;
	overflow    : hidden;
	width       : 200px;
	padding-top : 14px;
}
.item .price
{
	position    : absolute;
	bottom      : 17px;
	left        : 138px;
	width       : 128px;
	font-size   : 12px;
	font-weight : bold;
	color       : #D61311;
	white-space : nowrap;
	overflow    : hidden;
}
.item .tocart
{
	position : absolute;
	bottom   : 15px;
	right    : 17px;
}
.item .hide
{
	display: none;
}
.item div.tocart_loading
{
	position  : absolute;
	bottom    : 15px;
	right     : 17px;
	width: 16px;
	height: 16px;
	background: url('../media/images/loading.gif') no-repeat;
}