/* Products Table CSS */

.products_table { width: 780px; margin:0px; padding: 5px; }
.products_table_row { text-align: center; font-size: 12px; color: #2d2d2d; font-weight: bold; }

.products_table_cell_1 { background-color: #EBF6BA; border-bottom: 1px solid #B4B2B2; color: Red; }
.products_table_cell_2 { background-color: #D1DDE9; border-bottom: 1px solid #B4B2B2; }
.products_table_cell_3 { background-color: #E9D1E3; border-bottom: 1px solid #B4B2B2; }
.products_table_cell_4 { background-color: #C9E5BE; border-bottom: 1px solid #B4B2B2; }
.products_table_cell_5 { background-color: #EBF6BA; border-bottom: 1px solid #B4B2B2; }


.products_table_prod_row { text-align: center; }

.products_table_prod_col { width: 195px; border: 1px solid #ababab; }
.products_table_prod_mini_col { width: 120px; border: 1px solid #ababab; }

.products_table_prod_col_top { border-bottom: 1px solid #ababab; height: 150px; }
.products_table_prod_mini_col_top { height: 100px; }

.products_table_bullet_4 { font-weight: bold; color:#B80041; font-size: 11px; text-transform: uppercase; }
.from_price { color: Red; font-size: 12px; }
a.prod_link { color: #2d2d2d; font-weight: bold; font-size: 12px;}

.mini_img { width: 100px; }