/***********************************************************************************************************************
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: 650px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {
	width: 650px;
	height: 25px;
	float: left;
	background: #CACACA;
	cursor: pointer;
	text-align: left;
	padding-left: 15px;
	padding-top: 8px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	border-bottom: solid white 4px;
}
	
.accordionContent {	
	width: 640px;
	height:360px;
	float: left;
	background:#E8E8E8;
	display: none;
	text-align:justify;
	padding-left:15px;
	padding-right:10px;
	padding-top:10px;
	border-bottom:solid #FFFFFF 4px;
	color:#333333;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:13px;
	line-height:20px;
}

img.ver_desplegable {
	padding-left:10px;
}
