@charset "utf-8";
/* CSS Document 
----------------------------------------
Author: Christer
Email: christer@inbusiness.no
Usage: Webshop
----------------------------------------*/

.price {
	font-size:1.09em;
	color:#293D81;
	font-weight:bold;
	display:inline;
}

.quantity {
	font-size:1.00em;
	color:#333;
	font-weight:normal;
	display:inline;
}

.input_quantity {
	background:url(../gfx/input_qty.jpg) no-repeat;
	width:42px;
	height:18px;
	padding-top:6px;
	color:#333;
	font-size:1.00em;
	border: none;
	text-align:center;
	vertical-align:middle;
	margin:0 5px;
}
.orderbutton {
	background:url(../gfx/submit_order.jpg) no-repeat;
	width:54px;
	height:24px;
	color:#333;
	font-size:1.00em;
	border: none;
	vertical-align:middle;
}
