/* Min-height */
div#content, div#context, div#widecontent {
	height: auto !important;
	height: 400px;
	min-height: 400px;
}

/* Input & img positioning */
input, select, textarea, div#tools img, div.paging img, div#product h3 img, div#widecontent img, p img {
	vertical-align: middle;
	position: relative !important;
	position: inherit;
	top: -2px !important;
	top: auto;
}

/* Mozilla outline onfocus */
:link:focus, :visited:focus {
	-moz-outline: 0px;
	}
	
/* Display property */	
div#collections ul li a, div#categories ul li a {
	display: block !important;
	display: inline-block;
}

label span.error, label span.strong {
	display: inline !important;
	display: inherit;
}

/* Trasparency */
div.topwindow div.microthumbnail a span {
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

/* White-space */
th, td {
	white-space: nowrap !important;
	white-space: normal;
}

th.left, td.left {
	white-space: normal !important;
	white-space: normal;
}

/* clear fix */
.clear {
	margin-top: 0px !important;
	/*margin-top: -16px;*/
}
