﻿/* CSS Document */
.container {width: 660px; margin: 10px auto;}
.container h1
{
	font-size: 3em;
	margin: 20px 0;
}
ul.tabs {

	margin: 0;
	padding: 0;
	/*float: right;*/
	list-style: none;
	height: 25px;
	border-bottom: 1px solid #CD5806;
	/*border-right: 1px solid #999;*/
	width: 100%;
}
ul.tabs li {
	
	float: right !important;
	margin: 0;
	padding: 0 16.5px;
	height: 21px;
	line-height: 22px;
	 border-color: #fff -moz-use-text-color #fff #fff;
	  border-color:#fff;
    border-style: solid none solid solid;
    border-width: 4px medium 0px 3px;
	border-right: none;
	margin-bottom: -1px;
	background: #E9E9E9;
	overflow: hidden;
	position: relative;
	/*width: 80px;*/
	text-align: center;
	
	
}
#aTITLETAB
{
	text-decoration: none;
	color: #000;
	display: block;
	
    font-family: times New Roman;
    font-size: 15px;
	/*border: 1px solid #fff;*/
	outline: none;
	padding-right: 6px;
	padding-left: 6px;
 padding-top: 0;


}
ul.tabs li a {
	/*text-decoration: none;
	
	display: block;
	font:15px/29px "Times New Roman",Times,serif,Tahoma,Arial,Helvetica,sans-serif !important;
	font-weight:bold !important;
	padding: 0 15px;
	border: 1px solid #fff; 	outline: none;/*--Gives the bevel look with a 1px white border inside the list item--*/

}
ul.tabs li a:hover {
background: #CD5806;
}
html ul.tabs li.active, html ul.tabs li.active  { /*--Makes sure that the active tab does not listen to the hover properties--*/
		background: #fff;
	   border-left: 2px solid #CD5806;
    border-right: 2px solid #CD5806;
    border-top: 4px solid #CD5806;
 border-bottom : 1px solid #ffffff;
    }
.tab_container  {
	
    background: none repeat scroll 0 0 #fafafa;
    border-color: #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    clear: both;
    float: right;
    margin-bottom: 10px;
    width: 100%;
}
.tab_content {
	/*padding: 20px;*/
	font-size: 1.2em;
}
.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 ;
	border: 1px solid #ddd;
	padding: 5px;
}

.tab_content li{
background: url("../images/bullet.png") no-repeat scroll right 2px transparent;
    margin: 4px 0;
    padding-right: 28px;
}


ul.tabs2 {

	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 25px;
	border-bottom: 1px solid #04320B;
	/*border-right: 1px solid #999;*/
	width: 100%;
}
ul.tabs2 li {
	
	float: right !important;
	margin: 0;
	padding: 0 16px;
	height: 21px;
	line-height: 23px;
	 border-color: #fff -moz-use-text-color #fff #fff;
	 border-color:#fff;
    border-style: solid none solid solid;
    border-width: 4px medium 0px 3px;
	border-right: none;
	margin-bottom: -1px;
	background: #E9E9E9;
	overflow: hidden;
	/*position: relative;
	width: 80px;*/
	text-align: center;
	
	
}
#aTITLETAB2
{
	text-decoration: none;
	color: #000;
	display: block;
	
    font-family: times New Roman;
    font-size: 15px;
	/*border: 1px solid #fff;*/
	outline: none;
	padding-right: 5px;
	padding-left: 7px;
 padding-top: 0;


}
#aTITLETAB3
{
	text-decoration: none;
	color: #000;
	display: block;
	
    font-family: times New Roman;
    font-size: 15px;
	/*border: 1px solid #fff;*/
	outline: none;
	padding-right: 5px;
	padding-left: 9px;
 padding-top: 0;


}
ul.tabs2 li a {
	/*text-decoration: none;
	
	display: block;
	font:15px/29px "Times New Roman",Times,serif,Tahoma,Arial,Helvetica,sans-serif !important;
	font-weight:bold !important;
	padding: 0 15px;
	border: 1px solid #fff; 	outline: none;/*--Gives the bevel look with a 1px white border inside the list item--*/

}
ul.tabs2 li a:hover {
background: #9BAD9D;

}
html ul.tabs2 li.active , html ul.tabs2 li.active  { /*--Makes sure that the active tab does not listen to the hover properties--*/
		  margin: 0 4px;
/*background: none repeat scroll 0 0 #9BAD9D;*/
border-left: 0px solid #fff;
border-right: 0px solid #fff;
border-top: 4px solid #3e3e3e;
border-bottom: 2px solid #9BAD9D;
    }
.tab_container2 {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #EFF6F0;
    border-color: #A8D0AD;
    border-right: 1px solid #A8D0AD;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    clear: both;
    float: right;
    margin-bottom: 10px;
    width: 100%;
}
.tab_content2 {
	/*padding: 20px;*/
	font-size: 1.2em;
}
.tab_content2 h2 {
	font-weight: normal;
	padding-bottom: 10px;
	/*border-bottom: 1px dashed #ddd;*/
	font-size: 1.8em;
}
.tab_content2 h3 a{
	color: #254588;
}
.tab_content2 img{
	float: left;
	margin: 0 ;
	border: 1px solid #ddd;
	padding: 5px;
}

.tab_content2 li{
background: url("../images/bullet.png") no-repeat scroll right 2px transparent;
    margin: 4px 0;
    padding-right: 28px;
}

.ulTab
{
	 background-color: white;
    border: 1px solid #E4E4E4;
    display: inline-block;
    font-family: tahoma;
    font-size: 8pt;
    padding: 0 6px;
    width: 100%;
}
.liTab
{
	display: block;
	padding: 2px 14px 2px 2px;
	background: url( '../themes/default/img/bullet_arrow.gif' ) no-repeat right 4px;
}

/*======tapditails=======*/
.container3 {width: 200px; margin: 10px auto;}
.container3 h1
{
	font-size: 3em;
	margin: 0px auto;
}
ul.tabs3 {

	margin: 0;
	padding: 0;
	/*float: right;*/
	list-style: none;
	height: 32px;
	border-bottom: 3px solid #808284;
	/*border-right: 1px solid #999;*/
	width: 97%;
}
ul.tabs3 li {
	
		
	float: right !important;
margin: 0;
padding: 5px 6px;
height: 22px;
line-height: 25px;
border-color: #E6AB82 #E6AB82 #E6AB82 #fff;
border-style: solid solid solid solid;
border-width: 0px 3px 0px 3px;
border-right: none;
margin-bottom: -1px;
background: #e6ab82;
overflow: hidden;
position: relative;
text-align: center;
	
	
	
}
#aTITLETAB3d
{
	 color: #D2681D;
    display: block;
    font-family: times New Roman;
    font-size: 15px;
    font-weight: bold;
    outline: medium none;
    padding-left: 7px;
    padding-right: 5px;
    padding-top: 0;
    text-decoration: none;


}
ul.tabs3 li a {
	/*text-decoration: none;
	
	display: block;
	font:15px/29px "Times New Roman",Times,serif,Tahoma,Arial,Helvetica,sans-serif !important;
	font-weight:bold !important;
	padding: 0 15px;
	border: 1px solid #fff; 	outline: none;/*--Gives the bevel look with a 1px white border inside the list item--*/

}
ul.tabs3 li a:hover {
background: #d1d3d4;
}
html ul.tabs3 li.active, html ul.tabs3 li.active  { /*--Makes sure that the active tab does not listen to the hover properties--*/
		line-height: 20px;

background: none repeat scroll 0 0 #E6AB82;
border-left: 3px solid #FFFFFF;
border-right: 3px solid #FFFFFF;
border-top: 7px solid white;
border-bottom: 0px solid #E6AB82;
height: 15px;
    }
.tab_container3  {
	
    background: none repeat scroll 0 0 #D1D3D4;
    border-color: #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    clear: both;
    float: right;
    margin-bottom: 10px;
    width: 97%;
}
.tab_content3 {
	/*padding: 20px;*/
	font-size: 1.2em;
}
.tab_content3 h2 {
	font-weight: normal;
	padding-bottom: 10px;
	/*border-bottom: 1px dashed #ddd;*/
	font-size: 1.8em;
}
.tab_content3 h3 a{
	color: #254588;
}
.tab_content3 img{
	float: left;
	margin: 0 ;
	border: 1px solid #ddd;
	padding: 5px;
}

.tab_content3 li{
background: url("../images/bullet.png") no-repeat scroll right 2px transparent;
    margin: 4px 0;
     padding-bottom: 12px;
     border-bottom: 1px solid white;
}

.ulTab3
{
	/* background-color: white;
    border: 1px solid #E4E4E4;*/
    display: inline-block;
    font-family: tahoma;
    font-size: 12px;
    /*padding: 0 6px;*/
    width: 100%;
}
.liTab
{
	display: block;
	padding: 2px 14px 2px 2px;
	background: url( '../themes/default/img/bullet_arrow.gif' ) no-repeat right 4px;
}

/*======tapditailsarticle=======*/
.container4 {width: 200px; margin: 10px auto;}
.container4 h1
{
	font-size: 3em;
	margin: 0px auto;
}
ul.tabs4 {

	margin: 0;
	padding: 0;
	/*float: right;*/
	list-style: none;
	height: 32px;
	border-bottom: 3px solid #808284;
	/*border-right: 1px solid #999;*/
	width: 97%;
}
ul.tabs4 li {
	
	float: right !important;
	margin: 0;
	padding: 0  ;
	height: 25px;
	line-height: 25px;
	 border-color: #E6AB82 #E6AB82  #E6AB82 #fff;
	 
    border-style: solid solid solid solid;
    border-width: 4px 3px 3px 3px;
	border-right: none;
	margin-bottom: -1px;
	background: #e6ab82;
	overflow: hidden;
	position: relative;
	/*width: 80px;*/
	text-align: center;
	
	
}
#aTITLETAB4d
{
	 color: #D2681D;
    display: block;
    font-family: times New Roman;
    font-size: 15px;
    font-weight: bold;
    outline: medium none;
    padding-left: 3px;
    padding-right: 2px;
    padding-top: 0;
    text-decoration: none;


}
ul.tabs4 li a {
	/*text-decoration: none;
	
	display: block;
	font:15px/29px "Times New Roman",Times,serif,Tahoma,Arial,Helvetica,sans-serif !important;
	font-weight:bold !important;
	padding: 0 15px;
	border: 1px solid #fff; 	outline: none;/*--Gives the bevel look with a 1px white border inside the list item--*/

}
ul.tabs4 li a:hover {
background: #d1d3d4;
}
html ul.tabs4 li.active, html ul.tabs4 li.active  { /*--Makes sure that the active tab does not listen to the hover properties--*/
		  background: none repeat scroll 0 0 #E6AB82;
    border-left: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
 border-top: 7px solid white;
border-bottom: 0px solid #E6AB82;
    }
.tab_container4  {
	
    background: none repeat scroll 0 0 #D1D3D4;
    border-color: #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    clear: both;
    float: right;
    margin-bottom: 10px;
    width: 97%;
}
.tab_content4 {
	/*padding: 20px;*/
	font-size: 1.2em;
}
.tab_content4 h2 {
	font-weight: normal;
	padding-bottom: 10px;
	/*border-bottom: 1px dashed #ddd;*/
	font-size: 1.8em;
}
.tab_content4 h3 a{
	color: #254588;
}
.tab_content4 img{
	float: left;
	margin: 0 ;
	border: 1px solid #ddd;
	padding: 5px;
}

.tab_content4 li{
background: url("../images/bullet.png") no-repeat scroll right 2px transparent;
    margin: 4px 0;
     padding-bottom: 12px;
     border-bottom: 1px solid white;
}

.ulTab4
{
	/* background-color: white;
    border: 1px solid #E4E4E4;*/
    display: inline-block;
    font-family: tahoma;
    font-size: 12px;
    /*padding: 0 6px;*/
    width: 100%;
}
