#cart_preview {
	font-size: 13px;
	font-weight: bold;
	padding-left: 8px;
	min-height: 107px;
	background-color: #ececec;
	overflow: hidden;
	padding-top: 8px;
}

#cart_preview div.items {
	width: 144px;
	border-width: 4px;
	border-style: solid;
	border-color: #e32a2f;
	padding-top: 14px;
	padding-left: 14px;
	padding-bottom: 14px;
	background-color: #fff7b5;
}

#cart_preview div.view_cart {
	float: left;
	text-decoration: underline;
	font-size: 14px;
	width: 84px;
	padding-top: 8px;
}

#cart_preview div.view_cart a {
	color: inherit;
}

#cart_preview div.checkout {
	float: left;
}

#cart_preview div.checkout, #cart_preview div.view_cart {
	height: 31px;
}

#body div.css_button, #body div.css_button_pressed {
	width: 138px;
	text-align: center;
	padding-top: 5px;
	font-size: 18px;
	float: left;
	height: 28px;
	margin-top: 5px;
	cursor:pointer; 

	border-style: solid;
	border-color: #ed1c24;
	border-width: 1px;
}

#body div.css_button {
	background-color: #ed1c24;
	color: #ffffff;
}

#body div.css_button_pressed {
	background-color: #ffffff;
	color: #ed1c24;
}

#body div.stock { 
	vertical-align:middle; 
	line-height:15px; 
	font-size:9px; 
	font-weight:normal; 
} 

#body div.price {
	width: 138px;
	font-weight: bold;
	font-size: 16px;
	float: left;
	border-style: solid;
	border-color: #aaaaaa;
	border-width: 1px;
	height: 75px;
	text-align: center;
	padding-top: 45px;
	background-color: #f3f3f3;
}

