/*
  $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: #f8e2ec ;
}

/* ----------------------------------------------------- */
/* ------------------------- template ------------------ */
/* ----------------------------------------------------- */

.french{
	font: 2em Arial,Georgia,Tahoma,sans-serif;
	color: #DF564F;
	padding-left:8px;
}


#page{
        position: relative;
        width: 970px;
        margin: 0 auto 0 auto;
        text-align: left;
        background: transparent;
}

/* Header
********************************************/
#top{
        height: 123px;
        width: 100%;
        margin : 0 0 0 0px;
        background: #f8e2ec;

}

#Homelink{
	position: absolute;
    z-index: 10;
    top: 0px;
	height:80px;
	width:470px;
}

#topLogo {
        float: left;
        height: 123px;
        width: 970px;
        background: #f8e2ec url(images/top.gif) top left no-repeat;
}


#top h1 {
        text-indent: -9999px;
}

#navi_bar {
       position: absolute;
       z-index: 0;
       top: 90px;
       left: 0px;
       padding: 0 40px 0 40px;
       margin: 0 0 0 0px;
       height:18px;
       background: transparent;
       color: #fff;
}

#navi_bar a {
	   color: #fff;
}

#breadCrumb {
       float: left;
}

#long_date {
       float: right;
}

.clear_both {
       clear: both;
}

/* Content
********************************************/
#sidebar_left {
        float: left;
        left : 0px;
        margin: 0px 0px 0px 0px;
        padding: 5px 0px 5px 5px;
        width: 220px;
		background: #f8e2ec;
        border : 0;
}
#custombody{
	background: #f8e2ec;
	width: 970px;
}


#sidebar_top{
	width: 525px;
	height: 74px;
	overflow:auto;
}

#pageContent {
        overflow: auto;
        clear: none;
        width: 725px;
        margin: 15px 0px 0px 0px;
        padding: 0px 10px 10px ;
		background: #f8e2ec;
}

#pageContent  .french {
		border: 1px solid #802d3c;
		text-align:center;
		margin:0px 0px 10px 0px;
}


#sidebar_top_IE{
	float: left;
	width: 525px;
	height: 55px;
}

#pageContent_IE {
        float: left;
        width:  725px;
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 10px 10px;
}

#pageContent_IE   .french{
		border: 1px solid #802d3c;
		text-align:center;
		margin: 0px 0px 15px 0px;
}

#pageContent_IE  h1.french {
		border: 1px solid #802d3c;
		text-align:center;
		margin: 2px 0px 10px 0px;
}

#sidebar_right {
        float: right;
        right: 0px;
        width : 165px;
        border : 0;
        padding: 0px 10px 0px 0px;
        margin: 7px 0px 0px 0px;
		background: #f8e2ec;
}

/* Footer
********************************************/
#footer{
        clear: both;
        margin: 0px 0px 0px 0px;
        height: 90px;
        border: none;
        padding: 0px 0px 0px 0px;
		color: #ffffff;
        text-align:center;
}

#footer #footerLeft {
		float: left;
        height: 90px;
        width:970px;
        background: #f8e2ec url(images/bottom_left.png) top left no-repeat;
}

#footer p.copyright {
		position: relative;
		top: -70px !important;
		margin-top: 0px !important;
		top: 0px;
		margin-top: -90px;
}

#footer .copyright a {
		color: #ffffff;
		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; }
