﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #fff;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a
{
    color: #1d60ff;
    text-decoration: none;
}
a:hover
{
    color: #3CBAC8;
    text-decoration: underline;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 955px;
    margin: 10px auto;
}

#header
{
    position: relative;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}
#content
{
    clear: both;
    float: none;
    background-color: #EEEEEE;
    min-height: 500px;
}
#content #query
{
    margin: 10px 10px 0;
    width: 825px;
}
#main
{
    padding: 0px 10px;
    margin-bottom: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #999;
    padding: 5px 0;
    text-align: left;
    line-height: normal;
    margin: 25px 0 0 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 0;
    padding: 1em;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

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;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

.ra
{
    text-align: right;
    min-width: 80px;
}

.cg
{
    color: Green;
}
.cr
{
    color: Red;
}
#grid
{
    width:700px;
}
#grid img
{
    height:125px;
    width:125px;
}
#list
{
    border: 1px solid #CCC;
    width: 900px;
    background-color: #FFF;
}
#list .alt
{
    background-color: #EEE;
}
#list img
{
    height:75px;
    width:75px;
}
#list .price
{
    font-weight: bold;
    font-size: 1.7em;
    color: #3CBAC8;
}
#list a.large
{
    font-size:large;
}
.tags a
{
    font-size:small;
    text-decoration:underline;
    padding-right:5px;
}
/* MISC  
----------------------------------------------------------*/
.center
{
    text-align: center;
}
img
{
    border: 0;
}
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    margin-top: 40px;
}

div#title
{
    display: block;
    text-align: left;
}

#bbt a
{
    color:#3CBAC8;
    text-decoration: none;
}
#bbt
{
    float:left;
    font-size:1.2em;
}
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.display-label, .editor-label
{
    font-weight: bold;
}

.display-label, .editor-label, .display-field, .editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}


.va-m
{
    vertical-align:middle;
}
.flt-right
{
    float: right;
}
.flt-left
{
    float: left;
}

.flt-box
{
    text-align: center;
    width: 275px;
    margin: 0 25px;
}

#p-top
{
    width: 95%;
    padding: 5px 0px;
}

#p-top h1
{
    clear: both;
    float: none;
}
#p-top h1.w
{
    width: 900px;
}

#p-top h1.n
{
    width: 650px;
}
#p-top > a > img
{
    float: left;
    width: 200px;
    border: 1px solid #3CBAC8;
    margin-right: 10px;
}
#p-top p
{
    margin: 5px 0;
}
#descw
{
    float: left;
    width: 750px;
}
#descn
{
    float: left;
    width: 500px;
}
#price
{
    float: right;
    text-align: right;
}
.cprice
{
    font-weight: bold;
    font-size: 2em;
    color: #3CBAC8;
    display: block;
    padding-bottom: 5px;
}
.cprice a
{
    color: #3CBAC8;
    text-decoration: none;
}
.hlprice
{
    font-variant: small-caps;
    font-size: .8em;
    display: block;
    padding: 2px;
}
.hlrebate
{
    font-variant: small-caps;
    font-size: .9em;
    display: block;
    padding: 2px;
    font-weight:bold;
}
.lu
{
    padding-top: 8px;
    display: block;
    font-style: italic;
    font-size: .7em;
}

#ph
{
    margin: 5px 0;
    text-align: center;
    background-color: #fff;
    width: 903px;
    border: 1px solid #3CBAC8;
}
#ph #title
{
    padding: 5px;
    width: 893px;
    background-image: url(aph.png);
    background-repeat: repeat-x;
}
#pager
{
    margin: 5px;
}
#pager a
{
    border: solid 1px #3CBAC8;
    color: #3CBAC8;
    text-decoration: none;
    font-size: 1.3em;
}

#ri
{
}
#ri img
{
    width: 120px;
}
#ri div
{
    border: 1px solid #3CBAC8;
    margin: 0 10px 5px 0;
    float: left;
    text-align: center;
}


#tagCloud
{
}
#tagCloud span
{
    padding:3px 5px;
}
#tagCloud span.ct
{
    font-size:xx-small;
}
#tagCloud .tag1
{
    font-size:x-small;
}
#tagCloud .tag2
{
    font-size:small;
}
#tagCloud .tag3
{
    font-size:medium;
}
#tagCloud .tag4
{
    font-weight:800;
    font-size: large;
}
#tagCloud .tag5
{
    font-size: x-large;
    font-weight:bold;
}

#filters
{
    float:right;
    font-size:.8em;
}

.brands
{
    float:left;
    width:200px;
    margin-right:10px;
}

.brands a
{
    display:block;
    font-size:1.2em;
}