/***Home - all categories***/
table#products
{
	padding:0px;
	margin-bottom:20px;
	width:100%;
	/*text-align:center;*/
}

table#products tr td
{
    text-align:center;
    width:25%;
}

table#productstr td.list
{
	text-align:left;
}

table#products tr td.name a
{
	color:#FFFFFF;
	display:block;
    background:#DC261F;
  	background:url(../gui/table_bkgd.gif) no-repeat center top;
    width:141px;
  	height:35px;
	padding-top:3px;
	font-size:10pt;
	width:100%;
}

table#products tr td a img
{
	border:1px solid #EBEBEB;
}

/*****item list****/
table.item_list
{
	width:100%;
}

table.item_list tr td
{
    width:25%;
}

table.item_list tr td a img
{
	border:1px solid #EBEBEB;
	margin-bottom:10px;	
}


/***item details***/
#item_image
{
	float:left;
	padding:0px;
	margin:0px;
	margin-right:10px;
}

#item_image img
{
	border:1px solid #EBEBEB;
}

#item_image a
{
	color:#FE0000;
}

#item
{
	float:right;
	padding-right:20px;
	width:300px;
}