.clearout {
	clear: both;
	height: 0;
}

.editor {
	width: 990px;
	margin: 0;
	padding: 0;
}

.editor .inner {
	width: 100%;
	position: relative;
}

.editor .product-selector {
	width: 500px;
	float: left;
}

.editor .product-selector .product-menu {
	position: absolute;
	width: 290px;
}

.editor .product-selector .product-menu .types li {
	background: url("../images/nav-selected-brn.png") no-repeat center left,
	background-color: transparent;
	list-style: none;
	display: block;
	width: 290px;
	height: 42px;
	padding: 5px;
	margin: 1px 5px;
	z-index: 6000;
}

.editor .product-selector .product-container {
	position: absolute;
	float: left;
	width: 210px;
	margin-left: 271px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #efefef;
	z-index: 5000;
}

.editor .product-selector .product-container .product-list {
	width: 100%;
}

.editor .product-selector .product-container .product-list .product-type-nav {
	height: 30px;
}

.editor .product-selector .product-container .product-list .product-name {
	margin: 8px 5px;
	width: 170px;
	height: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.editor .product-selector ul {
	list-style: none;
}

.editor .product-selector .product-container .product-list ul li {
	float: left;
	width: 86px;
	height: 86px;
	background-color: white;
	margin: 0 0 6px 6px;
	border: 1px solid #cccccc;
	cursor: pointer;
}

.editor .product-selector .product-container .product-list ul li.selected {
	border: 1px solid #231f20;
}