/*  $Id: stylesheet.css,v 1.1.1.1 2005/11/03 15:22:21 stepibou Exp $  osCommerce, Open Source E-Commerce Solutions  http://www.oscommerce.com  Copyright (c) 2003 osCommerce  Released under the GNU General Public License*//* ------- CSS OSC --------- */@import url(css/general.css);@import url(css/boxes.css);@import url(css/whatsnew_infobox.css);@import url(css/products_listing.css);@import url(css/products_shipping.css);@import url(css/account.css);@import url(css/checkout_payment_address.css);@import url(css/checkout_shipping_address.css);@import url(css/checkout_shipping.css);@import url(css/checkout_payment.css);@import url(css/conditions.css);/*@import url(css/menu.css);@import url(css/categories_dropdown.css);*//* - general - */body {   width: 100%;   margin: 0; padding: 0;   text-align: center;   font-size: 62.5%;   font: 0.8em Arial,Georgia,Tahoma,sans-serif;   color: #646464;   background: #FFF url(images/body.png) repeat-x;   }/* ----------------------------------------------------- *//* ------------------------- template ------------------ *//* ----------------------------------------------------- */#page{        position: relative;        /*width : 98%;*/		width:850px;       /* min-width: 800px;        max-width: 1060px;*/        margin: 0 auto 0 auto;        text-align: left;        background: #fff;		background: #FFF url(images/page.png) repeat-y top;}/* Header********************************************/#top{        height: 123px;        width: 850px;        margin : 0 0 0 0px;}#topLogo {        float: left;        height: 123px;        width: 850px;        background: #fff url(images/top.png) top center no-repeat;}#topLogo h1 a {	cursor:pointer;	margin:0;	padding:0;	display:block;	width:850px;	height:123px;}#topRight {        float: right;        height: 123px;       /* width: 24px;*/}#top h1 {        text-indent: -9999px;}#navi_bar {       /*position: absolute;       z-index: 100;       top: 80px;*/       left: 0px;       padding: 0 15px 0 15px;       margin: 0 0 0 0px;       height:18px;       background: transparent;       color: #AAA;	   /*border-bottom:#EEE 1px solid;*/}#navi_bar a {	   color: #AAA;}#breadCrumb {       float: left;}#long_date {       float: right;	   display:none;}.clear_both {       clear: both;}/* Content********************************************/#sidebar_left {        float: left;        left : 0px;        margin: 7px 0px 0px 0px;        padding: 0px 0px 0px 10px;        width: 165px;        border : 0;}#pageContent {        overflow: auto;        clear: none;        width: auto;		width:480px;        margin: 0px 10px 0px 10px;       /* padding: 0px 0px 0 0px;*/		padding:10px;}#pageContent_IE {        float: left;        width: auto;        min-width:400px;        margin: 0px 10px 0px 10px;        padding: 0px 0px 0 0px;}#sidebar_right {        float: right;        right: 0px;        width : 165px;        border : 0;        padding: 0px 10px 0px 0px;        margin: 7px 0px 0px 0px;}/* Footer********************************************/#footer{        clear: both;        margin: 10px 0px 0px 0px;        height: 123px;        border: 0px solid #000;        padding: 0px 0px 0px 0px;		color: #AAA;        text-align:center;		font-size:11px;		width:850px;		height:50px;}#footer a {	color: #AAA;}#footer a:hover {	text-decoration:underline;}#footer p.copyright {}#footer .copyright a {}#footer .copyright a:hover {}/*-------------------------*//* ------- forms --------- */input#search {  width:130px;  border: 1px solid #1596d2;  padding: 1px;  font-size: 0.9em;}/* ------- original --------- */SPAN.newItemInCart {color: #f00; }SPAN.greetUser { color: #f0a480; font-weight: bold;}SPAN.markProductOutOfStock { color: #c76170; font-weight: bold; }SPAN.errorText { color: #f00;}.moduleRow { }.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }.moduleRowSelected { background-color: #E9F4FC; }.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }