/*   http://lizziecandle.com/style_1.css   */

body,td {
	background-color: #ffffff;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
}

h1 {
	background-color: transparent;
	color: #cc9900;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 16px;
	margin: 0px -12px 0px 0px;
}

th {
	background-color: transparent;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.form {
	background-color: #e6e6e6;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
}

.form1{
	background-color: #e6e6e6;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-decoration: none;
}

.formlabel{
	background-color: transparent;
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

.formlabel2{
	background-color: transparent;
	color: #ff0000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
}

.italic {
	font-style: italic;
}

.message {
	background-color: transparent;
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

.nav:link, .nav:visited {
	background-color: transparent;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 15px;
	text-decoration: none;
}

.nav:hover, .nav:active {
	background-color: transparent;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 15px;
	text-decoration: underline;
}

.navtitle {
	background-color: transparent;
	color: #cc9900;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	text-decoration: none;
}

.navtitle:link, .navtitle:visited, .navtitle:hover, .navtitle:active {
	background-color: transparent;
	color: #cc9900;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	text-decoration: none;
}

.price {
	background-color: transparent;
	color: #666666;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 16px;
	font-weight: bold;
}

.prod:link, .prod:visited {
	background-color: transparent;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 12px;
	text-decoration: none;
}

.prod:hover, .prod:active {
	background-color: transparent;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 12px;
	text-decoration: underline;
}

.shaded {
	background-color: #e6e6e6;
	color: #666666;
}

.special {
	background-color: transparent;
	color: #990000;
}

.specialprice {
	background-color: transparent;
	color: #990000;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 16px;
	font-weight: bold;
}

.info {
	background-color: transparent;
	color: #990000;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 14px;
	font-weight: bold;
}

.th12 {
	background-color: transparent;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.thshaded {
	background-color: #fbf4e3;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

li {
	padding: 0px 0px 20px 0px;
	}
	
form input.error, 
form select.error,
form textarea.error	{
	background-color: #fff;
	border: solid 1px #FF0000;
}
	
label.error {
	background-color: transparent; /* remove the next line when you have trouble in IE6 with labels in list */
	color: #FF0000;
	display: none;
	float: none;
	font: italic 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0px;
	padding: 3px 0 0 0;
	text-align: left;
	width: auto;
}
