body {
	color: black;
	background: white; 
	font-size: 0.9em;
}


h2, h5 {
	color:  #7d4105;
	font-weight: lighter;
	margin-top: 0;
}

h2 {
	font-size: 1.2em;	
}

h3 {
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 1.2em;
	color: #7d4105;
	margin: 0px 0px 0px 10px;
}

h4, h4 a{
	text-align: left;
	margin-bottom: 0;
}

h6 {
	color: #222;
	font-weight: normal;
}


a:hover {
	color: #663333; 
}



#left .menu_items,
#left .menu_items a,
#left .menu_items a:link,
#left .menu_items a:visited{
	color: black;
	font-size: 0.9em;	
}

#rightholder {
	margin-top; 0;
}

#right .catlist_name, #right .catlist_name a{
	color: black;
}


address {	
	color: #222;
	font-size: 0.7em;
}

.address_block {
	height: auto;
	padding-bottom: 10px;
}

.label{
	color: #222;
	font-style: normal;
	font-size: 0.7em;
	margin-bottom: 0;
}



/*
 *	FRONT PAGE ITEM
 */


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

.front_page_item img{
	float: left;
}

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

.front_page_item .with_photo_author, .front_page_item .with_photo_title, .front_page_item .with_photo_price{
	width: 110px;
	padding: 0;
}

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

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

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

.front_page_item .price, .front_page_item .with_photo_price{
  font-size: 0.8em;
  position: absolute;
  font-weight: bold;
/*  color: #930000; */
}


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

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



/*
 *	CATALOGUE ITEM
 */

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

.jquery_catalogue_item {

}

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


.catalogue_item .author, catalogue_item .author a{
	width: 180px;
	float: left;
	font-weight: normal;
	color: #222;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

.catalogue_title, .catalogue_title a{
	width: auto;
	color: #222;
	float: left;
	font-weight: normal;
}


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

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

.jquery_catalogue_item .right_icons, .jquery_catalogue_item .price, .jquery_catalogue_item .author, .jquery_catalogue_item .title{
	float: none;
} 

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

ul li{
	list-style: disc;
}

/*
 *	TOGGLE
 */
h6.trigger {
	padding: 0;
	color: #222;
	margin: 0 0 3px 0;
	background: url(../images/toggle.png) no-repeat left top; 
	height: 16px;
	line-height: 16px;
	width: auto;
	font-size: 0.8em;
	font-weight: normal;
}
h6.trigger a {
	color: #222;
	padding-left: 25px;
	text-decoration: none;
	display: block;
}
h6.trigger a:hover { color: #ccc; }
h6.active {background-position: left bottom;} /*--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;
/*	border-top: 1px solid #d6d6d6; */
/*	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top; */
	overflow: hidden;
	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
 */

.right_icons a, .right_icons a:link, .right_icons a:visited {
	color: #7d4105;; 
}

.right_icons a:hover {
	color: gray; 
}


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

.navText a:hover {
	color: brown; 
}


/*
*	CONTACT && ORDER PAGES
*/

.formlabel {
	color: #7d4105;;
}

.thisstep {
	background: #fa8208;
}


/*
*	LETTERS
*/

.thisletter, .thisletter a {
	font-size: 0.9em;
	color: #360A03;
	font-family: "Times New Roman";
}

.letter a {
	font-size: 1em;
	font-family: "Times New Roman";
	color: #360A03;
	text-decoration: underline;
}


.letter {
    color: gray;
	font-family: "Times New Roman";
	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;
}


