/*------------------------------------------------------------------------

# JA Mootabs css 1.0 - June, 2008

-------------------------------------------------------------------------*/

.ja-tabswrap { padding: 0; margin: 0; }

.container{ position: relative; overflow: hidden; height: 100%; width: 100%; z-index: 10; background: #FFFFFF; /*border: solid 1px #ccc;*/ }

.ja-tabswrap div.ja-tab-subcontent { padding: 0px; padding-right:10px;}

.ja-tabswrap div.ja-tab-content { position: absolute; border: none; z-index: 100; padding: 0; width: 100%; }

.ja-tabswrap .ja-tab-content ul { margin: 0 !important; padding: 0 !important; }

.ja-tabswrap .ja-tab-content li { padding: 20px 0 6px; margin: 0; background: none; }


/*For tabs Top*/

.ja-tabs-title-top { height: 28px; position: relative; z-index:10; }

.ja-tabs-title-top ul.ja-tabs-title { margin: 0; padding: 0; height: 21px; position: absolute;
bottom: 1px; left: 10px; }

* html .ja-tabs-title-top ul.ja-tabs-title { /*IE 6*/
	bottom: -1px;
}

.ja-tabs-title-top ul.ja-tabs-title li { float: left; background: none; margin: 0 1px; padding: 0;
cursor: pointer; display: block; }

.ja-tab-panels-top { position: relative; clear: both; overflow: hidden; bottom: 0; left: 0px;
width:100%; z-index: 1; }

*+html  .ja-tab-panels-top{ }

/*End*/





