
/* Image Inventory layaout styles */

.imageInvThumbnail
{
width: 100; 
height: 75; 
padding-left:4px;
padding-right:4px;
padding-top:1px; 
padding-bottom:1px

}

.imageInvUnitCell
{

}

.imageInvUnitCaption
{

font-family: Arial;
font-size: 8pt;

}

a.imageInvNavLink
{
	border:1px solid #CC0000; 
	
}

a:visited.imageInvNavLink
{
	
}

a:active.imageInvNavLink
{
	border:1px solid #FF7400; 
}

a:hover.imageInvNavLink
{
	border:1px solid #FF7400; 
}

/* End Image Inventory */

/* Begin Standard Thumbnail / Specs layout */

.stdThumbsSpecName
{
	font-weight: bold;
	font-size: 9pt;
}

.stdThumbsSpecValue
{
	font-size: 9pt;
}

.unittitle
{
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	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;
	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-right: #C0C0C0 1px solid;
	border-top: #C0C0C0 1px solid;
	border-left: #C0C0C0 1px solid;
	border-bottom: #C0C0C0 1px solid;
	font-family: Arial;
	/* background-color: #FFFFFF; */
	
	background-image:url('images/invtbl_cnt.gif'); 
	background-repeat:repeat-x; 
	background-position-y:bottom

}

.stdThumbsImage
{
	width: 125px;
	height: 94px;
}

a.stdThumbsImageLink
{
	border:1px solid #C0C0C0; 
	
}

a:visited.stdThumbsImageLink
{
	
}

a:active.stdThumbsImageLink
{
	border:1px solid #FF7400; 
}

a:hover.stdThumbsImageLink
{
	border:1px solid #FF7400; 
}


/* End Standard Thumbnail / Specs layout */


.gridHeaderRowCellStyle
{
	background-color: #BA2C00;
	font-weight: bold;
	font-family: Arial;
	font-size: 9pt;
	color: #FFFFFF;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
}

.gridEvenRowCellStyle
{
	font-family: Arial;
	font-size: 8pt;
	border-right: #E0E0E0 1px solid;
	border-bottom: #E0E0E0 1px solid;
	cursor: hand;	
}

.gridOddRowCellStyle
{
	background-color: #f8f8f8;
	font-family: Arial;
	font-size: 8pt;
	border-bottom: #E0E0E0 1px solid;
	border-top: #E0E0E0 1px solid;
	border-right: #E0E0E0 1px solid;
	cursor: hand;
}


a.gridHeaderLink
{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited.gridHeaderLink
{
	color: #FFFFFF;
	text-decoration: none;
}

a:active.gridHeaderLink
{
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover.gridHeaderLink
{
	color: #FFFFFF;
	text-decoration: underline;
}



a.gridNavLink
{
	color: #FF7400;
	font-family: Arial;
	font-size: 8pt
}

a:visited.gridNavLink
{
	color: #FF9900;
}

a:active.gridNavLink
{
	color: #FF0000;
}

a:hover.gridNavLink
{
	color: #CC0000;
}




.pagingCellStyle
{
	font-family: Arial; font-size: 10pt; font-weight: bold
}



a.pagingNavLink
{
	
font-family: Arial; color: #CC0000; font-size: 10pt; font-weight: bold
}

a:visited.pagingNavLink
{
	
}

a:hover.pagingNavLink
{
	color: #FF8400;
}

a:active.pagingNavLink
{
	color: #FF8400;
}