/* Developer: Frank Zakikian - - ver. 1.1 */
BODY
{
	width: 100%;
}

a:link
{
	color: Blue;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: Blue;
}

select
{
	padding-right: 5px;
}

H2
{
	text-align: center;
	font-size: 22pt;
	font-variant: small-caps;
	font-family: Century Gothic;
}

.imgWheelPhoto
{
	border: outset 2px  blue;
	padding: 3px;
	background-color: #D3D3D3;
	margin: 0px 0px 10px;
}

.imgWheelCat
{
	border: outset 2px blue;
	padding: 2px;
	width: 120px;
	height: 120px;
}

.selSearch
{
	text-indent: 5px;
	font-family: Arial;
	color:Blue;
}

.txtSearch
{
	position: relative;
	text-transform: uppercase;
	font: bold 12px 'Arial Rounded MT Bold';
	color: blue;
	top: -3px;
}

.button
{
	position: relative;
	top: -5px;
}

.btnSearch
{
	background-color: darkgray;
	/* color: blue; */
	margin-left: 3px;
	height: 21px;
}

th{
	background-color: Silver;
	font-weight: bold;
	text-align: center;
	border: solid 3px black;
}
.rowTopSpace
{
	height: 70px;
}
.rowMid
{
	height: 40px;
}
.rowBottomSpace
{
	height: 60px;
}
.tblCatalog
{
	width:80%;
	background-color: #D3D3D3;
}

.tblColDescBrief
{
	padding-left: 10px;
	border-bottom: groove 5px silver;
}

.tblColWheelImg
{
	border-bottom: groove 5px silver;
	float: right;
}

.tblColBigWheelImg
{
	background-color:  #D3D3D3;
}

.tblSearchForm
{
	position:relative;
	height: 330px;
	WIDTH: 489px;
	color: silver;
	vertical-align: top;
	font-family: Tahoma;
	text-indent: 10px;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
	background-repeat: no-repeat;
}

.tblCol1
{
	color: Silver;
	text-align: right;
	padding-left: 10px;
	vertical-align:top;
}

.tblCol2
{
	text-align: left;
	padding-left: 10px;
	vertical-align:top;
}

.tblRow 
{
	background-color: silver;
}

.tblRowAlt 
{
	background-color: #D3D3D3;
}

.tblWheelDetail
{
	border: silver 2px inset;
	background-color: #D3D3D3;
	width: 60%;
}

.tblWheelSpecs
{
	width:500px;
	padding-left:10px;
	background-color: #D3D3D3;
	border: inset 2px silver;
}
.tblWheelOEM
{
	width:500px;
	padding-left:10px;
	vertical-align:top;
	border: inset 2px silver;
	background-color: #D3D3D3;
}

div.divSearchForm
{
	height: 406;
	width: 524;
	text-align: center;
}

div.footer
{
	text-align:center;
	font-family:Arial;
	font-size:smaller;
	font-variant:small-caps;
}

div.msgInstr
{
	color:#00CCFF;
	font: 16px ARIAL;	
}

div.msgSearch
{
	text-align: left;
	color: Yellow;
}