@charset "UTF-8";
/* Blueprint: reset.css              */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* Remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*************************************/
/*  Demo Styles                      */
    .capt,  .capb {
	height:4px;
	width:100%;
	/*position:absolute;*/
    z-index:100;
	margin:0px;
	padding:0px;
}
.capt {
	position:absolute;
	background-position:0 -4px;
	left: 1px;
	top: -4px;
}
.capb {
	margin-top:-19px;
}
#content {
	float:left;
	width:148px;
	text-align:left;
	margin:-534px 0 0 -230px;
	clear:both;
}
.drawers-wrapper {
	position: relative;
	width: 148px;
	float:right;
	margin:10px;
}
.drawers {
	margin-bottom:15px;
	color:#006633;
	font-size:11px;
	line-height: 18px;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}
.drawer {
	background:transparent ;
	color:#76797C;
	font-size:11px;
	line-height:1.3em;
}
.drawer-handle {
	background: url(images/slider_handlebg_a.png) no-repeat scroll 0pt;
	color:#ffffcc;
	cursor:default;
	height:25px;
	line-height:25px;
	text-indent:15px;
	font-size:12px;
	width:100%;
}
.drawer-handle.open {
	background-color:#72839D;
	background-position:-188px 0pt;
	color:#003300;
	font-weight:500;
}
/* nasty, but it fixes the indent on the first one. */
   h2.drawer-handle span {
}
.drawer ul {
	padding: 0 12px;
	padding-bottom:0pt;
}
.drawer li {
	border-bottom:1px dotted #999966;
	line-height:16px;
	padding:6px 0pt;
}
.drawer-content ul {
	padding-top: 7px;
}
.drawer-content li a {
	display:block;
	overflow:hidden;
}
.alldownloads li {
	border:0pt none;
	line-height:18px;
	padding:0pt;
}
.drawers a {
	color:#006633;
	text-decoration:none;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight:500;
}
