@import url("site.css"); 

.bad {}

a,
a:active,
a:link,
a:visited
{ color: #000000; 
  font-family     : Verdana, Arial, Helvetica, sans-serif;
  font-weight     : normal;
  font-size       : 8pt;
  text-decoration : none;   
}
  
a:hover 
{ color: #D06D0B; 
  font-family     : Verdana, Arial, Helvetica, sans-serif;
  font-weight     : normal;
  font-size       : 8pt;
  text-decoration : underline;     
}

.qtyPrc
{
  border : thin solid black;
  position: relative;
  left: 3px;
  width: 200px;
  height: 50px;
}
.sizeCell
{ vertical-align : top; }

.noTab {
	 color: #006633;
		border-width: 0px 0px 1px 0px;
		border-style: solid;
		border-color: #666666;
	 background-color: #FFFFFF;
}

.tabOn {
	 color: #006633;
		border-width: 1px 1px 0px 1px;
		border-style: solid;
		border-color: #666666;
	 background-color: #FFFFFF;
}
	
.tabOff {
	 color: #000000;
		border-width: 0px 1px 1px 1px;
		border-style: solid;
		border-color: #666666;
	 background-color: #ccff99;
}

.comparableDesc {
 color: #000000;
	font-size: 10px;
 font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

/* 030000 03/03/07 JD2 */

.cartoptionsOuter {
width: 100%;
text-align: left;
}

.cartoptionsCont {
text-align: center;
}

.cartoptionsTable {

width: 100%;
}

.comparablesCont {
width: 100%;
}
.comparablesTable {
text-align: center;
width: 100%;
}

div#proddetails {
width: 200px;
height: 40px;
font-family:verdana, arial, geneva, helvetica; 
font-size: 10px;
font-weight: bold;
}
.imageCell {
width: 200px;
text-align: center;
}
.prodLongDesc {
width: 100%;
}
.prodLinksTable {
width: 450px;
}

.prodDescCont {
margin-left: 10px;
}

.prodDescTable {
text-align: center;
width: 100%;

}
.colorContainer {
text-align: left;
padding-left: 5px;
padding-top: 5px;
}
.colorTable {
text-align: left;
width: 100%;
}

.innerColor { 
border-spacing: 3px;
}
.cobColorName {}
.iconSpacer
{
 width : 5px;
}

.heightPad
{padding-top: 3px; padding-bottom: 3px; vertical-align: middle;}

.imgLibTable
{border: 1px solid black;
 background-color: #FFFFFF;
 text-align: center;
 width: 100%; 
 hasLayout: true;}

.imgLibHdr
{background-color: #999966;
 color: white;
 font-weight: bold;
 font-size: 12px; 
 border-bottom: 1px solid black;
 padding: 2px;}
 
 .imgLibButton
 { display: block; vertical-align: middle; background: #DCDCDC url(/98dev/images/transButton.gif); width:70px; height:17px; line-height:15px; font-size:9px; font-family:Verdana; text-decoration:none; cursor: pointer;}

a.imgLibLink,
a.imgLibLink:active,
a.imgLibLink:link,
a.imgLibLink:visited,
a.imgLibLink:hover
{ font-family: Verdana;
  font-size: 9px;
  text-decoration: none;
  vertical-align: middle;  
}

.closeButton
{ border: 2px solid white;
  font-weight: bold; 
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  cursor: pointer;
