/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xx  CSS Table Gallery 2             xx
xx  Author: Stu Nicholls            xx
xx  URL: http://www.cssplay.co.uk/  xx
xx  Country: England                xx
xx  Date: 2005-11-02                xx
xx  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

table.mixtable {
  display:table; 
  font-family:verdana, arial, sans-serif; 
  font-size:76%; 
  line-height:1.7em; 
  background:#A89166; 
  border:10px solid #eee;
  } 
.mixtable table:before {
  content:"FOR NON INTERNET EXPLORER BROWSERS "; 
  font-size:0.8em; 
  margin-left:1em; 
  color:#ccc;
  }
.mixtable tbody {
  display:table-row-group;
  }
.mixtable tr {
  display:table-row; 
  padding:0.5em; 
  background:#fff; 
  border:10px solid #aaa; 
/*  border-width:1px 200px 0 50px;*/ 
  border-color:#000 #927B51 #000 #927B51; 
  margin:2px 25px; 
  width:300px;
  } 
.mixtable tr.odd {
  background:#eee;
  }
.mixtable td,.mixtable th {
  display:table-cell; 
  padding:0.2em;
  }
.mixtable table,.mixtable tbody ,.mixtable tr,.mixtable td,.mixtable th {
  display:block;
  } 
.mixtable thead,.mixtable tfoot {
  display:none;
  }
.mixtable * html thead,.mixtable * html tfoot {
  display:block;
  }
.mixtable caption {
  background:url(two.gif) no-repeat 5px 20px;
  width:100%; 
  font-size:3em; 
  line-height:2em; 
  font-family:georgia, "times new roman", serif; 
  text-align:right; 
  margin-right:-5em; 
  color:#ddd; 
  padding-right:0.5em;
  }
.mixtable * html caption {
  background:url(one.gif) no-repeat 5px 20px;
  }
.mixtable th {
  background:#FF7900;
  }
.mixtable th a {
 display:block; 
 font-size:1.5em; 
 font-family:georgia, "times new roman", serif; 
 color:#000; 
 text-decoration:none; 
 border-left:5px solid #fff; 
 padding-left:1em;
 }
.mixtable th a:hover {
  border-left:5px solid #000; 
  color:#fff;
  }
.mixtable td {
  color:#00a;
  }
/*.mixtable td:before {
  content:"Written by:"; 
  font-style:italic; 
  font-size:0.8em; 
  margin-right:1em; 
  color:#c00;
  }*/

.mixtable td + td + td {
  color:#060;
  }
.mixtable tr:hover {
  background:#D3FA99;
  }