/* PRODOS: Book Antiqua was mispelt so I corrected it */
#boldstart {
	font-family: "Book Antiqua";
	color: #e10000;
}



/* Sets the h2 element to be aligned left, verdana and bold, used primarily
on the cotegory page and eshop page to make plinks stand out */

/* PRODOS: Is this the style for the big ALSO */
/* PRODOS: adding color: navy; to see what happens */

h2 {
	text-align: left;
      color: navy;
	font-family: Verdana;	
	font-size: 2.1em;
	margin: 0 0 20 0;
}

font.h2_category
{
	text-align: left;
	font-family: Verdana;	
	font-size: 2.3em;
}

/* Sets the first letter of h2 to be red and .5em bigger */
font.h2_category_first_letter {
	color: #DD0000;
	font-weight: bold;
	font-size: 1.5em;
}

/* PRODOS: This was described as "This sets the properties for the categoryegory name"
But in fact this seems to set the properties of the pLink name in the Shopping Region pages */
#cat-paragraph 
{
	font-family: "Book Antiqua";
	font-style: italic;
	font-size: 	1.1em;
	margin-bottom: 2px;
}

.connection_phrase
{
	font-family: "Book Antiqua";
	font-style: italic;
	color: #CC0000;
	font-size: 	1.1em;
}


/* This deals with the descriptions on category.php under each categories drop down  */
/* PRODOS: This deals with the eShop descriptions on category.php under each pLink on the Shopping Region pages */

#desc {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: Navy;
	width: 400px;
	text-align: center;
}


/* Sets the overall scope of the term "What are you Interested in?" 
on the category.php page, note the #interested area below deals with the 
word interested in the question. */

.wayin { 
	margin: 0 0 0 0;
	font-size: 3em;
	color: #FFCEE7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* This deals witht he word interested in the question on category.php
it sets the font-family and color */

#interested {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B3E7FF;
}




/* This deals with the descriptions under each banner in the eshop */
/* PRODOS: I've made quite a few changes to this item */
/* PRODOS: going to alter margin-bottom: 80px to something else ... changed back */
/* PRODOS: going to alter margin-bottom: 80px to something else */

#bannerdesc 
{
	font-family: "Book Antiqua";
	font-size: 16px;
	color: Black;
	width: 470px;
	background-color: #F7F7EE;
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 80px;
	text-align: left;
	border-style: solid;
	border-color: #E1E1C4;
	border-width: 2px;
}


#banner_tablegrid
{
	vertical-align: top;
	text-align: center;
}


/* This description deals with the descriptions under the plinks in the plink 
area in the sidebar. */

#desc-plink 
{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: .65em;
 color: Navy;
 width: 270px;
}




/**/
/* PRODOS: I don't know what this does. But I corrected a misspelling of "Book Antiqua"*/

#plinkdd 
{
	font-family: "Book Antiqua";
	font-size: 1.25em;
	font-weight: bold;
}



/*  */




/* PRODOS: This seems to set the characterisitcs of the groovy name of eShops.
Book Antiqua was mispelt so I corrected it. */
#gname 
{
	font-family: "Book Antiqua";
	font-size: 3em;
	font-weight: bold;
	color: #0080C0;
	font-style: italic;
}



/* PRODOS: This seems to be the eShop description under the pLinks */

#desc-eshoptitle 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: Navy;
	width: 450px;
	padding-bottom: 5px;
}

/* This changes the <hr> tag attributes on the category.php page to achieve spacing and 
and color goals */
#divider {
	color: #FFFFFF;
	height: 25px;
	border: 0px;
}

/* Deals with the previous/next links in eshops.php */
.links {
	font-family: "Book Antiqua";
	font-size: .85em;
	color: #0080C0 
}

/* Deals with the previous/next links in eshops.php */
.links:visited {
	font-family: "Book Antiqua";
	font-size: .85em;
	color: #0080C0 
}

.frontselector {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.frontbutton {
	font-family: "Book Antiqua";
	font-size: .85em;
	color: #000000; 
}


