.shopping_cart{
font-size:12px;
}
.shopping_cart h2{
font-size:14px;
}

.wp_cart_checkout_button:hover{
	opacity:0.7;
}

.wp_cart_button {
	width: 119px;
	height: 21px;
	background: url(images/blankbutton.png) no-repeat centre top;
}

.wp_cart_button:hover{
	opacity:0.7;
}

table.carttable {
        font-size: 0.9em;
        width: 100%;
        margin: 0 0 0 12px;
}

table.carttable td a {font-weight: normal;}

#wp_paypal_shopping_cart_widgets table.carttable {width: 200px; font-size: 0.9em;}

table.carttable th {line-height: auto; padding: 2px;}

table.carttable tr, table.carttable td {line-height: auto; padding: 2px; text-align: center;}

table.carttable td input.delete {margin-left: 4px;}

input.wp_cart_checkout_button {
	 border: 1px solid #003B6E;
         background: #005FB0;
         color: #fff;
         padding: 2px;
         width: 7.5em;
}