body {background-color:#CCCCCC;}

.announce{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bolder;
color:#FF0000;
}

a:link {
color: #4080ff;
border-bottom-color: #4080ff;
}
div.popup-container {
position: relative;
margin-left:100px;
z-index:10;}

div#celebrate {
background-color:#FFFFFF;
font-family:Comic Sans MS, Verdana, Helvetica, sans-serif;
font-size:12px;
border:dotted;
border-color:#FF0018;
position: absolute; /* relative to parent popup-container */
top: 100px;
left: 10px;
z-index:10;
}

div#content {
	position: absolute;
	background: white url(../images/logo.jpg) repeat-x;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	border: 1px solid black;
}

div#top {
	float: left;
	background: #FF0000;
	border: 1px solid black;
	border-left: 0;
	border-right: 0;
	width: 100%;
	height: 25px;
	text-align:right;
	margin-top:3px;
}
div#text {
	float: right;
	text-align:justify;
	padding-right:10px;
	margin-top: 20px;
	margin-left: 10px;
	width: 550px;
	scroll: auto;
}
#bar {
	background: #EDEDED;
	border: 1px solid;
	border-color: #EDEDED #EDEDED #EDEDED #EDEDED;
	padding: 3px;
	cursor: default;
}
select{margin-top:4px;}
table td { vertical-align: top; }
.smalltext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:8px;
color:#000000;
}
.books {
background-color: #fcf9a0;
border: 1px dashed #556B2F;
border-color:#FF0000; 

}
.smalltext2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:9px;
color:#000000;
}
.featured {
font-family:arial, Times New Roman, Times;
font-weight:bold;
font-size:12px;
color:#000000;
}
.price {
font-family:arial, Times New Roman, Times;
font-weight:bold;
color:red;
font-size:16px;
color:#000000;
}
.selector_big
{
	font-family:arial, Times New Roman, Times;
	background-color:#efefef;
	color: rgb(102,0,102);
	font-size: 16px;
	font-weight:600;
}
.selector_big1
{
	font-family:arial, Times New Roman, Times;
	background-color:#efefef;
	color: rgb(102,0,102);
	font-size: 16px;
	font-weight:600;
}
.selector_big2
{
	font-family:arial, Times New Roman, Times;
	background-color:#ffffff;
	color: rgb(102,0,102);
	font-size: 16px;
	font-weight:600;
}
.selector_small
{
	font-family:Book Antiqua, Times New Roman, Times;
	background-color:#ffffff;
	color: rgb(102,0,102);
	font-size: 11px;
	font-weight:200;
}
h1 {
	font-size: 14px;
	color: #00008b;
	margin: 0 0 10px 0;
}
.dashed {
	text-align:justify;
	border-style:dashed;
	border-color:#666666;
	border-width:1px;
	padding-left:15px;
	padding-right:15px;
}
.adlink
{
	text-decoration:underline;
	color:#000000;
}
.navtext {
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
font-size:11px;
color:#000000;
}
.XulMenu {
    font-family: verdana;
    font-size: 11px;
    -moz-user-select: none;
	float: left;
	border-right: 1px solid black;
	width: 155px;
	height: 100%;
}
.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
    line-height: normal;
    padding: 5px 6px 4px 6px;
    border: 1px solid #919191;
    color: #FFFFFF;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
}
.XulMenu .button:hover {
    border-color: #EDEDED #ACA899 #ACA899 #EDEDED;
}
.XulMenu .button-active,
.XulMenu .button-active:hover {
    border-color: #ACA899 #ffffff #ffffff #ACA899;
}
* html .XulMenu td { position: relative; } /* ie 5.0 fix */
