.cart_plus {
display: block;
background-image: url(img/cart/plus.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}

.cart_minus {
display: block;
background-image: url(img/cart/minus.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}

.cart_alter {
display: block;
background-image: url(img/cart/alter.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}

.cart_delete {
	display: block;
	background-image: url(img/cart/delete.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 22px;
	border: 0px;
	font-size: 0px;
	background-color: #FFCC99;
	cursor: pointer;
}


.hasCountdown {
}
.countdown_holding div {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	text-align: center;
}
.countdown_show1 div {
	width: 100%;
}
.countdown_show2 div {
	width: 50%;
}
.countdown_show3 div {
	width: 33%;
}
.countdown_show4 div {
	width: 25%;
}
.countdown_show5 div {
	width: 20%;
}
.countdown_show6 div {
	width: 16%;
}
.countdown_show7 div {
	width: 14%;
}
.countdown_section {
	float: left;
	font-size: 75%
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	width: 100%;
}

#stock {
	float: right;
	width: 27%;
}

#box_live_shopping .current {
	background-color: #CFFFB2;
}

