/* Enter Your Custom CSS Here */
#tabs li p.stars span a.active {
background: url('woocommerce/images/star.png') repeat-x scroll left -32px transparent;
}
#input {
    font-family:Verdana;
    border:1px solid #efefef;
    background: black;
    padding:6px;
}

#main-nav {
    text-align: left;
    margin: 5px 0 0 0;
    padding:6px 0;
}
.button {
    font-family:Verdana;
}

#ethemeContactForm input.textField{
font-family:Verdana;
width:300px;
font-size:14px;
}

.form .formField label,
#commentform .formField label{
    font-size: 13px;
}

#ethemeContactForm textarea#contactMessage{
font-family:Verdana;
width:550px;
font-size:14px;
}

#search {
    float:left;
    width:40%;
    text-align: left;
    margin-top:6px;
}

    #search input[type="text"] {
  		font-family:Verdana;
        width:250px;
        color:#828282;
        font-size:14px;
        padding:8px;
        margin:0;
        display: block;
        float:left;
        margin-right: 5px;
        margin-top: -2px;
    }

    #footer .copyright p {
        margin-bottom:0;
        font-family:Calibri;
        font-size:0px;          /* Lose message at bottom of screen by making font size=0 Was 12*/ 

    }

#prefooter-container {
    background: #2899e2;
}
#footer-container {
    background: #89c8e1;
}

    form .form-row label {
        font-size:13px;
        color:#090909;
        width:150px;
        display: block;
        float:left;
        line-height: 32px;
    }