/*colors:
#A89D65 - green
#BA8D49 - ochre
#9B3823 - red

#948951 - dark green
#A67935 - dark ochre
#87240F - dark red

*/


 @font-face {
    font-family: Georgia;
    font-style:  normal;
    font-weight: normal;
    src: url(GEORGIA0.eot);
  }


  
  


/********************************************************************************
Text Tags
*********************************************************************************/

H2 {
	font: bold 14pt Georgia, 'Times New Roman', Times, serif;
	color: #663300;
}

.norm, LI {
	font: 11pt Georgia, 'Times New Roman', Times, serif;
	letter-spacing:0.03em;
	line-height:145%;
	}


.normbold {
	font: bold 11pt Georgia, 'Times New Roman', Times, serif;
	letter-spacing:0.03em;
	line-height:145%;
	}

.shoppingCart{
	font: 9pt Georgia, 'Times New Roman', Times, serif;
	letter-spacing:0.03em;
	color: #F4EFB0;
	}

.shoppingCartDark{
	font: 9pt Georgia, 'Times New Roman', Times, serif;
	letter-spacing:0.03em;
	color: #000000;
	}


.normSmall {
	font: 8pt Georgia, Verdana, tahoma, arial, helvetica;
	letter-spacing:0.02em;
	line-height:125%;
	}
	

.normRed {
	font: bold 11pt Georgia, 'Times New Roman', Times, serif;
	letter-spacing:0.03em;
	line-height:145%;
	color:#9B3823;
	}	
	
	
.button 
{
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;

	 }	


.fontInput 
{
	border: 1px solid blue;
	
	}


.price{
	font: 18pt Georgia, 'times new roman', times, serif; color:black;
	}


.priceStrikeOut{
	font: 18pt Georgia, 'times new roman', times, serif; color:red; text-decoration:line-through;
	}
	

.priceDiscount{
	font: 18pt Georgia, 'times new roman', times, serif; color:green; text-decoration:none;
	}
	
		





.fontCategory {
	background-color: #E7E1D6;
	font: bold 7pt verdana,arial,sans-serif;
	border-top: 1px solid #663300;
	border-bottom: 1px solid #663300;
}

.fontTableHeader{
	font: bold 7pt verdana,arial,sans-serif;
	}


.footer {
	font: 8pt arial, verdana, helvetica;
	color: #4D422E;
	}

.news{
	font: 9pt Georgia, 'Times New Roman', Times, serif;
	color:#DFDFDF;
	}

.newsHeadline{
	font: 13pt Georgia, 'Times New Roman', Times, serif;
	color:white;
	margin-bottom:10px;
	}


.newslink{
	font: 9pt Georgia, 'Times New Roman', Times, serif;
	font-weight:normal;
	color:white;
	text-decoration:underline;
	/*border-bottom: 1px dashed #DFDFDF;*/
	}



.products{
	font: 9pt Georgia, 'Times New Roman', Times, serif;
	color:#DFDFDF;
	}
	

	
.fontName {
		  font: bold 7pt Verdana;
		  color: #D63A19;
		 
		  }	


.fontName2 {
		  font: italic 7pt Verdana;
		  color: #D63A19;
		 
		  }	


.fontbottom {
		  font: 7pt Verdana;
		  color: black;
		  background-color: #DFDFDF;
		  }	




/********************************************************************************
TypeCase Tags
*********************************************************************************/
.TCnorm {
	font: 11pt Georgia, Verdana, tahoma, arial, helvetica;
	letter-spacing:0.02em;
	line-height:125%;
}

.TCbold {
	font: bold 9pt Georgia, Verdana, tahoma, arial, helvetica;
	letter-spacing:0.02em;
	line-height:125%;
}

.TCfont {
	font: bold 7pt verdana,arial,sans-serif;
		  }	
	
.TCfontCategory {
	background-color: #E7E1D6;
	color: #663300;
	font: bold 7pt verdana,arial,sans-serif;
	}	

/********************************************************************************
Link Tags
*********************************************************************************/

A {
	font: bold 10pt Georgia, 'Times New Roman', Times, serif;
	/*color:#EBB000;*/
	color:#A67935;
	text-decoration:underline;
	cursor:pointer;
}

A:hover {
	color: #EBB000;
	}


.smallLink {
		font: bold 10pt Georgia, 'Times New Roman', Times, serif;
		text-decoration:underline;
		line-height:200%;
		}

.noLink {
		font:bold 10pt Georgia, 'Times New Roman', Times, serif;
		color:black;	
		text-decoration:none;
		line-height:200%;
		}
		
		
.altLink {
		font: 9pt Georgia, 'Times New Roman', Times, serif;
		color:#DFDFDF;
		text-decoration:underline;
		line-height:150%;
		}		
		
		

.links{
	font: bold 9pt Georgia, 'Times New Roman', Times, serif;
	color:#DFDFDF;
	/*letter-spacing:0.03em;*/
	/*line-height:180%;*/
	}

/********************************************************************************
Format Tags
*********************************************************************************/


.redBorder {border:3px solid #DD491B;}
.redBorderThin {border:1px solid #DD491B;}
.redL {border-left:2px solid #DD491B;}
.redR {border-right:2px solid #DD491B;}
.redRB {border-right:2px solid #DD491B;border-bottom:2px solid #DD491B;}
.redB {border-right:2px solid #DD491B;border-left:2px solid #DD491B;}
.redBB {border-right:2px solid #DD491B;border-left:2px solid #DD491B;border-bottom:2px solid #DD491B;}
.productLeftCell {border-bottom:3px solid #DD491B;border-right:3px solid #DD491B;}
.productLeftCellTop {border-bottom:3px solid #DD491B;border-right:3px solid #DD491B;border-top:3px solid #DD491B;}
.productLeftCellBottom {border-right:3px solid #DD491B;}
.productRightCell {border-bottom:3px solid #DD491B;}
.productRightCellTop {border-bottom:3px solid #DD491B;border-top:3px solid #DD491B;}
.productRightCellBottom {border:none;}

/*.lightGreen {background-color: #A89D65}*/
.lightGreen {background-color: #6A7C46}
/*.lightOchre {background-color: #BA8D49}*/
.lightOchre {background-color: #9A7423}
.lightRed {background-color: #9B3823}

.darkGreen {background-color: #556334}
.darkOchre {background-color: #7D5E1B}
.darkRed {background-color: #87240F}

.bottomcells {border:1px solid #663300;}

.blackhand {margin-top:8px;border:none;}

.scrollbar {
	scrollbar-arrow-color: #A48B55;
	scrollbar-base-color: #4D422E;
	scrollbar-face-color: #5D523E;
	scrollbar-track-color: #5D523E;
	scrollbar-highlight-color: #A48B55;
	scrollbar-shadow-color: #5D523E;
	scrollbar-3dlight-color: #5D523E;
	scrollbar-darkshadow-color: #2A1F0B;
	}

.detailsTable {
	border: 1px solid #663300;
}

.menuTable{
	border-collapse:collapse;
	background-color: #948951;
	color: #F4EFB0;
	border:1px solid #663300;
	font: bold 10px 'Trebuchet MS',verdana,arial,helvetica,sans-serif;
}

SELECT {
	background-color: #948951;
	color: #F4EFB0;
	font: bold 8pt verdana,arial,helvetica,sans-serif;
	}
	
INPUT {
	font: bold 15px 'Times New Roman', Times, serif;
	border: 1px solid #948951;
	}	
	
.checkoutTable {

			   border-collapse: collapse;
			   border: 2px solid black;
}	

.checkoutCell {
			  border: 1px solid black;
			  font: 11pt Georgia, 'Times New Roman', Times, serif;
			  letter-spacing:0.03em;
			  line-height:145%;
			  }	
			  
.checkoutHeader {
			  border: 1px solid black;
			  font: Bold 11pt Georgia, 'Times New Roman', Times, serif;
			  letter-spacing:0.03em;
			  line-height:145%;
			  background-color: #948951;
			  color: #F4EFB0;
			  }
			  

.picture {
			border:1px solid black;
			}			  
	
.pictureNoBorder {
			border:none;
			}

		  
.GalleryPicture {
			border:5px solid #DFD6C7;
			margin:25px;
			padding:20px;
}




/********************************************************************************
Text Tags
*********************************************************************************/




.box1 {
	
	background-color: #ffffff;
	border:1px solid #9B3823; -moz-border-radius:13px; -webkit-border-radius:13px; border-radius:13px; behavior:url(border-radius.htc); background-color:#ffffff
}

.box2 {
	background: transparent url('http://www.waldenfont.com/images/gbp2.jpg'); no-repeat top left;
	width: 420px;
	height: 220px;
	margin: 0 auto 35px auto;
	padding: 30px;
	color: #fff;
	font-weight: bold;
	border: 11px solid #35b70e;

	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	behavior: url(border-radius.htc);
}

.box3 {
	background-color: #ddd;
	width: 210px;
	height: 30px;
	padding: 20px;
	position: absolute;
	top: 5px; left: 5px;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(border-radius.htc);
}

.rel {
	margin: 50px 0 0 33px;
	padding: 25px;
	position: relative;
	z-index: inherit;
	zoom: 1; /* For IE6 */
}