.drawers-wrapper {
	position: relative;
	width: 320px;
	/*height: 180px;*/
	/*float:left;*/
	/*margin:10px;*/
	margin-bottom:18px;
}
.drawers-left-column, .drawers-right-column {
	/*margin-bottom:15px;*/
	color:#76797C;
	font-size:11px;
	line-height: 24px;
	/*height: 180px;*/
}
.drawer {
	/*background:transparent url(../images/sideboxlight_bg.gif) repeat-y scroll 0pt;*/
	background: none !important;
	color:#666;
	font-size:11px;	
	height: 18px !important;
	*height: 17px !important;
	line-height: 17px;
	/*line-height:1.3em;*/
	border-top:1px solid #fff;
}
.drawer.open
{
	height: auto !important;
    *height: auto !important;
    *padding-top: 0 !important;
    *margin-top: 0 !important;     
}
.drawer-handle {
	display: block;
	width: 320px !important;
	/**width: 320px !important;*/
	height: 18px !important;
	*height: 17px !important;
	margin-left: 0px;	
	/*margin-left: 6px;*/
	padding-left: 22px;
	background: url(../images/arrow-right-green-small.png) no-repeat;
	background-position: center left;
	line-height: 18px;
	text-decoration: none;
	color: #76c600 !important;
	font-size: 12px;
}
a.drawer-handle:hover {
	background: url(../images/arrow-right-green-small-rollover.png) no-repeat;
	background-position: center left;
	color: #000 !important;
}
.drawer-handle.open {
	background: url(../images/arrow-down-green-small.png) no-repeat !important;
}.drawer-handle.open:hover {
	color: #76c600 !important;
}
.drawer ul {
	/*padding: 0 12px;*/
	height: auto !important;
	padding-bottom:0pt;
	background: none !important;
	margin-bottom: 5px !important;
}
.drawer li {
	/*border-bottom:1px solid #E5E5E5;*/
	line-height:18px;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	/*height: 28px;
	line-height:18px;*/
}
.drawer-content ul {
	padding-top: 7px;
}
.drawer ul li a {
	display:block;
	overflow:hidden;
	line-height:17px;
	height:17px;
	margin-left: 7px !important;
	padding-left: 22px !important;
	background: none !important;
	color:#666666;
	text-decoration:underline;
}
.drawer p 
{
	margin-top: 4px !important;		
	margin-bottom: 5px !important;
	margin-left: 7px !important;
	padding-left: 22px !important;
	*width: 322px;
	width: 295px;
	display:block;
	/*overflow:hidden;*/
	line-height:11px;
	height:auto;
	background: none !important;
	color:#666666;
}