@charset "utf-8";
/* CSS Document */

#cart {
	background-color: #eeeeee;
	margin: 0px 0px 10px 0px;
}

.cart_h4 {
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	background-color: #eeeeee;
	padding: 5px 10px 5px 12px;
	margin: 20px 0px 0px 0px;
	background-image: url(/img/cart_grey.jpg);
	background-repeat:no-repeat;
	background-position: 165px 0px;
}

#cart .cartitem {
	padding: 5px 10px 5px 12px;
	margin: 0px;
}

#cart .cartitem .leftColumn {
	float: left;
	width: 25px;
	margin: 0px;
}

#cart .cartitem .middleColumn {
	float: left;
	width: 25px;
	margin: 0px;	
}

#cart .cartitem .middleColumn a {
	display: block;
	text-decoration:none;
	width: 8px;
	height: 18px;
	border: 1px solid #CDCDCD;
	background-color: #FFF;
	color: #000;
	text-align: center;
	line-height: 18px;
	margin: 0px 1px 0px 0px;
}

a.increase {
	float: left;
}

a.decrease {
	float: right;
}

#cart .cartitem .middleColumn a:hover {
}

.amount_input {
	padding: 0px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #CDCDCD;
	background-color: #FFF;
	text-align: center;
}

.input {
	border: 1px solid #CDCDCD;
	background-color: #FFF;
}

.select {
	border: 1px solid #CDCDCD;
	background-color: #FFF;
}

.textarea {
	border: 1px solid #CDCDCD;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 400px;
	height: 50px;
}


#cart .cartitem .rightColumn {
	float: right;
	height: 18px;
	line-height: 18px;
	width: 120px;
	margin: 0px;
}

#cart .cartitem .rightColumn a {
	text-decoration: none;
	color: #000;
}

#cart .total {
	padding: 0px 10px 0px 12px
}

#cart .total .leftColumn {
	float: left;
	width: 70px;
}

#cart .total .rightColumn {
	float: right;
	width: 103px;
	text-align: right;
}

#cart .checkout {
	padding: 10px 10px 10px 12px;
	border-bottom: 1px solid #CDCDCD;
	font-weight:bold;
}

#cart .small {
	padding: 10px 10px 10px 12px;
	border-bottom: 1px solid #CDCDCD;
	font-weight:normal;
	font-size: 10px;
}

#cart .checkout a {
	text-decoration:none;
}

#cart .checkout a .columnLeft {
	float: left;
	width: 145px;
	border: 1px solid #CDCDCD;
	border-right: 0px;
	height: 18px;
	background-color: #FFF;
	line-height: 18px;
	padding: 0px 0px 0px 7px;
}

#cart .checkout img {
	float: right;
	width: 20px;
	border: 0px;
}

.step_active {
	font-size: 12px;
	font-weight: bold;
	color: #8ebc11;
	margin: 0px;
	padding: 0px;
}

.step_inactive {
	font-size: 12px;
	font-weight: bold;
	color: #CDCDCD;
	margin: 0px;
	padding: 0px;
}
