﻿#species-tab { width:800px;margin-left:auto;margin-right:auto;height:485px; visibility:hidden;padding:5px;background-color:#176D9C;border-radius:13px;}
#species-tab #species-tab-nav { float:left; width:155px;height:465px;margin-left:7px; }
#species-tab-nav ul{ overflow: hidden;list-style: none; margin: 0; padding: 0; width:152px; }
#species-tab-nav li{ background:#1E91D0 url(/images/species-tab-bg.png) repeat-x top left; border: none; box-shadow: 1px 1px 2px #333; color: #000; font-size: 11px; text-decoration:none; cursor: pointer; width:150px; height:50px; text-align:left; margin-bottom:5px; }
#species-tab-nav li div.outer { position:relative; display:table; vertical-align: middle; height:45px; }
#species-tab-nav li div.inner { position: relative; display: table-cell; vertical-align:middle; height:45px; }
#species-tab-nav li img { cursor: pointer; width:40px; height:40px; float: left; margin:5px;  }
#species-tab-nav li:hover{ color:#fff; }
#species-tab-nav li.close{ float: right; }
#species-tab-nav li.active, #species-tab-nav li.active:hover { cursor:default; color:#fff; }
#species-tab #species-tab-content{ float:right; width:620px;height:475px;padding:5px; background: #C9E5F4 none;border-radius:10px; }
#species-tab-content div.simpleTabs-content { padding: 10px; height:455px; background-color: #fff; color: #333;border-radius:7px; }
#species-tab-content div.left { margin:0;padding:0;width:150px;height:370px;float:left; }
#species-tab-content div.left img { width:120px; }
#species-tab-content div.right-top { width:440px;height:445px; overflow:auto; padding-right:10px; }
#species-tab-content div.right-bottom { width:450px;height:100px; }
#species-tab-content div h2 { color:#333;font-size:16px;text-shadow:none; }
#species-tab-content div p { font-size:12px;padding:5px 0 5px 0px;margin:0;text-align:left;text-align:justify; }
#species-tab-content div p.summary { font-weight:bold;font-size:12px;padding:5px 0 5px 120px;margin:0;text-align:left; }
#species-tab-content div p.summary label { font-weight:normal; float:left;font-style:normal;margin-left:-120px; }
#species-tab-content div .sci { font-style:italic; }
#species-tab-content div img { border-bottom:solid 1px #333;border-right:solid 1px #333;border-top:solid 1px #ccc;border-left:solid 1px #ccc;margin:10px;border-radius:5px; }
#species-tab-content div.loader { height:445px; background:#fff url(/images/loader.gif) no-repeat center center; }


