@charset "utf-8";
/* CSS Document */

#homeaccordion {
	text-align: left;
	padding: 10px 10px 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	border: solid 1px #ffffff;
}

#subcatcontaineraccordion .accordion_toggle {
	display: block;
	height: 25px;
	padding: 0 10px 0 0;
	line-height: 25px;
	color: #000;
	text-decoration: none;
	outline: none;
	font-size: 13px;
	cursor: pointer;
	margin: 0 0 0 0;
	border-bottom: solid 1px #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-image: none;
	background-color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
}
#subcatcontaineraccordion .accordion_toggle_active {
	background: #cc0000;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#subcatcontaineraccordion .accordion_content p {
	line-height: 22px;
	padding: 6px 10px;
	font-size: 12px;
	margin: 0 10px 0 0;
}
#subcatcontaineraccordion .contentboxgrey {
	background-color: #f0f0f0;
	border: 1px solid #E8E8E8;
	padding: 6px;
	margin: 8px 10px 8px 0 !important;
}
#subcatcontaineraccordion .contentboxblue {
	background-color: #FFE6E7;
	border: 1px solid #cc0000;
	padding: 6px;
	margin: 8px 10px 8px 0 !important;
}

.accordion_toggle {
	display: block;
	height: 25px;
	background: url(images/accordionbgnew.jpg) repeat-x top left #ececec;
	padding: 0 10px 0 10px;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
	font-size: 13px;
	cursor: pointer;
	margin: 0 0 0 0;
	border-bottom: solid 1px #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
		
		.accordion_toggle_active {
			background: url(images/accordionbgactivenew.jpg) repeat-x top left #cc0000;
			color: #FFF;
			font-weight: bold;
		}
		
		.accordion_content {
	background-color: #ffffff;
	overflow: hidden;
	background-image: url(images/accordioncontentbg.png);
	background-repeat: repeat;
	background-position: left top;
		}
			
			.accordion_content h2 {
				
			}
			
			.accordion_content p {
				line-height: 22px;
				padding: 6px 10px;
				font-size: 12px;
			}
			
			.accordion_content ul {
			padding-left: 40px;
			line-height: 24px;
			}
			
			.accordion_content li{
			list-style-type:none;
			padding-left:42px;
			background-position:18px 8px;
			background-image:url(images/bullet.png);
			background-repeat:no-repeat;
			padding-bottom:15px
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(images/accordion_toggle.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: #8c0842;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

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

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

			.vertical_accordion_content h2 {

				color: #0099FF;
			}

			.vertical_accordion_content p {

			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 140px;
			width: 30px;
			background: url(images/h_accordion_toggle.png) repeat-y top left #f0f0f0;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			cursor: pointer;
			margin: 0 0 0 0;
			padding: 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle.png) repeat-y top left #1a9dd0;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 140px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 480px;
				padding: 0 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 660px;   
      height: 140px; 
	  padding: 0;
	  display: none;
	  visibility: hidden;  
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }


