/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

#CHead
{
	display:none;
}
#leftCol
{
	position:relative;
	width:219px;
	float:left;
	background:#ebebeb;
	height:100%;
	min-height:100%;
}
#rightCol
{
	display:none;
	position:relative;
	width:200px;
	float:left;
	clear:both;
}
#banner
{
	background: url(layout/banner.gif) no-repeat;
	width:874px;
	height:168px;
}
#banner a
{
   display:block;
   width:874px;
   height:100px;
}

#bannerNav
{
	background:transparent;
	color:#2d3d5f;
	position:absolute;
	top:102px;
	left:225px;
    width:100%;
}

#keywords
{
  height:15px;
  font-size:9px;
  border:solid 1px;
  padding:0px;
  margin:0px;
  background:#c0c4cf;
}

#searchSubmit input
{
  position:relative;
  display:inline;
  margin-bottom:-5px;
}
#searchSubmit
{
	position:relative;
	
  display:inline;
  

}
#bannerNav form
{
	
	display:inline;
}
#language
{
	display:inline;
	margin-left:10px;
	top:4px;
	position:relative;
}

#Container
{
	padding:0px;
	margin:0px;

}


#content
{
	position:relative;
	width:540px;
	float:left;
	padding-left:30px;
	margin-bottom:30px;
	_height:400px;
  	min-height:400px;
}

#foot
{
	position:relative;
	width:874px;
	z-index:1;
	background : #cccccc;
	clear:both;


}
#path, #categories
{
	display:none;
}
#information
{
  border-style:solid;
	border-width: 1px 0 0 0;
  background:#2d3d5f;
  color:#FFFFFF;
  width:875px;
  margin-bottom:1px;
  
}
#information a
{
    color:#FFFFFF;
}

#advertising
{

  text-align:center;
  top:0px;
 

}
#accessInfo
{
  display:none;
}


/* Begin - "Center 800px Pages Using CSS" */
#centerpage {
  width: 874px;
  position: absolute;
  left: 50%;
  top: 0;

  margin-left: -437px;
  background: url(layout/books.gif) repeat-y 0px 168px;
}
/* End - "Center 800px Pages Using CSS" */







