/* Status description on archives */
.tax-product_status .status-description {
	overflow: hidden;
	zoom: 1;
}
.tax-product_status .status-description img.status-thumbnail {
	width: 25%;
	float: right;
}
.tax-product_status .status-description .text {
	width: 72%;
	float: left;
}

/* Status description widget */
.widget_status_description img {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 0 1em;
}

/* Status thumbnails widget */
.widget .status-thumbnails, .status-thumbnails {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	clear: both;
	list-status: none;
}
.widget .status-thumbnails li, .status-thumbnails li {
	float: left;
	padding: 0;
	margin: 0 2% 2% 0;
}
.widget .status-thumbnails li.last, .status-thumbnails li.last {
	margin-right: 0;
}
.widget .status-thumbnails li img, .status-thumbnails li img {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
}

/* Status thumbnails description */
.status-thumbnails-description li {
	text-align: center;
}

.status-thumbnails-description li .term-thumbnail img {
	display: inline;
}

.status-thumbnails-description li .term-description {
	margin-top: 1em;
	text-align: left;
}

/* A-Z Shortcode */
#status_a_z h3:target {
	text-decoration: underline;
}
ul.status_index {
	list-status: none outside;
	overflow: hidden;
	zoom: 1;
}
ul.status_index li {
	float: left;
	margin: 0 2px 2px 0;
}
ul.status_index li a, ul.status_index li span {
	border: 1px solid #ccc;
	padding: 6px;
	line-height: 1em;
	float: left;
	text-decoration: none;
}
ul.status_index li span {
	border-color: #eee;
	color: #ddd;
}
ul.status_index li a:hover {
	border-width: 2px;
	padding: 5px;
	text-decoration: none;
}
ul.status_index li a.active {
	border-width: 2px;
	padding: 5px;
}
div#status_a_z a.top {
	border: 1px solid #ccc;
	padding: 4px;
	line-height: 1em;
	float: right;
	text-decoration: none;
	font-size: 0.8em;
}
