#main {float: left; padding: 20px; width: 550px;}

.catlistitem {
	display: block;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	clear: left;
	min-height: 110px;
	height: auto !important;
	height: 110px;
}

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

.catlisttext {
width: 400px;
	float: left;
}

.image {
	width: 170px;
	float: left;
}

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

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

.product_content {
width: 360px;
float: left;
margin-bottom: 20px;
}

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

.addtocart {
	float: right;
	width: 180px;
	text-align: right;
}

.catlistcart {
	float: right;
}

.checkoutitem {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	min-height: 30px;
	height: auto !important;
	height: 110px;
	display: block;
	width: 70%;
}

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

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

h3 {
font-size: 12px;
}

.product_details {
float: left;
text-align: left;
width: 350px;
}

.productOptions {
width: 220px;
float: right;
text-align: right;
}

.productOptions label {width: 80px;}
.productOptions input {width: 110px; float: left;}
.productOptions select {width: 114px; float: left;}


#tzcd {font-size: 1.4em; font-weight: bolder;}

#bigsale {
width: 600px;
height: 296px;
position: relative;
}

#bigsale p {
display: block;
width: 240px;
font-size: 1.8em;
font-weight: bolder;
text-align: center;
position: absolute;
bottom:45px;
left: 11px;
height: 40px;
line-height: 40px;
}

