

div.shop div.left {
	width: 400px;
}

div.shop  div.right {
	width: 280px;
}

/**/
ul.shop_categories {
	width: 100%;
	height: 50px;
	padding: 0 0 20px 0;
}

ul.shop_categories li {
	float: left;
	padding-right: 10px;
}

/**/

ul.shop_products li {
	padding-bottom: 20px;
}

ul.shop_products li h3 {
	margin-bottom: 5px;
}

ul.shop_products li p {
	margin-bottom: 10px;
}

ul.shop_products li p.price {
	margin-bottom: 5px;
}

/**/

p.steps strong {
	color: #b7cf00;
}

/**/

table#cart {
	width: 100%;
	margin-bottom: 20px;
}

table#cart tr.header,
table#cart tr.total {
	background-color: #333;
}

table#cart th {
	padding: 2px 0 2px 0;
}

table#cart th,
table#cart td {
	padding: 5px;
}

table#cart select.quantity {
	width: 40px;
}
