/* 	================================================================================================
 	Container > Products and Templates
 	================================================================================================ */
	#products-upper-content {
		position:relative;
		width:100%;
		background-color:#FFFFFF;
	}
	#products-container {
		position:relative;
		width:916px;
		background-color:#FFFFFF;
		padding-top:25px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:0px;
	}
	.product-title{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		line-height:16px;
		color:#000000;	
		text-align:left;
	}
	.product-description{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:16px;
		color:#333333;	
		text-align:left;
	}
	.template {
		background-image:url(../images/2009/buttons/template.gif);
		background-repeat:no-repeat;
		background-position:left;
		width:85px;
		height:30px;
		z-index:3;
	}
	
	.template:hover {
		background-image:url(../images/2009/buttons/template_f2.gif);
		background-repeat:no-repeat;
		background-position:left;
		width:85px;
		height:30px;
		z-index:4;
	}

