#showsonnet {
  position: relative;
  margin: 0 auto 10px auto;
  padding-top: 10px;
  width: 938px;
  background-color: #2056B2;
  background-image: url(/images/shows_comingup_bg.jpg); background-repeat: repeat-x;
  border: 2px solid #65EDFC;
}

#showsonnetintro {
  margin: 15px auto 15px auto;
  width: 340px;
  font-size: 12px; font-weight: bold;
  text-align: center;
}

#showsonnetsplit {
  margin: 0 0 10px 0;
}
#showsonnetsplit td { vertical-align: top; }

#showsonnetthisweek {
  margin: 0 0 10px 10px;
  padding: 0 10px 0 0;
  width: 449px;
  /*border: 0 dotted #86D1E5; border-width: 0 1px 0 0;*/
}

.showsonnetheader {
  margin-bottom: 10px;
  width: 447px; height: 31px;
  border: 1px solid #86D1E5;
}

.showsonnetbox {
  display: block;
  margin: 0 5px 0 6px;
  padding: 12px 0 0 3px;
  width: 435px; 
  /*height: 44px;*/
  height:auto;
  overflow:hidden;
  border: 0 solid #86D1E5; border-width: 0 0 1px 0;
}

.showsonnetbox span { float: left; display: block; }
.rightborder { border: 0 dotted #86D1E5; border-width: 0 1px 0 0; }

.showsonnetday {
  width: 50px; height: 56px;
  color: #FBE41E;
  text-transform: uppercase;
  font-size: 14px; font-weight: bold;
}

.showsonnettext {
  width: 385px; /*height: 56px;*/
  height:auto;
  padding: 2px 0 4px 0;
  font-size: 12px;
}

#onneticons 
{
	margin: -10px auto 30px auto;
}
#onneticons img { border: 0; }

.onneticon {
  display: block; overflow: hidden;
  margin: 10px 0 0 0;
  width: 468px; height: 73px;
  background-color: #062458; cursor: pointer;
}
.onneticonmain {
  float: left;
  margin-left: 5px;
}
.onneticonhead {
  position: relative; left: -3px;
  margin-top: 14px;
}
.onneticontext {
  display: block;
  float: right;
  padding-right: 20px;
  width: 370px;
  font-size: 12px;
  overflow: hidden;
}


