.boxText {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 12px;
}
.boxLargeText {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 14px;
}
.errorBox {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
	background-color : #ffb3b5;
	font-weight : bold;
}
.stockWarning {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
	color : #cc0033;
}
.productsNotifications {
	background-color : #f2fff7;
}
.orderEdit {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
	color : #70d250;
	text-decoration : underline;
}
BODY {
	background : url('images/world_paper_1100_1286.jpg') repeat top left;
	margin: 0px;
	padding: 0px;

}
.slideshow { 
//height: 212px; 
//width: 212px; 
margin: auto; 
}
.slideshow  img{
	padding: 3px;
	border: 1px solid #632D1C;
	background-color: #E7E1C3;
	border-bottom: 5px solid #632D1C;
	border-right: 5px solid #632D1C;
	border-radious:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.slideshow  td{
	padding: 3px;
	border: 1px solid #632D1C;
	background-color: #E7E1C3;
	border-bottom: 5px solid #632D1C;
	border-right: 5px solid #632D1C;
	border-radious:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#divContainer {
	position: static;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#divContentArea {
	position: static;
	left: 15px;
	top: 15px;
	right: 15px;
	bottom: 15px;
	width: 100%;
	z-index: 0;
}
#divContentText {
	position: relative;
	background-color:rgba(255,255,255,0.6);
	border-radious:15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin: 15px 15px 15px 15px;
	z-index:0;
}
#bg {
	margin: 15px 15px 15px 15px;
	height:100%;
	width:100%;
}
#wrapper {
	margin: 15px 15px 15px 15px;
	background-color: #FFFFFF;
	filter:alpha(opacity=60);
	opacity:0.6;
	z-index:-1;
}
#eagle {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	bottom: 0px;
	margin: 15px 15px 15px 15px;
	background-image: url('images/style/eagle_background.png');
	background-repeat: no-repeat;
	background-position:center bottom;
	filter:alpha(opacity=40);
	opacity:0.4;
	z-index:-2;
}
#text {
	position: relative;
	z-index:0;
}
IMG {
	border: 0;
}
A {
	color : #632D1C;
	text-decoration : none;
}
A:hover {
	color : #C00;
	text-decoration : none;
}
FORM {
	display : inline;
}
TR.headerNavigation {
	background-color : #632D1C;
	border-radious:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
TD.headerNavigation {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
	background-color : #632D1C;
	color : #E7E1C3;
	font-weight : bold;
	border-radious:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
A.headerNavigation {
	color : #E7E1C3;
	text-decoration:underline;
}
A.headerNavigation:hover {
	color : #ffffff;
}
TR.headerError {
	background-color : #ff0000;
}
TD.headerError {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 12px;
	background-color : #ff0000;
	color : #ffffff;
	font-weight : bold;
	text-align : center;
}
TR.headerInfo {
	background : #00ff00;
}
TD.headerInfo {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 12px;
	background-color : #00ff00;
	color : #000000;
	font-weight : bold;
	text-align : center;
}
TR.footer {
	background-color : #632D1C;
}
TD.footer {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
	background : #632D1C;
	color : #ffffff;
	font-weight : bold;
}
A.footer {
	color : #E7E1C3;
}
A.footer:hover {
	color : #ffffff;
}
.infoBox {
	border : 1px;
	border-color : #632D1C;
	border-style : solid;
	background-color : #E7E1C3;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.columnBox {

}
.infoBoxContents {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
}
.infoBoxNotice {
	background-color : #ff8e90;
}
.infoBoxNoticeContents {
	background-color : #ffe6e6;
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
}
TD.infoBoxHeading {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
	font-weight : bold;
	align : left;
	color : #E7E1C3;
	background-color: #632D1C;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
A.infoBoxHeading {
	color : #E7E1C3;
	text-decoration:underline;
}
A.infoBoxHeading:hover {
	color : #ffffff;
}
TD.infoBox, SPAN.infoBox {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #e7e1c3;
//	filter:alpha(opacity=50);
//	opacity:0.5;
	background-color:rgba(231,225,195,0.5);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
//	background: #FFFFFF;
//	filter:alpha(opacity=30);
//	opacity:0.3;
	background-color:rgba(255,255,255,0.3);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
TABLE.productListing {
	border : 1px;
	border-style : solid;
	border-color : #632D1C;
	border-spacing : 1px;
}
.productListing-heading {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 12px;
	background-color : #632D1C;
	color : #E7E1C3;
	font-weight : bold;
	font-variant : small-caps;
}
TD.productListing-data {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 12px;
}
A.pageResults {
	color : #0000ff;
}
A.pageResults:hover {
	color : #0000ff;
	background : #ffff33;
}
TD.pageHeading, DIV.pageHeading {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #000000;
}
TR.subBar {
	background : #f4f7fd;
}
TD.subBar {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
	color : #000000;
}
TD.largeText, P.largeText {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 14px;
	line-height : 1.5;
}
TD.main, P.main {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 12px;
	line-height : 1.5;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
}
TD.accountCategory {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 13px;
	color : #aabbdd;
}
TD.fieldKey {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 12px;
	font-weight : bold;
}
TD.fieldValue {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 12px;
}
TD.tableHeading {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 12px;
	font-weight : bold;
}
SPAN.newItemInCart {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
	color : #ff0000;
}
CHECKBOX, INPUT, RADIO, SELECT {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 11px;
}
TEXTAREA {
	width : 100%;
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 11px;
}
SPAN.greetUser {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 12px;
	color : #f0a480;
	font-weight : bold;
}
TABLE.formArea {
	background : #f1f9fe;
	border-color : #7b9ebd;
	border-style : solid;
	border-width : 1px;
}
TD.formAreaTitle {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 12px;
	font-weight : bold;
}
SPAN.markProductOutOfStock {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 12px;
	color : #c76170;
	font-weight : bold;
}
SPAN.productSpecialPrice {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	color : #ff0000;
}
SPAN.errorText {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	color : #ff0000;
}
.moduleRowOver {
	background-color : #E7E1C3;
	cursor : pointer;
}
.moduleRowSelected {
	background-color : #E7E1C3;
}
.checkoutBarFrom, .checkoutBarTo {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
	color : #8c8c8c;
}
.checkoutBarCurrent {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
	color : #000000;
}
.messageBox {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
}
.messageStackError, .messageStackWarning {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
	background-color : #E7E1C3;
}
.messageStackSuccess {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
	background-color : #99ff00;
}
.inputRequirement {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
	color : #ff0000;
}
.inputOptional {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size : 10px;
	color : #00ff00;
}
/*---------------------------*/
/* Tree and Plain Menu Style */
/*---------------------------*/

.treemenudiv {     /* Behaviour of tree/plain menu item - leave as is for proper performance */
	display: block;
	white-space: nowrap;
}
.phplmbodytable { /* Class of table cells containing plain menus */
}
.phplmnormal {     /* Font size & color of unlinked menu items */
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a.phplm:link, a.phplm:visited {      /* Font color, style of linked & visited menu items */
	color : #632D1C;
	text-decoration: none;
}
a.phplm:hover {      /* Font color, style of menu items when hovered over */
	color : #CC0000;
	text-decoration: none;
}
a.phplm:active {      /* Font size & color of menu items when clicked */
	color: #ff0000;
	text-decoration: none;
}
.dmselected {   /* Style overide for selected category tree */
	font-weight: bold;
}
/*CSS for the two scrollers*/

#pscroller1 {
	width: 150px;
	height: 400px;
}
#pscroller2 {
	width: 150px;
	height: 200px;
}
#pscroller2 a {
	text-decoration: none;
}
/* class to apply to your scroller(s) if desired */
.someclass {
}
/*** Begin Header Tags SEO ***/
h1 {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #000;
}
h2 {
	font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #000;
}
/*** End Header Tags SEO ***/
.img-container {
        padding: 6px;
        border-width: 1px;
        border-style: solid;
        border-color: #ccc #ccc #999 #ccc;
        -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
        -moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
        box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
	float: left;
      }
#img-container {
        padding: 6px;
        border-width: 1px;
        border-style: solid;
        border-color: #ccc #ccc #999 #ccc;
        -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
        -moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
        box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
	float: left;
      }

