@charset "utf-8";
/* CSS Document */
/* This is the tab style info for the tabbed navigation on the profile and forgotten market pages */

ol#tabs {
	height:2em;
	list-style:none;
	margin:0;
	padding:0;
}

ol#tabs li {
	background:#887848 url(../Library/Tabs/tabs.png);
	float:left;
	margin:0 1px 0 0;
	padding-left:10px;
}

ol#tabs a {
	background:url(../Library/Tabs/tabs.png) 100% 0;
	color:#FFFFFF;
	display:block;
	float:left;
	line-height:2em;
	padding-right:10px;
	outline:none;
	text-decoration:none;
}

ol#tabs li.current {
    background-color: #3b3e40;
    background-position: 0 -61px;
}

ol#tabs li.current a {
    background-position: 100% -61px;
    color: #ffffff;
    font-style:italic;
}


div.content {
    border-top: #3b3e40 outset 3px;
    clear: left;
    padding: 1em;
}

