/* @override http://www.2020creativegroup.local/site_library/css/test.css */

/* Overflow visible allows for admin feedack to show
   on thin lists
*/
div.ai_ListEditor2.rightclick_toolbar {
	overflow: visible;
	position:relative;
}

/* Overflow visible allows for admin feedack to show
   on thin lists
*/
div.ai_ListEditor2.rightclick_toolbar ul.ai_list {
	overflow: visible;
}

/* The list needs to float for sorting feedback */
.nav li {
	float:left;
	padding-right:4px;
	margin-top:1px;
}

/* the display:table !important declaration
   from psd2html breaks the sorting styles on
   list...and this seems to work fine
*/
.gallery li {
	display:inline !important;
}

.colorSelector {
	position: relative;
	width: 36px;
	height: 36px;
	background: url(/delicious_cms/library/js/jquery.plugins/colorpicker/images/select.png);
}
.colorSelector div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(/delicious_cms/library/js/jquery.plugins/colorpicker/images/select.png) center;
}

div.color_control {
	float:left;
	margin-top:5px;
}

div.color_control span {
	float:left;
	padding:8px 8px 8px 0;
}

div.color_control .colorSelector {
	float:left;
}

div.color_control.right {
	float:right;
}


div.gallery_image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

/* These adjustments made for the sortable numbers list 
 * @since 11 Feb 2010
 */
div#sidebar div.pager.horizontal ul.ai_list li {
	float:left;
	padding-right:12px;
	margin-right:0px;
	width:auto;
}