/* Products table styling */

table#products {
width:740px;
height:auto;
border:1px solid black;
font-size:14px;
}

table#products thead {
background:#B8926C;
font-size:10px;
}

table#products tfoot {
padding:0px;
}

table#products tr.row1 {
background:#EEEEEE;
}

table#products tr.row2 {
background:#EAC8A0;
}

table#products td {
margin:0 auto;
padding-left:15px;
padding-right:15px;
}

table#products a:link {
font-size:8px;
}

/* Control table images */
table#products img {
padding:0px;
display:inline;
border:none;
}

table#products ul {
font-size:12px;
}