
.tabcontainer h1 {font-size: 18pt; margin: 20px 0;color:#652682;letter-spacing:-1px;}
.tabcontainer {width: 700px; margin: 10px auto;font:normal 10pt/1.2 arial,sans-serif;}
  	.tab_content h1,.tab_content h2,.tab_content h3,.tab_content h4 {margin-left:0;padding-left:0;}
  	.tab_content div.linkall {padding:0 0 5px 0; }
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	font-weight:bold;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
	width:99px;
	text-align:center;
}
ul.tabs li.laminae { background:#ffcc00; /*#f4b5d0;*/}
ul.tabs li.laminitis { background:#f4b5d0;color:#e34488;  }
ul.tabs li.calming { background:#b398c2; }
ul.tabs li.digestion { background:#e4c3a5; }
ul.tabs li.breathing { background:#bcdaf0; }
ul.tabs li.skin_eyes { background:#55bbb6; }
ul.tabs li.joint_hoof { background:#f4e789; }
ul.tabs li.essentials { background:#c4d671; }

ul.tabs li a {
	text-decoration: none;
	/*color: #444;*/
	display: block;
	font-size: 10pt;
	/*padding: 0 15px;*/
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li.laminae a {color:#a81a56; }
ul.tabs li.calming a {color:#51385f;  }
ul.tabs li.digestion a {color:#714722; }
ul.tabs li.breathing a {color:#20608e; }
ul.tabs li.skin_eyes a {color:#27615e;  }
ul.tabs li.joint_hoof a {color:#77540b; }
ul.tabs li.essentials a { color:#6b7a23;  }

ul.tabs li a:hover {
	background: #ccc;
	color:#fff;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	color:#444;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
margin-bottom:20px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 10pt;
}
.tab_content h2 {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 12pt;
}
.tab_content h3 { margin-bottom:15px;}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float:right;
	margin: 0 0px 10px 2px;
	/*border: 1px solid #ddd;*/
	padding: 2px;
}