/* CSS Document */

a.tyreline {z-index:90; position:relative;text-decoration:none; font-size: 12px; font-weight:bold; color:#0000ff; width:100%; 
  padding:6px 0 6px 0;}

a.tyreline:hover {z-index:90; font-size: 12px; font-weight:bold;	color:#ff0000;text-decoration:none;cursor:pointer; padding:6px 0 6px 0;
  width:100%; }
a.tyreline img {z-index:10;}

a.tyreline span.tyrebox { display:none;z-index:90;}
a.tyreline:hover span.tyrebox {
  z-index:90;
  position:absolute;
  top:2em;
  left:3em;
  border:2px solid #333;
  padding:5px;
  display:block;
  color:#000000;
  background-color:#fff;
  font-size:1em;
  font-weight:normal;
  width:1600%; 
}
span.tyrebox img {  border:0px; float:right;width:160px; height:200px;}
span.tyrebox hr { color:#ccc; height:1px;}
span.suit img {  border:0px; float:left; width:200px; height:33px;}
span.logo img {  border:0px; float:left; width:160px; height:56px;}

a.wheelline {
  z-index:50;
  position:relative;
  text-decoration:none;
  font-size: 12px;	
  font-weight:bold;	
  color:#0000ff;
  width:100%; 
  padding:6px 0 6px 0;
}

a.wheelline:hover {
  z-index:50;
  font-size: 12px;
  font-weight:bold;	
  color:#ff0000;	
  text-decoration:none;
  cursor:pointer;
  cursor:hand;
  }

a.wheelline span.wheelbox { display:none;z-index:50;}
a.wheelline:hover span.wheelbox {position:absolute;top:-1em;left:6em;border:2px solid #333;padding:5px;display:block;color:#000000; background-color:#fff;font-size:1em;font-weight:normal;width:1600%;}

span.wheelbox img {  border:0px; float:right; width:200px; height:200px;}
span.wheelbox hr { color:#ccc; height:1px;}

.wheelprice {font-weight:bold;}

