/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
	padding: 0 0 0 0px;
	 background: url(../images/tab3.gif) no-repeat;
	height:50px;
	width:511px;


}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.tabs-nav li {
    float: left;
    margin: 0 0 0 0px;
}


.tabs-nav #tab1 a{
    width: 60px;
	display: block;
	padding-left:5px;
	height:50px;
	outline:0;
}

.tabs-nav #tab2 a{
    width: 218px;
	margin-left:0px;
	display: block;
    padding-left:5px;
	height:50px;
	outline:0;
}


.tabs-nav a {
   
    z-index: 2;
	white-space: nowrap; /* required in IE 6 */
	color:#fff;
	font-size:12px;
	line-height:3.6em;
	
}
.tabs-nav #tab1 div#tab11 a.current  {
    background: url(../images/tab1.gif) 0 0px no-repeat;
	outline:0;
	font-size:16px;
	font-weight:bold;
	line-height:2.6em;
	padding-left:5px;
}

.tabs-nav #tab2 div#tab12 a.current  {
    background: url(../images/tab2.gif) -60px 0px no-repeat;
	outline:0;
	font-size:16px;
	font-weight:bold;
	line-height:2.6em;
	
}


.tabs-nav a span{
	padding:0 10px;
}

.tabs-nav #tab2 div#tab12 a span{
	margin:0 5px;
}


.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}

.panes {

    padding: 10px 0px;
    
	min-height:150px;
	overflow:hidden;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../images/loading.gif) no-repeat 0 50%;
}