/*
  $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/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; 
   font: 0.8em Arial,Georgia,Tahoma,sans-serif; color: #000;   
   background: transparent url(images/background-gazon.jpg) repeat center top;
   
}


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

#page{
	position: relative;
	width : 996px;
	margin: 0 auto 40px auto;
	text-align: left;
	background: transparent url(images/page_bg.jpg) repeat-y top left;
	border: red solid 0px;
	
}

#top{
	height: 204px; 
	width: 996px;
	margin : 0 auto;
	background: transparent url(images/header.jpg) no-repeat;
}

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

#bg-page{
  /*background: #e5e9d0;*/
  margin:0 0 0 0px;
  /*width: 960px;*/
  
}
#pageContent {
  float:left;
  margin:40px 0 10px 44px;
  padding:0;
  display:block;
  width:687px;
  display:inline;
  border: blue solid 0px;

}

#sidebar { margin: 90px 0 0 0;
width:224px;
float:right;}
#sidebar div {border: orange solid 0px;}

#breadCrumb {
  background:#d9d1b7 none repeat scroll 0%;
  color:#FFFFFF;
  height:20px;
  left:25px;
  position:absolute;
  top:195px;
  width:938px;
}


#shopping_cart_short {
  background:transparent url(images/shopping-cart-short.jpg) no-repeat;
  height:239px;
  position:absolute;
  left:777px;
  top:44px;
  width:215px;
}

#shopping_cart_short  .boxes {
  color:#c2bfc0;
  line-height:1.4em;
  padding:30px;
  width:auto;
}

#shopping_cart_short  .boxes a{
  color:#c2bfc0;
}

/* Footer
********************************************/
#footer {
	clear: both;
	margin:0pt 30px 0pt 18pt;
	border: 0px solid #d8b5a3;
	background: #784d37;
	padding: 0.3em;
	font: bold 0.85em Georgia,Arial,sans-serif; 
  color: #d7b4a3;
	text-align:center;
	text-decoration:none;
}
#footer a {
text-decoration: none;
color: #d8b5a3;
}


#footer ul{ 
 list-style: none; 
 margin: 0; padding: 0; 
 width: auto; height: 30px; 
}
#footer li {
  border-right:1px solid #d8b5a3;
  display:inline;
  margin-left:6px;
  padding-right:5px;
}
#footer li.last-one {border-right:0pt none;}
.copyright  {text-align: center;}
.copyright a {
 color: #fff;
 text-decoration: underline;
}

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