/*jQuery UI Tabs*/
.ui-tabs-hide { display: none; }	

.ui-tabs-selected{background: url(../images/bg_currentTab.gif) 50% 100% !important ; background-repeat: repeat-y !important;} /* disable this enhanced graphic indicator to allow tabs background color change with CSS only*/
.ui-tabs-selected a{color: #fff !important; text-decoration: none !important; background:#AAC860 !important;}
.ui-tabs-selected a:hover{color: #fff !important;}
.ui-tabs-selected img{display: block !important; width: 24px; height: 12px; margin: 0 auto; position: absolute; margin-top: 30px;}

.ui-tabs-panel {background:#F2F7E7; font-size: 14px; color: #666666; padding: 0 10px 15px 10px;}
.ui-tabs-panel a{color: #666666; text-decoration: underline;}
.ui-tabs-panel a:hover{color: #262626;}
.ui-tabs-panel img{border: 1px solid #fff; margin: 0 10px 4px 0;}
.ui-tabs-panel .name{font-size: 16px; color: #262626; display: block;}
.ui-tabs-panel .info{float: left; width: 175px;}