﻿/* List layout styles */

.listUnitCell
{
font-family: Arial; 
font-size: 9pt
}

a.listNavLink
{
	color: #000099;
		font-size: 8pt
}

a:link.listNavLink
{
	color: #000099;
		font-size: 8pt
}

a:active.listNavLink
{
	color: #CC0000;
		font-size: 8pt;
}

a:hover.listNavLink
{
	color: #CC0000;
		font-size: 8pt;
}




/* End List Style */


/* Image Inventory layaout styles */

.imageInvThumbnail
{
	width: 100px; 
	height: 75px; 
}

.imageInvUnitCell
{

	
}

.imageInvUnitCaption
{

font-size: 7pt;
}

a.imageInvNavLink
{
	border-style:solid; 
	border-width:1px;
	color: #000099;
		font-size: 8pt; 
}

a:visited.imageInvNavLink
{
	color: #660066;
		font-size: 8pt
}


a:active.imageInvNavLink
{
	color: #CC0000;
		font-size: 8pt;
}

a:hover.imageInvNavLink
{
	color: #CC0000;
		font-size: 8pt;
}


/* End Image Inventory */




/* Begin Standard Thumbnail / Specs layout */

.stdThumbsSpecName
{
	font-weight: bold;
}

.stdThumbsSpecValue
{

}

.unittitle
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9b9b98;
}


.unitprice
{
	font-weight: bold;
	color: #000000;
	background-color: #d1a100;
}

.unitfooter
{
	background-color: #dce9fc;
}

.unittable
{
	border:1px solid #C0C0C0; 
	
}

.stdThumbsImage{
	width: 120px;
	height: 90px;
	border: 1px #000 solid;;
}

a.stdThumbsImageLink
{
	border-style:solid; 
	border-width:1px;
	color: #000099;
	border: 0;
}

a:visited.stdThumbsImageLink
{
	color: #660066;

}

a:active.stdThumbsImageLink
{
	color: #CC0000;
}

a:hover.stdThumbsImageLink
{
	color: #CC0000;
}


/* End Standard Thumbnail / Specs layout */


.gridHeaderRowCellStyle
{
	background-color: #636363;
	font-weight: bold;
		font-size: 8pt;
	color: #FFFFFF;
	border-right: 1px solid #C0C0C0;
}

.gridEvenRowCellStyle
{
	background-color: #EBEBEB;
		font-size: 8pt;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}

.gridOddRowCellStyle
{
	background-color: #FFFFFF;
		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-size: 9pt;
}

a:active.gridNavLink
{
	color: #FF0000;
		font-size: 9pt;
}

a:hover.gridNavLink
{
	color: #FF0000;
		font-size: 9pt;
}

a:visited.gridNavLink
{
	color: #CC0000;
		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 */


/* BEGIN REVISE SEARCH BOX */

.revise{
	border: 1px #ccc solid;
	margin: 10px 0 10px 0;
	padding: 8px;
	font-size: 8pt;
	background: #f1f1f1 url(../images/revise_bg.jpg) repeat-x left top;
}

.revise h1, .revise h2, .revise h3, .revise h4, .revise h5{
	position: relative;
	margin: -8px -8px 5px -8px;
	padding: 2px;
	color: #f1f1f1;
	background: #6b6c6b url(../images/revise_hdr_bg.jpg) no-repeat left top !important;
	border-bottom: 2px #666 solid;
	font-size: 10pt;
	font-weight: bold;
}

.revise a.more, .revise a.morewait{
	position: absolute;
	right: 5px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 8pt;
	color: #3a3b72;
	text-decoration: none;
	background: transparent url(../images/arrow_rt.gif) no-repeat right center;
}

.revise a.morewait{
	padding-right: 18px;
	background: transparent url(../images/wait16trans.gif) no-repeat right center;	
}

.revise p{
	float: left;
	padding: 0 !important;
	margin: 5px 8px 5px 0;
}

.revise p label{
	padding: 0
}

.revise .model{
	width: 50px;
}

.revise .price{
	width: 40px;
}

.revise input, .revise select{
	font-size: 8pt;
}

.revise .xtra{
	display: block;
	float: none;
	clear: both;
	margin: 10px 0 5px 0;
}

.revise .formbuttons{
	margin-right: 0;
}

/* END REVISE SEARCH BOX */

