.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.floatLeft {
	float: left;
}

.clear {
	clear: both;
}

.bookmarkSort {
	margin: 15px 0;
	border-radius: 4px 4px 4px 4px;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #DFDFDF;
}

.bookmarkSortPlaceholder ul {
	min-height: 150px;
	margin: 0 5px;
	width: 140px;
	margin-bottom: 5px;
}

.stateHover {	
	border-color: #E6DB55;
	background: #FFFBCC;
}

.bookmarkSortPlaceholder ul li {
	margin-top: 5px !important;
	margin-bottom: 0 !important;
	width: 100px;
	height: 116px;
	overflow: hidden;
	cursor: move;
}

.bookmarkSortTitle {
	font-style: normal;
	font-size: 16px;
	background: url("../images/gray-grad.png") repeat-x scroll left top
		#DFDFDF;
	color: #333333;
	padding: 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.active {
	background: #E6DB55;
	border-bottom: 1px solid #E6DB55;
	color: #FFFBCC;
}

.bookmarkSortHelp {
	padding: 5px;
}

.bookmarkDragIcon,.bookmarkHelpDragIcon {
	cursor: move;
	height: 20px;
	width: 20px;
	overflow: hidden;
	background: #CCCCCC;
	border: 1px solid #333333;
	text-align: center;
}

.bookmarkHelpDragIcon {
	margin: 0 5px;
}

.bookmarkDragIcon div {
	display: none;
}

.bookmarkItemPlaceholder {
	border: 1px solid #E6DB55;
	height: 138px;
	width: 138px;
	overflow: hidden;
	background: #FFFFFF;
}

.bookmarkLeftCol {
	float: left;
	width: 112px;
}

.bookmarkRightCol {
	float: right;
	width: 112px;
}

.bookmarkCenterCol {
	float: left;
	margin-left: 18px;
	width: 730px;
}

.bookmarkListWrap {
	width: 1090px;
}

.bookmarkActiveItem {
	border: 1px solid #DFDFDF;
	width: 98px;
	overflow: hidden;
	text-align: center;
}

.bookmarkActiveItem img {
	margin: 5px;
}

.bookmarkActiveItemTitle {
	padding: 0 5px;
	white-space: nowrap;
}

.bookmarkActiveItemLink {
	text-align: right;
	margin-right: 5px;
	font-size: 11px;
}

.bookmarkActiveItemLink a {
	text-decoration: none;
	cursor: pointer;
}

.bookmarkActiveItemLink a:hover {
	text-decoration: underline;
}
.column-itemOrder2,
.column-itemOrder {
	width: 20px;
}