﻿html { height:100%; width:100%; }
body 
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-family: Arial, Verdana;
    font-size:10pt;
    height:100%;
}
.container
{
    display:block;
    margin:0px 0px 0px 0px;
    position:absolute;
    min-height:100%;
    top:0px;
    left:0px;
    z-index:0;
    width:100%;
}
.banner
{
    width:100%;
    background:url(images/banner_bg_02.jpg) repeat-x;
    height:93px;
    margin-bottom:0px;
}
.bannerlogo
{
    background:url(images/banner_left_01.gif) no-repeat;
    width:100%;
    height:93px;
}
.bannersidedesign
{
    position:absolute;
    right:0px;
    width:200px;
    text-align:right;
    height:93px;
    background:url(images/banner_bg_r_02.jpg) no-repeat;
    z-index:2;
}
.bannerlinks
{
    height:50px;
    padding:5px;
    word-spacing:.12em;
    color:#162b7c;
    font-weight:bold;
    font-family:Arial, Verdana, Times New Roman;
    text-decoration: none;
    text-align:left;
}
.search
{
    float:right;
    vertical-align:bottom;
    padding-right:5px;
}
.slogan
{
    float:left;
    color:#162b7c;
    font-weight:bold;
    font-family:Arial, Verdana, Times New Roman;
    text-align:center;
    width:100%;
    height:27px;
    padding-top:5px;
    background:url(images/menubar_02.jpg) repeat-x;
    margin:0px 0px 0px 0px;
}
.leftside
{
    float:left;
    min-height:100%;
    height:100%;
    width:165px;
    margin-right:5px;
    margin-bottom:35px;
    margin-top:-5px;
    /*border-right:solid 1px black;
    border-bottom:solid 1px black;*/
}
.content
{
    display: block;
    text-align:left;
    margin-right:15px;
    margin-left:175px;
    padding-right:3px;
    padding-bottom:35px;
}
.contentFull
{
    display: block;
    padding-bottom:35px;
}
.footer
{
    text-align:center;
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    display:block;
    height:27px;
    z-index:1;
    margin:0px;
    padding-top:5px;
    background:url(images/menubar_02.jpg) repeat-x;
}
.footerContainer
{
    text-align:center;
    margin-right:15px;
    margin-left:175px;
    padding-right:3px;
}
.searchText
{
    font-weight:bold;
    color: #162b7c;
}
.searchBox
{
    vertical-align:middle;
    text-align:center;
}
.searchButton
{
    vertical-align:middle;
}
.DeptList
{
    font-size: small;
}
.DeptList ul
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
.DeptList ul li
{
	margin:2px;
	padding:3px 10px 3px 10px;
	border-right:solid 1px silver;
	list-style: none;
	display:inline;
	float:left;
	white-space:nowrap;
	
}
a.pageLink, a.pageLink:hover, a.pageLink:active, a.pageLink:visited
{
    font-weight:normal;
    /*color:#4c73c4;*/
    color:#32559f;
}
.pageLinks ul
{
    margin:4px;
    display:inline;
}
.pageLinks ul li
{
    list-style:none;
    display:inline;
	padding:3px 10px 3px 10px;
}
.PageLinks
{
    font-size:small
}
.PageLinks ul
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
.PageLinks ul li
{
	margin:2px;
	padding:3px 10px 3px 10px;
	border-right:solid 1px silver;
	list-style: none;
	display:inline;
	white-space:nowrap;
}
.policyHeader
{
    text-align:center; 
    width:100%;
    background-color:#d8e8ff;
}
.policyBody
{
    text-align:center;
    font-size:1.0em;
    font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
    color:#162b7c;
    margin:5px 5px 5px 5px;
}    
h3.policy
{
    color: #162b7c;
    font-family: Arial, Verdana;
    line-height:1.8em;
    margin-bottom:0px;
}
a:link
{
    font-size:1.0em;
    font-weight:bold;
    color:#162b7c;
}
a:visited
{
    font-size:1.0em;
    font-weight:bold;
    color:#7c5216;
}
a.footerLink:link, a.footerLink:visited 
{   
    color:#162b7c;
    font-size:1.0em;
    font-weight:bold;
    font-family:Arial, Verdana, Times New Roman;
    text-decoration: none;
}
a.footerLink:hover, a.footerLink:active 
{
    font-size:1.0em;
    text-decoration:underline;
}


img.groupshot { padding-right: 10px; padding-bottom: 5px; }

.tableWideCollapsed
{
    border-width:0px;
    border-collapse:collapse;
    width:100%;
}
table.outer
{
    border:solid 1px #c0c0c0;
}
td.outer
{
    border:solid 1px #a0a0a0;
}
th.outer
{
    border:solid 1px #a0a0a0;
    background-color: #c0c0c0;
}
tr.lh22
{
    line-height: 22px;
}
tr.lh24
{
    line-height: 24px;
}
tr.lh26
{
    line-height: 26px;
}
tr.lh28
{
    line-height: 28px;
}
tr.lh40
{
    line-height: 40px;
}
.data
{
    color:blue;
}
.error
{
    color:#ff093b;
    font-weight:bold;
}
.reply
{
    color:green;
    font-weight:bold;
}
.rightSide
{
    float:right !important;
}
.pad2px
{
    padding: 2px 2px 2px 2px;
}
.pad4pxTopBottom
{
    padding-top: 4px;
    padding-bottom: 4px;
}
.pad4pxLeftRight
{
    padding-left: 4px;
    padding-right: 4px;
}
.greyTop
{
    border-top: solid 0px #2b2b26;
}
.greyBorder
{
    border: solid 1px #c0c0c0;
}
.greyPanel_top
{
    background-image:url(images/GreyPanel_top.gif);
    background-repeat:repeat-x;
}
.greyPanel_right
{
    background-image:url(images/GreyPanel_right.gif);
    background-repeat:repeat-y;
}
.greyPanel_bottom
{
    background-image:url(images/GreyPanel_bottom.gif);
    background-repeat:repeat-x;
}
.greyPanel_left
{
    background-image:url(images/GreyPanel_left.gif);
    background-repeat:repeat-y;
}
.noBorder
{
    border: solid 0px;
}
.thinBorder
{
    border: solid 1px #2b2b26;
}
.whiteBorder
{
    border: solid 1px white;
}
.bottomBorder
{
    border-bottom: solid 1px #2b2b26;
}
.toprightBorder
{
    border-top: solid 1px #2b2b26;
    border-right: solid 1px #2b2b26;
}
.topbottomGrey
{
    border-top: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
}
.topbottomBorder
{
    border-top: solid 1px #2b2b26;
    border-bottom: solid 1px #2b2b26;
}
.topDualBorderSm
{
    font-size: 10pt;
    border-top: solid 1px #2b2b26;
    border-bottom: solid 1px #c0c0c0;
}
.featuredTitle
{
    color: black;
    font-family: Arial, Verdana;
    font-size: 10pt;
    font-weight: bold;
}
.featuredDesc
{
    color: Black;
    font-family: Arial, Verdana;
    font-size: 10pt;
    text-align: justify;
}
.productTitle
{
    color: black;
    font-family: Arial, Verdana;
    font-size: 8pt;
    font-weight: bold;
}
.productDesc
{
    color: Black;
    font-family: Arial, Verdana;
    font-size: 8pt;
    text-align: justify;
}
h2
{
    color: #162b7c;
    font-family: Arial, Verdana;
}
h3
{
    color: #162b7c;
    font-family: Arial, Verdana;
}
h3.compact
{
    color: Black;
    font-family: Arial, Verdana;
    font-size: 12pt;
    vertical-align: middle;
    line-height: 1%;
}
.headerText2
{
    color: Black;
    font-family: Arial, Verdana;
    font-weight: bold;
    font-size: 14pt;
    vertical-align: middle;
}
.headerText3
{
    color: Black;
    font-family: Arial, Verdana;
    font-weight: bold;
    font-size: 12pt;
    vertical-align: middle;
}
.headerText4
{
    color: Black;
    font-family: Arial, Verdana;
    font-weight: bold;
    font-size: 10pt;
    vertical-align: middle;
}
.researchStage
{
    color: Black;
    font-family: Arial, Verdana;
    font-weight: bold;
    font-style: italic;
    font-size: 10pt;
    vertical-align: middle;
    text-decoration: underline;
}
.researchText
{
    font-size: 8pt;
}
.researchTitle
{
    color: Black;
    font-family: Arial, Verdana;
    font-size: 9pt;
    font-weight: bold;
}
.researchDesc
{
    color: Black;
    font-family: Arial, Verdana;
    font-size: 9pt;
    text-align: justify;
}
.quickTitle
{
    font-size: 8pt;
    font-weight: bold;
}
.quickText
{
    font-size: 8pt;
}
.quickQty
{
    font-size: 8pt;
    text-align: center;
    width: 25px;
}
.rdiText
{
    font-size: 9pt;
    background-color: White;
}
.valignMiddle
{
    vertical-align:middle;
}
.generalTextBig
{
    font-size: 1em;
    font-weight: bold;
}
.generalBlue
{
    color: #162b7c;
}
.generalStrike
{
    font-size: 10pt;
    text-decoration: line-through;
}
.forsaleLabel
{
    font-size: 10pt;
    font-weight: bold;
    line-height: 20px;
}
.forsaleThumb
{
    cursor:pointer;
}
.forsaleTitle
{
    font-size: 10pt;
    font-weight: bold;
    color: #ae0101;
}
.cartBorder
{
    border: solid 2px Black;
}
.cartRowBlue
{
    line-height: 22px;
    background-color: #d8e8ff;
}
.cartRowGrey
{
    line-height: 22px;
    background-color: #eae8e7;
}
.cartRowWhite
{
    line-height: 22px;
    background-color: White;
}
.cartZip
{
    font-size: 8pt;
    text-align: left;
    height: 14px;
}
.detailTitle
{
    font-size:1.0em;
    font-weight:bold;
    color:#162b7c;
}
.detailText
{
    font-size:1.0em;
    color:Black;
}
.detailPartNo
{
    line-height:28px;
    font-size:1.0em;
    font-weight:bold;
    color:Black;
}
.detailQtyBox
{
    border:solid 1px Black;
    font-size:1.0em;
    text-align:center;
    height:17px;
    width:25px;
}
.browsePageTop
{
    width:97%;
    float:left;
    margin-bottom:10px;
}
.browsePageBottom
{
    width:97%;
    float:left;
}
.browseTitle
{
    font-size:0.8em;
    font-weight:bold;
    color:#162b7c;
}
.browseText
{
    font-size:0.8em;
    font-weight:bold;
}
.browseQtyBox
{
    border:solid 1px Black;
    font-size:0.8em;
    text-align:center;
    height:13px;
    width:15px;
}
.browseImage
{
    height:80px;
    width:80px;
    empty-cells: hide;
}
.imgThumbnail
{
    width:120px;
    float:left;
}
.imgThumbnailLink
{
    float:left;
    font-size: 10pt;
    color: #ae0101;
    text-decoration: none;
}
.errorTextBig
{
    color: #ff093b;
    font-size: 1em;
    font-weight: bold;
}
.inputField
{
    font-size: 10pt;
}
.inputLabel
{
    font-size: 10pt;
    font-weight: bold;
}
.loginLabel {
	display: block;
	float: left;
	text-align: right;
	width: 10em;
	padding-right: 10px;
    font-size: .8em;
    font-weight: bold;
}

.searchLabel
{
    display:block;
    float:left;
    width:5em;
    line-height:1.5em;
    vertical-align:top;
    text-align:right;
    margin-top:0px;
    margin-right:.5em;
    font-size: .8em;
    font-weight: bold;
}
.inputBlock
{
    width:100%;
    float:left;
    margin-bottom:5px;
}
.makeInline
{
    display:inline;
    font-size: .8em;
    vertical-align:middle;
}
.forsaleHeader
{
    border: solid 1px #2b2b26;
    background-color: #7f7f7f;
}
.forsaleSortHeader
{
    font-size: 10pt;
    color: White;
}
a.forsale
{
    font-size: 10pt;
    font-weight: bold;
    color: White;
}
.buttonLink
{
    font-size: 10pt;
    color: #ae0101;
    text-decoration: underline;
    width: 25px;
    border: solid 0 black;
    background-color:Transparent;
}
.buttonNoLink
{
    font-size: 10pt;
    color: Black;
    text-decoration: none;
    width: 25px;
    border: solid 0 black;
    background-color:Transparent;
}
.buttonTiny
{
    font-size: 8pt;
    font-weight: bold;
    font-family: Arial, Verdana;
    text-align: center;
    background-color: #ffdaa5;
    color: Black;
    border-bottom-style: outset groove;
    height: 20px;
    width: 70px;
}
.buttonTinyMed
{
    font-size: 8pt;
    font-weight: bold;
    font-family: Arial, Verdana;
    text-align: center;
    background-color: #ffdaa5;
    color: Black;
    border-bottom-style: outset groove;
    height: 20px;
    width: 100px;
}
.buttonTinyLg
{
    font-size: 8pt;
    font-weight: bold;
    font-family: Arial, Verdana;
    text-align: center;
    background-color: #ffdaa5;
    color: Black;
    border-bottom-style: outset groove;
    height: 20px;
    width: 130px;
}
.nowrap
{
    font-size: 10pt;
    white-space: nowrap;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Containers */
.centered
{
    width:100%;
    float:left;
    text-align:center;
}
.cartPanel
{
    width:99%;
    float:left;
}
.cartPanelAlt
{
    width:99%;
    float:left;
    text-align:center;
    background-color:#d8e8ff;
}
.progress
{
    width:100%;
    float:left;
    text-align:right;
}
.inlineRight
{
    display:inline;
    float:right;
}
.inlineLeft
{
    display:inline;
    float:left;
}
.quickLogin
{
    width:200px;
    text-align:center;
}
.flatLogin
{
    width:275px;
    text-align:center;
}
.topBorder495
{
    width:49.5%;
    float:left;
    border-top:solid 1px #2b2b26;
}
.topBorder045
{
    width:0.45%;
    float:left;
    border-top:solid 1px #2b2b26;
}
.topBorder
{
    border-top: solid 1px #2b2b26;
}
.rightBorder
{
    border-right: solid 1px #2b2b26;
}
.topDualBorder
{
    border-top: solid 1px #2b2b26;
    border-bottom: solid 1px #a0a0a0;
}
.noBorder045
{
    width:0.45%;
    float:left;
}
.padding5
{
    padding:5px 5px 5px 5px;
}
.padding10
{
    padding:10px 10px 10px 10px;
}
.leftAlign
{
    text-align:justify;
}
.leftAlign495
{
    width:49.5%;
    text-align:left;
    float:left;
}
.rightAlign495
{
    width:49.5%;
    text-align:right;
    float:left;
}
.redbox
{
    border:solid 2px red;
}
/* Table classes */
table
{
    font-family:Arial, Verdana;
    font-size:10pt;
}
tr.generalFormRow
{
    line-height:2.0em;
}
tr.cartFormRow
{
    line-height:1.8em;
}
tr.cartRowNorm
{
    line-height:1.8em;
    background-color:White;
}
tr.cartRowAlt
{
    line-height:1.8em;
    background-color:#d8e8ff;
}
tr.rowGrey
{
    background-color: #d8e8ff;
}
tr.rowWhite
{
    background-color: White;
}
/* Text colors, sizes, and settings */
.errorText
{
    color:#ef0000;
    font-weight:bold;
}
.replyText
{
    color:#004f00;
    font-weight:bold;
}
.smallText
{
    font-size:.8em;
    color:Black;
}
.generalText
{
    color:Black;
}
.generalLabel
{
    font-weight:bold;
    color:Black;
}
.requiredText
{
    color:#ef0000;
}
.cartHeader
{
    line-height:1.4em;
    font-size:1.2em;
    font-weight:bold;
    text-align:center;
    border-bottom:solid 1px #a0a0a0;
}
.cartHeaderAlt
{
    line-height:1.2em;
    font-size:1.2em;
    font-weight:bold;
    text-align:center;
}
.cartTitle
{
    font-size: 1.0em;
    font-weight: bold;
    border-top: solid 1px #2b2b26;
    border-bottom: solid 1px #2b2b26;
}
.cartText
{
    color:Black;
}
.cartQty
{
    color:Black;
    font-size:1.0em;
    border: solid 1px #2b2b26;
}
.cartTotalBorder
{
    font-size: 1.0em;
    font-weight: bold;
    border-top: solid 1px #2b2b26;
}
.cartTotal
{
    font-size: 1.0em;
    font-weight: bold;
}
.cartPrice
{
    font-size: 1.0em;
    font-weight: normal;
    text-align: center;
}
.tripleSpaced
{
    color:Black;
    line-height:3.0em;
}
/* Buttons */
.navBsm
{
    font-size:1.0em;
    font-weight:bold;
    font-family:Arial, Verdana;
    text-align:center;
    border:none;
    background:darkblue url(images/navBsm.gif) no-repeat;
    color:White;
    width:70px;
    height:24px;
}
.navBmed
{
    font-size:1.0em;
    font-weight:bold;
    font-family:Arial, Verdana;
    text-align:center;
    border:none;
    background:darkblue url(images/navBmed.gif) no-repeat;
    color:White;
    width:100px;
    height:24px;
}
.navBlg
{
    font-size:1.0em;
    font-weight:bold;
    font-family:Arial, Verdana;
    text-align:center;
    border:none;
    background:darkblue url(images/navBlg.gif) no-repeat;
    color:White;
    width:130px;
    height:24px;
}
.buttonSm
{
    font-size:1.0em;
    font-weight:bold;
    font-family:Arial, Verdana;
    text-align:center;
    background-color:#ffdaa5;
    color:Black;
    border-bottom-style:outset groove;
    width:70px;
}
.buttonMed
{
    font-size:1.0em;
    font-weight:bold;
    font-family:Arial, Verdana;
    text-align:center;
    background-color:#ffdaa5;
    color:Black;
    border-bottom-style:outset groove;
    width:100px;
}
.buttonLg
{
    font-size:1.0em;
    font-weight:bold;
    font-family:Arial, Verdana;
    text-align:center;
    background-color:#ffdaa5;
    color:Black;
    border-bottom-style:outset groove;
    width:130px;
}
/* Anchors */
a.general
{
    color:#192b50;
    font-size:1.0em;
    font-weight:bold;
    text-decoration:underline;
}
a.general:hover
{
    color:#192b50;
    font-size:1.0em;
    font-weight:bold;
    text-decoration:underline;
}
a.cartDetail
{
    color:#192b50;
    font-size:1.0em;
    text-decoration:none;
}
a.small
{
    font-size: 8pt;
    color: #192b50;
    text-decoration: none;
}
a.small:hover
{
    font-size: 8pt;
    color: #192b50;
    text-decoration: none;
}
/* Rounded Box divs */
.p0 {width:100%;margin:0px auto;}
.p0 .hd {background:transparent url(images/gp/tl.gif) no-repeat 0px 0px;}
.p0 .hd .c {font-size:1px;/* ensure minimum height */height:14px;background:transparent url(images/gp/tr.gif) no-repeat right 0px;}
.p0 .bd {background:transparent url(images/gp/ml.gif) repeat-y 0px 0px;}
.p0 .bd .c {background:transparent url(images/gp/mr.gif) repeat-y right 0px;}
.p0 .bd .c .s {margin:0px 14px 0px 12px;background:#eeeeee;}
.p0 .ft {background:transparent url(images/gp/bl.gif) no-repeat 0px 0px;}
.p0 .ft .c {font-size:1px;/* ensure minimum height */height:14px;background:transparent url(images/gp/br.gif) no-repeat right 0px;}

/*Rounded Divs */
.bl {background: url('images/rounded_div/bl.gif') 0 100% no-repeat;}
.br {background: url('images/rounded_div/br.gif') 100% 100% no-repeat}
.tl {background: url('images/rounded_div/tl.gif') 0 0 no-repeat}
.tr {background: url('images/rounded_div/tr.gif') 100% 0 no-repeat; padding:15px 10px 10px 10px; }

/*Featured Spotlight Rounded Divs (hey, at least it's not a table!) */
.FeaturedSpotlight .bl {background: url('images/rounded_div/FeaturedSpotlight/bl.jpg') 0 100% no-repeat;}
.FeaturedSpotlight .br {background: url('images/rounded_div/FeaturedSpotlight/br.jpg') 100% 100% no-repeat}
.FeaturedSpotlight .tl {background: url('images/rounded_div/FeaturedSpotlight/tl.jpg') 0 0 no-repeat}
.FeaturedSpotlight .tr {background: url('images/rounded_div/FeaturedSpotlight/tr.jpg') 100% 0 no-repeat; padding:15px 10px 10px 10px; }
.FeaturedSpotlight .t {background: url('images/rounded_div/FeaturedSpotlight/border.jpg') 0 0 repeat-x;}
.FeaturedSpotlight .b {background: url('images/rounded_div/FeaturedSpotlight/border.jpg') 0 100% repeat-x}
.FeaturedSpotlight .l {background: url('images/rounded_div/FeaturedSpotlight/border.jpg') 0 0 repeat-y}
.FeaturedSpotlight .r {background: url('images/rounded_div/FeaturedSpotlight/border.jpg') 100% 0 repeat-y}

.SingleColumn
{
    min-height:125px;
    min-width:390px;
    width:100%;
    float:left;
    background:#c5ddff url("images/itembg.gif") repeat-x;
}
.stockDetail
{
    min-height:125px;
    min-width:390px;
    width:48%;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    background:#c5ddff url("images/itembg.gif") repeat-x;
}
.GridColumn
{
    float:left;
    width:18em;
    min-height:176px;
    height:auto !important;
    height:176px;
    padding-left:0.8em;
    padding-right:0.8em;
    padding-top:0.5em;
    overflow:hidden; 
    border-right:solid 1px black;
    border-bottom:solid 1px black;
}


.PanelBar
{
	background: #fea028;
	color: #162b7c;
	font: bold 10pt Arial;
    line-height:1.8em;
    display:block;
    border-left:solid 1px Black;    
    border-right:solid 1px Black;    
    border-bottom:solid 1px Black;
    text-decoration:none;
    padding-left:5px;
}

.PanelBar:hover
{
	background: #fecb8a;
}

