/*
File:			custom.css
Description:	styles for Lazyzoun

*/

div.amazonproduct {
    background: url("/wp-content/plugins/lazyzoun/img/border_sidebar.png") no-repeat scroll left bottom transparent;
    border: 1px solid #F6F6F6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
}

span.amazonproduct{
    display: block;
text-align: center;

}

h3.amazonproduct{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

p.amazonproduct-meta{
    color: #999999;
    font-size: 12px;
    font-style: italic;
    margin: 0;
}

img.amazonproduct{
   background: none repeat scroll 0 0 #D8D8D8;
 /*  background: url("/wp-content/plugins/lazyzoun/img/Shopping_Cart.png") no-repeat scroll 50% 50% #D8D8D8; */
   padding: 3px;
}

img.logo-title{
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    padding: 1px;    padding: 1px;
    
}

img.logo{
    background: none repeat scroll 0 0 #999999;
    padding: 1px;
}

p.subimgtext{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

span.buybutton{
    background: url("/wp-content/plugins/lazyzoun/img/button.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 23px;
    height: 40px;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    text-align: center;
    width: 220px;
    text-shadow: 1px 1px 1px #000000;
    margin-top: 10px;
}

span.logo{
    color: #FFFFFF;
    display: block;
    font-size: 23px;
    height: 40px;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}