/*TEMPLATE 1: TITLE, IMAGE*/
table.product_content_template_1_table{
	background-color: #cc0000;
	color: #ffffff;
}

td.product_content_template_1_cell{
	background-color: #cc0000;
	color: #ffffff;
	text-align: left;
}

td.product_content_template_1_cell img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

td.product_content_template_1_cell a{
	color: #ffffff;
	text-decoration: none;
}

td.product_content_template_1_cell a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.product_content_template_1_title{
	font-weight: bold;
	font-size: 12;
}

/*TEMPLATE 2: TITLE, IMAGE, PRICE*/
table.product_content_template_2_table{
	background-color: #cc0000;
	color: #ffffff;
}

td.product_content_template_2_cell{
	background-color: #cc0000;
	color: #ffffff;
	text-align: left;
}

td.product_content_template_2_cell img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

td.product_content_template_2_cell a{
	color: #ffffff;
	text-decoration: none;
}

td.product_content_template_2_cell a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.product_content_template_2_title{
	font-weight: bold;
	font-size: 12;
}

.product_content_template_2_price{
	font-weight: bold;
	font-size: 12;
}

/*TEMPLATE 3: TITLE*/
table.product_content_template_3_table{
	background-color: #cc0000;
	color: #ffffff;
}

td.product_content_template_3_cell{
	background-color: #cc0000;
	color: #ffffff;
	text-align: left;
}

td.product_content_template_3_cell img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

td.product_content_template_3_cell a{
	color: #ffffff;
	text-decoration: none;
}

td.product_content_template_3_cell a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.product_content_template_3_title{
	font-weight: bold;
	font-size: 12;
}

.product_content_template_3_price{
	font-weight: bold;
	font-size: 12;
}
