﻿.RadPanelBar
{
	font-size:9px;
}
.RadPanelBar .rpItem .rpText
{
	background-image:url(img/MiddlePlus.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#2173DE;
	padding:2px 4px 0px 21px;
}
.RadPanelBar .rpRootGroup .rpExpanded .rpText
{
	background-image:url(img/MiddleMinus.gif);
	background-repeat:no-repeat;
	color:#2173DE;
}
.RadPanelBar .rpRootGroup .rpSelected .rpText
{
	background-image:url(img/MiddleMinus.gif);
	background-repeat:no-repeat;
	color:#000000;
	font-weight:bold;
}
.RadPanelBar .rpRootGroup .rpFirst .rpText
{
	background-image:url(img/TopPlus.gif);
	background-repeat:no-repeat;
}
.RadPanelBar .rpRootGroup .rpFirst .rpExpanded .rpText
{
	background-image:url(img/TopMinus.gif);
	background-repeat:no-repeat;
}
.RadPanelBar .rpRootGroup .rpLast .rpText
{
	background-image:url(img/BottomPlus.gif);
	background-repeat:no-repeat;
}
.RadPanelBar .rpRootGroup .rpLast .rpExpanded .rpText
{
	background-image:url(img/BottomMinus.gif);
	background-repeat:no-repeat;
}
.RadPanelBar .rpRootGroup .empty .rpText
{
	background-image:url(img/MiddleEmptyLine.gif);
	background-repeat:no-repeat;	
}
.RadPanelBar .rpRootGroup .rpLast .empty .rpText
{
	background-image:url(img/BottomEmptyLine.gif);
	background-repeat:no-repeat;
}

.RadPanelBar .rpGroup .rpFirst .rpText, .RadPanelBar .rpGroup .rpItem .rpText
{
	background-image:url(img/MiddleCrossLine.gif);
	background-repeat:repeat-y;
	padding-left:33px;
}
.RadPanelBar .rpGroup .rpLast .rpText
{
	background-image:url(img/BottomCrossLine.gif);
	background-repeat:repeat-y;
	padding-left:33px;
}


.notes
{
	padding-top:25px;
	font-size:smaller;
	font-family:Geneva, Arial, Helvetica, san-serif;
}
.notes ol
{
	list-style-type:upper-roman;
	margin-top:0px;
}
.notes li
{
	padding:0px;
	margin:3px 0px 0px 0px;
}

.catalog
{
	empty-cells:show;
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	width:100%;
}
.catalog td
{
	vertical-align:top;
}
.catalog .title
{
}
.catalog .title td
{
	height:1px;
	background-image:url(images/dot.gif);
	background-repeat:repeat-x;
	background-position:0px 15px;
	padding:20px 0px 3px 0px;
	margin-top:15px;
	color:#0066CC;
	font-size: 13px;
	font-weight:bold;
}
.catalog .left
{
	width:10px;
	height:1px;
	display:block;
}
.catalog .right
{
	width:15px;
	height:1px;
	display:block;
}
.catalog .image
{
	width:200px;
}
.catalog .imagename
{
	border-bottom:1px dotted silver;
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-size: 9px;
	font-weight:normal;
}
.catalog .name
{
	width:225px;
	border-bottom:1px dotted silver;
	font-weight:bold;
}
.catalog .name2
{
	width:180px;
	border-bottom:1px dotted silver;
	font-weight:bold;
}
.catalog .name .light
.catalog .name2 .light
{
	font-weight:normal;
}
.catalog .partno
{
	width:125px;
	text-align:right;
	border-bottom:1px dotted silver;
	font-weight:normal;
}
.catalog .partno2
{
	width:85px;
	text-align:right;
	border-bottom:1px dotted silver;
	font-weight:normal;
}
.catalog .subtitle
{
	font-weight:bold;
	color:#0066CC;
	padding-top:4px;
}
.catalog .subcenter
{
	font-weight:bold;
	padding-top:4px;
	text-align:center;
}