/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
* html img,
* html .png{
position:relative;
width:auto;
height:auto;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

.accordion {
	width: 500px;
	}

.accordionButton {
	width: 600px;
	float: left;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #AF0D1F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	line-height: 28px;
	font-family: Helvetica, Arial, sans-serif;
	}
	
.accordian a {font-weight: normal;
    text-decoration: none;
    color: #03f;
    background-color: transparent;
    margin 0;
    padding: 0 0.5em 0 1.25em;
    width: 100%;
    border-top: 1px solid #dda;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding-left: 1em}	
	
.accordionContent {	
	width: 450px;
	float: left;
	background: #FFFFFF;
	display: none;
	}

a:link {
	color: #AF0D1F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
