#tabs { 
    clear: both;
    text-align: left; 
    margin: 10px;
}

#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: #666666;
    text-decoration: none;
    margin-right: 2px;
    line-height: 25px !important;
    padding: 6px 8px;
    background-color: #d1ebf7;
    border-top: solid 1px #d1ebf7;
    border-left: solid 1px #d1ebf7;
    border-right: solid 1px #d1ebf7;
}

#tabcontrols a:hover {
    color: white;
    background-color: #bfc734;
}

#tabcontrols td.selected a:link, #tabcontrols td.selected a:visited {
    color: white;
    background-color: #bfc734;
	border-top: solid 1px #bfc734;
	border-left: solid 1px #bfc734;
	border-right: solid 1px #bfc734;
}

#tabcontents {
	border: 1px solid #bfc734;
	padding: 5px;
}

.tabshell {
  position: relative;
}

.tabtopleft {
  position: absolute;
  top: -1px;
  left: 0px;
}

.tabtopright {
  position: absolute;
  top: -1px;
  right: 2px;
}

#tabs #reviews h2 {
  display: none;
}

#tabs #reviews {
  margin: 0px;
}
