#when-its-on {
  width: 658px;
  min-height: 842px;
  background: transparent url(../images/when-its-on/bg-tileable.jpg) repeat top left;
  border-bottom: 10px solid #d00000;
  position: relative;
}

#when-its-on .showtimes {
  width: 587px;
  min-height: 200px;
  background: white;
  border: 4px solid #d31111;
  margin: 0 auto;
  border-radius:          12px; 
  -moz-border-radius:     12px; 
  -webkit-border-radius:  12px; 
  margin-bottom: 20px;
}

#when-its-on .showtimes h1 {
  font-size: 90px;
  color: #d00000;
  text-align: center;
  font-family: Arial, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -3px;
  padding: 0;
  margin: 5px 0 0 0;
  font-weight: bold;
}

#when-its-on table {
  width: 570px;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 10px;
  font-family: Arial, sans-serif;
  margin-bottom: 30px;
}

#when-its-on th {
  background-color: #d00000;
  color: white;
  font-weight: normal;
  padding: 7px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 10px solid white;
}

#when-its-on td {
  border-bottom: 1px dotted black;
  padding: 7px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  vertical-align: top;
}

#when-its-on table .city {
  width: 195px;
  padding-left: 22px;
  text-align: left;
}

#when-its-on table .station {
  width: 65px;
}

#when-its-on table .channel {
  width: 65px;
}

#when-its-on table td.times {
  text-align: left;
  font-weight: normal;
}

#when-its-on table .day span {
  font-weight: bold;
}

#when-its-on .choose-your-state {
  background: transparent url(../images/when-its-on/choose-your-state.png) no-repeat top left;
  position: absolute;
  top: 13px;
  left: 408px;
  z-index: 2;
  width: 264px;
  height: 66px;
}

#when-its-on .choose-your-state select {
  margin-top: 45px;
  margin-left: 20px;
}

