
.product_category {
	float: left;
	display: inline;
	width: 440px;
	
	min-height: 200px;
	height: auto !important;
	height: 200px;
	
	margin-right: 20px;
	margin-bottom: 20px;
}

	.product_category .picture {
		display: inline;
		float: left;
		width: 110px;
	}
	
	.product_category .items {
		display: inline;
		float: left;
	}
	
.product {
	/*border: 3px solid #fff;*/
	width: 285px;
	float: left;
	display: inline;
	padding: 8px;
	
	height: 200px;
	
	margin-right: 15px;
	margin-bottom: 15px;
	
	border: 1px solid #eee;
}

	.product h3 {
		height: 36px;
		overflow: hidden;
		font-weight: bold ! important;
		font-size: 120%;
		margin-top: 0px;
		padding-top: 0px;
	}
	
	.product h3 a {
		font-weight: bold ! important;
	}
	
	.product .picture {
		float: left;
		height: 100px;
		overflow: hidden;
		padding: 4px;
		margin: 4px;
		/*border: 1px solid #333;*/
	}


.promo .picture {
	background-color: #B7D0A2;
}

.new .picture {
	background-color: #FFBFBF;
}

	.product .price {
		height: 50px;
		float: right;
	}
	
	.product a, .product_category a {
	
	}
	
.kart-container thead {
	font-weight: bold;
	font-size: 12px;
	background-color: #D6D6D6;
}

.kart-container thead td, .kart tfoot td {
	padding: 2px;
}


.kart-container tbody td {
	border-bottom: 1px solid #B7D0A2;
	padding: 2px;
}


#shortkart {
	display: inline;
	float: right;
}


.clear {
	clear: both;
}
