/* List layout styles */

.listUnitCell
{
font-family: Arial; 
font-size: 9pt
}

a.listNavLink
{
	color: #000099;
	font-family: Arial;
	font-size: 8pt
}

a:link.listNavLink
{
	color: #000099;
	font-family: Arial;
	font-size: 8pt
}

a:active.listNavLink
{
	color: #CC0000;
	font-family: Arial;
	font-size: 8pt;
}

a:hover.listNavLink
{
	color: #CC0000;
	font-family: Arial;
	font-size: 8pt;
}




/* End List Style */


/* Image Inventory layaout styles */

.imageInvThumbnail
{
	width: 100; 
	height: 75; 
}

.imageInvUnitCell
{

	
}

.imageInvUnitCaption
{

font-family: Arial;
font-size: 7pt;
}

a.imageInvNavLink
{
	border-style:solid; 
	border-width:1px;
	color: #000099;
	font-family: Arial;
	font-size: 8pt; 
}

a:visited.imageInvNavLink
{
	color: #660066;
	font-family: Arial;
	font-size: 8pt
}


a:active.imageInvNavLink
{
	color: #CC0000;
	font-family: Arial;
	font-size: 8pt;
}

a:hover.imageInvNavLink
{
	color: #CC0000;
	font-family: Arial;
	font-size: 8pt;
}


/* End Image Inventory */




/* Begin Standard Thumbnail / Specs layout */

.stdThumbsSpecName
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial;
}

.stdThumbsSpecValue
{
	font-size: 9pt;
	font-family: Arial;

}

.unittitle
{
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	font-family: Arial;
	background-color: #eaeae7;
	background-image:url('images/unit_ttl_bg.gif'); 
	background-repeat:repeat-x; 
	background-position-y: top
}


.unitprice
{
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
	font-family: Arial;
	background-color: #ff4040;
	background-image:url('images/unit_prc_bg.gif'); 
	background-repeat:repeat-x; 
	background-position-y: top
}

.unitfooter
{
	background-color: #dce9fc;
}

.unittable
{
	border:1px solid #D0D0D0; 
	/*background-color:#F7F7F7;*/; 
	
	background-image:url('images/invtbl_cnt.gif'); 
	background-repeat:repeat-x; 
	background-position-y:bottom

}

.stdThumbsImage
{
	width: 125px;
	height: 94px;
}

.stdThumbsImage2
{
	width: 110px;
	height: 83px;
}

a.stdThumbsImageLink
{
	border-style:solid; 
	border-width:1px;
	color: #000099
}

a:visited.stdThumbsImageLink
{
	color: #660066;

}

a:active.stdThumbsImageLink
{
	color: #CC0000;
}

a:hover.stdThumbsImageLink
{
	color: #CC0000;
}


/* End Standard Thumbnail / Specs layout */


.gridHeaderRowCellStyle
{
	background-color: #CC0000;
	font-weight: bold;
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	border-right: silver 1px solid;
	
}

.gridEvenRowCellStyle
{
	background-color: #EBEBEB;
	font-family: Arial;
	font-size: 8pt;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.gridOddRowCellStyle
{
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;
	border-bottom: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
}


a:link.gridHeaderLink
{
	color: #FFFFFF;
}

a:active.gridHeaderLink
{
	color: #FFFF99;
}

a:hover.gridHeaderLink
{
	color: #FFFF99;
}

a:visited.gridHeaderLink
{
	color: #FFFFFF;
}



a:link.gridNavLink
{
	color: #CC0000;
	font-family: Arial;
	font-size: 9pt;
}

a:active.gridNavLink
{
	color: #FF0000;
	font-family: Arial;
	font-size: 9pt;
}

a:hover.gridNavLink
{
	color: #FF0000;
	font-family: Arial;
	font-size: 9pt;
}

a:visited.gridNavLink
{
	color: #CC0000;
	font-family: Arial;
	font-size: 9pt;
}


/* Standard Paging Styles */

.pagingCellStyle
{
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: bold

}

a.pagingNavLink
{
	
font-family: Arial; color: #CC0000; font-size: 10pt; font-weight: bold
}

a:hover.pagingNavLink
{
	
font-family: Arial; color: #FF0000; font-size: 10pt; font-weight: bold
}

a:active.pagingNavLink
{
	
font-family: Arial; color: #FF0000; font-size: 10pt; font-weight: bold
}


/* End Standard Paging Styles */