@charset "UTF-8";

/* CSS Document */


/**************************************/
/************ product feature  ************/
/**************************************/

.FeaturesBox {
float:left;
margin-left:6px;
background:#fff;
width:250px;
height:auto;
text-align:left;
padding:20px;

}

#featuresheader {
border-bottom: 1px solid gray!important;
border-right: 1px solid gray;
background: lightgrey;
float:left;
width: 250px;
height: 14px;
padding:5px;

} 

.FeaturesTextBox {
float:left;
background:#fff;
margin-left:0px;
width:250px;
height:auto;
text-align:left;
padding:5px;

}

#column1 {float:left; width:33%; background:#FFFFFF; text-align: justify; border-right: 1px solid #FFFFFF;  border-left: 1px solid #FFFFFF;}
#column2 {float:left; width:33%; background:#FFFFFF; text-align: justify; border-right: 1px solid #FFFFFF;}
#column3 {float:right; width:33%; background:#FFFFFF; text-align: justify; border-right: 1px solid #FFFFFF;}
#column1, #column2, #column3 {padding-bottom:32767px; margin-bottom:-32767px;}

#colwrap {overflow:hidden; background:#FFFFFF;}
.colcontent {padding:10px;}

#colheader {background:#FFFFFF; border-bottom: 1px solid #FFFFFF;  border-top: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF;  border-left: 1px solid #FFFFFF;}

#colfooter {clear:both; background:#FFFFFF;}


