/* Hiding placeholder text on focus in webkit, thanks to http://www.kolodvor.net/2012/03/23/webkit-placeholder-attribute-behavior */
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color:transparent; }

/* Contain floats:cnicolasgallagher.com/micro-clearfix-hack/ */ 
.cf:before, .cf:after { content: ""; display: table; }.cf:after { clear: both; }.cf { zoom: 1; }
.productDesc li { list-style-type: disc !important; margin-left: 20px; padding: 5px 0 5px 5px; }

/* Utility classes: Hidden, float lef, float right, etc. */

.hidden { display: none; }
.left { float: left; }
.right { float: right; }

/* Styling #site-title as it uses h1 on home page and span on other pages. */


#site-title {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

li.subCheckout {
    width: 220px;
}

