/*******T2_Accordion Pane********/

/*Custom classes of dojo Tundra CSS for T2 Accordion pane*/

/*Acordion pane in selected state*/
.tundra .dijitAccordionPane-selected
{
	background-color:transparent;
	border-bottom:3px solid #D6D6D6;
}
/*Accordion title in non selected state*/
.tundra .dijitAccordionPane .dijitAccordionTitle
{
	font-family:tahoma;
	font-size:14px;
	height:36px;
	width:220px;
	color:#52483D;
	background-image:url('/CMS/assets/media/images/styleimages/t2_not_selected_title.gif');

}
/*Accordion title in selected state*/
.tundra .dijitAccordionPane-selected .dijitAccordionTitle
{
	font-family:tahoma;
	height:36px;
	width:220px;
	font-size:14px;
	color:#ffffff;
	background-image:url('/CMS/assets/media/images/styleimages/t2_selected_title.gif');
}

/*accordion body in non selected state*/
.tundra .dijitAccordionPane .dijitAccordionBody
{
	overflow:hidden;
	
}

/*Normal T2_Accordion_Classes*/

/*root div*/
.t2_accordion_root
{
	height:390px;
	width:220px;
	float:left;
	overflow:visible;
	padding-bottom:0px;
}
/*accordion container*/
.t2_accordion_container
{
	float:left;
	
	width:220px;
	height:371px;
	overflow:hidden;
	/*border-left:1px solid #Ffffff;
	border-right:1px solid #Ffffff;*/
	border:none;
}
/*accordion title*/
.t2_accordion_title

{
         height:15px;
         width:auto;
         margin-left:15px;
         /* NOTE: The following line may only be necessary in R1 */
         padding-top:10px; /* 3px - modified by ezio */
         color:#52483d;
         text-align:left;
         font-size:12px;
         font-weight:bold;

}

/*link image container for second pane*/
.t2_secondpane_image
{
	width:200px;
	height:100px;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
}
/*first pane first list number text*/
.t2_firstpane_text_first
{
	height:21px;
	width:190px;
	margin-left:10px;
	margin-top:10px;
	font-size:12px;
	color:#52483d;
	font-family:tahoma;
	overflow:hidden;
	float:left;
	display:inline;
}
/*list item link*/
.t2_list_link
{
	height:10px;
	width:180px;
	float:left;
	display:inline;
}
/*first pane text*/
.t2_firstpane_text
{
	height:19px;
	width:190px;
	margin-left:10px;
	margin-top:4px;
	float:left;
	font-size:12px;
	color:#52483d;
	font-family:tahoma;
	overflow:hidden;
	display:inline;
}
/*Image hover*/
.t2_firstpane_pointer
{
	height:20px;
	width:6px;
	float:right;
	display:inline;
	margin-left:0px;
	padding-top:2px;
	overflow:hidden;
}
/*horizontal demarker*/
.t2_firstpane_demarker
{
	height:1px;
	width:190px;
	float:left;
	display:inline;
	margin-left:10px;
	background-image:url(/CMS/assets/media/images/styleimages/demarker.gif);
	
}
/*text content in second pane*/
.t2_secondpane_text
{
	font-size:10px;
	font-family:tahoma;
	font-weight:bold;
	padding-top:10px;
	text-align:left;
}
/*textparagraph of second pane*/
.t2_second_body_textpara
{
	height:115px;
	width:188px;
	color:#52485d;
	margin-left:12px;
	margin-top:5px;
	background-image:url(/CMS/assets/media/images/styleimages/t2_second_body_border.gif);
	text-align:left;

}
/*second pane link*/
.t2_secondpane_link
{
	height:15px;
	margin-left:12px;
	width:188px;
	padding-top:9px;
	float:left;
	display:inline;
}
/*t2_secondpane_newswire*/
.t2_secondpane_newswire
{
	font-size:10px;
	font-family:tahoma;
	float:left;
}
/*link style*/
.t2_secondpane_link_style
{
	text-decoration:none;
	color:#52483d;
}
/*second pane pointer*/
.t2_secondpane_pointer
{
	width:7px;
	height:10px;
	float:left;
	padding-left:5px;
	padding-top:1px;
}
/*root content for third pane*/
.t2_thirdpane
{
	width:190px;
	height:auto;
	margin-left:15px;
	margin-right:15px;
	font-family:tahoma;
	overflow:hidden;
}
/*first content of third pane*/
.t2_thirdpane_firstcontent
{
	width:190px;
	height:76px;
	padding-top:7px;
	float:left;
	text-align:left;
}
/*content of third pane*/
.t2_thirdpane_content
{
	width:190px;
	height:76px;
	padding-top:11px;
	float:left;
}
/*thirdpane title*/
.t2_thirdpane_title
{
	width:190px;
	font-family:tahoma;
	font-size:12px;
	color:#52483d;
	float:left;
}
/*text content of thrid pane*/
.t2_thirdpane_text
{
	width:190px;
	font-family:tahoma;
	font-size:11px;
	color:#52483d;	
	float:left;
	margin-top:6px;
}
/*container for third pane link*/
.t2_thirdpane_link
{
	height:15px;
	width:190px;
	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
	color:#52483d;
	float:left;
	margin-top:6px;

	padding-bottom:2px;
}
/*learn more text in third pane*/
.t2_thirdpane_link_text
{
	height:15px;
	width:auto;
	float:left;
	
}
/*pointer image for third pane*/
.t2_thirdpane_pointer
{
	width:8px;
	height:15px;
	padding-top:1.5px;
	float:left;
	
}
/*link styles*/
a.t2_learnmore:link
{
	text-decoration:none;
	color:#52483d;
}
a.t2_learnmore:visited
{
	text-decoration:none;	
	color:#52484d;
}
a.t2_learnmore:hover
{ 
	color:#52483d;
	text-decoration:underline;
}
/*third pane demarker*/
.t2_thirdpane_demarker
{
	height:1px;
	width:190px;
	float:left;
	display:inline;
	background-image:url(/CMS/assets/media/images/styleimages/demarker.gif);
}
/*bottom border*/
.t2_bottom_border
{
	height:7px;
	width:220px;
	float:left;
}
/*bottom left curve*/
.t2_bottom_left
{
	background-image:url(/CMS/assets/media/images/styleimages/t2_bottom_left_curve.gif);
	height:4px;
	width:4px;
	float:left;
	background-repeat:no-repeat;
}
/*bottom line*/
.t2_bottom_line
{
	background-image:url(/CMS/assets/media/images/styleimages/t2_bottom_line.gif);
	height:4px;
	width:212px;
	float:left;
	background-repeat:no-repeat;
	margin-top:2px;
}
/*bottom right curve*/
.t2_bottom_right
{
	background-image:url(/CMS/assets/media/images/styleimages/t2_bottom_right_curve.gif);
	height:4px;
	width:4px;
	float:left;
	background-repeat:no-repeat;
}
/*video player second pane*/
.t2_secondpane_video
{
	width:220px;
	height:196px;
	
}
.t2_secondpane_flash
{
	width:216px;/*220px; - modified by Ezio*/
	height:196px;
}
/*bottom text*/
.t2_secondpane_video_textpara
{
        height:68px;
       width:210px; /*200px; - modified by Ezio*/ 
        padding-left:10px;
		padding-right:20px;
        float:left;
        display:inline;
        color:#52483d;
        font-size:11px;
        font-family:tahoma;
        background-image:url(/CMS/assets/media/images/styleimages/t2_video_background.png);
        text-align:left;	
}

/*background color of video player pane*/
.t2_video_background
{
 	height:265px;
	width:220px;
	
	
}







.myAccordion {
 
  margin-right: 0px;
  
   height: 375px;
padding-bottom:20px;
}
  .myAccordion .yui-cms-accordion .yui-cms-item {
    border: 1px solid #cccccc;
    width: 220px;
   vertical-align:middle;
  }
    .myAccordion .yui-cms-accordion .yui-cms-item h3 {
      margin: 0px;
    }
   .myAccordion .yui-cms-accordion .yui-cms-item h3 a {
    text-decoration:none;
   
    }
  .myAccordion .yui-cms-accordion .yui-cms-item .accordionToggleItem {
   font-family:tahoma;
	font-size:14px;
	padding-top:10px;padding-left:5px;
	height:26px;
	width:215px;
	color:#52483D;
	background-image:url('/CMS/assets/media/images/styleimages/t2_not_selected_title.gif');
    display: block;
        }
    .myAccordion .yui-cms-accordion .yui-cms-item.selected .accordionToggleItem {
       font-family:tahoma;
       font-size:14px;
padding-top:10px;padding-left:5px;
	height:26px;
	width:215px;
	font-size:14px;
	color:#ffffff;
	background-image:url('/CMS/assets/media/images/styleimages/t2_selected_title.gif');
        }
       
           
    .myAccordion .yui-cms-accordion .yui-cms-item .bd {
        height: 0px;
        overflow: hidden;
        background-color: #fff;
    }
   .myAccordion .yui-cms-accordion .yui-cms-item .bd .fixed {
            overflow: hidden;          
            height: 265px;
        }
/********End of T2_Accordion********/
