/* CSS for new store layout
   Implemented 7/24/02 by MDJ */

.product {
	position:relative;
	float:left;
	text-align:center;
	width:155px;
	border-right:solid 1px #000099;
	margin-bottom:5px;
	font-size:small;
	padding:2px;
	}
.superDesc {
	background-position:bottom center;
	background-repeat:no-repeat;
	font-family:Verdana;
	width:100%;
	height:10em;
	padding-left:2px;
	padding-right:2px;}

.prodTypeLink {
	display:block;
	width:100%;
	margin-top:10px;}

.product A, .product IMG {display:block}
.prodImg, .prodLogo {}
.prodImg {
	 position:relative;
	 height:97px;
         margin-bottom:3px;
	 margin-left:auto;
	 margin-right:auto;}

.product .dark, .comingSoon {
	text-align:left;
	padding-left:10px;}

.rule {
	width:100%;
	height:5px;
	display:block;
	border:none;}

.prodLogo {
	position:relative;
	display:inline;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	margin-top:5px}

.comingSoon {color:#990033}

.store_header {
	color: #000099;
	font-size: 1.8em;
	font-weight: bold;
}
.subHeader {color:#FF6600;}

.store_subheader {
	color: #FF6600;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: .1em;
	margin-bottom: 1.5em;
}

/***** Store.asp ************/
.product {
	float:none;}

.geckoProdImage 
{
	width:75px;
	float:left;
	margin-right:5px;
	margin-bottom:5px}
	
.prodDesc {text-align:left;
	width:15em;
	margin-top:1em;
	padding-top:.75em;
	height:10em;}

.prodTypeButton 
{
	margin-left:2em;}

/* THESE STYLES ACCOMMODATE DIFFERENT
	HOMEPAGE STRUCTURE (TABLE COLUMNS) FROM
	THE REST OF THE SITE--MOVE TO STANDARD.CSS 
	DURING COMPLETE OVERHAUL  MDJ: 8/20/03 */

#sideBar { /* left-hand sidebar */
				 width:168px;
				 background-color:#CCCCFF;
				 }
