/* List layout styles */

/* Image Inventory layaout styles */

.imageInvThumbnail
{
	width: 100; 
	height: 75; 
	background-color:#000;
}

.imageInvUnitCell
{
	
}

.imageInvUnitCaption
{
font-family: Arial;
font-size: 7pt;
}

a.imageInvNavLink
{
	border-style:solid; 
	border-width:1px;
	color: #222222;
	font-family: Arial;
	font-size: 8pt 
}

a:visited.imageInvNavLink
{
	color: #222222;
	font-family: Arial;
	font-size: 8pt
}


a:active.imageInvNavLink
{
	color: #222222;
	font-family: Arial;
	font-size: 8pt
}

a:hover.imageInvNavLink
{
	color: #222222;
	font-family: Arial;
	font-size: 8pt
}


/* End Image Inventory */




/* Begin Standard Thumbnail / Specs layout */

.stdthumbscell
{
	background-color:#000;
}

.stdThumbsSpecName
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial;
	border-bottom:1px solid #c0c0c0;
}

.stdThumbsSpecValue
{
	font-size: 8pt;
	font-family: Arial;
	border-bottom:1px solid #c0c0c0;
}

.unittitle
{
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	font-family: Arial;
	background-color: #000000;
	background-image:url("../../../images/gold_bar.png");
	padding:3px;
	text-align:left;
}


.unitprice
{
	font-weight: bold;
	font-size: 10pt;
	color: #d2c793;
	font-family: Arial;
	background-color: #000;
	padding:5px;
	text-align:left;
}

.unitfooter
{
	background-color: #000000;color:#FFFFFF
}

.unittable
{
	border:1px solid #000; 
	background-color:#F7F7F7;

	
	
}





