/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/*.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
*/
.ui-tabs .ui-tabs-hide { display: none !important; }



/* edit */
#tabs {
	margin:1em 15px;
	min-height:380px;
}

#tabs ul {
	float:right;
	display:block;
}

#tabs li {
	display:inline;
}

#tabs ul a {
	float:left;
	text-align:right;
	color:#FFF;
	background:#D01F60;
	text-decoration:none;
	margin-left:.5em;
	padding:.4em .5em .25em;
	min-width:100px;
}

#tabs ul a:hover, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	background:#f36d9e !important;
}

#tabs div {
	clear:both;
	border-top:#f36d9e solid 1px;
	padding-top:15px;
	overflow:auto;
	text-align:right;
}

#tabs img {
	margin:0 0 5px 5px;
}

#tabs a {
	cursor:pointer;
}
