/*
-----------------------------------------------
equinebladesdirect.com
Stylesheet: typography.css
Author:   Finn Beales
Version:  23 February 2006

Modified by Rosie Threfall January 09

----------------------------------------------- */


body {
				color:#000000;
				background-image: none;
				font-family: trebuchet ms, verdana, arial, san-serif;
				font-size:11px;
				line-height:16px;
		}
		
hr {
				margin:20px;
				margin-left:0px;
				
				}

h1, h2, h3, h4, h5, h6 {
				font-family: trebuchet ms, verdana, arial, san-serif;
				font-weight: normal;
				padding: 0 5px 0 0px;	
				color:#376e34;
		}

h1 {
				font-size: 164%;
				line-height: 1.3em;
		}

h2 {
				font-size: 155%;
				line-height: 1.3em;
		}

h3 {
				font-size: 118%;
				line-height: 1.3em;
				font-weight:bold;
				
				margin-bottom:5px;
		}

h4 {
				font-size: 118%;
				margin-bottom: 5px;
				line-height: 1.3em;
		}
		

/* Menu Links */

a.menu-text:link, a.menu-text:visited, a.menu-text:hover, a.menu-text:active{
											color:#ffffff;
											font-size:11px;
											font-weight:bold;
											text-decoration:none;
}

a.menu-text:hover {
											text-decoration:underline;
											
}

a.product:link, a.product:visited, a.product:hover, a.product:active {
											color:#282828;
											text-decoration:none;
											
											margin-left:3px;
}

a.product:hover {
										color:#106d06;
						text-decoration:underline;
}

.category {
						font-weight:bold;
}

.red-bold {
						color:#8b0000;
						font-weight:bold;
						font-size:11px;
}

.black-bold {
						color:#282828;
						font-weight:bold;
						font-size:11px;
}

/* PRODUCT PAGE */
.product-title {
									font-weight:bold;
									color:#282828;
}

.arrow {
					margin-left:15px;
}

.qty-field {
							width:22px;
							font-family:"Helvetica", Arial, sans-serif;
							font-size:11px;
}



									
