@charset "utf-8";

/* Button */
.ncart .w_btn {
	text-decoration: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 12px;
	margin: 0;
	font-family: inherit;
	font-size: 12px;
	line-height: 24px;
	height: 25px;
	color: #fff;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	overflow: visible;
	background-color: #de161f;
	background-image: none;
	border: 0;
	border-radius:2px;
	text-shadow:none;
	box-shadow:none;
	-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out		
}
.ncart .w_btn:hover,
.ncart .w_btn:active,
.ncart .w_btn[disabled] {
	color: #fff;
	background-color: #9f0a0a;
	*background-color: #9f0a0a;
}
.ncart .w_btn i, .ncart .w_btn i.inverse {
	width: 24px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	margin-left: -12px;
	margin-right: 4px;
	text-align: center;
	padding-left: 2px;
	border-radius: 2px 0 0 2px;
}
.ncart .w_btn i.inverse {
	margin-left: 4px;
	margin-right: -12px;
}
.ncart .w_btn-gray {
	color:#fff; 
	background:#9b9a9a;
}
.ncart .w_btn-gray:hover {
	background:#777777;
}
.ncart .w_btn-dark {
	color:#fff; 
	background:#555555;
}
.ncart .w_btn-dark:hover {
	background:#333333;
}