/**
 ** Product display formatting
 **/
.csl-mp-cafepress-product {
width:30%;
float:left!important;
clear:none!important;
}

.format_text p{
display:block;
clear:left;
}

.csl-mp-cafepress-product div {
    padding: 0 0 0 5px;
}

.csl-mp-cafepress-product h3 {
 text-align:center;
}

.csl-mp-cafepress-product img {
    float: left;
    padding: 0 5px 5px 0;
    max-width: 150px;
    max-height: 120px;
}

.csl-mp-cafepress-product li {
    list-style: none;
}

/**
 ** Pre v3.0 support
 **/
.csl-cafepress-product {
    clear: both;
    background-color: #F8EEC0;
    border: 1px solid #A48F2C;
    margin: 10px 0;
    padding: 5px;
}

.csl-cafepress-product div {
    padding: 0 0 0 5px;
}

.csl-cafepress-product h3 {
    margin: 0 0 10px 0;
    color: ##3D3D3D;
}

/* gridline layout and order button*/
.csl-mp-cafepress-product span {
  text-align:center;
}
.csl-mp-cafepress-product p a:after {
 content:"ORDER";
 font-weight:bold;
   color: #333;
   cursor: pointer;
   display: inline-block;
   padding: 3px 6px;
       margin: 5px 5px 5px 5px;
   border: 1px solid #ccc;
       font-size: 13px;
       line-height: 1em;
       text-shadow: 0 0 1px #fff;
   vertical-align: middle;
   white-space: nowrap;
       background-color: #ddd;
       background-image: -moz-linear-gradient(center top, #f5f5f5, #ddd);
       background-image: -o-linear-gradient(top, #f5f5f5, #ddd);
       background-image: -webkit-gradient(linear, center top, center
bottom, color-stop(0, #f5f5f5), color-stop(1, #ddd));
       background-image: -webkit-linear-gradient(#f5f5f5, #ddd);
       background-image: linear-gradient(top, #f5f5f5, #ddd);
       -moz-border-radius: 4px;
       -webkit-border-radius: 4px;
       border-radius: 4px;
       -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       -webkit-transition: all 0.3s linear;
       transition: all 0.3s linear;
}

div.csl-mp-cafepress-product {
       height:290px!important;
       display:block;
       padding: 4px;
       margin: 2px;
       border: 1px solid #ddd;
       background-color: #fefefe;
       background-image: -moz-linear-gradient(top, #fff, #fbfbfb);
       background-image: -o-linear-gradient(top, #fff, #fbfbfb);
       background-image: -webkit-gradient(linear, center top, center
bottom, color-stop(0, #fff), color-stop(1, #fbfbfb));
       background-image: -webkit-linear-gradient(#fff, #fbfbfb);
       background-image: linear-gradient(top, #fff, #fbfbfb);
       -moz-border-radius: 4px;
       -webkit-border-radius: 4px;
       border-radius: 4px;
}

/* end gridline */


.csl-cafepress-product img {
    float: left;
    padding: 0 5px 5px 0;
    max-width: 150px;
    max-height: 120px;
}

.csl-cafepress-product li {
    list-style: none;
}

