/*
  $Id: stylesheet.css,v 1.2 2003/08/28 12:01:39 pschapler Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

body
{
	background: #000000;
	color: #ffffff;
	margin: 0px;
	scrollbar-DarkShadow-Color:#264B67;
	scrollbar-Track-Color:#11222F;
	scrollbar-Face-Color:#264B67;
	scrollbar-Shadow-Color:#264B67;
	scrollbar-Highlight-Color:#264B67;
	scrollbar-3dLight-Color:#264B67;
	scrollbar-Arrow-Color:#ffffff;
	font-family:Verdana, Arial, sans-serif;
	font-size: 10px;
	background-attachment: fixed;
}


p,ol,ul,li
{
	font-family:Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
}


a
{
	color: #4589BB;
	text-decoration: none;
}

a:hover
{
	color: #4589BB;
	text-decoration: underline;
}

form
{
	display: inline;
}

select.product_info
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #264B67;
	color: #ffffff;
}

input.borderStyle,select
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border: 1px solid;
	border-color: #4589BB;
	background: #264B67;
	color: #ffffff;
	width: 135px;
}

textarea
{
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border: 1px solid;
	border-color: #4589BB;
	background: #264B67;
	color: #ffffff;
}

span.errorText
{
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
}

h1
{
	font-family: Arial;
	font-size: 17px;
	letter-spacing: 1px;
	color: #4589BB;
	margin-bottom: -10px;
}

h2
{
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 1px;
	color: #4589BB;
	margin-bottom: -10px;
}

td, td.messageStackError, td.messageStackSuccess, td.messageStackWarning
{
	font-size: 10px;
}

.blue
{
	color: #4589BB;
}

.border
{
	background-color: #4589BB;
}

.lightborder
{
	background-color: #264B67;
}

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

ul
{
	margin:2px 5px 10px 20px; list-style-type:square; list-style-position:outside; line-height:15px;
	padding:0px;
}

a.favorite_car_item
{
    color:white;
    font-weight:bold;
    background:url(qas_images/bk_button.gif) right no-repeat #4589BB;
    height:17px;
    margin-right:2px;
    padding:1px 10px 2px 5px;
    text-decoration:none;
}

a.favorite_car_item:hover
{
    color:white;
    text-decoration:none;
}

/* Styles fuer Elemente, welche mit Google Web Fonts ausgezeichnet werden. */
.gwf_base
{
    font-family: 'Play', sans-serif;
}

.gwf_title
{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 5px;
}

.gwf_price_normal
{
    font-style: italic;
    font-size: 20px;
    line-height: 120%;
}

.gwf_price_normal s
{
    font-size: 14px;
}
