
tr.ChildRow td 
{
	color: #343434;
	background-color: #ECE8D8;
	text-decoration: none;	
	border-top : 1px solid #EFEFEF;
	border-bottom : 1px solid #beb39f;
	padding: 3px 0 3px 0px;
	margin-top: 1px;
	margin-bottom: 1px;	
}

tr.ChildRow .ChildSpecNo
{
	background-color: #ECE8D8;
	text-align: right;
}

tr.ChildDieVarietyRow td 
{
	color: #343434;
	background-color: #ECE8D8;
	text-decoration: none;	
	border-top : 1px solid #EFEFEF;
	border-bottom : 1px solid #beb39f;
	padding: 3px 0 3px 0px;
	margin-top: 1px;
	margin-bottom: 1px;	
}

tr.ChildDieVarietyRow .ChildSpecNo
{
	background-color: #ECE8D8;
	text-align: right;
}

tr.ChildDieVarietyRow .GridPlusSign
{
	font-weight: bold;
	font-size: 14px;
}

tr.ChildBaseRow .GridPlusSign
{
	font-weight: bold;
	font-size: 14px;
}

tr.ChildMinorVarietyBaseRow .GridPlusSign
{
	font-weight: bold;
	font-size: 14px;
}

tr.ChildMinorVarietyBaseTotalRow .GridPlusSign
{
	font-weight: bold;
	font-size: 14px;
}

tr.ChildMinorVarietyRow .GridPlusSign
{
	font-weight: bold;
	font-size: 14px;
}

tr.ChildBaseRow td 
{
	color: #343434;
	background-color: #BEB39F;
	text-decoration: none;	
	border-top : 1px solid #EFEFEF;
	border-bottom : 1px solid #beb39f;
	padding: 3px 0 3px 0px;
	margin-top: 1px;
	margin-bottom: 1px;	
}

tr.ChildBaseRow .ChildSpecNo
{
	background-color: #BEB39F;
	text-align: right;
}

tr.ChildMinorVarietyBaseRow td 
{
	color: #343434;
	background-color: #D8D1C5;
	text-decoration: none;	
	border-top : 1px solid #EFEFEF;
	border-bottom : 1px solid #beb39f;
	padding: 3px 0 3px 0px;
	margin-top: 1px;
	margin-bottom: 1px;	
}

tr.ChildMinorVarietyBaseRow .ChildSpecNo
{
	background-color: #D8D1C5;
	text-align: right;
}

tr.ChildMinorVarietyBaseTotalRow td 
{
	color: #343434;
	background-color: #C9DFF2;
	text-decoration: none;	
	border-top : 1px solid #EFEFEF;
	border-bottom : 1px solid #beb39f;
	padding: 3px 0 3px 0px;
	margin-top: 1px;
	margin-bottom: 1px;	
}

tr.ChildMinorVarietyBaseTotalAltRow td 
{
	color: #343434;
	background-color: #F1F6FA;
	text-decoration: none;	
	border-top : 1px solid #EFEFEF;
	border-bottom : 1px solid #beb39f;
	padding: 3px 0 3px 0px;
	margin-top: 1px;
	margin-bottom: 1px;	
}

tr.ChildMinorVarietyBaseTotalRow .ChildSpecNo
{
	background-color: #C9DFF2;
	text-align: right;
}

tr.ChildMinorVarietyBaseTotalAltRow .ChildSpecNo
{
	background-color: #F1F6FA;
	text-align: right;
}

tr.ChildMinorVarietyRow td 
{
	color: #343434;
	background-color: #ECE8D8;
	text-decoration: none;	
	border-top : 1px solid #EFEFEF;
	border-bottom : 1px solid #beb39f;
	padding: 3px 0 3px 0px;
	margin-top: 1px;
	margin-bottom: 1px;	
}

tr.ChildMinorVarietyRow .ChildSpecNo
{
	background-color: #ECE8D8;
	text-align: right;
}

/* End Of Grid Styles */

/* End Of BreadCrumb Styles */

.Category
{
	padding-bottom: 4px;
}

.CategoryLink
{
	font-size: 12px;
	text-decoration:none;
}
	
.CategoryLink A:link 
{
	text-decoration:none;
	color:Blue;
}	

.CategoryLink A:visited 
{
	text-decoration:none;
	color:Purple;
} 

.CategoryLink A:hover 
{
	text-decoration:none;
	color:Black;
} 

.CategoryLink A:active 
{
	text-decoration:none;
	color:Black;
} 

.PCGSNoLookup
{
	float: right;
	padding-top: 1em;
	padding-bottom: 2em;
	font-size: 12px;
	font-weight: bold;
}

.IntroText
{
	float: left; 
	padding-top: 1em; 
	font-size: 12px;
}

.Categories
{
	clear: left; 
	padding-top: 1em;
}

#PCGSNoLookupContent
{
	padding-top: 1em;
}

#PCGSNoLookupContent .LookupForm
{
	float: right; 
	padding-right: 13px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 1em;
}

#PCGSNoLookupContent .CategoryGridPadding
{
	padding-top: 4em;
}

.NoPopFound
{
	font-size: 1.3em;
	text-align: left;
	padding-bottom: 2em;
	padding-top: 2em;
}

/* Error Page Formatting */

.ErrorMessageArea 
{
	width: 65%;
	margin-top: 50px;
	margin-bottom: 64px;
	background-color: #ffffff;
	text-align:center;
	margin:64px auto 140px auto;
	margin-left: 140px;
}

.ErrorMessageTitle 
{
	text-align: left;
	font-family: Arial, Helvetica;
	font-size: 140%;
	font-weight: bold;
	background-color: #f0efef;
	color: #000000;
	padding: 5px;
	padding-left: 8px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}

.ErrorMessageContent 
{
	font-family: Arial, Helvetica;
	font-size: 100%;
	color: #000000;
	padding:5px 8px 8px 5px;
	line-height:15pt;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #cccccc;
}

/* End Of Error Page Formatting */

.SearchButton
{
	height: 23px;
	width: 30px;
	font-weight: bold;
	font-size: 1.0em;
	color: #555555;
	padding: 1px;
}

.CountryDiv
{
	padding-top: 2em;
	margin-left: 50px;    
}

/* A-Z Navigation Style */
.AlphaLetters
{
	padding-top: 1em; 
	margin-left: 50px;    
	clear: left;
}

.AlphaLetters a 
{
	color: Blue;
	text-decoration: none;
	font-size: 12px;
}

.AlphaLettersLink:visited 
{
	color: purple;
}

a.AlphaLettersLink:hover 
{
	color: Black;
}

a.AlphaLettersLink:link 
{
	color:Blue;
}

a.AlphaLettersLink:active 
{
	color:#FF9966;
}

/* End Of A-Z Navigation Style */

.PopulationTotalsDisclaimerText
{
	padding-top: 2em; 
	font-size: 1em;
}

.PopulationTotalsGridPadding
{
	padding-top: 5em;
}

.PrinterFriendly
{
	float: right;
	background: url(../images/printer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: 0 solid #000;
	padding-right:28px;
	height: 20px;
	font-size: .85em;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 1em;
}

.PrinterFriendly A:link 
{
	text-decoration:none;
	color:Blue;
}	

.PrinterFriendly A:visited 
{
	text-decoration:none;
	color:Purple;
} 

.PrinterFriendly A:hover 
{
	text-decoration:none;
	color:Black;
} 

.LastUpdate
{
	width: 100%; 
	padding-top: .25em;
	color: #4E4E4E;
}

/* New styles */
#categories .category-content .twocolumn .box{
	position: relative;
	width: 350px;
	padding: 0 0 34px;
}
#categories .category-content .twocolumn .box .heading{
	width: 100%;
	margin: 0;
	line-height: 1.75em; /* Added line-height attribute to prevent the bottom part of the left arrow from being cutoff */
	font-size: .95em;
}
#categories .twocolumn{
	width: 765px;
	overflow: hidden;
}
#categories .twocolumn .col{
	float: left;
	width: 350px;
	overflow: hidden;
	margin: 15px 25px 10px 5px;
}

#categories .category-content .box .heading{
	width: 615px;
	margin-bottom: 13px;
	margin-left: -17px;
}
#categories .category-content{
	width: 625px;
	margin-right: 13px;
	margin-left: 0;
	display: inline;
}
#categories .category-content .main{
	width: 100%;
	margin-top: 32px;
}
#categories .category-content .box{
	padding: 0 37px 0 17px;
	width: 611px;
}
#categories .main .box ul{
	margin: 0;
	font-size: 1em;
	margin: 19px 0 0 11px;
}
#categories .main .box li{
	margin: 0 0 3px;
}
#categories .main .box ul a{
	text-decoration: none;
}
#categories .main .box ul a:hover{
	text-decoration: underline;
}
#categories .category-content .twocolumn .box .coin{
	width: 72px;
	height: 72px;
	overflow: hidden;
	float: right;
	margin: -27px -3px 0 0;
}
#categories .category-content .twocolumn .type-coins .coin{
	background: url(/images/categorycoins/bg-type-coins.png) no-repeat;
}
#categories .category-content .twocolumn .cents .coin{
	background: url(/images/categorycoins/bg-cents.png) no-repeat;
}
#categories .category-content .twocolumn .two-three-coins .coin{
	background: url(/images/categorycoins/bg-two-three-cents.png) no-repeat;
}
#categories .category-content .twocolumn .nickels .coin{
	background: url(/images/categorycoins/bg-nickels.png) no-repeat;
}
#categories .category-content .twocolumn .dimes .coin{
	background: url(/images/categorycoins/bg-dimes.png) no-repeat;
}
#categories .category-content .twocolumn .quarters .coin{
	background: url(/images/categorycoins/bg-quarters.png) no-repeat;
}
#categories .category-content .twocolumn .half-dollars .coin{
	background: url(/images/categorycoins/bg-half-dollars.png) no-repeat;
}
#categories .category-content .twocolumn .dollars .coin{
	background: url(/images/categorycoins/bg-dollars.png) no-repeat;
}
#categories .category-content .twocolumn .gold-coins .coin{
	background: url(/images/categorycoins/bg-gold-coins.png) no-repeat;
}
#categories .category-content .twocolumn .commemoratives .coin{
	background: url(/images/categorycoins/bg-commeratives.png) no-repeat;
}
#categories .category-content .twocolumn .american-eagles .coin{
	background: url(/images/categorycoins/bg-american-eagles.png) no-repeat;
}
#categories .category-content .twocolumn .proof-mint-sets .coin{
	background: url(/images/categorycoins/bg-proof-mint-sets.png) no-repeat;
	width: 98px;
	height: 82px;
}
#categories .category-content .twocolumn .territorials .coin{
	background: url(/images/categorycoins/bg-territorial.png) no-repeat;
}
#categories .category-content .twocolumn .colonials .coin{
	background: url(/images/categorycoins/bg-colonials.png) no-repeat;
}
#categories .category-content .twocolumn .misc .coin{
	background: url(/images/categorycoins/bg-misc.png) no-repeat;
}
#categories .category-content .twocolumn .world .coin{
	background: url(/images/categorycoins/bg-world.png) no-repeat;
}
#categories .category-content .twocolumn .patterns .coin{
	background: url(/images/categorycoins/bg-pattern.png) no-repeat;
}

/* French Categories */
#categories .category-content .twocolumn .france-commems .coin{
	background: url(/images/categorycoins/france-commem.png) no-repeat;
}
#categories .category-content .twocolumn .france-constitution .coin{
	background: url(/images/categorycoins/france-constitution.png) no-repeat;
}
#categories .category-content .twocolumn .france-decimales .coin{
	background: url(/images/categorycoins/france-decimales.png) no-repeat;
}
#categories .category-content .twocolumn .france-essai .coin{
	background: url(/images/categorycoins/france-essai.png) no-repeat;
}
#categories .category-content .twocolumn .france-modern .coin{
	background: url(/images/categorycoins/france-modern.png) no-repeat;
}
#categories .category-content .twocolumn .france-royales .coin{
	background: url(/images/categorycoins/france-royales.png) no-repeat;
}

/* German Categories */
#categories .category-content .twocolumn .east-germany .coin{
	background: url(/images/categorycoins/east-germany.png) no-repeat;
}
#categories .category-content .twocolumn .empire .coin{
	background: url(/images/categorycoins/empire.png) no-repeat;
}
#categories .category-content .twocolumn .euro .coin{
	background: url(/images/categorycoins/euro.png) no-repeat;
}
#categories .category-content .twocolumn .german-states .coin{
	background: url(/images/categorycoins/german-states.png) no-repeat;
}
#categories .category-content .twocolumn .german-colonies .coin{
	background: url(/images/categorycoins/german-colonies.png) no-repeat;
}
#categories .category-content .twocolumn .third-reich .coin{
	background: url(/images/categorycoins/third-reich.png) no-repeat;
}
#categories .category-content .twocolumn .weimar .coin{
	background: url(/images/categorycoins/weimar.png) no-repeat;
}
#categories .category-content .twocolumn .west-germany .coin{
	background: url(/images/categorycoins/west-germany.png) no-repeat;
}

/* China Categories */
#categories .category-content .twocolumn .japanese_occupation .coin{
	background: url(/images/categorycoins/japanese_occupation.png) no-repeat;
}
#categories .category-content .twocolumn .peoples_republic_of_china .coin{
	background: url(/images/categorycoins/peoples_republic_of_china.png) no-repeat;
}
#categories .category-content .twocolumn .provincial .coin{
	background: url(/images/categorycoins/provincial.png) no-repeat;
}
#categories .category-content .twocolumn .soviet_republic .coin{
	background: url(/images/categorycoins/soviet_republic.png) no-repeat;
}
#categories .category-content .twocolumn .china_roc .coin{
	background: url(/images/categorycoins/china_roc.png) no-repeat;
}

/* Great Britain Categories */
#categories .category-content .twocolumn .bank-token-coinage .coin{
	background: url(/images/categorycoins/bank-token.png) no-repeat;
}
#categories .category-content .twocolumn .guinea-coinage .coin{
	background: url(/images/categorycoins/guinea.png) no-repeat;
}
#categories .category-content .twocolumn .sovereign-coinage .coin{
	background: url(/images/categorycoins/sovereign.png) no-repeat;
}
#categories .category-content .twocolumn .decimal-coinage .coin{
	background: url(/images/categorycoins/decimal.png) no-repeat;
}
#categories .category-content .twocolumn .new-sovereign-gold-coinage .coin{
	background: url(/images/categorycoins/new-sovereign.png) no-repeat;
}
#categories .category-content .twocolumn .britannia-coinage .coin{
	background: url(/images/categorycoins/britannia.png) no-repeat;
}
#categories .category-content .twocolumn .maundy-coinage .coin{
	background: url(/images/categorycoins/maundy.png) no-repeat;
}
#categories .category-content .twocolumn .trade-dollar .coin{
	background: url(/images/categorycoins/trade-dollar.png) no-repeat;
}

#categories .box div strong{
	font-size: 1.083em;
	color: #3f7fb2;
	line-height: 1.384em;
}
#categories .box div li{
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
#categories .box div li a{
	margin: 0;
}

.right-sidebar{
	width: 230px;
	overflow: hidden;
	background: #fbfcfc;
	float: right;
	margin: 0;
}

.TableCaptionDiv
{
	clear: both;
	padding: 0px 0 0 15px; 
	padding-top: 20px;
	font-weight: bold;
}

.ReadOnlyLink
{
	color: #505151;
	text-decoration: none;
	cursor: text;
}

.SelectedSubcategoryLink
{
	color: #7A7777;
	text-decoration: none;
	cursor: text;
	font-weight: bold;
}

.SelectedPrefixLink
{
    color: #7A7777;
    font-weight: bold;
}

.GridPlusSign
{
	font-size: 14px;
}

.nChildCategories
{
	margin-top: 0px;
	display: none;
	cursor: pointer; cursor: hand;
}

a
{
	cursor: hand;
	cursor: pointer;
}

.ReadOnlyBreadCrumb
{
	color: #969396;
}

.PCGSNoSearchDiv
{
	display: inline; 
	padding-bottom: 5px;
}

.CategoryParentListTable
{
	border: 1px solid #5d7790; 
	width: 765px;
}

.PrintGrid
{
	font-size: smaller;
}

.PrefixCaption
{
    font-weight: bold;
}

.PrefixCaptionDiv
{
    display: inline-block; 
    padding-bottom: 5px; 
    word-wrap: break-word; 
    vertical-align: top;
}

.PrefixLinksSeparator
{
    margin-right: 5px; 
    margin-left: 5px;
}
