/* CSS Document */

/* page title */

.EBZRcategoriestitle{
	font-size: 16px;
	font-weight: bold;
}

.EBZRproductlisttitle{
	font-size: 16px;
	font-weight: bold;
}

/* lists item box wrapper */

.listitemwrapper{
	width: 279px;
	height: 150px;
	float: left;
	border: 1px solid #D7D7D7;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(../image_01/bg_09.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/* thumbnail container */

.thumbnail{
	width: 52px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;

}






/* list item name */


.DEL_EBZRcategoryname{
	font-size: 12px;
	font-weight: bold;
}

.EBZRproductname{
	font-size: 12px;
	font-weight: bold;
}




/* list item text container - updated 150107 */

.textcontainer
{
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	width: 195px;
	float: left;
}

/* list item text */

.EBZMcategory1{
	font-size: 11px;
	
}

.EBZRuserdeftext{
	font-size: 11px;
	
}

/* Category & Sub Category Description */

#categorydescriptionbox
{
	width: 568px;
	margin-bottom: 10px;
	margin-left: 11px;
	border: 1px solid #D7D7D7;
}


.categorydescriptioncontent
{
	font-size: 11px;
	width: 560px;
	line-height: 14px;
	padding: 10px;
}


