﻿.products .description
{
	font-size: 11px;
	color: #2f3a5d;
	padding-left: 20px;
	padding-right: 20px;
	text-align:left;
	vertical-align:top;
}

.products .errorMessage
{
    color:#ff0000;
}

.products .formInputText
{

}

.products .featuresTable
{

}

.featuresTable TD, .featuresTable TD *
{
    padding: 3px;
    font-weight:bold;
    font-size: 11px;
    color: #2f3a5d;
}

.products .featuresTable .header TD
{
    font-weight:bold;
    font-size: 12px;
    vertical-align:top;
}

.products .featuresTable .row
{
    background: #c5ddf5 url(../Images/bar_gradient_light_img.jpg) repeat-y;
}

.products .featuresTable .row TD
{
    
}

.products .featuresTable .row .total
{
    font-weight:bold;
    font-size: 12px;
}
