/*
  $Id: stylesheet.css,v 1.2 2005/10/05 16:43:18 manmachine 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(dropDownMenu.css);
@import url(css/general.css);
@import url(css/link.css);
@import url(css/index.css);
@import url(css/product_info.css);
@import url(css/products_new.css);
@import url(css/shopping_cart.css);
@import url(css/advanced_search.css);
@import url(css/advanced_search_result.css);
@import url(css/account.css);
@import url(css/checkout_payment.css);
@import url(css/checkout_confirmation.css);
@import url(css/checkout_success.css);
@import url(css/conditions.css);
@import url(css/contact_us.css);

@import url(css/address_book.css);
@import url(css/login.css);

@import url(css/account_history.css);
@import url(css/account_history_info.css);
@import url(css/account_newsletters.css);
@import url(css/account_password.css);
@import url(css/tell_a_friend.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 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	color: #666;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	background:#FFF;
}

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

#page{
	position: relative;
	width : 800px;
	margin: 0 auto 0 auto;

	text-align: left;
	background: transparent url(images/bgpage.gif) repeat-y left;
	padding: 0 0 0 0 ;
}
#utile{
	background: #444 url(images/utile.gif) no-repeat 0 0;
	height: 30px; 
	width: 800px;
}
#top{
	height: 154px; 
	width: 800px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	background: url(images/header.gif) no-repeat;
}
#menu{	
	height: 31px; 
	width: 800px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	background: url(images/menu.gif) no-repeat;}
#sous-top{	
	height: 30px; 
	width: 800px;
	margin : 0 0 0 0;
	background: url(images/bghaut.gif) no-repeat;
	}



#pageContent{
	
	width : 480px; 
	padding: 0px 20px 0 30px;
	float:left;
	
	
}

#sidebar {margin-top:-25px;float:left;height:100%;width:130px;}
#sidebar2 {margin-top:-30px;float:right;height:100%;width:130px;}

#breadCrumb { 
 position:absolute;
 top: 220px;
 left: 0px;
 padding: 2px; margin: 0 0 0 20px; 
 width:546px; height:20px; 
 background:#D9B878; color:#fff; 
}


/* Footer
********************************************/
#footer{
	clear: both;
	margin: 0 0px 0 0px;
	height: 120px;
	
	background: url(images/bas.gif) no-repeat;
	padding: 0 0 0 0;
	color: #fff;
	text-align:center;
}

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

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

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


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

/* ------- original --------- */
SPAN.newItemInCart {color: #ff0000; }
SPAN.greetUser { color: #f0a480; font-weight: bold;}
SPAN.markProductOutOfStock {
	color: #E073B6;
	font-weight: bold;
	font-size:16px;
	text-decoration: blink;
}
SPAN.errorText { color: #ff0000;}

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

/*------------lightbox------------*/
#lightbox {
  /* background: url(images/bg_lightBox.gif) no-repeat 0px 0px;*/
    padding: 20px;
	font-size:14px;
	font-weight:bolder;
	color:#666;
	background:#DDD;
	border:#333 1px solid;
}
#overlay {
    background-image: url(images/overlay.png);
}
* html #overlay {
    background-color: #000;
    background-image: url(images/blank.gif);
    filter: Alpha(opacity=50);
}
/*------------lightbox------------*/
.footer{padding-top:50px;}
.leightbox {
background: url(images/bg_lightBox.gif) no-repeat 0px 0px;
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 340px;
	height: 340px;
	padding: 15px;
	text-align: left;
	z-index:200;
	overflow: auto;	
}
.leightbox p{clear:both;padding: 10px 30px 0 0;}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
.imageEffet a:hover {
	filter:alpha(opacity=70);  
	-moz-opacity: 0.7;  
	opacity: 0.7;
	border:#E371B6 1px solid;}
	
	
	
	
	