@charset "utf-8";

/*
|--------------------------------------------------------------------------
| Amedia Creative Frontend Framework > Accordion
|--------------------------------------------------------------------------
|
| @package		Amedia Creative
| @subpackage	Frontend - Accordian
| @company		Amedia Creative, Inc.
| @phone		310/651/8733
| @fax			310/388/1210
| @author		Joey Avino / Ever Barreto
| @email		joey@amediacreative.com / ever@amediacreative.com
| @link			http://www.amediacreative.com
| @copyright	2008 Amedia Creative, Inc.
| @requires		mootools.1.2.js
|
*/

/*
|--------------------------------------------------------------------------
| Amedia Creative Frontend Framework > Accordion > Setup > Flexible Attributes
|--------------------------------------------------------------------------
|
| NOTE: Do not change the names of these classes.
|
*/

	/* ----- 1: Specify the max width you would like your accordion to be. -------------- */
	.copy { }

	/* ----- 2: Specify the global font you would like on your accordion. -------------- */
	.copy { }

	/* ----- 3: Specify the styling you would link on your conent pages. -------------- */
	.element {  }


	/* ----- 4: Specify the default link CSS properties. -------------- */
	.accordion_link {  }
	.accordion_link a {  }

	/* ----- 5: Specify how you would want the active link to appear. -------------- */
	.accordion_active {  }
	.accordion_active a {  }
							
		#first a { }

	/* ----- 5: Specify how you would want the tollovers to appear. -------------- */
	.accordion_link_rollover { }

	/* ----- 5: Specify your rollout. Generally you want to erase some pro. -------------- */	
	/* ----- 5: Generally you want to erase certain properties so the final state matches the accordion_link a as seen in #4. -------------- */	
	.accordion_link_rollout { }







/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */

/*
|--------------------------------------------------------------------------
| Amedia Creative Frontend Framework > Accordion > Setup > Necessary Attributes
|--------------------------------------------------------------------------
|
| Do not edit below this line. Experienced CSS developers only.
|
*/

	.element p { margin: 0px; }
	.accordion_active, .accordion_link { margin: 0px; }
		.accordion_active, .accordion_link { margin: 0px; }
			.accordion_active a { display: block; outline: none; margin: 0px;  }
			.accordion_link a { display: block; margin: 0px;  outline: none; }