

/* CSS for the Payment Plans Layout */


.pp-entry {background-color: #fff; float:left; width:32.33333%; margin-right:1%; margin-bottom:1em; box-shadow: 0 0 13px #d6d6d6; -moz-box-shadow: 0 0 13px #d6d6d6; -webkit-box-shadow: 0 0 13px #d6d6d6; padding: 15px; border-radius: 10px;}


.pp-entry img {width:100%; height:auto; margin:0;}


.pp-entry:nth-of-type(3n+4) {clear:left;}


.pp-content {font-size: 0.8em;}


.pp-ref {font-size: 0.6em; color:#777777; text-align: center;}


/* CSS for the Clear fix on single product Layout */


.clearfix:after {

    content: "";

    display: table;

    clear: both;

}