﻿.whitebutton {
	background-color: #FFFFFF;
	border: thin #F58026 solid;
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	height: 12px;
	width: 34px;
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 0px 1px 3px 1px;
	font-size: 11px;
	overflow: visible;
	margin-right:10px;
}
.whitebutton a:hover{
	color: #f68026;
	text-decoration:none;
}
input.input,select.input{
	font: 10px "Arial Narrow";
	font-weight:bold;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	vertical-align:text-bottom;
	width: 140px;
}
textarea.input {
	font: 10px "Arial Narrow";
	border: 1px solid #666;
}
#itemhead {
	width: 49%;
	height: 17px;
	margin: 0 auto;
	background-color: #53534A;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	padding-left:1%;
	padding-top: 5px;
}
#itembox {
	width: 50%;
	height: 110px;
	float: left;
	padding-top: 10px;
}
#itemimg {
	width: 80px;
	float: left;
}
#itemtxt {
	float: left;
	width: 180px;
	margin-left: 5px;
	margin-top: 10px;
	height: 100px;
}
#skuhead {
	width: 14%;
	height: 17px;
	margin: 0 auto;
	background-color: #53534A;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	padding-top: 5px;
}
#skubox {
	width: 14%;
	height: 90px;
	float: left;
	margin-top: 15px;
}
#pricehead {
	width: 11.7%;
	height: 17px;
	margin: 0 auto;
	background-color: #53534A;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	padding-top: 5px;
}
#pricebox {
	width: 11.7%;
	height: 65px;
	float: left;
	padding-top: 15px;
}
#qtyhead {
	width: 11.7%;
	height: 17px;
	margin: 0 auto;
	background-color: #53534A;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	padding-top: 5px;
}
#qtybox {
	width: 11.7%;
	height: 65px;
	float: left;
	padding-top: 15px;
}
#totalhead {
	width: 11.7%;
	height: 17px;
	margin: 0 auto;
	background-color: #53534A;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	padding-top: 5px;
}
#totalbox {
	width: 11.7%;
	height: 110px;
	float: left;
	padding-top: 15px;
}
#suggproducts {
	width: 130px;
	float:left;
	height: 160px;
	margin: 0 auto;
	padding-left: 10px;
}

