/* ------- 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: url(images/dices.png) 50% 150px no-repeat;
}

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

#page{
        position: relative;
        width: 800px;
       /* CHGT MATHIEU, avant:
	   width: 98%;
	   min-width: 800px;
	   max-width: 1060px;*/
        margin: 0 auto 0 auto;
        text-align: left;
        background: url(images/page_back.jpg) repeat-y;
}

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

}

#top .logo {background:url(images/logofm2j.png) bottom right no-repeat; width:787px; height:103px;
}




#navi_bar {
       position: absolute;
       z-index: 100;
       top: 80px;
       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: 40px 0px 0px 4px;
        padding: 0px 0px 0px 10px;
        width: 165px;
        border : 0;
}

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

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

#sidebar_right {
        float: right;
        right: 0px;
        width : 165px;
        border : 0;
        padding: 0px 10px 0px 0px;
        margin: 40px 4px 0px 0px;
}

/* Footer
********************************************/
#footer{
        clear: both;
        margin: 10px 0px 0px 0px;
        height: 145px;
        background: #fff url(images/bottom.jpg) top left repeat-x;
        padding: 50px 0 0;
		color: #fff;
        text-align:center;
}


#footer .copyright { margin:0 auto;  color:#fff; width:200px; text-align:center; background-color:#f60; border:1px solid #FFF
}


#footer .copyright a {color:#fff;
}

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


/* ------- forms --------- */
input#search {
  width:130px;
  border: 1px solid #1596d2;
  padding: 1px;
  font-size: 0.9em;
}

/* ------- original --------- */
SPAN.newItemInCart {color: #f00; }
SPAN.greetUser {
	color: #660;
	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 { /* CHGT MATHIEU, AVANT: font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; */}
.checkoutBarCurrent { /* CHGT MATHIEU, AVANT: font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000;*/ }
