body
{		
	font: 80%/normal Arial, Helvetica, sans-serif;
}

/* Wrapper */
div#wrapper {
	margin: 0px;
	padding: 0;
}

/* Style for orderlist */
ol.tab {
	background: url(../Images/dot_tab.gif) repeat-x left bottom;
	list-style: none;
	margin: 0;
	padding: 6px 0;
	position: relative;
}

ol.tab li {
	background: #F2F5FA;
	border: 1px solid #D3DDED;
	display: inline;
	margin-right: 5px;
	padding: 0;
}

html > body ol.tab li {
	margin-right: 0px;
	padding: 5px 5px;
}

ol.tab li.active {
	background: #FFFFFF;
	color:#000000;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	padding: 5px 10px;
}

ol.tab a {	
	font-weight: bold;
	color:#ED1C24;
	font-size:12px;
	margin: 0;
	text-decoration:none;
	padding: 5px 10px	
}

div#content {
	border: 1px solid #D3DDED;
	border-top: none;
	padding: 10px;
}
