﻿.pNameSmall {font-size:85%; font-weight:bold; margin-top: 5px;}

h2.shopHeader 
{
 font-size:130%;
 padding:  6px 0px 0px 0px;
 margin-bottom: 1px;
}


.bcNavigation {font-size:80%; width:100%; padding:0px 0px 2px 8px; border-bottom:solid 1px brown; background-color:#FFFFFF; margin-top:8px;  margin-bottom:15px; font-family:Trebuchet MS, Sans-Serif, Arial;}


	.modal-overlay
	{
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		height:100%;
		width:100%;
		margin:0;
		padding:0;
		background:#777;
		opacity:.75;
		filter: alpha(opacity=75);
		-moz-opacity: 0.75;
		z-index:101;
	}
	* html .modal-overlay
	{   
		position: absolute;
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

