/*
  $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/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: #000;
   background: #00A0AA;
}

/* ----------------------------------------------------- */
/* ------------------------- template ------------------ */
/* ----------------------------------------------------- */

#page{
        position: relative;
        width : 98%;
        min-width: 800px;
        max-width: 1060px;
        margin: 0 auto 0 auto;
        text-align: left;
        background: #fff;
}

/* Header
********************************************/
#top{
        height: 193px;
        width: 100%;
        margin : 0 0 0 0px;
        background: #fff ;

}

#topLogo {
        float: left;
        height: 193px;
        width: 1060px;
        background: #fff url(images/Bandeau_cashbike3.jpg) top left no-repeat;
}

#topRight {
        float: right;
        height: 193px;
        width: 24px;
        background: #fff;
}

#top h1 {
        text-indent: -9999px;
}

#navi_bar {
       /*position: absolute;*/
       z-index: 100;
       top: 193px;
       left: 0px;
       padding: 10px 40px 10px 40px;
       margin: 0 0 0 0px;
       height:15px;
	border: solid #FFFFFF;
       background:#00a0aa;
       color: #fff;
}

#navi_bar a {
font-size:bold;
	   color: #fff;
}

#breadCrumb {
       float: left;
background:#00A0AA;
	   }

#long_date {
       float: right;
}

.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;
        min-width:400px;
    /*   margin: 0px 0px 0px 10px;*/
        padding: 0px 0px 0px 60px;
}

#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: 50px;
        border: 0px solid #000;
        background: grey;
        padding: 0px 0px 0px 0px;
		color: #fff;
        text-align:center;
}

#footer #footerLeft {
		float: left;
        height: 50px;
        width: 700px;
        background: grey;
}

#footer #footerRight {
		float: right;
        height: 50px;
        width: 24px;
        background:grey;
}

#footer p.copyright {
		position: relative;
		/*top: -90px !important;
		margin-top: 0px !important;
		top: 0px;
		margin-top: -90px;*/
}

#footer .copyright a {
		color: #fff;
		text-decoration: underline;
}

#footer .copyright a:hover {
		text-decoration: none;
}

/*-------------------------*/


/* ------- 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; }