ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 26px;
	border-bottom: 1px solid #9A2135;
	border-left: 1px solid #9A2135;
	width: 99%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
	border: 1px solid #9A2135;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #9A2135;
	display: block;
	font-size: 1.1em;
	padding: 0 10px;
	border: 1px solid #fff;
	outline: none;
	font-weight:bold;
	font-family:calibri, Arial,Helvetica,sans-serif;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #9A2135;
	border-top: none;
	clear: both;
	float: left; 
	width: 99%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content,
.tab_content2 {
	padding:10px;
	font-size:1em;
	width:210px;
}

.tab_content2 {
	width:534px;
	/*background:#cccccc;*/
}
.tab_content2 h4 {
	padding:0;
}
.tab_content2 ul,
.tab_content2 li {
	padding:0;
	margin:0;
}
.tab_content2 li {
	margin:0 0 0 20px;
	list-style-image:url(../resources/images/arrow-red.png);
}

table.table_style,
table.table_style_2 {
	background:#cccccc;
	width:200px;
}
table.table_style strong {
	font-size:14px;
	color:#9A2135;
}
table.table_style_2 {
	width:538px;
}
table.table_style_2 h3 {
	padding:0;
}
table.table_style_2 td {
	vertical-align:top;
}

.tab_content span {
	font-size:11px;
	color:#9A2135;
}


/*.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}*/
