/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
.widget ul li:hover {
    background: #DDDDDD;
}
.widget h3 {
    background-color: #FFBF00;
    color: #000000;
}
form.mp_buy_form .mp_no_stock {
    background:#E00000;
    border: 1px solid #9A0000;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}
.mp_button_addcart, .mp_button_buynow, .mp_cart_col_updatecart input[type="submit"], #mp_shipping_submit, #mp_payment_confirm, #mp_payment_submit {
    background: #000000;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}
.mp_button_addcart:hover, .mp_button_buynow:hover, .mp_cart_col_updatecart input[type="submit"]:hover, #mp_shipping_submit:hover, #mp_payment_confirm:hover {
font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
font-weight: bold;
padding: 5px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
text-decoration: none;
background: #637D37;
border: 1px solid #E1E1E1;
}
body{
	color: #2E2E2E;
	background-color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	line-height: 18px;
}
