
.container {width: 500px; margin: 10px auto;}
ul.tabs {
	margin: 0px !important;
	padding: 0;
	float: left;
	list-style: none;
	height: 28.5px;
	border-bottom: 0px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	font-family: arial;
       font-size:11px!important;
       color:red!important;
    width: 290px;
    border:0px solid blue     
}

ul.tabs2 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 28.5px;
	border-bottom: 0px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	font-family: arial;
       font-size:11px!important;
       color:red!important;
    width: 300px;
    
}
ul.tabs li{
	float: left;
	margin: 0;
	padding: 0;
	height: 28px!important;
	line-height: 28px;
	border: 1px solid #E5E5E5;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
    min-width: 60.8px;
    font-size: 10px;
	
    
}
ul.tabs2 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 28px!important;
	line-height: 28px;
	border: 1px solid #E5E5E5;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
    min-width: 60px;
    font-size: 10px;

}
ul.tabs li a{
	text-decoration: none;
	color:#136ae9;
	display: block;
	font-size: 12px!important;
    font-weight:bold;
	padding: 0 13.3px;
	font-family: arial!important;
	outline: none;
    text-align: center;
}

ul.tabs2 li a {
	text-decoration: none;
	color:#136ae9;
	display: block;
	font-size: 12px!important;
    font-weight:bold;
	padding: 0 9.5px;
	font-family: arial!important;
	outline: none;
    text-align: center;
}
ul.tabs li a:hover,ul.tabs2 li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover,
html ul.tabs2 li.active, html ul.tabs2 li.active a:hover{
	background-image:  url(../images/template/tab_selected.gif);
    background-repeat: repeat-x;
    background-color: #fff;
    border-top: none;

}
.tab_container, .tab_containter2 {
	border: 1px solid #E5E5E5;
	clear: both;
	float: left;
	width: 288px;
	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;
    height: 350px;
    overflow:hidden;

}
.tab_content,.tab_content2A{
	padding: 15px 20px 20px 20px;
    padding-right: 0px;
	font-size: 1.2em;
    width: auto;
    height: 334px;

}
 

.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img, .tab_content2A img {
	float: left;
	margin: 0 10px 0px 0;
	border: 0px solid #ddd;
	padding: 2px 5px 5px 5px;
}


/*untuk tab right*/
.right_container {width: 500px; margin: 10px auto;}
ul.tabsRight{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 26px!important;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
    width: 268px;

}
ul.tabsRight li{
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
	border: 1px solid #E5E5E5;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
    min-width: 70px;
    font-family: arial;
    font-size: 11px;
    text-align: center;

}
ul.tabsRight li a {
	text-decoration: none;
	color:#136ae9;
	display: block;
	font-size: 12px;
	padding: 0 10px;
	border: 1px solid #fff;
	outline: none;
	font-weight:bold;
}
ul.tabsRight li a:hover{
	background: #ccc;
}
html ul.tabsRight li.active
{
	background-image:  url(../images/template/tab_selected.gif);
    background-repeat: repeat-x;
    background-color: #fff;
    
	border-bottom: 1px solid #fff;
}
.tab_containerRight{
	border: 1px solid #E5E5E5;
	border-top: none;
	clear: both;
	float: left;
	width: 268px;
	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;
    height: 220px;
}
 
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 10px 0px 0;
	border: 0px solid #ddd;
	padding: 2px 5px 5px 5px;
}
/*eof untuk tab right*/
