.webshop_categories .category_div {
	margin: 20px;
	border: 1px solid #aaa;
	height: 100px;
	padding: 10px;
}

.webshop_categories .category_div img {
	float: left;
	margin-right: 20px;
}

.webshop_categories .category_div p {
	line-height: 100px;
}

.webshop_items .item_div {
	margin: 20px;
	border: 1px solid #aaa;
	height: 120px;
	padding: 10px;
    background: #999;
}

.webshop_items .item_div table {
    height: 120px;
    background: #fff;
}

.webshop_items .item_div img {
	cursor: pointer;
}

.webshop_items .item_div .qty {
	width: 40px;
	border: 2px groove #aaa;
}

.webshop_items .item_div .left {
	float: left;
}

.webshop_items .item_div .right {
	float: right;
}

.webshop_cart {
	margin: 20px 0 20px 0;
	width: 100%;
}

.cart_order_form {
	padding: 20px 0 10px 30px;
}

.cart_order_form p {
	padding: 10px 0 20px 0;
}