.item-shop-div {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.item-shop-item {
	width: 278px;
	min-height: 206px;
	overflow: hidden;
	position: relative;
	float: left;
}

.item-shop-item-container {
	position: relative;
	background: #FFF url(../images/itembox.png) no-repeat 0 0;
	height: 118px;
	overflow: hidden;
}

.item-image-container {
	float: left;
	width: 75px;
	height: 100px;
	margin-top: 10px;
	margin-left: 9px;
	background: #FFF;
}

.item-desc-container {
	width: 182px;
	float: right;
	position: relative;
	margin-top: 7px;
	margin-right: 7px;
}

.item-desc-container div.desc-title a {
	color: #000;
	text-shadow: 1px 1px 0px ##FFF;
	font-size: 10px;
	font-weight: bold;
}

.item-desc-container div.desc-info {
	overflow: auto;
	height: 82px;
	margin-top: 8px;
	padding-left: 4px;
	font-size: 11px;
}

.item-desc-container div.desc-info p {
	word-wrap: break-word;
}

.item-desc-container div.desc-price {
	position: absolute; 
	top: -2px; 
	left: auto;
	right: 0;
	background: #0080FF;
	color: #FFF; 
	font-size: 10px; 
	padding: 1px 3px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 0px 0px #0040FF; 
	box-shadow: 0px 2px 0px 0px #0040FF; 
	font-weight: bold; 
	text-shadow: 0px -1px 0px rgba(0, 0, 0, .5);
}

.item-image-container img {
	-webkit-box-shadow:  2px 2px 0px 0px #c0c0c0;
    box-shadow:  2px 2px 0px 0px #c0c0c0;
    width: 75px;
    max-height: 100px;
}

.item-quantifier {
	height: 83px;
	overflow: hidden;
	position: relative;
	background: #FFF url(../images/itembox.png) no-repeat 0 -138px;
	margin-top: 5px;
}

.item-quantifier .quantity-box {
	position: absolute;
	top: 25px;
	left: 10px;
	font-size: 11px;
}

.item-quantifier .quantity-box input[type=text] {
	width: 44px;
	height: 18px;
	background: transparent url(../images/itembox.png) no-repeat 0 -118px;
	padding: 0 3px;
	border: 0;
	font-size: 11px;
}

.item-quantifier .total-box {
	position: absolute;
	top: auto;
	bottom: 4px;
	overflow: hidden;
	width: 100%;
}

.item-quantifier .quantity-total {
	float: left;
	font-size: 11px;
	margin-left: 5px;
	margin-top: 2px;
}

.item-quantifier .quantity-submit {
	float: right;
	width: 32px;
	height: 20px;
	background: url(../images/itembox.png) no-repeat -50px -218px;
	margin-right: 5px;
}

.item-quantifier .quantity-submit:hover {
	background-position: -92px -118px;
}

.item-quantifier .quantity-submit:active {
	background-position: -134px -118px;	
}

.item-shop-category {
	margin: 10px 0;
}

.item-shop-category a {
	display: inline-block;
	border-right: 1px solid #CCC;
	padding: 0 5px;
}

.item-shop-category a:last-child {
	border-right: none;
}

.item-shop-category a:hover,
.item-shop-category a.selected {
	text-decoration: underline;
}