/* CSS Document */
.backtable {
background-image:url(../design/backtable.png);
}

.stylefooter {font-size: 10px; color: #28933f; font-weight:bold; }
.stylefooter a:link, .stylefooter a:visited {font-size: 10px; color: #28933f; text-decoration:none;}
.stylefooter a:hover { font-size: 10px; text-decoration: underline; color: #86141c;}
	


.styletitle1 {font-size: 20px; color: #000000; font-weight:bold; }
.styletitle2 {font-size: 20px; color: #990033; font-weight:bold; }


	
	.stylemaincontent {font-size: 11px; color: #000000; }
.stylemaincontent a:link, .stylemaincontent a:visited{font-size: 11px; color: #000000; text-decoration:none; }
.stylemaincontent a:hover {font-size: 11px; color: #990033; text-decoration:underline; }



.price{font-size: 18px; color: #c55902; font-weight:bold;}

 .box33 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	
	border:1px solid #751b01;
	text-align:center;
	color: #751b01;
	font-weight:bold;
	}








#errorMessage {
	color: #990000;
	font-weight: bold;
}









#sidebar {

width: 190px;
margin-top:3px;

}



#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
margin-left:27px;
list-style-type: none; /*turns off display of bullet*/
}



#navlist a, #navlist a:visited {
display: block;
padding: 1px 1px 1px 1px;
border: 0px;
background-image:  url(../design/buttonnormal.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
line-height:33px;
width:190px;
text-decoration: none;
color:#86141c;
font-size:13px;
font-weight:bold;

}


#navlist li a:hover,  #navlist li a:active, #navlist li a:focus{

background-image:  url(../design/buttonhover.gif);
text-decoration:none;

}


.bordering { border-top: 3px solid #238238; }




#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #273844;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color:#f6f8de;
font: bold 14 Georgia, "Times New Roman", Times, serif;
color:#909634;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
