/*
 patterns.css
 used to show collar cover designs 
 
*/

table.covers
{
padding: 5px;
border-style: solid;
border-color: brown;
border-width: 1px;
border-collapse:collapse;
}
/* collapse or separate */
table.covers th { font-size:1em; font-family:arial; color:brown;  border: solid brown 1px; background-color: white; 
vertical-align: middle; font-weight: bold; padding:15px;}

/* custom styles  */


table.covers tr.titlerow th { font-size:1.15em; color:brown;  }


table.covers tr.patrick th { color:green;  }

table.covers tr.valentines th { color:red;  }

table.covers tr.patriotic th { color:navy;  }

table.covers tr.girls th { color:hotpink;  }

table.covers tr.boys th { color:blue;  }

table.covers tr.halloween th { color:orange;  }

table.covers tr.hanukkah th { color:blue;  }

table.covers tr.christmas th { color:darkgreen;  }
