/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 608px;
			background: url(../images/advertising_graphic_accordion_def.jpg) no-repeat top right;
			padding: 0 10px 0 35px;
			font-family:Arial, Helvetica, sans-serif;
			line-height: 30px;
			font-weight: bold;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #c66e13;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		.accordion_toggle_active {
			background: url(../images/advertising_graphic_accordion_ovr.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			font-weight: bold;
		}
		.accordion_content {
			background-color:#FFFFFF;
			font-family:Arial, Helvetica, sans-serif;
			color: #000000;
			overflow: hidden;
			width: 633px;
			padding-left:20px;
			font-weight: normal;
			text-decoration: none;
			font-size: 12px;
		}
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(../images/advertising_graphic_accordion_def.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(../images/advertising_graphic_accordion_ovr.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

 					
    /* Container styling*/
    #horizontal_container {
      width: 100%;    
    }
    
    #vertical_nested_container {
      width: 100%;    
    }
	
	
	
    .accordion_content_thumb_img {
      width:116px;
	  float:left;
	  padding-top:10px;
    }
    .accordion_content_sep_img {
      width:27px;
	  float:left;
	  padding-top:20px;
    }
    .accordion_content_text {
      width:440px;
	  float:left;
	  padding-top:25px;
	  padding-right:40px;
	  padding-bottom:20px;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:12px;
	  color:#000000;
	  line-height:18px;
    }
