/*
  $Id: stylesheet.css,v 1.1.1.1 2005/11/03 15:22:21 stepibou Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscss.org

  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:#404040;
}

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

#page{
        position: relative;
        width : 1000px;
        min-width: 800px;
        max-width: 1000px;
        margin: 0 auto 0 auto;
        text-align: left;
        /*background: url(images/scene-gris.png);*/
}

/* Header
********************************************/
#top{
        height: 150px;
        width: 100%;
        margin : 0 0 0 0px;
        /*background: #fff url(images/fin-enseigne.jpg) top left repeat-x;*/

}

#topLogo {
        float: left;
        height: 150px;
        width: 980px;
        /*background: #fff url(images/enseigne.jpg) top left no-repeat;*/
}

#topRight {
        float: right;
        height: 123px;
        width: 24px;
        background: #fff url(images/top_right.png) top left no-repeat;
}

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

#navi_bar {
       /*position: absolute;
       z-index: 100;
       top: 160px;
       left: 0px;*/
       padding: 0 40px 0 40px;
       margin: 0 0 0 0px;
       height:18px;
       background: transparent;
       color: #000;
}

#navi_bar a {
	   color: #000;
}

#breadCrumb {
       float: left;padding-left:10px;
}
#breadCrumb a{
       font-size:1.1em;
}


#long_date {
       float: right;padding-right:10px;color:#909090;
}

.clear_both {
       clear: both;
}

/* Content
********************************************/
#sidebar_left {
        float: left;
        left : 0px;
        margin:0;
        padding:0;
        width: 165px;
        border : 0;
}

#pageContent {
		/*height:500px;*/
		overflow: auto;
        clear: none;
        width: auto;
        min-width:300px;/*modif de 400px*/
        margin: 0px 10px 0px 10px;
        padding: 10px;
		background:#6c6f6b;
		min-height:51.5em;
}

#pageContent_IE {
        /*float: left;*/
        width: auto;
        min-width:300px;
        margin: 0px 10px 0px 10px;
        padding: 0px 0px 0 0px;
		background:#6c6f6b;
}
#ligne_horizontal_haut{
		margin-bottom:10px;
		background: url(images/degrade_ligne_horizontal_haute.jpg) repeat;
}
.cat_en_visite{color:gray;}

.banner_main {
				
				margin:auto;
				width:468px;
}
.banner_main  img{
				border:2px black inset;
				margin:auto;
				width:100%;
				
}

#sidebar_right {
        float: right;
        right: 0px;
        width : 165px;
        border : 0;
        padding:0;
        margin: 0;
}
#shipping{/*page expeditions et retours*/
	margin: 0px 10px 0px 10px;
}
#shipping h1{/*page expeditions et retours*/
	text-align:center;
	padding:0;
}
/* Footer
********************************************/
#footer{clear:both;  padding:5px; */ background-color:#404040; /*gris*/ border-top: 5px #6C6F6B solid;border-left: 20px #6C6F6B solid;border-right: 20px #6C6F6B solid;width:960px;} 
 
.php{display:inline;float:left;}

.copyright {width:90%;margin:auto;color:#888;}
 .copyright p{text-align:center;width:100%;margin-top:1%;}
 .sql{float:right;}
 
 .bottom_liens {font-size:1.2em;margin-bottom:3%;}
 a.precreation {color: yellow;}
 a.precreation:hover, .a_basfocus{color:white; background-color:#1609ff;}
/*-------------------------*/


/* ------- 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: 12px; color: #AAA; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
