﻿/* white/comparison_grids.css */
.section-comparison th { border-bottom: 1px solid #E4E7EA; }
.section-comparison th .selected { color: #de6b25;}
.section-comparison td { border-bottom: 1px solid #E4E7EA; }
.section-comparison h3 { color: #9CC777; }

.legend { color: #FFF; }

/* Grid for six procucts */
.comparisonGrid6 tbody td {	background: url(../../images/layout/bg_table_odd.jpg) repeat-y right; }
.comparisonGrid6 th, .comparisonGrid6 tfoot td { color: #FFF; }
.comparisonGrid6 th, .comparisonGrid6 tfoot td { color: #FFF; }
.bgLightGreen { background: url(../../images/layout/bg_lightgreen.jpg) right repeat-y !important;	}
.bgDarkGreen { background: url(../../images/layout/bg_darkgreen.jpg) right repeat-y !important;	}
.bgBlue { background: url(../../images/layout/bg_blue.jpg) right repeat-y !important; }
.bgGray { background: url(../../images/layout/bg_gray.jpg) right repeat-y !important;	}
.bgWhite { background: url(../../images/layout/bg_table_odd.jpg) repeat-y right !important; }

/* Colors of the cells */
.odd {	background: url(../../images/layout/bg_table_odd.jpg) repeat-y right; }
.even {	background: url(../../images/layout/bg_table_even.jpg) right repeat-y ;}
.green { background: url(../../images/layout/bg_table_green.jpg) right repeat-y; }
.carmine {  background: url(../../images/layout/bg_table_carmine.jpg) right repeat-y;}
.lightblue { background: url(../../images/layout/bg_table_lightblue.jpg) right repeat-y; }
.blue {	background: url(../../images/layout/bg_table_blue.jpg) right repeat-y; }
.grey {	background: url(../../images/layout/bg_table_grey.jpg) right repeat-y; }
/* end white/comparison_grids.css */
