﻿body
{
    margin: 5px 0px 0px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    background-color: #e4e4e4;
}
#topshadow 
{
    width: 980px;
    margin: auto;
    height: 6px;
}
#siteoutercontainer 
{
    width: 975px;
    background-color: #ffffff;
    margin: auto;
    padding-right: 5px;
    background-image: url(/Content/images/shadow_side.jpg);
    background-position: right;
    background-repeat: repeat-y;
}
#banner
{
    background-image: url(/Content/images/bannerbg.jpg);
    background-repeat: repeat-x;
    height: 149px;
    font-size: 12px;
}
#darkbartext
{
    text-align: right;
    color: #ffffff;
    padding: 2px 10px 3px 0px;
}
#darkbartext a
{
    color: #ffffff;
    text-decoration: none;
}
#darkbartext a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
#lightgreybartext
{
    text-align: right;
    padding: 1px 10px 3px 0px;
}
.clear
{
    clear: both;
}
#outercontentcontainer
{
}
#navigationcontainer
{
    padding: 15px 0px 40px 10px;
    width: 175px;
    float: left;
}
#navigationcontainer ul
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
}
#navigationcontainer li
{
    margin: 0px 0px 2px 0px;
    font-size: 12px;
    font-weight: bold;
    list-style-type: none;
}
#navigationcontainer li a
{
    display: block;
    text-decoration: none;
    color: #666666;
    border: 1px solid #CCCCCC;
    border-right: 8px solid #CCCCCC;
    padding: 4px 4px 4px 4px;
}
#navigationcontainer li a:hover
{
    border: 1px solid #363191;
    border-right: 8px solid #363191;
    background-color: #252161;
    color: #ffffff;
}
#contentcontainer
{
    float: left;
    padding: 30px 0px 50px 70px;
    width: 690px;
}

#redbar
{
    background-color: #EE1C23;
    color: #ffffff;
    text-align: center;
    padding: 3px 0px 4px 0px;
}
#copyrightbar
{
    text-align: center;
    padding: 8px 0px 20px 0px;
    font-size: 10px;
    width: 980px;
    margin: 0px auto auto auto;
    background-image: url(/Content/images/shadow_footer.jpg);
    background-position: top;
    background-repeat: no-repeat;
}
.formbox
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 12px;
    width: 200px;
}
.submitbutton
{
    border: 1px solid #666666;
    padding: 2px;
    background-color: #ffffff;
    color: #333333;
}
.tall
{
    height: 80px;
}

.pagination
{
    font-size: 12px;
    text-align: center;
    width: 600px;
}
.page-number
{
    padding: 2px 3px 2px 3px;
}
.clickable
{
    cursor: pointer;
    color: #990000;
    text-decoration: none;
}




h1
{
    background-image: url(/Content/images/headerbg.gif);
    color: #252161;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 10px 30px;
    font-size: 25px;
    font-weight: normal;
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 500px;
}
p
{
    margin: 0px;
    padding: 0px 0px 15px 0px;
    line-height: 16px;
}
ul
{
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 15px 0px;
}
li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: circle;
}
a
{
    text-decoration: none;
    color: #990000;
}
a:hover
{
    text-decoration: underline;
    color: #990000;
}


.catlisting
{
    border: 1px solid #333333;
    background-color: #990000;
    color: #ffffff;
    width: 128px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.catlisting .text
{
    padding: 3px;
    height: 27px;
}
.catlisting .text a
{
    color: #ffffff;
}

.specialslisting
{
    border: 1px solid #333333;
    background-color: #990000;
    color: #ffffff;
    width: 128px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.specialslisting .text
{
    padding: 3px;
    height: 27px;
}
.specialslisting .text a
{
    color: #ffffff;
}
.green
{
    background-image: url(/content/images/greenicon.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.greenwatermark
{
    background-image: url(/content/images/greenlarge.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}


.ImgBorderBottom
{
    border-bottom: 1px solid #333333;
}

.productlistingheader
{
    background-color: #990000;
    color: #ffffff;
    font-weight: bold;
    height: 25px;
    width: 600px;
}
.productlisting
{
}
.productlistingleft
{
    width: 70px;
    float: left;
    padding: 5px;
}
.productlistingright
{
    float: left;
    padding: 5px;
    width: 508px;
}
.productlistingitem
{
    border-bottom: 1px solid #252060;
    width: 600px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.inactive
{
    border: 1px dashed red;
    background-color: #F2DEDE;
    background-image: url(/content/images/inactive.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.productdetails
{
    width: 540px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}


.clear
{
    clear: both;
}

.error
{
    color: Red;
}



#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

#viewcart
{
    width: 200px;
    float: left;
    padding: 25px 10px 10px 20px;
}
.bluetext
{
    color: #252060;
    font-weight: bold;
}

#shoppingcart
{
    width: 400px;
}

#shoppingcart th
{
    background-color: #252060;
    color: #fff;
    padding: 5px;
    text-align: left;
    font-weight: bold;
}
#shoppingcart td
{
    padding: 10px;
    text-align: left;
}
#shoppingcart .bluebackground
{
    background-color: #252060;
    color: #fff;
    padding: 5px;
    text-align: left;
    font-weight: bold;
}
#shoppingcart .greybackground
{
    background-color: #e4e4e4;
    color: #000;
    padding: 5px;
    text-align: left;
    font-weight: bold;
}

