		img {
			border: none;
		}

		.catListContainer,
		.itemListContainer {
			position: relative;
			width: 270px;
			min-height: 130px;
			float: left;
			border: 4px solid #000;
			background: #e4d4b3;
			padding: 10px;
			margin: 4px;
		}
		
		.catThumb,
		.itemThumb {
			position: relative;
			width: 130px;
			height: 130px;
			float: left;
			margin-right: 10px;
			overflow: hidden;
		}

		.catText {
			float: left;
			line-height: 150%;
		}

		.catTitle,
		.itemTitle {
			font-size: 100%;
			font-weight: bold;
		}

		.catTitle a,
		.itemTitle a {
			color: black;
			border-bottom: 1px dotted #777;
			text-decoration: none;
		}

			.catTitle a:hover,
			.itemTitle a:hover {
				color: #777;
				border-bottom-style: solid;
			}

		.catQty {
			
		}

		.itemCode {
			display: block;
			position: absolute;
			right: 5px;
			bottom: 6px;
			font-size: 10px;
			color: #a03701;
		}

		.noImage {
			position: absolute;
			top: 40%;
			margin: auto;
			width: 130px;
			color: #333;
			font-weight: bold;
			text-align: center;
		}