.minitabsNav {
    display: block;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #0c57ad;
	margin-bottom: 5px;
/*    background: #0c57ad url(tabs_right.jpg) 100% 0 no-repeat; */
    float: left;
    width: 670px;
}

.minitabsNav div {
    height: 28px;
	float: left;
	padding: 0px;
	margin: 4px 0px 0 0px;
	cursor: pointer;
	font-weight: bold;
    background: #0c57ad url(mt_p_left.jpg) 0 0 no-repeat;
    text-align: center;
}
.minitabsNav div.itemR {
    background: url(mt_p_right.jpg) 100% 0 no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 6px 8px 0px 8px;
	font-size: 0.9em;
	color: #fff;
}

.minitabsNav div.active {
    height: 28px;
	float: left;
	padding: 0px;
	margin: 4px 0px 0 0px;
	cursor: pointer;
	font-weight: bold;
    background: url(mt_a_left.jpg) 0 0 no-repeat;
    text-align: center;
}
.minitabsNav div.active div.itemR {
    background: url(mt_a_right.jpg) 100% 0 no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 6px 8px 0px 8px;
	font-size: 0.9em;
	color: #fff;
}



.minitabsContent {
	clear: both;
	padding: 5px;
border-left: 1px solid #86abd6;
border-right: 1px solid #86abd6;
border-bottom: 1px solid #86abd6;
}

.minitabsNav2 span {
    display: block;
	cursor: pointer;
    float: right;
    margin-right: 15px;
color: #e08300;
}

.minitabsHeaders {
display: block;
float: left;
font-weight: bold;
width: 100%;
font-size: 14px;
padding: 10px 0px 5px 0px; 
}