#container {
	width: 600px;
	font-family: 'Lucida Grande', Verdana, Arial;
	font-size: 13px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* CSS Document */

	.accordion_toggle {
	display: block;
	height: 25px;
	width: 600px;
	line-height: 25px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	border-bottom: 1px solid #999999;
	cursor: pointer;
	background: linear-gradient(top, #ffffff 1%,#ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #ffffff 1%,#ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#ffffff 100%);
	background: linear-gradient(top, #ffffff 1%,#ffffff 100%);



	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	background-color: linear-gradient;
	background-position: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	text-indent: 30px;
		}
		
		.accordion_toggle_active {
			color: #FFFFFF;
	background: linear-gradient(top, #000000 1%,#000000 100%);
	background: -moz-linear-gradient(top, #000000 1%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#000000), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #000000 1%,#000000 100%);
	background: -o-linear-gradient(top, #000000 1%,#000000 100%);
	background: -ms-linear-gradient(top, #000000 1%,#000000 100%);
	background: linear-gradient(top, #000000 1%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
		}
		.accordion_toggle:hover {
			color: #FFFFFF;
	background: linear-gradient(top, #990000 1%,#990000 100%);
	background: -moz-linear-gradient(top, #990000 1%, #990000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#990000), color-stop(100%,#990000));
	background: -webkit-linear-gradient(top, #990000 1%,#990000 100%);
	background: -o-linear-gradient(top, #990000 1%,#990000 100%);
	background: -ms-linear-gradient(top, #990000 1%,#990000 100%);
	background: linear-gradient(top, #990000 1%,#990000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
		}		
		
		.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	width: 600px;
		}
			
			.accordion_content h2 {
	color: #0099FF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
			}
			
			.accordion_content p {
	line-height: 150%;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	text-align: left;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: auto;
			background: url(http://maureenedinar.com/css/images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #000000;
			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(http://maureenedinar.com/css/images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

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

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(http://maureenedinar.com/css/images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(http://maureenedinar.com/css/images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* 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: auto;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      width: auto;    
    }
    
    #vertical_nested_container {
      width: auto;
    }
	
a.shop:link {
	text-decoration: none;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.shop:visited {
	text-decoration: none;
	color: #FF0000;
}
a.shop:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a.shop:active {
	text-decoration: none;
	color: #FF0000;
}

a:link {
	text-decoration: none;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.textomenu {
	vertical-align: middle;
	align: center;
	color: #999;
	text-align: center;
	clip: rect(auto,auto,auto,auto);
	padding: 0px;
	margin: 0px;
	width: 980px;
	height: 35px;
}
.textomenu01 {
	vertical-align: bottom;
	align: center;
	text-align: left;
	clip: rect(auto,auto,auto,auto);
	padding: 0px;
	margin: 0px;
	width: 132px;
	height: 30px;
}
.textomenu02 {
	vertical-align: top;
	align: center;
	text-align: center;
	clip: rect(auto,auto,auto,auto);
	padding: 0px;
	margin: 0px;
	width: 763px;
	height: 25px;
}
.textomenu03 {
	vertical-align: middle;
	align: center;
	text-align: right;
	clip: rect(auto,auto,auto,auto);
	padding: 0px;
	margin: 0px;
	width: 85px;
	height: 30px;
}
.texto {
	vertical-align: middle;
	align: center;
	text-align: left;
	clip: rect(auto,auto,auto,auto);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}