#tabs { 
    clear: both;
    text-align: left; 
  margin: 20px 0px 0px;
}

#tabcontrols {
  line-height: 25px;
  margin-left: 0px;
}

#tabcontrols a:link, #tabcontrols a:visited {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #e8e8e8;
    text-decoration: underline;
    margin-right: 2px;
    line-height: 25px !important;
    padding: 6px 8px;
	background-color: #666666;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
}

#tabcontrols a:hover {
    color: white;
    background-color: #333399;
}

#tabcontrols td.selected a:link, #tabcontrols td.selected a:visited {
    color: white;
    background-color: #333399;
	border-top: solid 1px #333399;
	border-left: solid 1px #333399;
	border-right: solid 1px #333399;
}

#tabcontents {
	border: 1px solid #333399;
	padding: 5px 5px;
}

.tabshell {
  position: relative;
}

.tabtopleft {
  position: absolute;
  top: -1px;
  left: 0px;
}

.tabtopright {
  position: absolute;
  top: -1px;
  right: 2px;
}

#reviews #revhead {
  width: 100%;
  font: bold 13px arial;
  color: white;
  background-color: #2b4c7c;
  padding: 3px;
  margin: 3px 3px 3px 0px;
  display: none;
}

.reviewtitle {
	font: normal 12px arial;
	color: black;
}

.reviewtext {
	font: normal 11px arial;
	color: #a0a0a0;
}

.reviewmessage {
	font: normal 12px arial;
	color: black;
	margin: 6px 0px 6px 0px;
}

.review{
	border-bottom: solid 1px #a0a0a0;
	margin: 3px 0px 3px 0px;
padding-bottom: 5px;
}

.writereview {
  font: normal 12px arial;
}

#ytimesAvgRating, #ytimesAvgRating a {
  font: normal 11px arial !important;
}

#ytimesAvgRating p {
  font-weight: bold;
  color: #333399;
  margin: 0px 0px 2px 0px;;
}

#ytimesAvgRating br {
  font-size: 1px;
}
