body 
{
	margin: 0px;
	text-align: center;
}

body, td, input, textarea, div, span
{
	font-family: "Segoe UI", Tahoma, Verdana, Arial, Helvetica;
	font-size: 9pt;
}

table
{
	border: 0px;
	border-collapse: collapse;
}

img
{
	border: 0px;
}

a
{
	color: #215787;
}

.topLinks
{
	background-color: #215787;
	width: 100%;
	height: 19px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 4px;
}

.topLink
{
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
}

.topLink:hover
{
	text-decoration: underline;
}

.background
{
	background-image: url(layout/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	min-height: 405px;
	text-align: center;
}

.contentPanel
{
	width: 962px;
	text-align: left;
	margin: 0px auto;
} 

.mainNavItem, .mainNavItemSelected
{
	background-color: #215787;
	margin-left: 1px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 39px;
	padding-right: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	font-family: Segoe UI, Franklin Gothic Book, Tahoma, Arial, Helvetica;
	font-size: 10px;
}

.mainNavItem:hover
{
	background-color: #A51701;
}

.mainNavItemSelected
{
	background-color: #A51701;
}

.mainNavItemHightlight
{
	background-color: #A51701;
	height: 3px;
	margin-bottom: 1px;
	margin-right: 412px;
	width: 108px;
}

.mainNavSubItem
{
	color: #215787;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
}

.mainNavSubItems
{
	color: #215787;
	padding: 8px 0px 8px 0px;
}



/*

Catalogue stuff...

*/

.catalogueHeader
{
	width: 954px;
	background-image: url(layout/catalogueHeaderBG.gif);
	height: 32px;
	padding-left: 8px;
}

.catalogueLink, .catalogueLinkSelected
{
	color: #FFFFFF;
	line-height: 24px;
	font-weight: bold;
	width: 190px;
	margin-bottom: 3px;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
}

.catalogueLinkSelected
{
	background: url(layout/catalogueLinkBG.png) top right no-repeat;
	padding-right: 25px;
	width: 170px;
	cursor: pointer;
}

.catalogueLinkDivider
{
	border-top: solid 1px #6682AE;
	width: 200px;
	padding-top: 3px;
	height: 1px;
}

.catalogueLinkItems
{
	border: solid 1px #6682AE;
	padding: 3px 3px 0px 3px;
	width: 200px;
	background-color: #FFFFFF;
	overflow: hidden;
	height: 27px;
	z-index: 9999;
}

.cataloguePrevLink
{
	margin-top: 2px;
	background-image: url(layout/cataloguePrev.gif);
	width: 69px;
	height: 27px; 
	display: block;
}

.catalogueNextLink
{
	margin-top: 2px;
	background-image: url(layout/catalogueNext.gif);
	width: 67px;
	height: 27px; 
	display: block;
}

.catalogueLocationPanel
{
	background-color: #D6DCD6;
	border: solid 1px #B4C0B4;
	padding: 4px 12px 4px 13px;
	margin-top: 10px;
	margin-bottom: 2px;
	width: 935px;
	color: #475447;
}

.catalogueLocationPanel A
{
	color: #475447;
}

.catalogueInfoPanel 
{
	background-color: #FFFFFF;
	border: solid 1px #B4C0B4;
	padding: 10px 12px 8px 13px;
	width: 935px;
	color: #333333;
	min-height: 45px;
	margin-bottom: 12px;
}

.catalogueInfoPanel TD DIV
{
	font-weight: bold;
	font-size: 14px;
}

.thumbnail
{
	padding: 1px;
	border: solid 1px #999999;
	background-color: #FFFFFF;
	width: 78px;
	height: 78px;
}

.productTable
{
	border-collapse: collapse;
	width: 100%;
}

.productTableHeaderRow TD
{
	background-color: #216194;
	color: #FFFFFF;
	font-weight: bold;
	border: solid 1px #1A4E76;
	border-collapse: collapse;
	padding-top: 4px;
	padding-bottom: 4px;
}

.productTableRow TD
{
	border: solid 1px #CCCCCC;
	border-top: none;
	border-collapse: collapse;
	background-color: #F7F7F7;
	vertical-align: top;
}

.productTableRowAdded TD
{
	border: solid 1px #CCCCCC;
	border-top: none;
	border-collapse: collapse;
	background-color: #DFE9FF;
	vertical-align: top;
}

.productTableRowAlternate TD
{
	border: solid 1px #CCCCCC;
	border-top: none;
	border-collapse: collapse;
	background-color: #EFEFEF;
	vertical-align: top;
}

.productTableRowAlternateAdded TD
{
	border: solid 1px #CCCCCC;
	border-top: none;
	border-collapse: collapse;
	background-color: #D5E1FF;
	vertical-align: top;
}

.productTablePrice
{
	text-align: right;
}

.productTableRow TD UL, .productTableRowAlternate TD UL, .catalogueInfoPanel UL, .productTableRowAdded TD UL, .productTableRowAlternateAdded TD UL
{
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

.productTableRow TD LI, .productTableRowAlternate TD LI, .catalogueInfoPanel LI, .productTableRowAdded TD LI, .productTableRowAlternateAdded TD LI
{
	list-style: none;
	background: url(layout/li.gif) 3px 4px no-repeat;
	padding: 2px 0px 2px 18px;
}

.datasheetLink
{
	width: 83px;
	height: 23px;
	cursor: pointer;
	float: right;
}

.datasheetPanel
{
	width: 150px;
	height: 80px;
	border: solid 1px #CCCCCC;
	padding: 4px;
	position: absolute;
	background-color: #FFFFFF;
	display: inline;
	visibility: hidden;
	float:right;
	overflow: auto;
}

.datasheetPanelLink
{
	background: url(layout/li.gif) 0px 4px no-repeat;
	padding: 2px 0px 2px 15px;
	text-decoration: none;
	font-size: 10px;
}

.largeImage
{
	position: absolute;
	margin-left: -20px;
	margin-top: -68px;
	padding: 1px;
	border: solid 1px #999999;
	background-color: #FFFFFF;
	display: none;
}

.categoryList LI
{
	list-style: none;
	font-weight: bold;
	background: url(layout/li.gif) 0px 4px no-repeat;
	padding: 2px 0px 2px 18px;
}

.subCategoryList LI
{
	list-style: none;
	font-weight: normal;
	padding: 2px 0px 2px 10px;
	background-image: none;

}

.categoryList
{
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

.subCategoryList
{
	margin: 4px 00px 0px 0px;
	padding: 0px;
}

.categoryList A
{
	color: #333333;
}

.quantityCell INPUT
{
	width: 35px;
	text-align: right;
}

.quantityCell IMG
{
	width: 19px;
	height: 19px;
	border: 0px;
	cursor: pointer;
	vertical-align: top;
}

.indexMainPanel
{
	width: 940px;
	height: 253px;
	background: url(layout/homebg.jpg) 10px 12px no-repeat #FFFFFF;
	padding: 12px 10px 12px 10px;
	border: solid 1px #B5C0B5;
	color: #FFFFFF;
}

.indexCatalogueLink
{
	width: 200px;
	height: 24px;
	border: solid 1px #6582AE;
	padding: 3px;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

.indexCatalogueLink A
{
	padding-left: 11px;
	padding-right: 11px;
	width: 178px;
	color: #FFFFFF;
	line-height: 24px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
}

.indexFeaturePanelScoller
{
	width: 893px;
	height: 225px;
	overflow: hidden;
}

.indexFeaturePanel
{
	background-color: #E8ECE8;
	color: #215787;
}

.indexFeaturePanel DIV
{
	width: 279px;
	padding: 10px 9px 10px 9px;	
	font-size: 8pt;
}

.indexFeaturePanel DIV A
{
	font-weight: bold;
	color: #215787;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	width: 270px;
	padding-bottom: 4px;
	display:block;
}

.indexFeaturePanelImage
{
	border: solid 1px #B4C0B4;
	padding: 1px;
	background-color: #FFFFFF;
	float: left;
	width: 78px;
	height: 78px;
	margin-right: 5px;
}

.indexFeaturePanel SPAN IMG
{
	width: 19px;
	height: 19px;
}

.indexFeaturePanelLeft
{
	background-image: url(layout/indexFeatureLeft.gif);
	background-color: #E8ECE8;
	cursor: pointer;
	width: 37px;
	height: 225px;
}

.indexFeaturePanelRight
{
	background-image: url(layout/indexFeatureRight.gif);
	background-color: #E8ECE8;
	cursor: pointer;
	width: 32px;
	height: 225px;
}

.indexFeaturedProductsTitle
{
	margin-top: 15px;
	background-color: #215787;
	width: 962px;
}

.newsItem
{
	color: #215787;
	padding-left: 7px;
	padding-bottom: 10px;
	line-height: 130%;
	width: 450px;
}

.newsItem DIV
{
	font-size: 9px;
	margin:0px;
	padding:0px;
	font-weight: normal;
}

.newsItem A
{
	color: #215787;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-bottom: 4px;
}

.indexBrand
{
	padding-left: 20px;
	width: 290px;
	color: #215787;
	line-height: 130%;
}

.indexBrand A
{
	color: #215787;
}

.indexBrand H1
{
	font-size: 12px;
	margin:0px;
	padding:0px 0px 4px 0px;
	font-weight: bold;	
}

.indexBrand IMG
{
	padding-bottom: 5px;
}

.footer
{
	border-top: solid 1px #B4C0B4;
	color: #B4C0B4;
	width: 962px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.footer A
{
	color: #B4C0B4;
	text-decoration: none;
	padding-right: 15px;
}

.footer SPAN
{
	padding-right: 15px;
}

.indexFeature
{
	color: #215787;
	background-color: #E8ECE8;
	width: 297px;
	padding: 8px 10px 8px 10px;
}

.indexFeatureItemLink
{
	color: #215787;
	width: 305px;
	border: solid 1px #B4C0B4;
	font-size: 16px;
	font-weight: normal;
	font-family: Franklin Gothic Book, Tahoma, Arial;
	padding: 12px 0px 4px 10px;
	display: block;
	text-decoration: none;
}

.indexFeatureDivider
{
	width: 11px;
	background-color: #FFFFFF;
}

.viewCartTotalRow TD
{
	background-color: #DDDDDD;
	font-weight: bold;
	text-align: right;
	border: solid 1px #AAAAAA;
	border-top: solid 2px #AAAAAA;
	border-bottom: solid 2px #AAAAAA;
	border-collapse: collapse;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}

.resistorTableHeading
{
	font-weight: bold;
	background-color: #B4C0B4;
	font-size: 11px;
	display: block;
	padding: 3px;
}

.resistorTable
{
	background-color: #FFFFFF;
	border: solid 1px #B4C0B4;
	padding: 8px;
	color: #333333;
}

.resistorTable A
{
	font-weight: normal;
}

.pageContentCell, .pageContentCellNav
{
	background-color: #FFFFFF;
	border: solid 1px #B4C0B4;
	padding: 10px 12px 8px 13px;
	color: #215787;
	min-height: 450px;
	margin-bottom: 12px;
	line-height: 160%;
	font-family: "Segoe UI", Tahoma, Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #222222;
}

.pageContentCell A
{
	color: #215787;
}

.pageContentCell H1
{
	font-weight: normal;
	font-size: 18pt;
	border-bottom: solid 2px #215787;;
	padding-bottom: 7px;
	color: #215787;
	width: 100%;
	font-family: "Segoe UI", Tahoma, Verdana, Arial, Helvetica;
	margin: 0px 0px 5px 0px;
}

.pageContentCell H2
{
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	font-size: 16pt;
	color: #7F764B;
	line-height: 29px;
	margin-top: 4px;
	margin-bottom: 14px;	
}

.pageContentCell UL
{
	margin-top: 0px;
}

.pageContentCellNav
{
	width: 180px;
}

.pageContentCellNav A, .pageContentCellNav DIV
{
	color: #215787;
	margin-bottom: 10px;
	display: block;
}

.pageContentCellNav UL
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.pageContentCellNav LI
{
	list-style: none;
	background: url(layout/li.gif) 3px 9px no-repeat;
	padding: 2px 0px 2px 18px;
}

.contentHeading
{
	color: #FFFFFF;
	width: 952px;
	font-size: 16px;
	font-weight: bold;
	font-family: Franklin Gothic Book, Tahoma, Arial;
	padding: 10px 0px 10px 10px;	
	margin-bottom: 10px;
	background-color: #215787;
}

.contentHeadingLocation, .contentHeadingLocation A
{
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.searchPanel
{
	width: 280px;
	height: 240px;
	border: solid 1px #CCCCCC;
	padding: 4px;
	position: absolute;
	background-color: #FFFFFF;
	display: none;
	visibility: hidden;
	float:right;
	overflow: scroll;
	color: #000000;
	text-align: left;
	white-space: nowrap;
}