/* tabs */
.anchors {
  list-style: none;
}

.anchors li {
  float: left;
}

.anchors a {
  display: block;
}


.anchors .on a {

}

.anchors .on a, .anchors .on a:hover, .anchor, .anchors a:focus, .anchors a:active {
	outline: none; /* @ Firefox 1.5, remove ugly dotted border */
	overflow:hidden;
}

.anchors a:hover {

}

.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
  cursor: text;

}
.anchors a:hover, .anchors a:focus, .anchors a:active {
  cursor: pointer;
}
.anchor {
	clear:both;
	display:none;
	text-align:left;
}

.anchor p {
  text-align:left;
}


/*=TABS STYLING*/
.anchor {
  border: 1px solid #cecece;
  padding: 10px 15px;
  background: #e5e5e5;
  width: 391px;
}

.anchors a, .anchors a:visited {
  padding: 5px;
/*  margin-right: 2px; */
  border: 1px solid #cecece;
  border-bottom: none;
  background: #e5e5e5;
  text-decoration: none;
  font-size: 12px;
}

.anchors a:hover, .anchors .on a, .anchors .on a:visited {
  background: #23689c;
  color: #fff;
}

.anchor li {
  margin-left: 10px;
}

