.xmas, .xmas a{
	color: #CC0000;
	font-weight: bold;
}
.frontImage{
	width: 110px;
	float: right;
	padding: 5px 0px 3px 40px;
}
.frontLinks{
	padding-top: 0px;
	font-size: 9pt;
	padding-left: 15px;
}
.frontMessage{
	float: left;
	text-align: center;
	padding: 4px 4px 4px 4px;
}
.frontLinks img{
	margin-bottom: 4px;
}
.frontLinks a{
	font-size: 9pt;
	color: #63309C;
	text-decoration: underline;
	line-height: 20px;
}

#countries, #moreCountries{
    background: white;
    color: black;
    border-bottom: 1px solid #999;
    font-size: 10px;
    width: 100%;
    padding: 3px;
    text-align: center;
    display: none;
}
#moreCountries{
    display: none;
    background: #f3f3f3;
}
#countriesButton{
    text-align: right;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
}
#countriesButton a{
    text-decoration: none;
    color: #5e720e;
}
#countries a, #countries a:visited, #moreCountries a, #moreCountries a:visited{
    color: black;
    text-decoration: none;
    font-weight: bold;
    padding: 2px;
}
#evenMoreCountries a, #evenMoreCountries a:visited{
    color: white;
    text-decoration: none;
    font-weight: normal;
    padding: 2px;
}
#countries a:hover, #moreCountries a:hover, #evenMoreCountries a:hover{
    background: #FFD541;
    color: black;
}
#occasiontxt{
    background: url("htdocs/images/menuBack.gif");
    background-repeat: repeat-x;
    padding: 0px;
    float:left;
    width: 100%;
    height: 26px;
}
#logo{
	float: left;
}
.topMenu{
	background: transparent;
    text-align: right;
}
.topMenu a{
    color: #647815;
    font-size: 8pt;
    text-decoration: none;
}
.topMenu a:hover{
    text-decoration: underline;
}
#topNav{
	float: left;
	width: 100%;
	background: white;
	margin-bottom: 0px;
}
#topNav a{
	text-decoration: none;
	color: #316500;
	font-size: 8pt;
}
#topNav a:hover{
	text-decoration: underline;
}

.side{
	padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 3px;
    color: white;
    margin: 0px;
}
.sideRed{
    background-image: url("htdocs/images/cornerRedBottom.gif");
    background-repeat: no-repeat;
    background-position: bottom left;
}
.sideHeaderRed{
    background-image: url("htdocs/images/cornerRed.gif");
    background-repeat: no-repeat;
    background-position: top left;
}
.sideYellow{
    background-image: url("htdocs/images/cornerOrangeBottom.gif");
    background-repeat: no-repeat;
    background-position: bottom left;
}
.sideHeaderYellow{
    background-image: url("htdocs/images/cornerOrange.gif");
    background-repeat: no-repeat;
    background-position: top left;
}
.sideGreen{
    background-image: url("htdocs/images/cornerGreenBottom.gif");
    background-repeat: no-repeat;
    background-position: bottom left;
}

.sideHeaderGreen{
    background-image: url("htdocs/images/cornerGreen.gif");
    background-repeat: no-repeat;
    background-position: top left;
}


img.fimageIMG{
/*	height: 95px;	*/
	padding-bottom: 1px;
	margin-bottom: 5px;
	border: none;
}

h3.pageHeader{
	color: #567E2F;
    font-size: 11pt;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
h3.deptHeader{
    color: #567E2F;
    font-size: 11pt;
    margin: 0px;
    padding: 0px;
}
h3.orderFormHelp{
    font-size: 9pt;
    margin-bottom: 5px;
    color: #666;
    padding: 0px;
}
.fttablelabel{
	font-size: 9pt;
	font-weight: normal;
	padding-right: 10px;
}
.fttabledata{
	font-size: 8pt;
	padding: 3px 3px 3px 3px;
}

.fttabledata input{
	border: 1px solid #C4DDAC;
	border-right: 1px solid #94BE6B;
	border-bottom: 1px solid #94BE6B;
	font-size: 10pt;
	background: #F3FCEB;
	vertical-align: middle;
}
select{
	background: #F3FCEB;
	margin-bottom: 10px;
}
.fttabledata select{
	background: #F3FCEB;
	font-size: 10pt;
    margin-bottom: 0px;
}
.fttabledata textarea{
	background: #F3FCEB;
	border: 1px solid #C4DDAC;
	border-right: 1px solid #94BE6B;
	border-bottom: 1px solid #94BE6B;
	font-size: 10pt;
	overflow: auto;
}
input.button{
	background: #82B156;
	border: 1px solid #6C8D4C;
	border-bottom: 1px solid #314D16;
	border-right: 1px solid #314D16;
	color: white;
	font-weight: bold;
	margin: 3px 3px 3px 0px;
}
input.smallButton{
    font-size: 8pt;
    background: #E6F1A8;
}
input.orderSubmitButton{
    font-size: 11pt;
    padding: 4px;
    font-weight: bold;
    background: #E6F1A8;
}
#departmentHeader{
	float: left;
}
table.deptInstructions{
    margin-bottom: 20px;
    background: #FFFFCC;
	padding: 1px;
	border-top: 1px solid #FEFF59;
	border-bottom: 1px solid #FEFF59;
}
table.productsTable{

}
#catalogItem{
	/*width: 160px; /*120px*/
	/*height: 150px;*/
	margin-top: 10px;
	overflow: visible;
	margin-left: 5px;
}
#catalogItem a{
	font-size: 8pt;
}
.catalogItemDiv{
    position: relative;
    width: 100%;
    height: 270px;
    width: 215px;
    overflow-y: hidden;
    background: white;
    border: 1px solid black;
}
.catalogItemText{
    position: absolute;
    left: 0px;
    top: 220px;
    height: 50px;
    display: block;
    overflow-y: hidden;
    width: 215px;
    background: black;/*#D42B63;*/
    color: white;
    opacity: 0.9;
    text-transform: capitalize;
}
.catalogItemTextInner{
    padding: 8px;
    font-size: 12px;
    width: 110px;
    float: left;
}
.catalogItemButtonInner{
    padding: 0px;
    font-size: 13px;
    float: right;
    padding-top: 8px;
    text-align: right;
    padding-right: 4px;
    font-weight: bold;
}
.catalogItemButtonInner a{
    color: #e67931;
    text-decoration: none;
    font-weight: bold;
}
.catalogItemButtonInner a:hover{
    text-decoration: underline;
}
.item{
    padding-bottom: 12px;
}
.item img{
    margin-bottom: 8px;
}
.itemGraphic{
	margin-left: 20px;    
}
form{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
table.itemsSummary{
	width: 98%;
	margin-bottom: 10px;
}
fieldset{
    padding: 12px;
	margin-bottom: 25px;
	border: 1px solid #dcdcdc;
	border-top: 1px solid #393;
}
fieldset.final {
	padding: 10px;
	margin-bottom: 0px;
	border: 5px solid #393;
}
fieldset legend {
	font-size: 14px;
	font-weight: bold;
	color: #393;
	padding: 0 5px;
}
table.itemsSummary th.fttablelabel{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #CFE4BB;
	text-align: left;
	font-weight: bold;
}
table.itemsSummary td.fttabledata{
	padding: 5px 5px 5px 5px;
}
.variationDetailPrice{
    padding-left: 20px;
    text-align: right;
}

table.recipientInfo, table.billingInfo, table.optionalInfo, table.submitInfo{
	width: 98%;
	/*border: 1px solid #91B26F;
	border-bottom: 2px solid #91B26F;
	border-right: 2px solid #91B26F;*/
	padding: 5px 5px 5px 5px;
}
table.recipientInfo .fttablelabel, table.billingInfo .fttablelabel, table.optionalInfo .fttablelabel{
	width: 200px;
}
ul.categories, .categoriesFront{
	list-style: none;
	margin-left: 8px;
	margin-top: 3px;
	line-height: 18px;
	padding-left: 0px;
}
ul.categories li a, .categoriesFront li a{
    font-family:Verdana, Arial, sans-serif;
    color:white;
    font-size:8pt;
    font-weight:normal;
    /*color: #63309C; /*#339933; /*#006500; /*#7BAA4A;*/
    text-decoration: none;
}
ul.categories li a:hover, .categoriesFront li a:hover{
	text-decoration: underline;
	color:  #296129;/*#5D882F;*/
	background: #FFFFCC;
}

.fimage{
	width: 125px;
	float: left;
	margin: 0px 5px 0px 5px;
}
.fimage a{
	color: #94419C;
	text-decoration: none;
}
hr.side{
	color: #eaeaea;
	height: 1px;
}
.front{
	margin-top: 0px;
	font-size: 17px;
	color: #A24F53;
	font-style: italic;
}
.errorMessage{
	color: #FF8811;
	font-weight: bold;
}
#suggestion{
	font-size: 8pt;
	width: 480px;
	border-top: 1px dashed #99CC66;
	border-bottom: 1px dashed #99CC66;
	margin-top: 20px;
	padding: 4px 4px 4px 4px;
	margin-right: auto;
	margin-left: auto;
}
table.holidays{
	width: 480px;
	font-size: 8pt;
	background: #eaeaea;
	margin-top: 8px;
}
table.holidays td{
	padding: 5px 5px 5px 5px;
	text-align: left;
	background: white;
}
table.holidays th{
	text-align: left;
	padding: 5px 5px 5px 5px;
}
.orange{
	color: #FF8A10;
	font-weight: bold;
	font-size: 9pt;
}
.normal{
	font-size: 8pt;
	font-weight: normal;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	color: black;
}
.item img.orderNow{
	border: 0px solid white;
    margin-bottom: 2px;

}
img.catalog{

}
.compare{
	font-size: 9px;
}
#frontText{
	float: left;
}
.frontKey{
	float: left;
	width: 430px;
	border-top: 1px dashed #99CC33;
	border-bottom: 1px dashed #99CC33;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	background: #FFFFCC;
}
.frontKey2{
	float: left;
	width: 170px;
	border-top: 1px dashed #99CC33;
	border-bottom: 1px dashed #99CC33;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	padding: 5px 5px 5px 5px;
	background: #FFFFCC;
	margin-left: 15px;
	margin-right: 10px;
}
.sideHeader{
	font-weight: bold;
    font-size: 9pt;
    font-family: verdana, helvetica, sans-serif;
    text-decoration: none;
	margin: 0px;
	padding: 10px 5px 5px 10px;
	color: white;
	/*border-bottom: 1px dotted #ffffaa;*/
    margin-top: 15px;
    /*border-bottom: 1px solid #E0EDD3;*/
}
#left input{
	font-size: 8pt;
	border: 1px solid #cacaca;
}
.frontRight{
	padding-top: 1px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	color: #2F602A;
	width: 440px;
}
.frontLeft{
	padding-top: 1px;
	float: left;
	width: 205px;
	color: #2F602A;
}
#itemNum{
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	color: #999999;
	font-size: 8pt;
}
.buyNowButton{
    background: #82B156;
	border: 1px solid #6C8D4C;
	border-bottom: 1px solid #314D16;
	border-right: 1px solid #314D16;
	color: white;
	font-weight: bold;
    padding: 3px 3px 3px 3px;
    font-size: 16px;
}
#orderButton{
	padding: 3px 3px 3px 3px;
	margin-top: 20px;
	text-align: left;

}
#orderButton span.price{
	font-weight: bold;
	font-size: 11pt;
	border-bottom: 2px solid #FFD742;
	padding: 3px 3px 3px 3px;
}

h1.front,h1.front2{
	font-family: "Century Gothic", Verdana, sans-serif;
	color: white;
	font-size: 18px;
}
h2.front{
		margin-bottom: 8px;
}
h1.front2{
	color: black;
}
.vdaytop{
	margin-bottom: 10px;
}
form{
	margin: 0px;
	padding: 0px;
}
.vdayV{
	float: left;
	padding-right: 5px;
	padding-bottom: 3px;
	border: 0px;
}
.vdayInfo{
	padding: 3px 3px 3px 3px;
	font-size: 8pt;
	font-weight: bold;
	background: #FFFFCC;
	border: 2px solid #983A3A;
	margin-bottom: 15px;
}
#message{
	/*width: 650px;
	display: block;
    padding: 3px;
	margin-bottom: 0px;
	font-size: 8pt;
    font-weight: bold;
    margin-right: auto;
	margin-left: auto;
    color: #7B7FC7;
    */
}
#message a{
	/*Red*/
}
#message a:hover{
	/*color: #33367F/*#405500;*/
}
table.orderReport td{
	border-bottom: 1px solid #cacaca;
}
.orderReport th{
	background: #eaeaea;
	font-family: arial, sans-serif;
	border-bottom: 1px solid #cacaca;
}
.orderReport td.totals{
	background: #eaeaea;
	border-bottom: 1px solid black;
	font-weight: bold;
}
.userHome{
	list-style: none;
	line-height: 22px;
	margin: 5px;
	padding: 5px;
}
.breadCrumb{
    color: #567E2F;
    font-size: 8pt;
}
.breadCrumb a{
    text-decoration: none;
    color: #567E2F;
}
.breadCrumb a:hover{
    color: black;
    text-decoration: underline;
}
select.norm{
    margin: 0px;
    padding: 0px;
    font-size: 8pt;
}
select.frontNorm{
    margin: 0px;
    padding: 0px;
}
.pageXofY{
    font-size: 8pt;
}
.pageXofY a{
    text-decoration: none;
    color: #527D29;
    font-weight: bold;
}
.pageXofY a:hover{
    text-decoration: underline;
}
table.box{
    width: 98%;
}
.countryChoice{
    font-size: 14px;
    font-weight: bold;
    color: #6B914D;
    padding: 3px;
    text-decoration: none;
}
.countryChoice:hover{
    background: #fafad2;
}
.frontDepartments{
    line-height: 24px;
    float: left;
    margin-right: 25px;
    width: 100%;
}
.smallGray{
    font-size: 10px;
    color: #999;
}
.smallGray2{
    font-size: 11px;
    color: #999;
}
.small{
    font-size: 8pt;
}
div.orderFormHelp{
    padding: 10px;
    font-size: 8pt;
    line-height: 11pt;
    color: #777;
    background: #F2F8D2;
    border-right: 1px solid #BCC686;
    border-bottom: 1px solid #BCC686;
}
div.helpText{
    float: left;
    width: 100%;
    padding: 10px;
    font-size: 8pt;
    line-height: 11pt;
    color: #777;
    background: #F2F8D2;
    border-right: 1px solid #BCC686;
    border-bottom: 1px solid #BCC686;
}
.orderFormTotal{
    text-align: right;
    font-weight: bold;
    background: #FFFFCC;
    border-top: 1px solid #E0E0B4;
    border-bottom: 1px solid #E0E0B4;
}
ul.categories li.link56 a{
    color: #FF4337;
    font-weight: bold;
}
