body{
	line-height: 1em;
}
#demo p{
	margin: 12px 0;
}
#setting .combo-arrow{
	width:18px;
}
#setting td{
	vertical-align: middle;
}
.submenu a{
	display:inline-block;
	height:24px;
	line-height:24px;
	text-decoration:none;
	color:#444;
	font-size:14px;
	margin-right:20px;
	padding:0 5px;
}
.submenu a:hover{
	color:#E26B1D;
}
.submenu-arrow,.submenu-arrow-inner{
	position:absolute;
	width:0;
	height:0;
	line-height:0;
	font-size:0;
	border-style:solid;
	border-color:transparent;
    _border-color: #fffffe;
    _filter: chroma(color=#fffffe);
}
.submenu-arrow{
	border-width:10px;
	border-bottom-color:#ddd;
	top:0;
	left:0;
}
.submenu-arrow-inner{
	border-width:8px;
	border-bottom-color:#fafafa;
	top:4px;
	left:2px;
}
.dp-highlighter .dp-xml{
	border:0;
	background:#fff;
}
.dp-highlighter .bar {
	height:0;
}
.plugins{
	border:1px solid #ddd;
	height:auto;
	background:#fafafa;
	margin-bottom:10px;
	padding:5px 10px;
	direction:ltr;
}
.plugins ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.plugins li{
	margin:0;
	padding:0;
	display:block;
	width:150px;
	line-height:150%;
	float:left;
	background:url('images/gears.png') no-repeat 0 center;
}
.plugins a{
	padding:0px 5px 0 20px;
	color:#444;
	text-decoration:none;
}
.plugins a:hover{
	color:#E26B1D;
}
.pitem{
	list-style-type:none;
	margin:0;
	padding:2px 0 10px 10px;
}
.pitem li1{
	font-size:12px;
	line-height:18px;
}
.pitem a{
	color:#444;
	text-decoration:none;
}
.pitem a:hover{
	color:#E26B1D;
}
.demo-tip{
	display: none;
}
.demo-rtl{
	direction:rtl;
}
.demo-rtl .demo-tip{
	float:right;
	margin:0 0 0 8px;
}

/*bootstrap*/
.alert{font-size:14px;border-radius:0}.alert .close{font-size:16px}.alert-block p+p{margin-top:10px}

.alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.alert,.alert h4{color:#c09853}.alert h4{margin:0}.alert .close{position:relative;top:-2px;right:-21px;line-height:20px}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success h4{color:#468847}.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger h4,.alert-error h4{color:#b94a48}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info h4{color:#3a87ad}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px}