/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix { 
    height: 1%;
}

.clearfix {
    display: block;
}


body { font-family: "gill sans", "new baskerville", sans-serif; height: 100%; font-style: normal; }
a { text-decoration: none; }

#wrap { width: 1000px; margin: auto; background: url( "../images/shop-sidebar.jpg" ) repeat-y; border: 1px solid #000; min-height: 800px;}
#sidebar { width: 178px; float: left;}
#content { width: 820px; margin-left: 180px; margin-top: 10px;}

/*
 * Shopping cart panel
 */
div#shopping_cart { background: url( "../images/basket-summary.png" ) no-repeat; font-size: .8em; width: 149px; height: 206px; margin: auto; margin-top: 50px;}
div#shopping_cart h2 { display: none; }
div#shopping_cart div.column1 { width: 75px; float: left; font-weight: bold; } 
div#shopping_cart div#basketSummary { padding-top: 20px !Important; width: 90% !important; margin: auto;}
div#shopping_cart a#view_basket { background: url( "../images/shop-view-basket.jpg" ) no-repeat; width: 100px; height: 36px; margin: auto; display: block;}
div#shopping_cart a#view_basket span { display: none; }
div#shopping_cart #basketImgEmpty { background: url( "../images/basket-empty.jpg" ) no-repeat; width: 51px; height: 73px; margin: auto;}
div#shopping_cart #basketImgFull { background: url( "../images/basket-full.jpg" ) no-repeat; width: 51px; height: 73px; margin: auto;}
div#shopping_cart p#vatNotice { font-size: .8em; text-align: center; width: 140px; margin: auto;}
div#shopping_cart div.buttonBar { height: 37px; width: 110px; margin: auto;}

/*
 * Contact Us panel
 */
div#contact_details { background: url( "../images/shop-contact-panel.jpg" ) no-repeat; height: 121px; width: 149px; font-size: .8em; margin: 50px auto;}
div#contact_details h2 { font-size: .9em !important; padding: 0px; margin: 0px;}
div#contact_details span#phoneNum { font-weight: bold; }
div#contactDetails { padding: 4px;}

/*
 * Bread crumb
 */
ul.breadcrumbs {
  font-size: 75%;
  margin-top: -6px;
    margin-left: 6px;
    padding: 0px;
}

*:first-child+html ul.breadcrumbs {
    margin-left: -5px;
}

ul.breadcrumbs li {
  display: inline;
  background: url(../images/crumb.gif) no-repeat 0% 50%;
  padding-left: 10px;
  padding-right: 4px;
}

ul.breadcrumbs li:first-child {
  padding-left: 0px;
  background-image: none;
}

ul.breadcrumbs li a:link    { color: #000; text-decoration: none; }
ul.breadcrumbs li a:visited { color: #000; text-decoration: none; }
ul.breadcrumbs li a:focus   { color: #000; text-decoration: underline; }
ul.breadcrumbs li a:hover   { color: #000; text-decoration: underline; }
ul.breadcrumbs li a:active  { color: #000; text-decoration: underline; }
/* 
 * IE7 Hacks
 */
*:first-child+html div#shopping_cart p#vatNotice { margin-top: 0px; }

form#searchForm { background: url( "../images/shop-search-panel.jpg" ) no-repeat; margin-left: 5px; height: 76px;}
form#searchForm label { text-align: center; display: block; padding-top: 6px; font-weight: bold; font-size: .8em; }
form#searchForm #search { width: 150px; margin-left: 7px; }
form#searchForm #searchButton{ margin-left: 35px; }

