/* ================================
    CSS STYLES FOR Module DSIT_ImageRotator
   ================================
*/


.RotatorFrame 
{
  border:1px; 
  border-color:black; 
  border-style:solid; 

  height:25px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:black; 
  cursor:default;
}

.RotatorFrameOver 
{
  border:1px; 
  border-color:black; 
  border-style:solid; 

  height:25px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:black; 
  cursor:default;
}


.RotatorFrame2
{
  border:1px; 
  border-color:black; 
  border-style:solid; 

  height:25px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameOver2
{
  border:1px; 
  border-color:black; 
  border-style:solid; 

  height:25px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.ProductTitle
{
  font-family:Verdana;
  font-size:12px;   
  font-weight:bold; 
}

.ProductText
{
  font-family:Verdana;
  font-size:11px;   
  color:darkslategray;
  
}

.ProductPrice
{
  font-family:Verdana;
  font-size:12px;   
  font-weight:bold; 
  color:Red; 
}

