/*
Theme Name:     Spatreats Child
Theme URI: 		http://wedesignthemes.com/themes/dt-spatreats
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Spatreats theme
Template:       spatreats
Version:        1.0
*/
@import url("../spatreats/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

body { background:white url(images/top-bg.jpg) repeat-x !IMPORTANT; }
#header { background: url(images/header.jpg) left 55px repeat-x !IMPORTANT; }
	
.rounded-img { background:#4BA443 !IMPORTANT; }
.rounded-img:hover { background:#2E3B0B !IMPORTANT; } 
#searchform { display:none !IMPORTANT;}

.reg-img-border { border:8px solid #4BA443; 
display: block;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
    }
    
.reg-img-border:hover { border:8px solid #2E3B0B; } 

.home .content-center-aligned a:hover { color:#2E3B0B !IMPORTANT;}

tr.even td{ background: none !IMPORTANT; }

#searchform input[type="text"] {background: #FCF4F4 !IMPORTANT; }

.home #main { background:url(images/Xcontent-bg.jpg) center top repeat-x !IMPORTANT; }

.wp-caption:hover{background:#4BA443 !IMPORTANT;}

.shop_table.cart .product-thumbnail img {
  width: 75% !IMPORTANT;
}

.product-thumbnail{
width:20% !IMPORTANT;}

pre, code {
    font-size: 14px !IMPORTANT;
    font-family: Calibri !IMPORTANT;
    color: rgb(70, 68, 68) !IMPORTANT;
 white-space: pre-wrap       !IMPORTANT;
}
.price{font-size:30px !IMPORTANT;}
.product .sku_wrapper { display: none !IMPORTANT; }		
/*

 

/* #top-menu { background:url(images/menu-bg.jpg) bottom repeat-x !IMPORTANT; }

#top-menu {
    float: left;
    width: 105%;
    height: 95px;
    z-index: 9999;

}

ul.menu {
    float: left;
    width: 95%;
    height: 90px;
    padding: 0px 9px 0px 40px !IMPORTANT;
    

} */

#logo{
width: 50% !IMPORTANT;

}

.button.brown { background:#806a51 url(images/btn-bg.jpg) repeat; text-shadow:-1px -1px 0px #634e37 !IMPORTANT; }