/*
  $Id: stylesheet.css,v 1.1.1.1 2005/11/03 15:22:21 stepibou 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(css/mypoints.css);
@import url(css/boxes.css);
@import url(css/general.css);
@import url(css/products.css);
@import url(css/informations.css);
@import url(css/menu.css);
@import url(css/checkout.css);
@import url(css/advanced_search.css);
@import url(css/account.css);
@import url(css/products_listing.css);
@import url(css/featured.css);

@import url(css/index.css);






/* - general - */

body {
	max-width:1000px;
	font-size: 62.5%;
	font: 0.8em tahoma;
	color: #000;
	text-align:center;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	background-image:url(images/background.jpg);
	/*
	background-color:#3D3630;*/
	background-color:#3D3630;
	background-repeat:repeat-y;
	background-position:center;
}

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

#page{
		width:1000px;
      	text-align:left;
		background-color:#FFF;
		height:auto;
}
/* Header
********************************************/


#topLogo {
        
        height: 169px;
        width:1000px;
        background:url(images/header2.jpg) no-repeat;
		background-position:center;
}


#navi_bar {
      	position: absolute;
		clear:both;
		width:1000px;
		height:30px;
		
}

#navi_bar a {
	   color:#000000;
}
#infoNoel {
	color:#F60;
	font-weight:bold;
}

#breadCrumb {
       float: left;
	   padding:0px 0px 0px 180px;

	   
}

#long_date {
       float: right;
	   padding:0px 20px 0px 0px;
}

.clear_both {
       clear: both;
	   
	   
}
/* Content
********************************************/
#sidebar_left {
        float: left;
		width:170px;
	background-image:url(images/fdbox.jpg);
	background-repeat:repeat-y;

}

#pageContent {
		margin-top:20px;
		padding-left:10px;
		overflow:hidden;
		min-height:1500px;
}

#pageContent_IE {
		margin-top:20px;
		padding-left:10px;
		overflow:hidden;
		min-height:1200px;


}

#sidebar_right {
	width:170px;
	float:right;
	background-image:url(images/fdbox.jpg);
	background-repeat:repeat-y;

}

/* Footer
********************************************/
#footer{
	clear:both;
	width:auto;
	margin-top:10px;
	height:200px;
	
	text-align:center;
	color:#FFF;
	background-image:url(./images/footer.jpg);
}

#footer p.copyright {
	padding-top:30px;		
}

#footer .copyright a {
	color:#FFF;
	font-weight:bold;
	text-decoration: underline;
}

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

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


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

/* ------- original --------- */
SPAN.newItemInCart {color: #f00; }
SPAN.greetUser { color: #f0a480; font-weight: bold;}
SPAN.markProductOutOfStock { color: #c76170; font-weight: bold; }
SPAN.errorText { color: #f00;}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: tahoma; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: tahoma; font-size: 10px; color: #000000; }