body {
		background-color: #ffffcc;
		font-family: 	Georgia, "Times New Roman", Times, serif;
		font-size: 		medium;
		color:			#003300; 
}

img {
		border: none;
}

h5, h6 {
		margin-left: 10%;
}


/*
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * 
 *	LINKS
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * 
 */
a:link {
		color: #333;
		text-decoration: none;
}


a:visited {
		color: #333;
		text-decoration: none;
}

a:hover {
		color: #ccc;
		text-decoration: none;
}





/*
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * 
 *	MENU BAR SPECIFIC STYLES
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * 
 */
#menuBar {
		font-family: Verdana, sans-serif;
		background-color: #003300;
		color: white;
		font-size: 13px;
		width: 100%;
		padding: 5px 0px 5px 0px;
		text-align: left;
		position: absolute;
		top: 0px;
		left: 0px;
		overflow: hidden;
		vertical-align: middle;
		display: inline;
}

.pageLink {
		background-color: #003300;
		color: white;
		white-space: nowrap;
		cursor: pointer;
		padding: 5px 10px 5px 10px;
		display: inline;
		border-right: 2px groove #cccccc;
}


.pageLink a {
		padding: 5px 5px 5px 5px;
		text-decoration: none;
		background-color: #003300;/*#006600; */
		color: white;
}

.pageLink a:visited {
		color: white;
		background-color: #003300;
}

.pageLink a:hover {
		color: black;
		background-color: #dddddd;
}


/*
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *	HOME PAGE
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 */

#all_content {
		width: 100%;
		/*height: 600px;*/
		margin-top: 35px; 
		display: block;
		background-color: #ffffcc;
}

#header {
	/*	margin-top: 60px; */
/*		padding: 20px 0px 0px 0px; */
}

#header img{
/*		padding-left: 10%; */
}


#indexleft {
		width: 250px;
		font-size: 13px;
		font-family: "Lucida Grande", Verdana, sans-serif;
		color: #003300;
		text-align: justify;
		margin: 20px 20px 0px 20px;
		float: left;
}

#frontCoverPhoto {
		width: 400px;
	/*	margin: 10px 10px 10px 0px; */
		background-color: #ffffcc; 
	/*	float: left; */
}

#frontCoverPhoto img{
		background-color: #ffffcc;
		border: 0;
/*		padding: 20px 10px 40px 0px; */
}


#indexcenter {
		width: 420px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: right;
		background-color: #ffffcc; 
		margin: 128px 0px 0px 20px;
		float: left; 
}

/* Awaiting confirmation from Peter before deleting - See index.php */
/*
.browse_arrow {
		font-size: 12px;
		/*float: right;*/
/*
}

.to_browse {
		font-family: "Lucida Grande", Verdana, sans-serif;
		font-style: italic;
		color: #003300;
}

.to_browse a{
		color: #003300;
		text-decoration: none;
}
*/

#indexright {
		width: 225px;
		margin: 0px 0px 20px 0px;
		background-color: #ffffcc; 
		font-size: 12px;
		color: #003300;
		padding-bottom: 20px; 
		text-align: left;
		float: right; 
}

address {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #003300;
}

address img {
	margin-bottom: -2px;
	border-bottom: solid 1px #003300;
}

.newsheading {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.newsheadingbig {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
}

.newsitem {
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-style:italic;
}

.logo  {
	width: auto;
}

.logo img {
	border: none;
	padding: 12px 12px 12px 0px;
}

#date {
	width: 80%;
	margin-top: 2%; 
	margin-right: 10%; 
	margin-left: 10%;
	text-align: center;
	background-color: #003300;
	color: #ffffff;
	line-height: 1.3em;
	clear: both;
}

#creditcards {
	text-align: center;
	clear:both;
/*	width: auto;
	display: block;  
	margin-left: auto;
	margin-right: auto; */
}

#creditcards img{
	border: none;
	padding: 5px 5px 5px 5px;
}


/*
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * 
 *	CATALOGUE PAGES
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * 
 */

#catalogue_page_content {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
}

#catalogue_tile {
		width: 100%;
		margin-bottom: 10px;
		padding: 12px 12px 12px 12px; 
		border-top: 7px solid #4a6e4a;
		border-left: 1px solid #4a6e4a;
		border-right: 1px solid #4a6e4a;
		border-bottom: 1px solid #4a6e4a;
		font-family: Verdana, sans-serif;
		font-size: 14px;
		line-height: 1.5em;
		background-color: #ffffbb; 
		float: left; 
}


/*tabs*/
#featured_books {
	display:block;
}

#view_by_author {
	display:none;
}

#view_by_category {
	display:none;
}

#tabs {
	margin: 15px 0px 0px 0px;
	padding: 60px 0px 0px 0px;
	background-color: #ffffcc; 
	width: 100%;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	float:left;
}

#tabs ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#tabs li{
	background: url(../images/tab_right.gif) no-repeat right top; 
	margin: 0;
	padding: 0;
	float:left;
}

#tabs a{
	text-decoration: none;
	background: url(../images/tab_left.gif) no-repeat left top; 
	display: block;
	padding: 12px 12px;
	color: white;
	float: left;
}

#tabs .current{
	background: url(../images/tab_right_current.gif) no-repeat right top; 
	margin-top: 1px;
}

#tabs .current a{
	background: url(../images/tab_left_current.gif) no-repeat left top; 
	color: white;
	text-decoration: none;
}
/* IE mac hack
#tabs a {
	float: none;
}
*/
/* end of tabs */


#catalogue_tile {
		font-family: 	Georgia, "Times New Roman", Times, serif;
}

.click_for_details {
		margin-left: 20px;
		font-family: 	Verdana;
		font-size: 12px;
		color: gray;
}

.left_column {
		margin-bottom: 20px;
		width: 45%;
		float: left;
		clear: left;
}

.right_column {
		margin-bottom: 20px;
		width: 45%;
		float: right;
		clear: right;
}

.photo {
		width: auto;
		min-height: 100px;
		vertical-align: top; 
		margin: 0px 20px 0px 10px;
		float: left;
}

.no_photo {
		width: 80px;
		height: 60px;
		vertical-align: top; 
		margin: 0px 20px 0px 10px;
		border: none;
		float: left;
}

.text {
		width: auto;
		vertical-align : top;
}

.author, .artist  {
		font-weight: 600; 
		font-size: 12px;
		text-decoration: underline;
		font-weight: bold; 
		vertical-align: top; 
		text-align: left; 
		width : auto;
		max-width: 50%;
}

.title {
		font-weight:bold;
		font-size: 12px; 
		font-style: italic;
	/*	text-decoration: underline; */
		vertical-align: top; 
		text-align: left;
		max-width: 50%; 
		width: auto;
		float: left; 
}

.priceInCat {
		font-weight: normal; 
		font-size: 12px;  
		text-align: right; 
		padding-right: 10px;
		width: auto; 
		float: right;
}


/* 
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * 
 *		CATEGORIES 
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * 
 */


ul.displaycategories { 
		width: 90%; 
		margin-left: 0%; 
		margin-right: 10%; 
		float: left; 

}

ul.displaycategories li{ 
		width: 140px;
		padding-bottom: 5px;
	  	display: inline;
}

ul.displaycategories li a{ 
	width: 140px;
 	float: left;
}
/*
li.catName {
		width: 140px;
		margin-top: 5px;
		padding: 5px 0px 5px 10px;
		background-color: #ffffee; 
		text-decoration: underline;
 } 
*/
li.catName a {
		width: 140px;
		color: #003300;
		padding: 5px 0px 5px 10px;
		background-color: #ffffbb; 
		text-decoration: underline;
}

li.catName a:hover {
		width: 140px;
		color: gray;
		text-decoration: none;
}
/*
li.thisCat {
		width: 140px;
		margin-top: 5px;
		padding: 5px 0px 5px 10px;
		font-weight: bold;
		text-decoration: none;
}
*/
li.thisCat a {
		width: 140px;
		padding: 5px 0px 5px 10px;
		font-weight: bold;
		color: maroon;
		text-decoration: none;
}


 
 
/* 
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * 
 *		ITEM DETAILS PAGE
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * 
 */
.item_page {
 		width: 70%;
		margin-left: 10%;
		margin-right: 20%;
		padding-top: 90px;
}
.navArrow {   
		width: 10%;
		font-size: 10px;
		font-style: italic;
		vertical-align: bottom;
		float: left;
}

#item {
		width: 90%;
		font-family: Georgia "Times New Roman", Times, serif;
		font-size: 13px;
		float: right;
}

.photo_full_landscape {
		width: auto;
}

.photo_full_landscape img{
		padding: 3px;
}

photo_full_portrait {
		width: auto;
		float: left;
}

.photo_full_portrait img{
		padding: 3px;
}

.portrait_text {
	width: auto;
/*	display: inline;    */
    float: left;       
}

.no_photo_text {
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}


#item .viewExtra {
		color: black; 
		font-style : italic; 
		font-size: 12px; 
		padding-top: 6px;
		float: right;
}

#item .viewExtra_portrait {
		color: black; 
		font-style : italic; 
		font-size: 14px; 
		padding-top: 6px;
		float: left;
}

#item .viewJumbo {   
		color: black; 
		font-style : italic; 
		font-size: 12px; 
		padding-top: 6px;
		float: right;
}

#item .enquiry { 
		color: black; 
		font-weight : lighter; 
		font-style : italic; 
		font-size: 14px;
		padding-top; 3px;   
}

#item .price  {   
		font-family: Verdana, sans-serif; 
		font-weight : bolder; 
		font-size: 14px;
		padding-top; 3px;  
}

#item .portrait_text {
		font-size: 14px;
}

.item_author{   
		font-size: 16px; 
		font-style: italic;
}

.item_title  {   
		font-size: 16px; 
		font-weight: bold;
}


.item_heading {   
		font-size: 16px; 
}

.thumb {
		width: 110px;
		height: 80px;
		margin: 15px;
		border: solid 1px gray; 
		text-align: center;
		background-color: #ffffcc;
		display: inline;
		float: left;
}

.thumb img{
	max-width: 90px;
	max-height: 60px;
	padding: 10px;
}

.full {
	text-align: center;
}
/*
.full img{
	max-width: 600px;
	max-height: 400px;
	padding: 20px 10px 10px 10px;
}
*/

#extra_thumbs{
	clear: both;
}
/* 
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * 
 *		PAGE NUMBERING
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * 
 */
.pageNumbering	{	text-align: center; width: 60%; margin-right: 20%; margin-left: 20%;}
.currentPage a	{   text-decoration: none; width: 10px; font-weight: bold; color: black;}
.pageNumber a 	{   text-decoration: none; color: #494161; width: 10px; }
.page		 	{   text-align: center; width: 60%; margin-right: 20%; margin-left: 20%; text-decoration: none; color: #494161;}

/* 
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * 
 *	MAILER
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * 
 */
 
.mailto 	{  
	background-color: #ffffbb;/*#4a4964;*/
}

table.mailer {  
		background-color: #ffffbb;
}

td.contact   { 
		font-family: Georgia;
		color: black;  
		font-weight : bolder; 
		font-size: 12px; 
		text-align : left; 
}

/* 
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * 
 *	NEWS PAGES
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * 
 */
 
#news {
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}

.news_item 	{  
	padding:14px 24px 6px 24px;
	background-color: #ffffcc; 
}

.news_item_date {  
		margin-top:0px;
		color: #4a4964;
		text-align: right;
}



/* 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *	SELECT
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 */
 
 #select {
		width:90%; 
		margin-left:5%; 
		margin-right:5%;
}

.letter a:link     		{   text-decoration: underline;  color: #003300; font-size: 13px;	}
.letter a:visited  		{   text-decoration: underline; color: #003300; font-size: 13px;	}
.letter a:hover    		{   text-decoration: underline;  color: black; font-size: 13px;	}
.thisletter a:link    	{   text-decoration: underline;  color: purple; font-size: 13px;	}
.thisletter a:visited 	{   text-decoration: underline; color: purple; font-size: 13px;	}
.thisletter a:hover   	{   text-decoration: underline;  color: purple; font-size: 13px;	}
.select_header          {   font-family: Georgia; color: gray; font-size: 12px;}
.select_letters         {   width: 90%; margin-left: 5px; margin-right: 5px; display: inline; }
.letter          		{   width: 4%; padding: 0px 2px 0px 2px; font-family: Georgia; color: #ccc; font-size: 13px; display: inline; text-decoration: none;}
.thisletter       		{   width: 4%; padding: 0px 2px 0px 2px; font-family: Georgia; color: gray; font-size: 13px; display: inline; text-decoration: none;}
.arrows		      		{   width: 20%; margin-left: 25%; margin-right: 55%; }
.arrowBack        		{   padding-left: 5px; padding-right: 5px; text-align: right;}
.arrowForwards   		{   padding-left: 5px; padding-right: 5px; text-align: left;}



/* 
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * 
 *	SEARCH FUNCTION
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * 
 */
#search {   
		position: absolute;
		top: 35px;
		right: 10px;
		width: auto;
		text-align: right;
}


#search .search_header {
		font-family: Georgia; color: gray; font-size: 12px;
		padding-bottom: 2px;
		text-align: left;
}

.displaysearchresults {
		width:50%; 
		margin-left:25%; 
		margin-right:25%;
}

.highlights    {
		padding-bottom: 6px;
		height: 20px; 
		border-bottom: 1px gray solid; 
}

#zeroresults_choices {
		margin-left: 12%;
		font-size: 14px;
}

