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

/* - general - */
body {
   width: 100%;
   margin: 0;
   padding: 0;
   font: 0.8em Arial,Georgia,Tahoma,sans-serif;
   color: white;
   background: #161616;   
}

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

/* Header
********************************************/
#navigationBox{
 float:right;
 height:72px;
 width:650px;
}

#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: 88px;
	text-align: center;
	display: block;
	background: url(images/onglet.jpg) no-repeat left top;
    padding-top: 5px;
	padding-bottom: 5px;
	color: #353535;
	text-decoration: none;
	width: 113px;
	z-index: 0;
}
#topNavBarMenu a.current, #topNavBarMenu a:hover {
	background: url(images/onglet-over.jpg) no-repeat left top;
	top: 74px;
	padding-bottom: 18px;
	font-size: 1.1em;
	z-index: 1;
}

#top {
    height: 34px;
    width: 100%;
    margin: 0;
}
#topLogo {
	float: left;
	height: 34px;
	width: 940px;
	background: transparent url(images/header.png) top left repeat;
}

/* Content
********************************************/
#content {
	clear: both;
	background: #161616;
	color:white;
	border: none;
}
#sidebarLeft {
    float: left;
    left : 0px;
    width: 180px;
}
#sidebarLeft .separator {
	display: none;
}
#pageCenter {
    overflow: auto;
    clear: none;
    width: auto;
    margin: 0;
    padding-left: 5px;
	padding-right: 5px;
	min-height: 650px;
}

#pageContent {
	padding: 5px;
}

#sidebarRight {
    float: right;
    right: 0px;
    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 #da2128;
}

/* Footer
********************************************/
#baseline {
	clear:left;
	margin:10px;
	padding:5px;
}
#footer {
	text-align: center;
	font-size: 0.8em;
	clear: both;
	width: 752px;
	height: 30px;
}
#footer img {
	float: left;
	margin-left: 23px;
}

#footer .copyright {
	float: left;
	padding-top: 10px;
	margin-left: 26px;
	text-align: center;	
	width: 576px;
	height: 20px;
}
#sub-page {
	clear: both;
	height: 15px;
}
/* ------- original --------- */
SPAN.markProductOutOfStock {}
SPAN.errorText {}

/* boxes */
.box_nav{
 float:left;
 width: 110px;
 height:34px;
 padding-left:70px;
 padding-top:8px;
 color:#da2128;
 font-family:arial;
 font-size:14Px;
 font-weight:bold;
}

#line_red{
 height:3px;
 width:100%;
 background-color:#da2128;
 }
 
.promoBox{
 float:left;
 width: 185px;
 height: 127px;
 background-image: url(images/telechargement.png);
 background-repeat:no-repeat;
}
.flashBox{
 float:left;
 width: 183px;
 height: 125px;
 margin-right:2px;
}
.productImage_zoom{
width:218px;
height:180px;
margin: 20px 0 0 10px;
}

.specialprice{
 font-size:12px;
}

#products_features {
	margin-top: 10px;
}

.feature_listing #products_features{
 margin-top:0px;
 margin-left: 80px;
}
