/***********************************************************************************************************************
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.
************************************************************************************************************************/
#wrapper {
	width: 785px;
	margin-left: auto;
	margin-right: auto; 
	float:left;
	}

.accordionButton {	
	width: 785px;
	float: left;
	background: #fff;
	border-bottom: 0px solid #FFFFFF;
	cursor: pointer; 
	height:30px;
	background-color: #FFFFFF;
    background-image: linear-gradient(to bottom, #FFFFFF, #e0e0e0);
    border: 1px solid #CCCCCC;
	}
	
.accordionContent {	
	width: 747px;
	float: left;
	background: #ebe8e8;
	display: none; 
	padding-left:20px; 
	padding-right:20px;
	padding-top:8px;
	}


	.ak-creditnote-box7 {
    color: #666666;
    float: left;
    height: 23px;
    padding-left: 20px;
    padding-top: 7px;
    width: 765px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold;
}