/* Shopping cart */

.product {
	display: block;
	/* border-bottom: 1px solid #ccc; */
	padding: 5px;
	margin-bottom: 20px;
	height: 110px;
}

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

img.cat {
	height: 100px;
	width: 100px; 
	border: 0px;
}

.content {
	float: left;
	width: 100%;
}

img.image {
	width: 200px;
	height: 200px;
	border: none;
	float: right;
}

.slashedprice {
	text-decoration: line-through;
}

.productinfo {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 550px;
	position: relative;
	font-size: 0.8em;
	border: 1px solid black;
}

.addtocart {
	border: 1px solid red;
}

.price {
	color: red;
	font-weight: bold;
}

.checkoutitem {
	border-left: 1px solid #ccc; 
	/* border-bottom: 1px solid #ccc; */
	margin: 10px;
	padding: 5px;
	height: 110px;
	display: block;
	width: 70%;
}

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

.iteminfo {
	display:block;
	float: left;
}

a.add:link {
	background: #333;
	padding: 3px;
	/*border: 1px solid black;*/
	color: #FFF;
	font-size: 0.8em;
	text-decoration: none;
}

a.add:visited {
	background: #999;
	padding: 3px;
	border: 1px solid #333;
	color: #FFF;
	font-size: 0.8em;
	text-decoration: none;
}

a.add:hover {
	background: green;
	padding: 3px;
	border: 1px solid darkgreen;
	color: #FFF;
	font-size: 0.8em;
	text-decoration: none;
}

li.item { 
	list-style:none!important; 
	float: left; 
	width: 165px;
/*	border: 1px solid #cccccc;*/
	text-align: center;
	padding: 5px;
	margin-bottom: 70px;
}

/*.item img {
	max-height: 100px;
	max-width: 300px;
	}*/