/*
Widget Name: Tabbed Widget
Description: Tabbed Widget can be used to show tabbed content
Author: Arjun S Kumar
*/

#tabbed_box_1 {float:right; /*margin: 0px -5px 5px 0px;*/ width:350px;}
.tabbed_box h4{  color:#000;  font-weight:normal;  font-size:9px;  text-transform:uppercase;	margin:10px 0;	text-align:center}
.tabbed_area{	border:none;	background-color:#ffffff;	padding:5px;}
/* Set border for content and active tab together, easier to change */
ul.tabs li a.active,.tabcontent {border:1px solid #3399CC;}
ul.tabs{	margin:0px; padding:0 0 0 4px;	margin-top:5px;	margin-bottom:4px; width:340px;text-align:center;} 
ul.tabs li  { list-style:none;    display:inline;  } 
ul.tabs li a    {background-color:#068;color:#fff;padding:6px 12px;text-decoration:none;font-size:9px;font-weight:bold;text-transform:uppercase;border:none;min-width:110px;}
ul.tabs li a:hover    {color:#000;background:#daf2fc    }
ul.tabs li a.active    {background:#daf2fc; color:#000;border-bottom:1px solid #3399cc;    }
.tabcontent{	background:#FFF;	padding:10px;	text-transform:capitalize;}
#tabcontent_2, #tabcontent_3 { display:none; max-width:340px; word-wrap:break-word; }  
.tabcontent ul  {    margin:0;    padding:0 5px;  }    
.tabcontent ul li    {      /*list-style-image: url('img/raquo.gif');*/	  list-style:none;      border:none;      border-bottom:1px solid #Daf2fc;      padding:5px 0;      font-size:13px;      font-weight:bold;      /*white-space:nowrap;*/      overflow:hidden;    }    
.tabcontent ul li:last-child    {      border-bottom:none;    }      
.tabcontent ul li a      {        text-decoration:none;        font-weight:normal;        color:#06C;      }      
.tabcontent ul li a:hover      {        color:#06C;	text-decoration: underline;      }
* html #tabcontent_2, #tabcontent_3{overflow:hidden;}
/**********************/
#about{	float:right;	width:338px;	height:110px;	background:#daf2fc;	border:1px solid #39c;	margin:5px 5px 5px 0;	}
#about-data{	margin: 10px;	}
#about-data img{float:right;width:70px;height:70px;}
#subscribtion{	float:right;	width:338px;	height:140px;	position:relative;background:#daf2fc;border:1px solid #39c;	margin:10px 5px 5px 0;	}
#subscribtion img{	border-style: none;	}
#subscribe-data{	margin: 0 5px 0 5px;	text-align:center;	}
#subscribe-data img{margin-right:5px;}
#video{width:338px;float:right;margin:5px;min-height:347px;}
#video-data{/*margin: -20px 5px 0 5px;*/	text-align:center;}
