.x-panel-body {
	background: white;
	font: 11px Arial, Helvetica, sans-serif;
}

.thumb {
	background: white;
	padding: 3px;
	padding-bottom: 0;
}

.x-quirks .thumb {
	padding-bottom: 3px;
}

.thumb img {
	vertical-align: middle;
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: auto;
	max-width: 300px;
	height: auto;
	max-height: 230px;
}

.thumb-wrap {
	width: 320px;
	height: 270px;
	float: left;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
}

.thumb-wrap span {
	display: block;
	overflow: hidden;
	text-align: center;
	width: 86px; /* for ie to ensure that the text is centered */
}

.x-item-over {
	border: 1px solid #dddddd;
	background: #efefef repeat-x left top;
	padding: 4px;
}

.x-item-selected {
	background: #eff5fb no-repeat right bottom;
	border: 1px solid #99bbe8;
	padding: 4px;
}

.x-item-selected .thumb {
	background: transparent;
}

.x-view-selector {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	border: 1px dotted;
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity =   50);
	zoom: 1;
	background-color: #c3daf9;
	border-color: #3399bb;
}

.ext-strict .ext-ie .x-tree .x-panel-bwrap {
	position: relative;
	overflow: hidden;
}

.tree-icon-product {
	background-image: url('../images/product.png') !important;
	background-repeat: no-repeat;
}

.tree-icon-location {
	background-image: url('../images/location.png') !important;
	background-repeat: no-repeat;
}

.icon-has-photos {
	background-image: url('../images/has_image.png') !important;
	background-repeat: no-repeat;
}

.icon-no-photos {
	background-image: url('../images/no_image.png') !important;
	background-repeat: no-repeat;
}

.icon-has-photos .x-grid-cell-inner {
    margin-left: 16px;
}

td.icon-no-photos .x-grid-cell-inner {
    margin-left: 16px;
}

.tree-icon-no-image {
	background-image: none !important;
	background-repeat: no-repeat;
}

.disabled-row .x-grid-cell {
    color: gray;
}

.wp-released .x-grid-cell {
	font-weight: bold;
}​