body .help {
	padding: 0;
	width: 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	float: right;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

body > div.popup.help > div.content table.ckeditor > tbody > tr > th {
	text-align: left;
	width: 60px;
}

body > div.popup.help > div.content table > tbody > tr > th > a {
	display: block;
	width: 16px;
	height: 16px;
}

body > div.popup.help > div.content table > tbody > tr > th > a.maximize { background-image: url("../../img/ckeditor/maximize.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.code { background-image: url("../../img/ckeditor/code.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.cut { background-image: url("../../img/ckeditor/cut.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.copy { background-image: url("../../img/ckeditor/copy.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.paste { background-image: url("../../img/ckeditor/paste.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.wordpaste { background-image: url("../../img/ckeditor/wordpaste.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.previous { background-image: url("../../img/ckeditor/previous.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.next { background-image: url("../../img/ckeditor/next.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.selectall { background-image: url("../../img/ckeditor/selectall.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.removestyle { background-image: url("../../img/ckeditor/removestyle.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.image { background-image: url("../../img/ckeditor/image.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.media { background-image: url("../../img/ckeditor/media.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.flash { background-image: url("../../img/ckeditor/flash.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.tabel { background-image: url("../../img/ckeditor/tabel.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.line { background-image: url("../../img/ckeditor/line.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.smiley { background-image: url("../../img/ckeditor/smiley.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.special { background-image: url("../../img/ckeditor/special.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.addlink { background-image: url("../../img/ckeditor/addlink.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.removelink { background-image: url("../../img/ckeditor/removelink.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.intern { background-image: url("../../img/ckeditor/intern.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.bold { background-image: url("../../img/ckeditor/bold.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.cursive { background-image: url("../../img/ckeditor/cursive.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.underline { background-image: url("../../img/ckeditor/underline.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.stroke { background-image: url("../../img/ckeditor/stroke.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.subscript { background-image: url("../../img/ckeditor/subscript.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.superscript { background-image: url("../../img/ckeditor/superscript.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.numberlist { background-image: url("../../img/ckeditor/numberlist.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.list { background-image: url("../../img/ckeditor/list.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.smaller { background-image: url("../../img/ckeditor/smaller.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.larger { background-image: url("../../img/ckeditor/larger.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.left { background-image: url("../../img/ckeditor/left.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.center { background-image: url("../../img/ckeditor/center.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.right { background-image: url("../../img/ckeditor/right.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.filled { background-image: url("../../img/ckeditor/filled.png"); }
body > div.popup.help > div.content table > tbody > tr > th > a.textcolor { background-image: url("../../img/ckeditor/textcolor.png"); }


.block.closed > .head > span.help, 
.block.open > .head > span.help {
	float: right;
	color: #848484;
	font-style: normal;
	font-weight: bold;
	font-size: 14px !important;
	display: block;	
	width: 15px;
	height: 21px;
	margin: 0px 7px 0 0;
	cursor: pointer;
	
}
.block.closed > .head >  span.help:hover,
.block.closed > .head >  span.help:active {
	color: #0098D9;
	font-size: 14px !important;
	height: 21px;
	margin: 0px 7px 0 0;
}


.block.open > .head >  span.help:hover,
.block.open > .head >  span.help:active {
	color: #0098D9;
	font-size: 14px !important;
	height: 21px;
	margin: 0px 7px 0 0;
}

body .help:hover 
{
	
}