.tabs {
  position: relative;
  min-height: 370px; /* This part sucks */
  clear: both;
  margin: 25px 0;
 
}
.tab {
  float: left;
  width:239px;
  height:50px;
  padding-top:13px;
   border: 1px solid #ccc;
   margin-left: -1px;
   text-align:center;
}
.tab label {
 /* background: #eee; */
  padding: 10px; 
 
  margin-left: -1px; 
  position: relative;
  left: 1px;
 /* text-transform:uppercase;*/
 font-size:14px !important;
   cursor: pointer;
   color:#999;
}

.tab label:hover {
	color:#660066;
}
.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: 51px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 35px 25px 25px 32px;
  margin-left:-1px;
 /* border: 1px solid #ccc; */
 text-align:left;
 color:#666;
}

.content td {
	 color:#666;
}

[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
  color:#660066;
}

[type=radio]:checked ~ label ~ .tab {
  background: white;
  border: 1px solid #FF0000 !important;
  z-index: 10;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

.tap{
	background-image:url(../images/bg_tabs.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}