/* CSS Document */

.container {width: 590px; margin: 5px auto;}

.container h1 { padding-left:20px; font-size:18px;}


ul.tabs-t {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none!important;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 590px;
}
ul.tabs-t li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #D8DEEA;
	overflow: hidden;
	position: relative;
        list-style: none!important;
}
ul.tabs-t li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs-t li a:hover {
	background: #ccc;
}	
html ul.tabs-t li.active, html ul.tabs-t li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
        list-style: none!important;
        font-weight:700;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	float: left; 
	width: 590px;
	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 {
	padding: 3px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding: 13px 0 10px 20px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.6em;
}
.tab_content h3 a{
	color: #254588;
}

.left-box {float: left;  width: 285px!important; }
.right-box {float: right!important; width: 285px!important; }
.left-box p, .right-box p { border-bottom: 1px dashed #ddd; padding:1px 0; width:285px; }

.left-box p:hover, .right-box p:hover { color:#FF0000; border-right: 3px solid #000;}

.left-box { margin:3px; border-right: 1px dashed #ddd;}
.right-box { border-right: 1px dashed #ddd;}

/**/
.fixed-right {position: absolute; right: 0px; bottom: 0px;}

.wdt {width:285px!important; text-align:right !important;}