/*
 * Lillifoot website styles
 * Design by Joe Schmetzer (http://www.exubero.com/)
 */

html, body {
    height: 100%;
}

body {
    color: white;
    text-align: center;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background: #e3026f url(lillifoot-girls-bg.png) top right repeat-y;
    /*
    background: #e2e2e2 url(lillifoot-bg.png) top right repeat-y;
    */
}

body.boys {
    background: #b8bdf6 url(lillifoot-boys-bg.png) top right repeat-y;
}

body.girls {
    background: #e3026f url(lillifoot-girls-bg.png) top right repeat-y;
}

div#container {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    color: #333;
    background: white url(head-bg.png) top left repeat-x;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

/*
 * Min height on container (fill the screen hight at a minimum)
 * (see http://www.cssplay.co.uk/boxes/minheight.html)
 * 1. for understanding browsers
 */
div#container {
    min-height: 100%;
    height:auto;
}
/* 2. for Internet Explorer */
/*\*/
* html div#container {
    height: 100%;
}
/**/


div#header {
}

div#header img#logo {
    float: left;
    padding: 10px 30px 10px 20px;
}

div#header div#headertext {
    font-size: xx-large;
    line-height: 1.1;
    padding: 10px;
    text-align: center;
}

div#header div#headertext .delivery {
    float: right;
    text-align: right;
    font-size: large;
    padding-right: 0.5em;
}

div#header div#headertext p.stores {
    font-size: large;
    font-weight: bold;
    color: #999;
    padding: 1em;
}

div#header div#headertext .stores a {
    text-decoration: none;
    color: green;
}

div#header .days {
    width: 4em;
    display: block;
    float: left;
}

.spaced {
    letter-spacing: 0.25em;
}

/*
    Navigation based upon Hybrid CSS Dropdowns: http://www.alistapart.com/articles/hybrid/
*/

div#header div#globalnav {
    clear: both;
    height: auto;
    width: 100%;
    height: 40px;
    font-size: 100%;
    font-weight: bold;
    background: #99cd00 url(globalnav-bg.png) top left repeat-x;
}

div#globalnav ul {
    margin-left: 201px;
}

div#globalnav ul li {
    /*float the main list items*/
    margin: 0;
    float: left;
    text-align: center;
    display: block;
    border-left: 1px solid #9bd000;
    border-right: 1px solid #6a8e00;
}

div#globalnav ul li a,
div#globalnav ul li p {
    /*for all links in the list*/
    padding: 10px 15px 0 15px;
    height: 30px;
    width: auto;
    color: white;
    display: block;
    text-decoration: none;
    float: left;
}

div#globalnav ul li.on p,
div#globalnav ul li.on a,
div#globalnav ul li a:hover {
    background: url(globalnav-bg-on.png) top left repeat-x;
}

div#main {
    clear: both;
}

p.foot {
    text-align: center;
}

div#productnav {
    float: left;
    width: 200px;
    border-right: 1px solid #6a8e00;
    background: url(productnav-bg.png) top left repeat-x;
    position: relative;
    top: -39px;
    left: 0;
}

div#productnav ul {
    margin: 10px 10px 1em 10px;
}

div#productnav ul ul {
    margin: 0 0 5px 10px;
    font-style: italic;
    font-size: smaller;
}

div#productnav ul li {
    display: block;
}

div#productnav ul li a,
div#productnav ul li p {
    /*for all links in the list*/
    padding: 0.25em;
    width: auto;
    color: #333;
    font-weight: bold;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #acd82b;
}

div#productnav ul li.clearance a,
div#productnav ul li.clearance p {
    color: red;
    font-size: larger;
}

div#productnav ul li p.on,
div#productnav ul li a.on,
div#productnav ul li a:hover {
    background: url(productnav-bg-on.png) bottom left repeat-x;
}

div#content {
    float: left;
    width: 699px;
    min-height: 500px;
    font-size: 120%;
}

div#content h2 {
    margin: 1em;
    font-size: 130%;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

div#content h3 {
    margin: 1em;
    font-size: 120%;
    font-weight: bold;
}

div#content h4 {
    margin: 1em;
    font-size: 110%;
    font-weight: bold;
    color: #6d9100;
}

div#content p, div#content li {
    margin: 1.25em;
    line-height: 1.2;
}

div#content ul {
    padding: 0 1em;
    margin: 0 1em;
    list-style-type: circle;
}

div#content ul li {
    margin: 0 1em 0.5em;
    list-style-type: circle;
}

div#content dl {
    margin: 1em;
}

div#content dl dd {
    margin: 0.25em 1em 1em;
}

div#content div.buttons p {
    padding: 0;
    margin: 1em;
}

div#content div.buttons p.left {
    clear: both;
    float: left;
    margin-left: 4em;
}

div#content div.buttons p.right {
    float: right;
    margin-right: 4em;
}

div#content div.buttons p a {
    display: block;
    width: 12em;
    margin: 0;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: smaller;
    vertical-align: text-bottom;
    color: #333;
    text-decoration: none;
}

div#content div.buttons p a:hover {
    color: #111;
}

div#content div.buttons p img {
    vertical-align: middle;
}

div#content div.buttons p {
    background: #eeeedd url(button-bg.png) top left repeat-x;
}

div#content div.buttons p:hover {
    background: #eeeeae url(button-hover-bg.png) top left repeat-x;
}

div#content div.buttons p.boys {
    background: #b8bdf6 url(button-blue-bg.png) top left repeat-x;
}

div#content div.buttons p.boys:hover {
    background: #919af6 url(button-blue-hover-bg.png) top left repeat-x;
}

div#content div.buttons p.girls {
    background: #e282b0 url(button-pink-bg.png) top left repeat-x;
}

div#content div.buttons p.girls:hover {
    background: #e263a1 url(button-pink-hover-bg.png) top left repeat-x;
}

div#content table {
    margin: 1em;
}

div#content table td {
    padding-right: 1em;
}

div#content table.toc {
    margin: 0 1em;
    font-size: smaller;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

div#content tr.stripe {
    background-color: #ddd;
}

div#content table.toc tr {
    line-height: 1.25;
}

div#content table.toc th {
    font-weight: bold;
}

div#content table.toc td {
    text-align: center;
}

div#content table.toc th, div#content table.toc td {
    padding: 0.125em 0.5em;
}

div#content table.toc tr td img {
    border: none;
    padding: 0;
    margin: 0;
}

div#content strong {
    font-weight: bold;
}

div#productnav div#ordering {
    color: #444;
    font-size: small;
    padding: 10px 10px;
    margin: 5px 5px;
    background: white url(ordering-bg.png) top left repeat-x;
    border: 1px solid #aaa;
}

div#productnav div#ordering h3 {
    margin: 0 0 1em 0;
    padding: 0;
    font-weight: bold;
    font-size: bigger;
}

div#productnav div#ordering p {
    margin: 0 0 1em 0;
}

div#productnav div#ordering ul {
    padding: 0 1em;
    margin: 0 0 1em 0;
    list-style-type: circle;
}

div#content address, div#content p.phone {
    margin: 1em;
    width: 40%;
    padding: 0.25em;
    white-space: pre;
    background-color: #eee;
    border: 1px solid #ddd;
}

div#content div.map {
    width: 650px;
    height: 500px;
    margin: 1em;
    font-size: medium;
    clear: both;
}

div#content strong {
    font-weight: bold;
}

div#content p.posted {
    margin: 1em 1.5em;
    clear: both;
    font-size: 80%;
    color: #999;
    float: right;
}

div#content p.nop {
    font-size: smaller;
    color: #999;
}

div#content hr.separator {
    clear: both;
    width: 80%;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
    border: 0;
    margin-left: 10%;
}

div#content div.teasers {
    float: right;
    width: 300px;
    margin: 10px 0;
    clear: right;
}

div#content div.teasers p {
    margin: 0;
}

div#content div.teasers img {
    border: 1px solid #999;
    padding: 5px;
    margin: 5px;
}

div#content div.sale {
    float: right;
    width: 285px;
    margin: 9px;
    clear: right;
    border: 1px solid #999;
    background: white url(ordering-bg.png) top left repeat-x;
}

div#content div.pullout {
    font-size: smaller;
    font-weight: bold;
    float: right;
    width: 285px;
    margin: 9px;
    padding: 0;
    clear: right;
    border: 1px solid #999;
    background: white url(ordering-bg.png) top left repeat-x;
}

div#content div.pullout p {
    margin: 9px;
}

div#content div.sale h3  {
    margin: 10px;
    color: #6d9100;
}

div#content div.sale h4  {
    margin: 10px;
    color: #6d9100;
    font-size: 90%;
}

div#content div.sale h5  {
    margin: 10px;
    color: red;
    font-size: 75%;
}

div#content div.sale p {
    margin: 10px;
}

div#content .sale p,
div#content p.sale,
div#content .sale a:visited {
    color: #640019;
}

div#content .sale a {
    color: #cc0033;
}

div#content .openinghours {
    font-size: smaller;
}

div#content .openingday {
    width: 5.5em;
    float: left;
}

div#content img.border {
    border: 1px solid #999;
    padding: 5px;
    margin: 5px;
}

div#content .product table {
    font-size: smaller;
    margin: 0 0 0 2em;
}

div#content .product table th, div#content .product table td {
    text-align: center;
    padding: 0.25em 1em;
}

div#content .product table th {
    color: green;
    font-weight: bold;
}

div#content .product hr {
    clear: both;
}

div#content form.BB_BuyButtonForm p {
    text-align: center;
}

div#content a.sizechartlink {
    font-size: x-small;
    font-weight: bold;
    border: 2px outset;
    padding: 2px;
    text-decoration: none;
    color: #333;
}

div#content a.sizechartlink:hover, div#content a.sizechartlink:active {
    color: black;
}

div#content div#content a.sizechartlink:active {
    border: 2px inset;
}

div#content div.groupbox {
    width: 325px;
    margin: 0.25em 0 1em 0;
    padding: 0.5em;
    text-align: center;
}

div#content div.groupbox h3 {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

div#content div.groupbox p {
    line-height: 1.0em;
    margin: 0;
    padding: 0.25em;
}

div#content div.leftcol {
    float: left;
    clear: both;
}

div#content div.rightcol {
    float: right;
}

div#content div.groupbox div.googlecart-add-button {
    text-align: center;
}

div#content img.product-image {
    margin: 5px;
    padding: 5px;
    border: 1px solid #ddd;
}

div#content p.pics {
    text-align: center;
    margin: 0;
    padding: 0;
}

div#content div.thumbnails {
    margin-left: 50px;
}

div.image {
    float: left;
    width: 110px;
    margin: 0 15px 5px 20px;
}

div.caption {
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 80%;
    font-weight: bold;
}

div#content p.pics img, div.image img {
    margin: 5px;
    padding: 5px;
    border: 1px solid #ddd;
}

div#content img.thumb {
    cursor: pointer;
}

div#content div.product div.price {
    text-align: center;
    width: 75%;
}

div#content div.product div.price div.googlecart-add-button {
    float: right;
}

div#content div.more {
    float: right;
    font-size: 80%;
    margin: 1em;
    padding: 0.5em;
    background: #eeeedd url(button-bg.png) top left repeat-x;
}

div#content div.more p {
    padding: 0;
    margin: 0;
    color: red;
    font-weight: bold;
}

div#content div.more ul {
    padding: 0;
    margin: 0;
}

div#content div.more ul li {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0 0 1em;
}

table {
    width: 95%;
    margin: 1em auto;
    border-collapse: collapse;
    border-top:1px solid #e5eff8;
    border-right:1px solid #e5eff8;
}

table caption {
    padding: .25em;
    font-weight: bold;
}

table th {
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    padding: .25em;
    font-weight: bold;
}

table td {
    color: #444;
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    padding: .25em;
}

table col.odd {
    background-color: #eee;
}

table td.small {
    font-size: small;
    text-align: left;
    line-height: normal;
}

table.sizechart {
    font-size: small;
    width: 95%;
    clear: both;
}

table.sizechart td {
    text-align: center;
}

table.postage {
    width: auto;
}

table.postage th {
    background-color: #eee;
}

div#footer {
    padding: 3em 1em 1em 1em;
    font-size: 80%;
    background: url(footer-bg.png) bottom left repeat-x;
    clear: left;
}

div#footer p#credits {
    float: right;
    text-align: right;
}

.clear {
    clear: both;
}

/* Google Cart styles */
div#cart-container {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}
div#cart-container div.center {
    width: 900px;
    margin: 0 auto;
    position: relative;
}
div#cart-container div.center div.right {
    width: 18.5em;
    position: absolute;
    top: 0;
    right: 0;
}
.override #googlecart-widget-head {
    border-width: 1px;
    background-color: #e3026f;
    color: white;
    font-weight: bold;
}
.override #googlecart-widget-body {
    color: black;
}
.override .googlecart-widget-price {
    color: green;
}

.product-price {
    font-weight: bold;
    font-size: small;
    color: green;
}

p.clearance,
p.clearance .product-price {
    font-weight: bold;
    font-size: small;
    color: red;
}

div#content table.googlecart-container,
div#content table.googlecart-container td,
div#content table.googlecart-container th {
    margin: 0;
    padding: 0;
    border: none;
}

div#content table.googlecart-container {
    width: 0;
    margin: 0 auto;
}

div#content table.googlecart-container td {
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}

.googlecart-add-button {
    margin: 0 auto;
}

div#content table.opening {
    font-size: x-small;
}

div#content table.opening td,
div#content table.opening th {
    padding: 0.5em 0.25em;
    margin: 0;
}

div#content form.directions p {
    margin: 0;
    padding: 0;
}

