/* CSS for the DVD information table */

#DVD_Nav
{
  width:700px;
  table-layout:fixed;
}
#DVD_Nav_Left
{
  width: 5%;
  
}

#DVD_Nav_Right
{
  width:5%;
}
#DVD_Nav_Jump
{
  width:70%;
}
#DVD_Nav_Cart
{
  width:20%;
}

/* 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;
}



