﻿.drawers-wrapper UL
{
	list-style: none;
	padding: 0;
}

.drawers-wrapper UL.drawers
{
	margin: 0;
}

.drawers
{
	margin-bottom: 15px;
	color: #76797C;
	font-size: 11px;
	line-height: 18px;
}

.drawers h2
{
	margin: 0;
	color: #444;
}

.drawer
{	
	color: #76797C;
	font-size: 11px;
	line-height: 1.3em;
}

.drawer li
{
	border-bottom: 1px solid #E5E5E5;
	line-height: 16px;
	padding: 6px 0pt;
}

.innerDrawerContent
{
	padding: 10px;
	color: #444;
}

.drawer li div
{
	padding: 10px;
	margin: 10px;
}

.drawer-handle
{
	background: #939393 url(/images/styling_images/accordion/background.jpg) repeat-x scroll 0pt;
	color: #666666;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin-bottom: 0pt;
	text-indent: 15px;
	width: 100%;
}

.drawer-handle.open
{
	background: #939393 url(/images/styling_images/accordion/background_active.jpg) repeat-x scroll 0pt;
	background-color: #72839D;
	color: #FFFFFF;
	font-size: 14px;
}

.drawers-wrapper
{
	position: relative;
	width: 710px;
	background-color: White;
	border: 1px solid #ccc;
}
