/* ----------------------------------------------------------------------
   $Id: style.css,v 1.1 2007/06/14 16:40:39 r23 Exp $

   OOS [OSIS Online Shop]
   http://www.oos-shop.de/

   Copyright (c) 2003 - 2007 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
   ---------------------------------------------------------------------- */
.rahmen {
	border: thin solid #CCCCCC;
}

#wrapper {
    width: 870px;
    border: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}


#warning { 
    background-color: #ffb3b5;
    background-position: right top;
    font-size : 11px; 
    font-weight: bold; 
}


.block_head {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #009900;
  background-image: url(images/bg.gif);
  background-repeat: repeat;
}


.oos-BlockText { 
font-family: Verdana, Arial, sans-serif; 
font-size: 10px; 
}

/* block_whats_new */
SPAN.oos-SpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.oos-BlockContent {
  background: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* classes/class_split_page_results.php */
/* classes/class_web_search_results.php */
A.PageResults {
  color: #0000FF; 
}

A.pageResults:hover { 
  color: #0000FF; 
  background: #FFFF33; 
}

/* functions/oos_kernel.php => oosCheckStock */
/* smarty plugin */
SPAN.oos-MarkProductOutOfStock {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

.oos-PageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
}

/* This is the border line & background colour round the entire page */
.oos-bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

.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;
}
