/* ----------------------------------------------------------------------
   $Id: style.css,v 1.1 2007/06/14 16:26:02 r23 Exp $

   OOS [OSIS Online Shop]
   http://www.oos-shop.de/
   
   
   Copyright (c) 2003 - 2005 by the OOS Development Team.
   ----------------------------------------------------------------------
   Based on:

   osCommerce, Open Source E-Commerce Solutions
   http://www.oscommerce.com

   Copyright (c) 2003 osCommerce
   ----------------------------------------------------------------------
   Released under the GNU General Public License
   ---------------------------------------------------------------------- */

.oos-blockText { 
font-family: Verdana, Arial, sans-serif; 
font-size: 10px; 
}

SPAN.oos-SpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #FF0000;
}

.oos-BlockContent {
  background: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.oos-PageResults {
  color: #0000FF; 
}

A.oos-pageResults:hover { 
  color: #0000FF; 
  background: #FFFF33; 
}

a img {
    /*the color should be identical to the background
    color of the parent*/
    border: 0;
}

SPAN.oos-MarkProductOutOfStock {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

.license {
  padding: 0px;
  width: 580px;
  height: 260px;
}

.license-form {
  float: left;
}

.form-block {
  border: 1px solid #cccccc;
  background: #E9ECEF;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}