﻿body 
{
     font-family:Arial;
     font-size:12px;
}
td 
{
    font-family:Arial;
    font-size:12px; 
}
select
{
    font-family:Arial;
    font-size:11px; 
}
input
{
    font-family:Arial;
    font-size:11px; 
}
.navbar 
{
    font-size: 12px;
    font-weight:bold;
    color:#dddddd;
}
.navbaron 
{
    font-size: 12px;
    font-weight:bold;
    color:#ffffff;
}
.navbaron_td
{
    background:url('../graphics/ui/topbar_on_bg.gif');
}
.copywrite 
{
    font-size: 10px;
    color:#999999;
}
.footer 
{
    font-size: 11px;
    color:#cccccc;
}
.cat_prod_table
{
    /*background-color:#8D95AA;*/
    background-color:#b4b4b4;
}
.thumb_text
{
    color:#000000;
    font-weight:bold;
}
.cat_prod_title
{
    background:url('../graphics/ui/thumb_bg.gif');
    background-repeat:repeat-x;
    background-color:#F0F1F0;
    border: 1px solid #000000;
}
.spotlight_text
{
    color:#000000;
    font-weight:bold;
}
.spotlight_prod_title
{
    background:url('../graphics/ui/thumb_bg.gif');
    background-repeat:repeat-x;
    background-color:#F0F1F0;
    border-top: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
}

h1
{
    font-size:15px;
    font-weight:bold;
    margin-bottom:0px;
}

h2
{
    font-size:12px;
    font-weight:bold;
    margin-bottom:0px;
}

.page_title
{
    font-size:16px;
    font-weight:bold;
}

.feature_title
{
    font-size:15px;
    font-weight:bold;
}
.blackborder
{
    border:1px solid black;
}
.grayborder
{
    border:1px solid gray;
}
.newstitle
{

    font-weight:bold;
}
.news
{

}
a 
{
    text-decoration:none;
    color:#291E96;
}
a:hover 
{
    text-decoration:underline;
}

a.cat
{
    font-weight : bold;
    font-size : 13px;
    color: #cccccc;
}

a.caton
{
    font-weight : bold;
    font-size : 13px;
    color: #FFF0BD;
}

a.cat1, a.cat2
{
    font-weight : normal;
    font-size : 12px;
    color: silver;
}

a.cat1on, a.cat2on
{
    font-weight : normal;
    font-size : 12px;
    color: #FFF0BD;
}


td.cat
{
    border-top:1px solid #6E6E6E;
    border-left:1px solid #626262;
    border-right:1px solid #818181;
    border-bottom:1px solid #292929;
    padding:8px;
    background:url('../graphics/ui/leftnav_item_bg2.gif');
}

td.caton
{
    border-top:1px solid #6E6E6E;
    border-left:1px solid #626262;
    border-right:1px solid #818181;
    border-bottom:1px solid #292929;
    padding:8px;
    background:url('../graphics/ui/leftnav_item_bg2.gif');
}

td.cat1,td.cat1on, td.cat2, td.cat2on
{
     padding-top:3px;
     padding-bottom:6px;
}

img.cat,img.caton
{
    display:none;
}

img.cat1,img.cat1on, img.cat2, img.cat2on
{
    display:inline;
}

tr.cat,tr.caton
{
    display:inline;
}

tr.cat1,tr.cat1on, tr.cat2, tr.cat2on
{
    display:none;
}

.prod_1
{
    /*background-color: #8D95AA;*/
    background-color:#BDC9DF;
}

.prod_2
{
    /*background-color: #C8CBD4;*/
    background-color: #DADEEC;
}

.prod_3
{
    background-color: #9EAECD;
}
.price 
{
    color:Red;
}
.backlink
{
	color:black;
}
.minicart
{
	color:white;
}
.infobox
{
	background-color:#ffffcc;
	border:1px solid gray;
	text-align: center;
}

/* Garrett */
.GarrettGraph1{background-color:#ddd;border:1px solid gray;padding:10px;}
.GarrettGraph2{background-color:#ddd;border:1px solid gray;padding:10px;}
.GarrettTable{background-color:gray;}
.GarrettHeader1{background-color:#ccc;}
.GarrettHeader2{background-color:#ccc;}
.GarrettHeader3{background-color:#ccc;}
.GarrettHeader4{background-color:#ccc;}
.GarrettSubHeader1{background-color:#ddd;}
.GarrettSubHeader2{background-color:#ddd;}
.GarrettSubHeader3{background-color:#ddd;}
.GarrettSubHeader4{background-color:#ddd;}
.GarrettText1{background-color:#eee;}
.GarrettText2{background-color:#eee;}
.GarrettText3{background-color:#eee;}
.GarrettText4{background-color:#eee;}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../graphics/lb/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../graphics/lb/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../graphics/lb/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 74px;
	height: 22px;
	background: transparent url(../graphics/lb/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


