/*--------------------------------------------------------------------------/
* @Author		KulerThemes.com http://www.kulerthemes.com
* @Copyright	Copyright (C) 2012 - 2013 KulerThemes.com. All rights reserved.
* @License		KulerThemes.com Proprietary License
/---------------------------------------------------------------------------*/

.is-ie {
	overflow-x: hidden;
}
.is-ie input,
.is-ie select,
.is-ie textarea {
	line-height: 120%;
}
/* input */
.is-ie input {
	position: static;
	overflow: visible;
}
.is-ie input[type*="radio"],
.is-ie input[type*="checkbox"] {
	border: none;
	outline: none;
	background: none;
	vertical-align: bottom;
}
.is-ie .tab-content {
	width: 100%;
}
.is-ie .mainmenu li .dropdown {
	margin: 0;
	display: none;
}
.is-ie #header #cart .inner {
	margin: 0;
	display: none;
}
.is-ie table.list tbody td.quantity input {
	vertical-align: top;
}