#webshop-wrapper {
	position: relative;
	float: left;
	width: 880px;
}

#webshop-content form {
	position: relative;
	float: left;
}

#webshop {
	position: relative;
	float: left;
	width: 880px;
}

.webshop-holder{
	position: relative;
	float: left;
	width: 880px;
	display: block;
	clear: both;
}

.blur-out{
	color: #bbbbbb;
}
.hideme {
	display: none;
}

.showme{
	display: block;
}

.invalid-input{
	background: #ffcfcf;
}

#webshop-address input#autofill{
	display: inline;
	width: 20px;
}
#webshop-menu{
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
#webshop-menu span{
	float: left;
	margin-right: 20px;
	padding: 10px;
	border: 1px solid #ccc;
	width: 140px;
	cursor: pointer;
}

.webshop-active{
	background: #f1f1f1;
}
.webshop-product{
	width: 273px;
	height: 190px;
	border-top: 1px solid #ccc;
	float: left;
	padding: 10px 0px 10px 0px;
	margin-right: 20px;
}

.webshop-thumb{
	width: 80px;
	float: left;
}

.webshop-content{
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-left: 10px;
}

.approval-list{
	width: 800px;
	float: left;
	display: block;
}

.approval-list li{
	width: 800px;
	float: left;
	display: block;
	padding: 4px 0px;
	border-bottom: 1px dotted #eee;
}

.approval-list span{
	width: 155px;
	padding-right: 5px;
	float: left;
}

#grand_total{
	display: inline;
}

.webshop-toggle{
	position: relative;
	width: 850px;
	float: left;
	text-align: right;
}
.webshop-toggle span{
	background: #eee;
	color: #222;
	padding: 5px 10px;
	cursor: pointer;
}

#webshop-address{
	width: 700px;
	float: left;
}
#webshop-invoice {
	float: left;
	width: 300px;
	padding-right: 30px;
}
#fill {
	position: relative;
	float: left;
	width: 300px;
	padding: 10px 30px 10px 0;
}
#webshop-delivery {
	float: right;
	width: 300px;
}
#date {
	float: left;
	width: 500px;
}

#webshop-3 input, #webshop-3 textarea {
	position: relative;
	float: left;
	clear: both;
	width: 280px;
	padding: 3px 2px;
	margin: 0;
	border: 1px solid #ccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
}

#webshop-3 label {
	position: relative;
	float: left;
	clear: both;
	padding: 10px 0 2px 0;
	font-weight: bold;
	color: #333;
}
#webshop-3 label#autofill-label {
	position: relative;
	float: left;
	clear: none;
	font-weight: normal;
	color: #333;
	width: 200px;
}
#checkbox {
	position: relative;
	float: left;
	width: 20px;
	padding: 0 5px 0 0;
	margin-top: 10px;
}

.amount{
	width: 30px;
	float: left;
}

.product-bottom{
	width: 100%;
	float: left;
}

.webshop-thumb p {
	padding: 5px 0 0 0px;
	margin: 0px;
	display: block;
	position: relative;
	float: left;
}

.amount-header {
	position: relative;
	float: left;
	clear: both;
}

.product-price{

}


.product-input{
	width: 50px;
	position: relative;
	float: left;
	clear: both;
}

#total-holder{
	width: 800px;
	float: left;
	text-align: right;
	padding: 10px 0px;
}

.total-left{
	float: left;
	font-weight: bold;
}

.total-right{	
	float: left;
	margin-left: 10px;
}

