
.jcrop-holder{
	border:2px solid #e0e0ea;
}

.topbar{
	padding-bottom:10px;
padding-left:10px;
}
.imageframe{
	float:left;
	padding:0 10px 10px;
}

.bottombar{
	padding: 5px;
	clear:both;
	min-height:30px;
	height:auto !important;
	height:30px;
}


.pane{
	clear:both;
/*	border:2px solid #e0e0ea;
	width:100%;
	height:400px;
	background-color:#f1f2f6;
	padding:2px;*/
}


/*
	old default text color:
	
	new:
	#A9A9A9 (Darkgray)
	new-new:
	#696969 (Dimgray)
	
	new active:
	#FFD700 (gold)
	old:
	#696969
*/




/*minitabs:*/


.autotabs_nav li{display:inline}
.autotabs_nav li *{float:left;cursor:pointer;cursor:hand}

.autotabs_nav, .autotabs_nav *{
	/*Reset styles*/
	background: none;
	font:11px Arial, sans-serif;
	text-decoration:none;
	color:black;
	list-style:none;
	margin:0;
	padding:0 0 0 0;
	line-height:1em
	height:0px;
	height:auto;
	text-decoration:none;
	list-style:none
}

.autotabs_nav{
	border-bottom:1px solid black;
	height:26px;
}

.autotabs_nav .center{
	background:url(/images/tabs/tab-on-r.png) no-repeat scroll 100% 0;
	height:26px;
	padding-right:8px;
	padding-top:10px;
	vertical-align:middle;	
	white-space:nowrap;
}
.autotabs_nav .end{
	padding-right:4px;
}
 .autotabs_nav .right{
/*	padding-right:10px;*/
}
 .autotabs_nav .tab{
	background:url(/images/tabs/tab-on-l.png) no-repeat;
	padding-left:10px;
}

 .autotabs_nav a.active, .autotabs_nav a:hover.tab{
	background:url(/images/tabs/tab-off-l.png) no-repeat;

}
 .autotabs_nav a.active .center,  .autotabs_nav a:hover .center{
	background:url(/images/tabs/tab-off-r.png) no-repeat scroll 100% 0;

}

