/* ------- CSS OSC --------- */
@import url(css/general.css);
@import url(css/boxes.css);
@import url(css/product_listing.css);
@import url(css/product_zoom.css);
@import url(css/slimbox.css);
@import url(css/autocompleter.css);
@import url(css/faq.css);

/* - general - */
body {
   width: 100%;
   margin: 0;
   padding: 0;
   font: 13px Arial,Georgia,Tahoma,sans-serif;
   color: #000;
   background: #D1D494;
}

/* ----------------------------------------------------- */
/* ------------------------- template ------------------ */
/* ----------------------------------------------------- */
#page {
	position: relative;
	width : 98%;
	min-width: 940px;
	max-width: 940px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: transparent;
	padding: 3px;
	padding-top: 1px;
	border: 1px solid #B8BC7E;
}

/* Header
********************************************/
#topNavBar .logo {
	float: left;
	margin-bottom: 1px;
}
#topNavBar div {
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
}
#topNavBarMenu ul, #topNavBarMenu li {
	margin: 0;
	padding: 0;
}
#topNavBarMenu ul {
	list-style-type: none;
}
#topNavBarMenu li {
	float: left;
}
#topNavBarMenu a {
	font-size: 0.9em;
	position: absolute;
	top: 21px;
	text-align: center;
	display: block;
	background: url(images/onglet.jpg) no-repeat left top;
    padding-top: 6px;
	padding-bottom: 5px;
	color: #353535;
	text-decoration: none;
	width: 110px;
	z-index: 0;
}
#topNavBarMenu a.current, #topNavBarMenu a:hover {
	background: url(images/onglet-over.jpg) no-repeat left top;
	top: 8px;
	padding-bottom: 18px;
	font-size: 1.1em;
	z-index: 1;
}

#top {
    height: 183px;
    width: 100%;
    margin: 0;
}
#topLogo {
	float: left;
	height: 183px;
	width: 940px;
	background: #fff url(images/header.png) top left no-repeat;
}
#languagesBox {
	display: inline;
}

/* Content
********************************************/
#content {
	clear: both;
	background: #fff;
	border: 1px solid #000;
	border-top: none;
	margin: 0;
}
#sidebarLeft {
    float: left;
    width: 175px;
}
#pageCenter {
    overflow: auto;
    clear: none;
    width: auto;
    margin: 0 0 66px 0;
    padding: 0;
	border-left: 1px solid #BDBD87;
	border-right: 1px solid #BDBD87;
	border-bottom: 1px solid #CCCCCC;
	min-height: 650px;
}

#pageContent {
	padding: 5px;
}

#sidebarRight {
    float: right;
    width : 185px;
}

.content-separator {
	background: url(images/separation.png) repeat-y;
	height: 8px;
	margin-top: 10px;
	margin-left: -5px;
	margin-right: -5px;
}

.separator {
	border-bottom: 1px solid #BDBD87;
}

/* Footer
********************************************/
#baseline {
	clear:left;
	margin:10px;
	padding:5px;
}
#footer {
	text-align: center;
	font-size: 0.8em;
	clear: both;
	border-right: 1px solid #BDBD87;
	width: 752px;
	height: 30px;
}
#footer img {
	float: left;
	margin-left: 23px;
}
#footer #informationBox {
	float: left;
	margin-left: 26px;
	text-align: center;
	border-top: 1px solid #BDBD87;
	border-left: 1px solid #BDBD87;
	width: 576px;
	height: 29px;
}
#sub-page {
	clear: both;
	height: 15px;
}
/* ------- original --------- */
SPAN.markProductOutOfStock {}
SPAN.errorText {}
