body {
	color: #333; 
	background: #fdfdfd;
	font-family: Georgia, Garamond, serif; 
}

#outer{
	min-width: 1200px;
}

#header{
	height:150px;
}

h1 { /* used exclusively for the banner logo */
  z-index: 300;
  height: 150px;
  width: 1500px;
  position: fixed;
}



h2{ /* used for category headings */
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: normal;
	font-size: 2em;
	width: 780px;
	color: #516886;  
	text-align: left;
	margin-left: 47px; 
	border-bottom: 1px solid #516886;
}

h3{ /* used for left and right columns */
	color: black; 
	font-size: 0.8em;
	font-weight: normal;
	text-align: inherit;
	letter-spacing: 0.1em; 
	margin-bottom: 12px;
}

h4, h4 a{ /* used for book titles in the  catalogue page */
    font-size: 1.1em;
	text-align: justify;
	line-height: 1.5em;
}

h5,h5 a { /* keywords */
	text-align: left;
	font-weight: normal;
	display: inline;
	width: auto;
	font-size: 1.1em;
	color: #516886;
}

h5 a:hover {
	color: #4e3822;
}


a:hover {
	color: #516886; 
}

#right .catlist_name,
#right .catlist_name a,
#right .catlist_name a:link,
#right .catlist_name a:visited{
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}

#left{
	margin-top: 0;
}

#leftholder{
}

#right #rightholder{
	position: fixed;
	width: 165px;  
}

.left_column {
	position: fixed; 
	width: 155px; 
	margin-right: 10px;  
	padding-top: 25px;
	text-align: right;
}

#right #catlistholder{
	padding: 25px 0px 0px 10px;
	text-align: left;
}

#quicksearch{
	position: fixed;
	top: 98px;
	left: 913px; 
	z-index: 700;
}



/*
 *	INDEX PAGE
 */

#tile_container{
	position: relative;
	margin: 10px;
	width: 860px;
	height: 510px;
	padding: 10px 0 0 0px;
    float: left;
}

.tile{
	  width: 150px;
	  position:relative;
      background: #fdfdfd;
	  border: 1px solid #aebbce; 
      height: 150px;
      margin: 5px 10px 5px 0px;
	  padding: 5px;
      float: left;
}

.tile a{ text-decoration:none; }
.tile a:hover{ background:none; }
.tile a, .tile img { display:block; }

.tile p{
	  overflow:hidden;
	  width:100%;
      height: 100%;
	  z-index:1;
	  background: transparent url(../images/tile_bg.png) repeat;
	  margin:0;
	  font-size: 1em; 
	  line-height:1.5;
      font-family: Georgia, serif;
      text-align: center;
}

.tile p a:link, .tile p a:visited{
	  width:150px;
	  height: 150px;
	  color:#FFF;
	  padding:10px 10px 10px 0px;
}

.tile p a:hover{ 
	height: 150px;
	color:#FFF; 
}




/*
 *	CATALOGUE ITEM
 */

.catalogue_item_holder {
    position: relative;
/*	background: #fdfdfd; */
    width: 780px; 
    margin: 0 auto;
	padding-bottom: 5px;
	padding-top: 10px;
	border-bottom: 1px solid #555;
}

.catalogue_item {
	padding: 10px 20px;
    font-size: 1em;
    overflow: hidden;
}

.catalogue_item .thumb_photo{
	position:relative;
	width:100px;
	float:left;
	margin-left:-10px;
	z-index:100; 
	left: 10px;
}

.catalogue_item .right_icons{
	position:relative;
	width: 22%;
	float:right;
	margin-top: 5px;
}

.catalogue_item .right_icons img{
	position:relative;
	float:right;
	margin-top: 5px;
}

.catalogue_item .description{
	position:relative;
	margin-left: 20px;
	width: 62%;
	padding: 5px 0px 10px 5px;
	vertical-align: top;
	font-size: 0.9em;
	text-align: justify;
	float:  left;
}

.catalogue_item .description a:hover {
	color: #666;
}

.catalogue_item .description h4 {
	font-size: 1em;
}

.note a{
/*	color: #333; */
}

.catalogue_item .right_icons .price{
	width: auto;
	margin-top: 30px;
	text-align: right;
/*	color: #516886;  */
	font-weight: bold;
	font-size: 1.1em;
	padding-right: 3px;
	float:  right;
}

.catalogue_item .right_icons .order_links{
	width: 100px;	
	color: #516886;	
	font-size: 1.1em; 
	font-weight: bold;
 	text-align: left;
	float: right;
}

.page_marker {
    top: -240px;
    height: 1px;
	font-size: 1px;
	color: white;
	position: relative;
}

.cloud_keyword a, .cloud_keyword a:visited{
	color: #516886; 
	margin: 7px 12px 0px 0px;
	text-decoration: none;
}

.cloud_keyword a:hover {
	color: #333; 
}

/*
 *	TOGGLE
 */
.toggle_button {
	margin: 0;
/*	background: url(h2_trigger_a.gif) no-repeat; */
	height: auto;
	display: block;
	line-height: 1.5em;
	width: auto;
	font-size: 1em;
	font-weight: normal;
}

.toggle_button a {
	text-decoration: none;
	display: block;
}
.more, .more a {
	color: #ce935a;
}
/*
toggle_button a:hover { color: #ccc; }
.toggle_button_icon.active {background: url(../images/minus_blue.png) no-repeat; } *//*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	line-height: 1.5em;
	font-size: 1em;
	width: auto;
	clear: both;
}
.toggle_container .block {
	padding: 5px 0px 5px 0px; /*--Padding of Container--*/
/*	background: url(toggle_block_btm.gif) no-repeat left bottom; *//*--Bottom rounded corners--*/
}

/*
 *	BOOK
 */

.book {
	padding: 0px 50px;
	width: 680px;
	margin: 0 auto;	
	display: block;
	line-height: 1.7em;
}

.book .author_title {
	font-weight: bold;
  	font-size: 1.1em;
	text-align: justify;
}

.book .headline, .book .description, .book .note {
  	font-size: 1em;

}

.book .description{
  	font-style: italic;
}

.book .bibliography{
  	font-size: 0.9em;
}


.right_icons a, .right_icons a:link, .right_icons a:visited {
	color: #ce935a;
	font-size: 1em;
}

.right_icons a:hover {
	color: gray; 
}

.book .photos {
    float: right;
    display: block;
	margin: 0 0 0 20px;
	padding-top: 60px;
}

.book .photos img{
	margin: 0;
	padding: 0;
	display: block;
}

.bd_order{
	width: 300px;
	height: 80px;
	clear:none;
}

.navBlock{
  	width: 300px;
	font-size: 1.2em;
	float: left;
	clear: none;
}


/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: #fdfdfd; 
	padding: 10px 10px 10px 0px;
}
#gallery .photo_holder{
	height: 150px;
	float: left;
	width: auto;
	float: left; 
	margin-right: 10px; 
	margin-bottom: 25px;
}

#gallery img {
	display: block; 
	border: 5px solid #eee;
}
#gallery a:hover img {
	border: 5px solid #ccc;
	color: #fff;
}
#gallery a:hover { color: #fff; }
/*
#gallery ul { list-style: none; background: yellow; float: left; }
#gallery ul li { display: block; float: left; margin-left: 20px; background: orange;  margin-bottom: 25px; height: 150px;} 
#gallery ul img {
	border: 5px solid #ccc;
	margin-bottom: 5px;
}
#gallery ul a:hover img {
	border: 5px solid #eee;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
*/


/*
*	BASKET
*/
.navText, .navText a:link, .navText a:visited {
	color: #c19455;
}

.navText a:hover {
	color: gray; 
}


/*
*	CONTACT && ORDER PAGES
*/

.contact{
	margin: 20px 0px 0px 20px;
}

.formlabel {
	color: #333;
}

.thisstep {
	background: orange;
}

#formfieldsform h5 {
	border-bottom: none;
}


/*
*	ABOUT US / policy
*/

#about_us, #policy{
  background: white;
  padding: 20px 30px 0px 30px;
}

#about_us p, #policy p{
  font-size: 0.8em;
  text-align: justify;
}

.details_photo{
  width: 320px; 
  float: right; 
  margin: 20px 60px 10px 20px; 
  padding: 0px 0px 10px 30px; 
  border-left: 1px solid #ddd; 
  border-bottom: 1px solid #ddd;
}

.details_photo img{
  width: 320px;
}

/*
*	DOWNLOADS
*/

.catalogue_photo{
	width: 300px; 
	margin-right: 30px;
}
.download_description{
  font-weight: normal;
  font-size: 0.8em;
}


/*
*	BASKET
*/
.orderitem{
  color: #ddd;
}

#order{
	margin: 0 auto;
}

.order_author_title, .orderprice, .totalorderlabel, .ordertotal {
	color: #333;
}


/*
*    FOOTER
*/

#footer{
	width: 100%;
	clear: both;
}

/*
*	SEARCH
*/

.search-box{ 
/*	background:url(../images/search-box.gif) no-repeat top left; */
	background-color: #516886; 
	height: 23px;
	padding: 0px;
	width: 160px;
}

input.search-field{ 
	float: left;
	border:0;
	margin:0;
	font-family:tahoma;
	font-size: 12px;
	height:18px;
	background: #ffffff url(../images/search-form.png) no-repeat top left;
	width: 123px;
}

input.search-go { 
	float:left;
	border:0;
	margin:0;
	padding:0;
	margin-left: 5px;
	height: 21px;
	width: 21px;
	background: url(../images/user/search_toggle.png) no-repeat top left;
	cursor: pointer;
}


input.search-go:hover{ 
	background:url(../images/user/search_toggle.png) no-repeat bottom left;
}

/*
*	VIEWBY
*/
.viewby{
	padding: 25px 45px 0px 0px;
}

.cards{
	display: block;
	float: left;
	margin-left: 520px;
}





