﻿html
{
	width:100%;
	height:100%;
	scrollbar-base-color: #867a63; 
    scrollbar-face-color: #251c17; 
    scrollbar-track-color: #867a63; 
    scrollbar-arrow-color: #867a63;
    scrollbar-highlight-color: #867a63; 
    scrollbar-3dlight-color: #867a63; 
    scrollbar-shadow-color: #867a63;
    scrollbar-darkshadow-color: #867a63;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal; color:#ffffff; font-size:8pt;
	font-weight: bold;
	margin: 0px;
	background-repeat:repeat-x;
	scrollbar-base-color: #867a63; 
    scrollbar-face-color: #251c17; 
    scrollbar-track-color: #867a63; 
    scrollbar-arrow-color: #867a63;
    scrollbar-highlight-color: #867a63; 
    scrollbar-3dlight-color: #867a63; 
    scrollbar-shadow-color: #867a63;
    scrollbar-darkshadow-color: #867a63;
    height:100%;
    background-color:#261d18;

    
}
.privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#ffffff;
	font-size:10px;
	font-weight: bold;
}
.new {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#ffffff;
	font-size:10px;
	font-weight: bold;
}
a{
color: #97896f;
text-decoration: none;
}
a:hover{
color: #ffffff;
text-decoration: underline;
}
a:active{
color: #97896f;
text-decoration: underline;
}
a:visited{
color: #97896f;
text-decoration: none;
}
a:visited:hover
{
    color: #ffffff;
    text-decoration: underline;
}
.gen_table
{
    border:0;
    padding:0;
    margin:0;
    width: 1161px;
    height: 618px;
}
.GridViewalt
{
    background-color:#978B70;
    background-image:url('../images/altrowbgimg.gif');
}
.GridViewalt:hover
{
    background-color:#FFFFFF;
    background-image:url('../images/altrowbgimg.gif');
}
.GridViewRow
{
    background-color:#6B6A43;
    background-image:url('../images/rowbgimg.gif');
}

#wrapper{
width: 1200px;
margin: 0 auto;
}
.box{
background: #100C0A;
}
.boxholder{
clear: both;
padding: 5px;
background: #100C0A;
}
.tab{
float: left;
height: 77px;
width: 196px;
margin: 0 1px 0 0;
text-align: center;
background-color:#100C0A;
background-image:url('../images/exterior_tab.png');
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 0px 0 0 0;
}
.linkbutton 
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    border-bottom: solid 1px #000000;
}
.gridtxt
{
   	font-family: Arial, Helvetica, sans-serif;
	font-style: normal; color:#ffffff; font-size:12pt;
	font-weight: bold;
}

.thumbnail
{
  z-index: 0;  
}

.thumbnail:hover
{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
background-color: white;
/* border: 2px solid black; */
visibility: hidden;
color: black;
text-decoration: none;
/* added in below */
left:-1000px;
}

.thumbnail span img{ /*CSS for enlarged image*/
/* border: 2px solid #261d18; */
border:0px;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
/* position:absolute;
background-color: white;
padding: 5px;
border: 2px solid black; */
visibility: visible;
/* added in below */
/*
top:16%;
left:65%;
*/
border-right: 1px solid #261d18;
border-left: 1px solid #261d18;
top:0px;
left:629px;
position:absolute;
z-index:1500px;
overflow:hidden;



 /*position where enlarged image should offset horizontally */

}

.rowhover:hover
{
    background-color:#FFFFFF;
    background-image:url('../images/rowbgimg.gif');
}
.divabout
{
    font-size: 16px;
    font-weight: normal;
    color: #97896f;
   
    
}
.divprodcare
{
    font-size: 16px;
    font-weight: normal;
    color: #97896f;
   
    
}

/* added 05.27.2008 JDH **/

.tdHighlight
{
	background-color: White;
	padding: 8px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.dialogHeader
{
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 110%;
	color: white;
	font-family: Verdana;
	background-color: #7C6F57;
}

.closeIcon
{
	background-position: right top;
	background-image: url(../Images/close_icon.gif);
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	width: 19px;
	top: 1px;
	height: 19px;
	right: 1px;
}

.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
	left:0px;
}
.updateProgress div
{
	background-color: white;
	padding: 4px;
	position: absolute;
	top: 34%;
	left: 26%;
	height:312px;
	/*z-index:1110;*/
}

