/* Import the main editor css file */
@import "../../../js/editor/skins/user/style.css";

.faq-content {
	min-height: 120px;
}

.faq-left {
	float: left;
	width: 300px;
	height: 100%;
}

.faq-right {
	float: right;
	width: 300px;
	height: 100%;
}

.faq-left ul, .faq-right ul {
	float: left;
	background-color: rgba(243, 243, 243, 0.6);
	border: 1px solid;
	border-color: #fff #c9c9c9 #c9c9c9 #fff;
	border-radius: 5px;
	padding:5px 5px 0;
	margin-bottom:6px;
}

.faq-left ul ul, .faq-right ul ul {
	float: left;
	width: 230px;
	margin: 0 0 0 10px;
	background-color:#FAFAFA;
	border: none;

}

.faq-left ul li, .faq-right ul li {
	float: left;
	width: 250px;
	background-color:#FAFAFA;
	border:1px solid white;
	list-style:none;
	margin-bottom:6px;
	outline:1px solid #DDD;
	padding:12px 12px 8px 12px;
}

.faq-left ul li li, .faq-right ul li li {
	width: 225px;
	outline:none;
	padding: 2px 0;
}
.faq-left li img, .faq-right li img {
	margin:4px 2px 0 2px;
	float: left;
}
.faq-left ul .title, .faq-right ul .title {
	float:left;
	padding:6px 0 0 11px;
}

.pdelete {float:left;width:17px;height:20px;background:url('../img/icondelete.png') top left no-repeat;text-decoration:none;}
.pdapprove {float:left;width:17px;height:20px;background:url('../img/iconapprove.png') top left no-repeat;text-decoration:none;}
.pedit {float:left;width:17px;height:20px;background:url('../img/editpost.png') top left no-repeat;text-decoration:none;}
.ptrash {float:left;width:17px;height:20px;background:url('../img/trash.png') top left no-repeat;text-decoration:none;}

.modinline {
	top: -10px;
	right: 0;
}

/* Editor Stuff */
.jakcmsE .jakcmsEButton1 a {
	background-image:url(../img/bold.png);
}
.jakcmsE .jakcmsEButton2 a {
	background-image:url(../img/italic.png);
}
.jakcmsE .jakcmsEButton3 a {
	background-image:url(../img/underline.png);
}
.jakcmsE .jakcmsEButton4 a {
	background-image:url(../img/picture.png);
}
.jakcmsE .jakcmsEButton5 a {
	background-image:url(../img/link.png);
}
.jakcmsE .jakcmsEButton6 a {
	background-image:url(../img/list-bullet.png);
}
.jakcmsE .jakcmsEButton7 a {
	background-image:url(../img/list-numeric.png);
}
.jakcmsE .jakcmsEButton8 a {
	background-image:url(../img/list-item.png);
}
.jakcmsE .clean a {
	background-image:url(../img/clean.png);
}
.jakcmsE .smilies a {
	background-image:url(../img/smile.png);
}
.jakcmsE .smilies ul {
	width:108px;
	padding:1px;
}
.jakcmsE .smilies  li {
	border:1px solid white;
	width:25px;
	height:25px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	float:left;
}
.jakcmsE .smilies .s-1 a {
	background-image:url(../../../img/smilies/smiley-cool.png);
}
.jakcmsE .smilies .s-2 a {
	background-image:url(../../../img/smilies/smiley-cry.png);
}
.jakcmsE .smilies .s-3 a {
	background-image:url(../../../img/smilies/smiley-frown.png);
}
.jakcmsE .smilies .s-4 a {
	background-image:url(../../../img/smilies/smiley-kiss.png);
}
.jakcmsE .smilies .s-5 a {
	background-image:url(../../../img/smilies/smiley-laughing.png);
}
.jakcmsE .smilies .s-6 a {
	background-image:url(../../../img/smilies/smiley-mouth.png);
}
.jakcmsE .smilies .s-7 a {
	background-image:url(../../../img/smilies/smiley-sealed.png);
}
.jakcmsE .smilies .s-8 a {
	background-image:url(../../../img/smilies/smiley-shout.png);
}
.jakcmsE .smilies .s-9 a {
	background-image:url(../../../img/smilies/smiley-smile.png);
}
.jakcmsE .smilies .s-10 a {
	background-image:url(../../../img/smilies/smiley-tongue.png);
}
.jakcmsE .smilies .s-11 a {
	background-image:url(../../../img/smilies/smiley-undecided.png);
}
.jakcmsE .smilies .s-12 a {
	background-image:url(../../../img/smilies/smiley-unhappy.png);
}
.jakcmsE .smilies .s-13 a {
	background-image:url(../../../img/smilies/smiley-weird.png);
}
.jakcmsE .smilies .s-14 a {
	background-image:url(../../../img/smilies/smiley-what.png);
}
.jakcmsE .smilies .s-15 a {
	background-image:url(../../../img/smilies/smiley-wink.png);
}
.jakcmsE .smilies .s-16 a {
	background-image:url(../../../img/smilies/smiley-yell.png);
}
.jakcmsE .paragraph a {
	background-image:url(../img/paragraph.png);
}
.jakcmsE .linebreak a {
	background-image:url(../img/linebreak.png);
}