input{
	font-size:15pt;
}

#price, #title{
	font-family: Helvetica;
	font-weight:normal;
}

body
{
	width:100%;	
}

#container{
	height:105px;
	width:400px;
}

#price{
	font-weight:bold;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}

button{
	height: 30px;
    width: 280px;
}

div ul{
    font-family: arial;
    font-size: 14pt;
    padding-left: 0;
}

#subtotal, #total ,#tax
{
	float:left;
	width:125px;
}

#total {
	font-weight:bold;
}

.taxable{
	color:red;
}

#loading{
	display:none;
    text-align:center;
}

#list li{
	padding-bottom:5px;
	width:500px;	
}

#loader{
	top: 50px;
	position: relative;
}

#trash{
    background-position:center;
	background-image: url("/images/trashclosed.png");
    background-repeat: no-repeat;
    height: 128px;
    position: relative;
}
#trash.hover
{
	background-image: url("/images/trashopen.png");
}

div#preload { display: none; }

#input {
	height: 150px;
    padding: 30px;
	-moz-border-radius: 15px;
    border-radius: 15px;
	background: #b4df5b; /* Old browsers */
	background: -moz-linear-gradient(top,  #b4df5b 0%, #b4df5b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4df5b), color-stop(100%,#b4df5b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b4df5b 0%,#b4df5b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b4df5b 0%,#b4df5b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b4df5b 0%,#b4df5b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b4df5b 0%,#b4df5b 100%); /* W3C */
    -moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
}

input.rounded {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 20px;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
}

input.rounded:focus {
	border-color: #339933;
}

#upc {
	width:275px;
	margin-bottom: 20px;
}

.element {
    margin-left: auto;
    margin-right: auto;
    width:500px;
}

#itemText {
	text-align:center;
}
