/*--------------------------------------------------------------------------/
* @Author		LatestThemes.net http://www.LatestThemes.net
* @Copyright	Copyright (C) 2014 LatestThemes.net. All rights reserved.
* @License		LatestThemes.net Proprietary License
/---------------------------------------------------------------------------*/

/* input */
input {
	position: static;
	overflow: visible;
	vertical-align: middle;
}
input[type*="radio"],
input[type*="checkbox"] {
	border: none;
	outline: none;
	background: none;
}
.tab-content {
	width: 100%;
}
/* products grid */
table.list tbody td.quantity input {
	vertical-align: top;
}