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

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



.cw_page_haut{
	/*background:url(images/cw_page_haut.png) no-repeat;*/
	width:1000px;
	height:30px;
}
.cw_page_centre{
	/*background:url(images/cw_page_centre.png) repeat-y;*/
	width:1000px;
	height:auto;
}

/* Header
********************************************/
#top{
    height: 120px;
    width: 100%;
    margin : 0 0 0 0px;
}

#topLogo {
        float: left;
        height: 120px;
        width: 1000px;
        background:url(images/top.png) top left no-repeat;
}

#topLogo li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0.75em;
	margin-top:90px;
}
#topLogo .boxes{
	background:inherit;
}
#topLogo li a{
	color:white;
	/*font-weight:bold;*/
}


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

#navi_bar {
	z-index: 100;
	width:1000px;
	height:20px;
	border:solid black 0px;
	margin:0px;
	background-color:#EAEAEA;
}

#navi_bar a {
	   color: #000000;
}

#breadCrumb{
	padding:2px;
	float: left;
	color: #000;
	/*padding:2px;*/
}

#long_date {
       float: right;
	    color: #000;
}

.clear_both {
       clear: both;
}

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

.center{
	text-align:center;
}

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

#pageContent_IE {
        float: left;
        width: auto;
        min-width:300px;
        margin: 0px 10px 0px 10px;
        padding: 0px 0px 0 0px;
}

#sidebar_right {
        float: right;
        right: 0px;
        width : 200px;
        border : 0;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
}
#content {width:400px;float:right;padding:0.8em 2.9em;text-align:justify;}
/* Footer
********************************************/
/*
#footer{
        clear: both;
        margin: 10px 0px 0px 0px;
        height: 123px;
        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 {
	text-align:center;
}

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

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

.copyright{
	padding:4px;
}


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


/* ------- forms --------- */
input#search {
  width:130px;
  border: 1px solid #DDDDDD;
  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; }