/*Buttons general*/
.vbutton {
	height:35px;
	display:inline;
	font-size: 13px;
}
.vbutton input {
	height: 35px;
	display: inline;
	background: #e67e22;
	border: 1px solid #e67e22;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	cursor: pointer;
}
.vbutton input:hover{
	background-color:#E88F40;
	border:1px solid #E88F40;
}
.vbutton input.button_secondary,
.vbutton input.b_back,
.vbutton input.b_cancel,
.vbutton input.b_reset {
	background: #95a5a6;
	border: 1px solid #95a5a6;
}
.vbutton input.button_secondary:hover,
.vbutton input.b_back:hover,
.vbutton input.b_cancel:hover,
.vbutton input.b_reset:hover {
	background: #9fabac;
	border: 1px solid #9fabac;
}

/*Button In Cart */
.vbutton input.b_in_cart{
	background: #e67e22 url(b_in_cart.png) no-repeat left center;
	background-size: 35px 35px;
	padding-left: 40px;
	border:none;
}
.vbutton input.b_in_cart:hover{
	background-color:#E28839;
	border: none;
} 

.vbutton1{
	height:17px;
	display:inline;
}
.vbutton1 input{
	height:17px; 
	background-color:#E2EFF8;
	color:#15568C; 
	font-weight:bold;
	border:1px solid #a3cfe4;
	display:inline;
	margin:0px;
	padding:0px 2px 0px 2px; 
	font-size:9px;
	cursor:pointer;
}
.vbutton1 input:hover{
	background-color:#B6DCED;
	border:1px solid #64b0d4;
}

/*Button row */
.vbuttrow{
	margin-top:15px;
}
.vbuttrow div.vbutton{ 
	margin-right:10px;
}
.vbuttrow div.vbutton:last{
	text-align:right;
	margin-right:0px;
}
.vbuttrow div.vbutton input {
	margin: 2px;
}

