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


/* - general - */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	background-image: url(images/fond_page.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

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

#page{
	position: relative;
	width : 800px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: transparent url(images/bg.gif) repeat-y left;
}

#top{
	height: 220px; 
	width: 780px;
	margin : 0 0 0 10px;
	background: #444 url(images/top.jpg) no-repeat;
}

#top h1 {
	text-indent: -9999px;
}


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

#sidebar { margin: 20px 0 0 580px; }

#breadCrumb { 
 position:absolute;
 top: 220px;
 left: 0px;
 padding: 2px; margin: 0 0 0 20px; 
 width:546px; height:20px; 
 background:#D9B878; color:#fff; 
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #284b71;
	font-weight: normal;
}

/* Footer
********************************************/
#footer{
	clear: both;
	margin: 0 10px 0 10px;
	height: 50px;
	border: 10px solid #fff;
	padding: 0.3em;
	color: #fff;
	text-align:center;
	background-color: #284b71;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#footer .copyright a {
	color: #fff;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

#footer .copyright a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

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


/* ------- 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: #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; }
