/* Designer description on archives */
.tax-product_designer .designer-description {
	overflow: hidden;
	zoom: 1;
}
.tax-product_designer .designer-description img {
	width: 25%;
	float: right;
}
.tax-product_designer .designer-description .text {
	width: 72%;
	float: left;
}

/* Designer description widget */
.widget_designer_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;
}

/* Designer thumbnails widget */
.widget .designer-thumbnails, .designer-thumbnails {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	clear: both;
}
.widget .designer-thumbnails li, .designer-thumbnails li {
	float: left;
	padding: 0;
	margin: 0 2% 2% 0;
}
.widget .designer-thumbnails li.last, .designer-thumbnails li.last {
	margin-right: 0;
}
.widget .designer-thumbnails li img, .designer-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;
}

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