/* Leadme */


		#leadme_box {
			width: {$plugin.tx_ncleadme_pi1.boxWidth}px;
		}
		#leadme_box .handle {
		        background: transparent url('../../../../typo3conf/ext/nc_leadme/res/leadme_title.png') no-repeat left top; 
			color: #fff;
			cursor: move;
			height: 19px;
			padding-top: 30px;
			text-align: right;
		}
		#leadme_box .boxtitle {
			font-family: helvetica; 						
                        font-size: 14px;
                        float: left; 
                        padding-left: 50px;
                        padding-top: -10px;
                        font-weight: bold;
		}
		#leadme_content {
			float: left;
			display: inline;
			height: 1%;
			width: 236px;
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
			padding: 6px 6px 0px 6px;
		}
		#leadme_content_wrapper {
			background: #fcfcfc url('../../../../typo3conf/ext/nc_leadme/res/leadme_bottom.png') no-repeat left bottom;
			padding-bottom: 6px;
			float: left;		
		}
		a#minmax, a#close {
			border: 0;
			text-decoration: none;
			margin: 0px 2px 0px 0px;
			padding: 0;
			height: 14px;
			width: 14px;
		}
		a#minmax:hover, a#minmax:visited, a#minmax:active {
			text-decoration: none;
		}
		a#minmax {
			background: transparent url('../../../../typo3conf/ext/nc_leadme/res/minimize.gif') no-repeat left top;
		}
		a#minmax.clicked {
			background: transparent url('../../../../typo3conf/ext/nc_leadme/res/maximize.gif') no-repeat left top;
		}
		a#close {
			background: transparent url('../../../../typo3conf/ext/nc_leadme/res/close.gif') no-repeat left top;
		}
		ol.question li {
			padding: 0px 0px 2px 0px;
			clear: both;
			height: 1%;
			margin-bottom: 4px;
		}
		ol.question li img {
			float: left;
			margin-right: 4px;
			margin-bottom: 4px;
		}
		
		ol.question li a, ol.question li a:link, ol.question li a:visited {
			color: #797979;
			font-size: 12px;
			font-weight: bold;
			padding-bottom: 2px;
			text-decoration: none;
		}
		ol.question li a:hover {
			text-decoration: underline;
		}
		ol.subquestion li {
			margin-top: 2px;
			margin-left: 26px;
		}
		ol.subquestion li a, ol.subquestion li a:link, ol.subquestion li a:visited {
			font-size: 10px;
			font-weight: normal;
		}
	
