/*
  $Id: stylesheet.css,v 1.1.1.1 2005/05/03 15:22:21 manmachine 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(dropDownMenu.css);

@import url(css/general.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/create_account.css);

@import url(css/checkout_shipping.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/account.css);
@import url(css/address_book.css);
@import url(css/account_edit.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/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);

@import url(siteEngarde.css);


/* - general - */
body { 
   width: 100%; 
   margin: 0; padding: 0;  
   text-align: center; 
   font: 0.8em Arial,Georgia,Tahoma,sans-serif; color: #000;
   background: #0c0b2f;   
}

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

a{
text-decoration:none;
}

a:hover{
text-decoration:underline;
}




#page{
	position: relative;
	width : 800px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: #FFFFFF
}

#top{
	position:relative;
	top: 0 px;
	left:0px;
	text-align:center;
	height: 105px; 
	width: 800px;
	margin : 0 0 0 0px;
	padding-bottom:20px;
	background: #0c0b2f;
	
}

#top h1 {
	/*text-indent: -9999px;*/
}
#topbar a.fbutton:hover{
margin-left:5px;
text-decoration:none;
padding:2px;
border:1px;
border-style:solid;
border-color:#660000;
background-color:#FFCC99;
color: #000000;
font-weight:bold;	
}

.fbutton:hover{
margin-left:5px;
text-decoration:none;
padding:2px;
border:1px;
border-style:solid;
border-color:#660000;
background-color:#FFCC99;
color: #000000;
font-weight:bold;	
}


#topbar a.fbutton{
margin-left:5px;
padding:2px;
text-decoration:none;
border:1px;
border-style:solid;
border-color:#660000;
background-color:#FF6600;
color: #FFFFFF;
font-weight:bold;
}
.fbutton{
margin-left:5px;
padding:2px;
text-decoration:none;
border:1px;
border-style:solid;
border-color:#660000;
background-color:#FF6600;
color: #FFFFFF;
font-weight:bold;
}

#topbar {
min-height: 30px;
background-color:#316AC5;
background-image:url("images/fondmenu1.png");
color:#FFFFFF;
}

#topbar a {
color:#FFFFFF;
text-decoration: none;
font-weight: bold;
}

#topbar a:hover {
color:#FFFFFF;
text-decoration: underline;
font-weight: bold;
}

#confirmbtn {
width:293px;
height:86px;
background-image: url("images/tableau_cb.gif");
}


#pageContent{
	position:relative;
	margin:30,0,0,30px;
	top: 5px;
	width :540px; 
}

#sidebar {
	position:relative;
	float:left;
	border-right:2px;
	border-right-style:solid;
	border-right-color:#316AC5;
	border-bottom:2px;
	border-bottom-style:solid;
	border-bottom-color:#316AC5;
	top: 0px;
	left: 0px;
	width : 140px; 
	padding: 0 0 0 0;
	}

#breadCrumb { 
 position:relative;
 top: 5px;
 left: 0px;
 padding: 2px; margin: 0 0 0 0px; 
 width:540px; height:20px; 
}

.contenu{
position:relative;
float:right;
width:640px;
min-height:720px;
margin:5px;
}




/* Footer
********************************************/
#footer{
	clear: both;
	margin: 0 10px 0 10px;
	height: 50px;
	border: 10px solid #fff;
	background: #0c0b2f;
	padding: 0.3em;
	font: normal 0.85em Georgia,Arial,sans-serif; color: #fff;
	text-align:center;
}

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

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

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


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

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

form#login {
	border:none;
}

form.productlist{
float:right;
margin-left:10px;
display:inline;
width: 200px;
text-align: right;

}

form.addcart{
padding:2px;
text-decoration:none;
border:1px;
border-style:solid;
border-color:#660000;
background-color:#FF6600;
color: #FFFFFF;
font-weight:bold;
}




fieldset#logfield {
border:none;
}

input#login_email{
font-size:10px;
width:180px;
}

input#login_password{
font-size:10px
}


a.navBt:hover{
margin-left:5px;
text-decoration:none;
padding:2px;
border:1px;
border-style:solid;
border-color:#000099;
background-color:#CCFFFF;
color: #000000;
font-weight:bold;
-moz-border-radius:5px;
border-radius:5px;
}

a.navBt{
margin-left:5px;
padding:2px;
text-decoration:none;
border:1px;
border-style:solid;
border-color:#000099;
background-color:#316AC5;
color: #FFFFFF;
font-weight:bold;
-moz-border-radius:5px;
border-radius:5px;
}



a#chkbutton:hover{
margin-left:30%;
text-decoration:none;
padding:2px;
border:1px;
border-style:solid;
border-color:#660000;
background-color:#FFCC99;
color: #000000;
font-weight:bold;
-moz-border-radius:5px;
border-radius:5px;
}

a#chkbutton{
margin-left:30%;
padding:2px;
text-decoration:none;
border:1px;
border-style:solid;
border-color:#ff2f2f;
background-color:#ff2f2f;
color: #FFFFFF;
font-weight:bold;
-moz-border-radius:5px;
border-radius:5px;
}

a#chkbutton2:hover{
margin-left:5px;
text-decoration:none;
padding:2px;
border:1px;
border-style:solid;
border-color:#660000;
background-color:#FFCC99;
color: #000000;
font-weight:bold;
-moz-border-radius:5px;
border-radius:5px;
}

a#chkbutton2{
margin-left:5px;
padding:2px;
text-decoration:none;
border:1px;
border-style:solid;
border-color:#ff2f2f;
background-color:#ff2f2f;
color: #FFFFFF;
font-weight:bold;
-moz-border-radius:5px;
border-radius:5px;
}


fieldset{
border-style:solid;
border-width: 2px;
border-color:#316AC5; 
}

.infoText{
	margin: 8px;
	margin-top:12px;
	margin-bottom:20px;
	font-size:14px;
}







/* ------- original --------- */
SPAN.newItemInCart {color: #ff0000; }
SPAN.greetUser { color: #f0a480; font-weight: bold;}
SPAN.markProductOutOfStock { color: #c76170; font-weight: bold; }
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; }
