﻿html {
    /*background-color: #e2e2e2;*/
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    /*background-color: #fff;*/
    /*border-top: solid 10px #000;*/
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* main layout
----------------------------------------------------------*/

header {
    padding-top: 5px;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    /*background-color: #efeeef;*/
    clear: both;
    /*padding-bottom: 35px;*/
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    padding-left: 5px;
    padding-top: 5px;
    max-height: 690px;
}

 
footer {
    clear: both;
    background-color: #EEEEEE;
    font-size: .75em;
    color: #c8c8c8;
    height: 18px;
    text-align: center;
}

.shopping-cart:hover {
    cursor: pointer;
}

.shopping-cart {
    cursor:default;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}

