.siteHeader .cart .main {
  cursor: pointer;
}
.siteHeader .cart .main a:hover {
  text-decoration: none;
}	
.siteContent .cart-details .product-list .product:before,.siteContent .cart-details .product-list .product:hover {
  background: #fff;	
}
.siteContent .cart-details .product-list .product .remove {
  cursor: pointer;	
}
#loading-icon {
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;	
}
#loading-icon img {
	width: 45px;
	height: 45px;	
}
#loading-icon-small {
	width: 20px;
	height: 20px;	
}
button {
	cursor: pointer;	
}
.siteContent .newsletter {
	clear: right;
}
.delivery-total select {
	font-size: 11px;
	margin-right: 10px;
}
form {
	text-transform: none;	
}
form label {
	display: block;
	float: left;
	width: 130px;
	margin-right: 10px;
	font-size: 13px;
	text-align: right;
}
form input[type="text"], form input[type="password"] {
	display: block;
	float: left;
	width: 130px;
	margin-bottom: 5px;
	padding: 2px;
	font-size: 12px;
}
form br {
	clear: left;	
}
form input[type="checkbox"] {
	width: 16px;	
}
form .textSmall {
	text-align: justify;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;	
}
form button {
	border: 0;	
}
form textarea {
	width: 90%;
	height: 50px;	
}