/*PalmTreeBooks styles*/

html, body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	height: 100%;
	margin: 0 auto;
	padding: 0;
background-color:#CCCCFF;
}
#pageWrapper, #pageWrapperMenu {
background-color:#CCCCFF;

	font-size: 80%;
	width: 800px;
	line-height: 1.2;
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	background: url(images/pageBack.gif) repeat-y;

}
#pageWrapperInside {
background-color:#FFFFCC;
width:740px;
	margin: 0 auto; /* center, not in IE5 */
border-left:3px solid #88ac86;
border-right:3px solid #88ac86;
}

#bannerWrapper {

background-color:#F7CE5A;
}

.fringe {
height:25px;
background: url(images/fringe.gif) repeat-x;
text-align:center;
}

.fringe ul{
padding-top:2px;
}
.fringe li {display:inline;
padding-left:65px;
padding-right:65px;
}

.fringe li a {
font-weight:bold;
text-decoration:none;
color:#000;
}

.fringe li a:hover {
font-weight:bold;
text-decoration:none;
color:#88ac86;
}

h1,h2,h3,h4 {
color:#C90;}

a:visited
,a:link {text-decoration:none;}

#eventList {
border:1px solid #ccc;
background-color:#eee;
}

#eventList h3 {
text-align:center;
background-color:#ccc;
margin:0;
padding:5px;
}

#eventList .bodyText {
padding:0 0 0 5px;
font-size:.85em;
}

.contentInclude {margin-bottom:5px;}

.contentInclude #miniGrid {margin:auto;}

#calendarDisplay a, #eventList a {
font-weight:bold;
color:#000;
}

.grpHeadline {margin-top:0;
padding-left:2px;
margin-left:-2px;
margin-bottom:0px;
text-align:center;}

h2.grpHeadline {color:#FFC;}

.articleGroup {padding-left:2px;
padding-bottom:10px;
}

.articleGroup h2.articleHeadline {font-size:90%;
margin-top:5px;
}

.grpCoffee {border:1px solid #c90;}
.grpCoffee .grpHeadline{
background-color:#cc9900;}

.grpArt {border:1px solid #0C0;}
.grpArt .grpHeadline{
background-color:#00CC00;}

.grpBooks {border:1px solid #099;}
.grpBooks .grpHeadline{
background-color:#009999;}

.grpMusic {border:1px solid #CC0;}
.grpMusic .grpHeadline{
background-color:#CC0;}


#miniGrid {

	float: right;
	width: 224px;
	font-size: 9px;
	line-height: 1;
	border: 2px solid #C90;
}

.miniGridCalendarDay{width:23px;}

.miniGridCalendarDayName{width:29px;}


#miniGrid a {color:#C90;}

#bestsellerList table{
border:1px solid #000;
width:100%;
}

#bestsellerList table caption{
font-weight:bold;
}

#bestsellerList table thead tr {
background-color:#099;
color:#fff;
}

.bestsellerTitle{
font-weight:bold;
color:#099;}


#bestsellerList table tbody tr {
font-size:.9em;
}

#breadcrumbGoogle {display:none;}

#footer {background-color:#F7CE5A;
font-size:.85em;}

