div#cart_contents{
	width: 645px;
}

.op_cart_item {
	margin: 5px 25px 5px 0px;
	padding:5px 10px;
	background: #fff url("/wp-content/plugins/op_cart/images/seperator.gif") bottom left repeat-x;
	overflow:auto;
}

div.op_cart_item.odd{ background: #eee;}
div.op_cart_item.even{ background: #fefefe; }

.op_cart_item h2 { margin:0 0 10px; font-size: 105%; }
div.op_cart_item_meta h2 a{ text-decoration:underline}

.op_cart_item span { fontweight: bold }
.op_item_img{
	float:left;
	width: 150px;
	padding: 3px;
	background: #eee;
}

.op_item_img > img{
	width: 150px;
}

div.op_cart_item_meta{
	float:right;
	width: 435px;
	padding: 10px 0;
	font-size: 90%;
}

div.op_cart_item_meta span.value{
	font-weight: bold;
}

div.op_cart_item_meta a.op_removeFromCart{
	display:block;
	background: url('images/remove_from_cart.png') no-repeat;
	width: 63px;
	height: 15px;
	float:right;
}

div.op_cart_item_meta a.op_removeFromCart:hover{
	background-position: -63px 0;
}

.op_checkout_badge {
	float: right;
	padding-top:15px;
	width: 280px;
	height:285px;
	text-align: center;
	background: #fff url("/wp-content/plugins/op_cart/images/checkout-badge.png") top left no-repeat;
}

.op_cart_error {
	display:none;
	background:yellow;
	border: 1px solid red;
	color:black;
}
.op_info, .op_success, .op_warning, .op_error {
	display:none;
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

div.op_msg {
	padding-bottom:1em;
}
div.op_msg span{
	color: #333;
}
.op_error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url("/wp-content/plugins/op_cart/images/error.png");
	background-position: 10px 10px;
}

.op_info {
	color: #006fad;
	background-color: #bad9f3;
	background-image: url("/wp-content/plugins/op_cart/images/info.png");
	background-position: 10px 10px;
}


.co_hdr { font-size:200%;}
.co_result { display:none; }
.co_btn {text-align: center;display:none;}

a.op_emptyCart{
	margin-top: 20px;
	display:block;
	width: 146px;
	height: 23px;
	background: url('images/empty_cart.png') no-repeat;
}

a.op_emptyCart:hover{
	background-position: -146px 0;
}