#ABs-shortcode-selector{
	height: 150px;
	overflow: auto;
	border: 1px solid #dfdfdf;
	position: relative;
}

#ABs-shortcode-selector li{
	position: relative;
	border-bottom: 1px solid #f1f1f1;
	line-height: 25px;
	margin: 0;
	list-style: none;
	padding-left: 5px;
	cursor: pointer;
}

#ABs-shortcode-selector li.even{
	background: #fff;
}

#ABs-shortcode-selector li .item-info{
	text-transform: uppercase;
	color: #666;
	font-size: 11px;
	float: right;
	margin-right: 5px;
}

#ABs-shortcode-selector .selected_shortcode{
	background: #ddd !important;
	color: #333 !important;
}

#ABs-generator-header .clear_field{
	background: url('../images/clear.png') 0 0 no-repeat;
	display: inline-block;
	height: 8px;
	width: 8px;
	position: relative;
	left: -15px;
	cursor: pointer;
}

#ABs-shortcode-selector-filter{
	width: 40%;
	margin-left: 10px;
}

#ABs-generator-wrap { 
	display: none;
}

#ABs-generator {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#ABs-generator-shell { 
	padding: 20px;
}

#ABs-generator-settings {
	padding: 20px;
	border: 1px dashed #ccc;
}

#ABs-generator-header {
	margin-bottom: 20px;
}

#ABs-generator-header p{
	margin: 0 0 5px 0;
	color: #666;
}

#ABs-generator-select {
	width: 350px;
	text-align: left !important;
}

#ABs-generator-tools {
	float: right;
	padding-top: 5px;
}

#ABs-generator-settings label {
	float: left;
	display: block;
	width: 180px;
	padding: 5px;
	border-bottom: 1px dotted #ddd;
	margin-right: 20px;
}

#ABs-generator-settings textarea,
#ABs-generator-settings input[type="text"] {
	width: 350px;
	padding: 5px 8px;
}

#ABs-generator-settings textarea{
	height: 100px;
}

#ABs-generator-settings select { 
	width: 350px; 
}

.ABs-loading-animation {
	min-height: 100px;
	background: 50% 50% url(../images/admin/loading.gif) no-repeat;
}
.ABs-loading-animation * { 
	display: none;
}

#ABs-generator-insert,
#ABs-generator-add-child {
	color: #fff !important;
	font-weight: bold;
}

#ABs-generator-insert-button-row{
	text-align: right;
	float: right;
	width: 50%;
}

#ABs-generator-add-child-button-row{
	float: left;
	width: 50%;
}

.ABs-generator-child{
	padding-top: 20px;
}

.ABs-generator-child h4{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}

.ABs-generator-select-color {
	position: relative;
}

.ABs-generator-select-color-wheel {
	position: absolute;
	left: 0;
	top: 23px;
	display: none;
	background: #fff;
	border: 1px solid #aaa;
	z-index: 9999;
	box-shadow: 0 2px 5px #ccc;
	-moz-box-shadow: 0 2px 5px #ccc;
	-webkit-box-shadow: 0 2px 5px #ccc;
}

.insert-shortcode{
	padding-left: .4em !important;
}

#TB_ajaxContent{
	padding: 0;
	width: 100% !important;
}

#TB_window{
	background: #f5f5f5 !important;
}