body {
	color: black; 
}

h1 {
	left: 180px;
	width: 1320px;
}

h2 {
	font-size: 1.2em;	
}


h2, h5 {
	color:  #617907;
	background: white;
	font-weight: lighter;
	margin-top: 0;
}
h3 {
	color: #617907;
	background: white;
	margin: 0px 0px 0px 10px;
}

h4, h4 a{
	color: #333;
	text-align: left;
	margin-bottom: 0;
}
h6 {
	color: gray;
}


a:hover {
	color: #663333; 
}



#left .menu_items,
#left .menu_items a,
#left .menu_items a:link,
#left .menu_items a:visited{
	color: #617907;	
}


address {	
	color: gray;
}

.label{
	color: #617907;
	font-size: 0.8em;
}

/*
 *	FRONT PAGE ITEM
 */


.front_page_item {
	height: 210px;
    position: relative;
    width: 210px;
    margin: 0px 20px 10px 0px;
    padding: 5px 10px;
    border: 1px solid #efefef;
    font-size: 0.9em;
    float: left;
    overflow: hidden;
}

.front_page_item img{
	padding: 5px 10px 5px 0;
}

.front_page_item .author, .front_page_item .title, .front_page_item .price{
	width: 200px;
	padding: 0;
}

.front_page_item .title a, .front_page_item .author a{
	color: #111;
}

.front_page_item .author{
	font-size: 0.8em;
    font-style: italic;
    padding-bottom: 5px;
}

.front_page_item .title{
  font-size: 0.9em;
  padding-bottom: 5px;
}

.front_page_item .price{
  font-size: 0.8em;
  font-weight: bold;
  color: #930000;
}


.seedetails{
  position: absolute;
  color: #617907;
  bottom: 0;
  right: 10px;
}

.seedetails, .seedetails a{
	min-height: 10px;
	font-size: 0.8em;
}

/*
#right #catlistholder{
	border-left: 1px #dedede solid;
	color: #617907;
}
*/
/*
 *	CATALOGUE ITEM
 */

.catalogue_item {
    position: relative;
    width: auto;
    margin: 0px 100px 10px 0px;
    padding: 5px 10px 0px 10px;
	background: #f7f1e5;
    font-size: 0.9em;
    overflow: hidden;
}


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

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


.catalogue_author, .catalogue_author a{
	width: 180px;
	font-weight: normal;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

.catalogue_title, .catalogue_title a{
	width: auto;
	font-weight: normal;
}


.catalogue_item .right_icons .price{
	position:relative;
	width: 40px;
	text-align: left;
	color: #9A0000;
	padding-left: 0px;
	font-weight: bold;
	float:  left;
}

.catalogue_item .right_icons .order_links, .catalogue_item .right_icons .order_links a{
	position:relative;
	width: 80px;
    color: #617907;
 	text-align: left;
	float: right;
}

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

.viewmore, viewmore a {
	width: 120px;
	text-align: left;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: #617907;
}

ul li{
	list-style: disc;
}



/*
 *	BOOK
 */

.right_icons a, .right_icons a:link, .right_icons a:visited {
	color: #3366cc; 
}

.right_icons a:hover {
	color: gray; 
}


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

.navText a:hover {
	color: #0099ff; 
}


/*
*	CONTACT && ORDER PAGES
*/

.formlabel {
	color: #0066cc;
}

.thisstep {
	background: #cccc66;
}


/*
*	LETTERS
*/


.thisletter, .thisletter a {
	font-size: 0.9em;
}

.letter a {
	font-size: 1em;
	color: #865A1B;
	text-decoration: underline;
}


.letter {
    color: gray;
	text-decoration: none;
}


/*
*	ABOUT US
*/

.aboutus{
	margin-left:  18px;
	margin-right:  78px;
	text-align:  justify;
}

.aboutus h2, .aboutus h3, .aboutus h5{ 
	text-align: left;
}

.aboutus h3 {
	font-weight: bold;
}

.aboutus p, .aboutus h3, .aboutus ul li {
	font-size: 0.8em;
}

.aboutus h5 {
  font-size: 1em;
}

/* LINKS PAGE */
.url a{
	width: 150px;
	height: auto;
	margin-top: 3px;
	font-weight: bold;
	text-decoration:  underline;
	color: #4974ac;
}

.url a: link{
	text-decoration:  underline;
	color: #4974ac;
}

.url a: visited{
	text-decoration:  underline;
	color: #4974ac;
}

.url a: hover{
	text-decoration:  underline;
	color: gray;
}

.linkdescription {
	width: 550px;
	margin-top: 5px;
	height:  auto;
}



