/* stylesheet to format eccommerce template elements */


.prodnavigation {
	font-size: 12px;
	}

.products {

	}

/* products page */	

.prodname {
	font-size: 12px;
	font-weight: bold;
	}
	
.proddescription {
	font-size: 10px;
	margin-top:10px;
	margin-bottom:10px;
	}
	

/* product detail page */

.detailname {
	font-size: 12px;
	}
	
.detaildescription {
	font-size: 10px;
	margin-top:10px;
	margin-bottom:10px;
	}

	
/* categories page */

.catname {
	font-size: 14px;
	}
	
.catnavigation {
	font-size: 10px;
	}
	
.catimage	{
	width:110px;
	height:110px;
}

.catdesc {
	font-size: 10px;
	}
