/*
  $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);
*/

#sitemap {
width : 455px;
}

#selectionsBox {
visibility: hidden;
display: none;
}

#currenciesBox{
visibility: hidden;
display: none;
}

#best_sellersBox{
visibility: hidden;
display: none;
}


/* - general - */
body {
   width: 100%;
   margin: 0; padding: 0;
   text-align: center;
   font-size: 62.5%;
   font: 0.8em Arial,Georgia,Tahoma,sans-serif;
   color: #fff;
   /*background-image: url("images/fond-page.jpg");*/
   background-color: #421B1C;
	  
}

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

/*
#page{
        position: relative;
        margin: 0 auto 0 auto;
        text-align: left;
		width:  828px;
		background-image: url("images/ombre.png");
}


#page_bord{
width:  800px;
margin-left: 14px;
}
*/

/* Header
********************************************/
#top{
        height: 230px;
        width: 100%;
        margin : 0 0 0 0px;
        background-color: #a08665;
}

#topLogo {
        /*background: #fff url(images/top.png) top left no-repeat;*/ 
        background: #fff url(images/cheval.jpg) top left no-repeat;
        margin: 0 auto 0 auto;
        text-align: left;
	    width:  822px;
        height: 230px;     
}


#contenu {
        background: #fff url(images/fond_contenu.jpg);
        margin: 0 auto 0 auto;
        text-align: left;
	    width:  822px;
}

#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: 0px;
       left: 0px;
       */
       /*padding: 0 40px 0 40px;*/
       margin: 0 0 0 0px;
       height:50px;
       background: #fff url(images/fond_menu.jpg);
       color: #fff;
       
       margin: 0 auto 0 auto;
       text-align: left;
	   width:  822px;
       
}

#navi_bar a {
	   color: #fff;
}

#breadCrumb {
       float: left;
       padding:20px;
}

#long_date {
       float: right;
       padding:20px;
}

.clear_both {
       clear: both;
}

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

#pageContent {
        overflow: auto;
        clear: none;
        width: auto;
        min-width:400px;
        margin: 0px 0px 0px 10px;
        padding: 0px 0px 0 0px;
}

#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 3px 0px 0px;
        margin: 7px 0px 0px 0px;
}

/* Footer
********************************************/
#footer{
        clear: both;
        margin: 10px 0px 0px 0px;
        /*height: 90px;*/
        border: 0px solid #000;
        /*background: #fff url(images/bottom_back.png) top left repeat-x;*/

        padding: 0px 0px 0px 0px;
		color: #fff;
        text-align:center;        
}

#footer #footerLeft {
		float: left;
        height: 123px;
        width: 700px;
        /*background: #fff url(images/bottom_left.png) top left no-repeat;*/
}

#footer #footerRight {
		float: right;
        height: 123px;
        width: 24px;

        /*background: #fff url(images/bottom_right.png) top left no-repeat;  */      
}

#footer p.copyright {
		position: relative;
		/*top: -90px !important;*/
		margin-top: 5px !important;
		padding-top:5px;
		
		
		margin-left: auto;
		margin-right: auto;
		top: 0px;
		/*margin-top: -90px;*/
		border-width:1px;
		border-style:solid;
		border-color:#5f1317;
		width:800px;
		height:150px;
		
		background-color: #2d1314;	
		vertical-align: middle;
		color:#ba1416;
		
						
}

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