/* CSS for the DVD information table */

#DVD_Info
{
  width:70%;
  table-layout:fixed;
}
#DVD_Image
{
  width: 120px;
  
}

#Title_Text
{
  width:70%;
}

/* How the table looks */

table
{
  font:normal normal normal 0.85em sans-serif;
  border:0px solid #ffffff;
  border-collapse:collapse;
}

td, th
{
  text-align:left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  vertical-align:top;
  padding:1px 2px;
  border:0px;
  background:#ffffff;
}

th
{
  background:#ffffff;
}



