/***********************************************************************************************************************
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 acc style menu.
************************************************************************************************************************/
#accwrapper {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	}

.accButton {	
	width: 100%;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	border: 1px solid #C4D2DF;
	cursor: pointer;
  	padding:5px;
  	margin:2px;
  	font-size: 16px;
  	font-weight: bold;
  	color: #FFF;
	background:#7598B8 url('/data/layout/images/acc_right_arrow.png') right no-repeat;
  border-radius: 10px;
-moz-box-shadow: inset 2px 2px 3px #4B607A;
-webkit-box-shadow: inset 2px 2px 3px #4B607A;
box-shadow: inset 2px 2px 3px #4B607A;
	}
	
.accContent {	
	width: 275px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #FFF;
	border: 1px solid #C4D2DF;  
  	padding:5px;
  border-radius: 10px;
-moz-box-shadow: inset 2px 2px 3px #4B607A;
-webkit-box-shadow: inset 2px 2px 3px #4B607A;
	}

************************************************************************************************************************/
#accwrapper2 {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	}

.accButton2 {	
	width: 98%;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	border: 1px solid #C4D2DF;
	cursor: pointer;
  	padding:5px;
  	margin:2px;
  	font-size: 16px;
  	font-weight: normal;
  	color: #FFF;
	background:#7598B8 url('/data/layout/images/acc_right_arrow.png') right no-repeat;
  border-radius: 10px;
-moz-box-shadow: inset 2px 2px 3px #4B607A;
-webkit-box-shadow: inset 2px 2px 3px #4B607A;
box-shadow: inset 2px 2px 3px #4B607A;
	}
	
.accContent2 {	
	width: 98%;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #FFF;
	border: 1px solid #C4D2DF;  
  	padding:5px;
  border-radius: 10px;
-moz-box-shadow: inset 2px 2px 3px #4B607A;
-webkit-box-shadow: inset 2px 2px 3px #4B607A;
  	font-weight:normal!important;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background:#193769 url('/data/layout/images/acc_right_arrow.png') right no-repeat;
	}
	
.over {
	background:#82A6C8 url('/data/layout/images/acc_right_arrow.png') right no-repeat;
	}