/* ----------------------------------------------------------------------
   $Id: style.css,v 1.2 2005/04/28 15:24:18 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; 
}

/* block_whats_new */
SPAN.oos-SpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #F35B5B;
}

.oos-BlockContent {
  background: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* classes/split_page_results.php */
A.oos-PageResults
  color: #F35B5B; 
}

A.oos-pageResults:hover { 
  color: #0000FF; 
  background: #F35B5B; 
}

/* functions/oos_kernel.php => oosCheckStock */
/* smarty plugin */

SPAN.oos-MarkProductOutOfStock {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #F35B5B;
  font-weight: bold;
}

.oos-PageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #F35B5B;
}

/* This is the border line & background colour round the entire page */
.oos-bodyline	{ background-color: #F35B5B; border: 1px #F35B5B solid; }

.license {
  padding: 0px;
  width: 580px;
  height: 260px;
}

.license-form {
  float: left;
}

.form-block {
  border: 1px solid #F35B5B;
  background: #F35B5B;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}