/* Product pages table styles*/

.physicaltable {color:#C0C0C0;}
.physicaltable td{width:280px;height:30px;}
.physicaltable tr{}

standardtable
.standardtable {color:#C0C0C0;border:#F5DBA1 solid 1px;}
.standardtable th{width:90px;height:30px;text-align:center;border:#F5DBA1 solid 1px;color:#ffffff;}
.standardtable td{width:90px;height:30px;border:#F5DBA1 solid 1px;}
.standardtable tr{}

/* table layouts and floats */

.table_wrapper {text-align:center; margin:0 auto; width:800px;height:100%;height:auto;min-height:800px;}
.table_wrapper table {text-align:center;margin:0 auto;margin-top:30px;}

.content, body, html {height:100%;min-height:100%;height:auto;}
.right_table {float:left;width:50%;}
.left_table {float:left;width:50%;}

.left_table p {font-style:italic; padding:10px;width:350px;margin-left:47px;}
.right_table p {font-style:italic; padding:10px;width:200px;margin-left:141px;}
p.big_margin {margin-left:141px;}
p.small_margin {margin-left:95px;}
p.tiny_margin {margin-left:50px;}

