﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.0em;
    color: #000000;
    background-color: #ffffff;
    margin: 0px 10px 10px 10px;
    height: 100%;
    background-image: url(../images/background.gif);
    background-repeat: repeat-x;
}
a
{
    color: #e40001;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    text-decoration: none;
}

h1 {font-size:18px; margin-top:0px; line-height:1.6em;}
h2 {font-size:14px; margin-top:0px; line-height:1em; padding:2px 0px; margin-bottom:0px;}

ul#ArticleLinks { list-style-type:none; margin-left:0px; list-style-position:outside; padding-left:0px; margin-top:4px; }
#articlesPage hr {margin:4px;padding:0px; display:block;} 
cite {margin-bottom:12px; display:block;}
span.error {color:red;}

#ProcessArticles h2 {padding:0px; margin:18px 0px 0px 0px;}
#ProcessArticles h3   {font-size:13px;padding:0px; margin:0px;}
#ProcessArticles h3  a {font-size:13px; padding:0px; margin:0px;}
#ProcessArticles p {padding:0px; margin:0px;}
#ProcessArticles hr {}
/* layout */
#container
{
    width: 998px;
    left: 50%;
    margin-left: -499px; /* half the width of the div */
    margin: 0px auto;
    height: 100%;
}

.mini-header
{
    clear: both;
    width: 100%;
    height: 38px;
    margin-top: 10px;
}
.strap
{
    float: left;
    width: 603px;
    height: 38px;
}
.flags
{
    float: right;
    width: 370px;
    height: 38px;
    text-align: right;
}
.flags a
{
    margin-right: 18px;
}
.headerrandom
{
    clear: both;
    width: 940px;
    height: 113px;
    margin-top: 5px;
}

.mainmenu
{
    clear: both;
    width: 100%;
    height: 48px;
    text-align: center;
    background-image: url(../images/bg-menu.gif);
    background-repeat: no-repeat;
    margin-top: 5px;
}

.content
{
    clear: both;
    width: 100%;
    min-height: 100%;
    margin-top: 10px;
}
.left-panel
{
    float: left;
    width: 218px;
    min-height: 100%;
    margin-right: 10px;
    background-image: url(../images/left-panel-top.gif);
    background-repeat: no-repeat;
}
.center-panel
{
    float: left;
    width: 572px;
    min-height: 100%;
    margin-right: 10px;
}
.right-panel
{
    float: right;
    width: 180px;
    min-height: 100%;
}

.qs-header
{
    width: 100%;
    height: 27px;
    padding-top: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #e40001;
}
.qs-box
{
    width: 100%;
    background-color: #d8d3c0;
    text-align: center;
}
.cat-list
{
    width: 100%;
    text-align: left;
    line-height: 1.3em;
    font-size: 11px;
    background-image: url(../images/bg-stockmenu.gif);
    background-repeat: no-repeat;
}
    
.category-list
{
    width: 100%;
    height: 350px;
    overflow: auto;
}
.category-name a
{
    color: Red;
    text-decoration: none;
}
.category-name a:hover
{
    color: Black;
    text-decoration: none;
}

.ml-header
{
    width: 100%;
    height: 22px;
    padding-top: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #e40001;
}

.display-content
{
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
    color: #000000;
    background-image: url(../images/middlecontent.gif);
    background-repeat: no-repeat;
}


/* product lists */
.search-item
{
    clear: both;
    width: 97%;
    margin-bottom: 10px;
    border: solid 1px #c3c3c3;
    min-height: 100px;
    padding: 5px 5px 5px 5px;
    display: block;
}

.search-item-on
{
    clear: both;
    width: 97%;
    margin-bottom: 10px;
    border: solid 1px #c3c3c3;
    min-height: 100px;
    padding: 5px 5px 5px 5px;
    background-color: #dccdb6;
    display: block;
}

.search-image
{
    float: left;
    width: 110px;
}
.search-details
{
    float: right;
    width: 420px;
    font-size: 11px;
}
.page-numbers
{
    text-align: right;
    padding-right: 5px;
    margin-bottom: 10px;
}
.page-numbers a
{
    border: solid 1px red;
    padding: 2px 6px 2px 6px;
    background-color: #f0dbdb;
    color: Black;
    font-weight: normal;
    font-size: 9px;
}
.page-numbers a:hover
{
    border: solid 1px Black;
    padding: 2px 6px 2px 6px;
    background-color: Red;
    color: Black;
    font-weight: normal;
    font-size: 9px;
}
.back-category
{
    float: right;
    text-align: right;
    padding-right: 5px;
}
.back-category a
{
    display:block;
    border: solid 1px red;
    padding: 5px 5px 5px 5px;
    background-color: #e40001;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}
.back-category a:hover
{
    display:block;
    border: solid 1px Black;
    padding: 5px 5px 5px 5px;
    background-color: Red;
    color: Black;
    font-weight: bold;
    font-size: 12px;
}
.cat-quick-change
{
    font-size: 12px;
    font-weight: bold;
}
.sub-menu
{
    width: 100%;
    margin-top: 5px;
}
.sub-menu a:hover
{
	color: black;
	font-size: 12px;
	margin-right: 15px;
}

.sub-menu a
{
	color: #e40001;
	font-size: 12px;
	margin-right: 15px;
}
.sub-menu b
{
    margin-right: 15px;
}

#box-container
{
    float: left;
    width: 160px;
    height: 100px;
    border: solid 1px black;
    margin-right: 10px;
}

.ebull
{
    width: 180px;
    height: 150px;
    background-image: url(../images/box1.gif);
    background-repeat: no-repeat;
    text-align: center;
}
.ebull a
{
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
.ebull a:hover
{
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #e40001;
}

.surplus
{
    width: 180px;
    height: 144px;
    background-image: url(../images/box2.gif);
    background-repeat: no-repeat;
    text-align: center;
}
.surplus a
{
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
.surplus a:hover
{
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #e40001;
}

.guide
{
    width: 180px;
    height: 149px;
    background-image: url(../images/box3.gif);
    background-repeat: no-repeat;
    text-align: center;
}
.guide a
{
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
.guide a:hover
{
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #e40001;
}

.video
{
    width: 180px;
    height: 144px;
    background-image: url(../images/box4.gif);
    background-repeat: no-repeat;
    text-align: center;
}
.video a
{
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
.video a:hover
{
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #e40001;
}

.logos
{
    font-size: 10px;
    font-weight: bold;
    width: 180px;
    text-align: center;
}

.footer
{
    clear: both;
    width: 100%;
    font-size: 11px;
    border-top: solid 1px gray;
}
.footer-left
{
    float: left;
    width:40%;
}
.footer-right
{
    float: right;
    width:55%;
    text-align: right;
}

.sub-header
{
    clear: both;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}
.horiz-hr
{
    border-bottom: solid 1px black;
    margin-bottom: 5px;
}
.bodycopy
{
    padding: 0px 5px 5px 5px;
}

.add-quote
{
    width: 100%;
    text-align: right;
    margin-top: 5px;
}