/*EasTabs default styiling______________________________________*/	
/* tabs
    .EasyTabs-tabs-container {margin: 0; padding: 0; }
    .EasyTabs-tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
    .EasyTabs-tab a { font-size: 12px; line-height: 2em; display: block; padding: 0 5px; outline: none; }
    .EasyTabs-tab a:hover { text-decoration: underline;background: #fff;}

	.EasyTabs-collapsed-tab { font-weight: bold;}  
	a.EasyTabs-tab-active  { font-weight: bold;}
	.EasyTabs-tab-active { background: #fff; padding-top: 0px; position: relative; top: 1px; border-color: #666; }
	#EasyTabs-display-none-tab { display:none;} *//* for readmore link second tab is hidden and active by default*/	
/* panel	
    .EasyTabs-container .EasyTabs-panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
    .EasyTabs-panel-container { margin-bottom: 10px;}
	
	.EasyTabs-active-panel-container  {background: #fff; padding-top: 6px; position: relative; top: 1px; padding-bottom: 6px; border-color: #666; }
	#EasyTabs-display-none-panel { display:none;}*//* for readmore link second panel is hidden and active by default*/	
/*END of EasTabs default styiling ______________________________________*/		

    .EasyTabs-container {margin: 0px 0px 10px 0px;}
/* tabs*/ 
  	.EasyTabs-tabs-container {margin: 0; padding: 0; }
    .EasyTabs-tab {background:#eee; font-weight: bold; display: inline-block; zoom:1; outline: none; border: solid #666 1px; border-bottom: none; -moz-border-radius: 4px 4px 0px 0px;  -webkit-border-radius: 4px 4px 0px 0px; }
    .EasyTabs-tab a {font-size: 12px; line-height: 2em; display: block; padding: 0 5px 0 5px;}
    .EasyTabs-tab a:hover {text-decoration: underline;  background: white; -moz-border-radius: 4px 4px 0px 0px;  -webkit-border-radius: 4px 4px 0px 0px; }
	
	a.EasyTabs-collapsed-tab {background: none;}
	.EasyTabs-collapsed-tab a:hover{ background: white;}
	
	a.EasyTabs-active-tab  { font-weight: bold; border: none; background: white; padding: 0 10px 0 10px;}
	.EasyTabs-active-tab a:hover { top: -1px; background: #eee;}
	
	.EasyTabs-active-tab{background: white; padding-top: 1px; position: relative; top: 1px; border-bottom: none; border-color: #666; border: solid 1px #999; -moz-border-radius: 4px 4px 0px 0px; -webkit-border-radius: 4px 4px 0px 0px;}
	#EasyTabs-display-none-tab { display:none;}
/* panel*/
	.EasyTabs-panels-container{background: #fff;}

	.EasyTabs-active-panel-container {background:none;  }
	.EasyTabs-panel-content {padding: 6px;  border: solid #666 1px;  -moz-border-radius: 4px 0 4px 4px;  -webkit-border-radius: 4px 0 4px 4px; }
	#EasyTabs-display-none-panel { display:none;}
/* styling replace 
.EasyTabs-panel-content{ border:none;}
.EasyTabs-active-tab{ border:none;}
*/


	