/********************************************************
*						FONTS							*
********************************************************/

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #831c1c;
	font-style: italic;	
	padding-bottom: 6px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
	text-transform: capitalize;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 10px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 10px;
}

.ProductName{
	color: #831c1c;
}

h2.ProductName a{
	text-transform: capitalize;
	font-size: 16px;
	color: #831c1c;	
}

h3.ProductName{
	font-family: Helvetica, Arial, sans-serif;
	color: #831c1c;
	font-size: 12px;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

#product-right h2{
	font-size: 16px;
}

a {
	color: #0e6d66;
	text-decoration: none;
}

a:hover {
	color: #831c1c;
}

p.text a{
	color: #0e6d66;
	text-decoration: none;
}

p.text a:hover {
	color: #831c1c;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 15px;	
}
p strong{
	font-weight: bold;
}

p a{
	border-width: 1px;
	border-bottom-style: dashed;
	text-decoration: none;
}

p a:hover{
	border-width: 1px;
	border-bottom-style: solid;
	text-decoration: none;
	color: #831c1c;
}

#footer-text {
	font-weight: bold;
	font-size: 11px;
}

#footer-text a{
	text-transform: uppercase;
}

p.right{
	font-size: 11px;
	font-weight: bold;
}

h4.news-list-h a{
	color: #831c1c;
}

h4.news-list-h a:hover{
	text-decoration: none;
	color: #831c1c;
}

.AddToCart {
	color: #1e625d;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

table.pricelist th{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #5a5b5b;
}

p.right-list{
	font-weight: bold;
	font-size: 11px;
}

dl.Prices {
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #831c1c;
	font-size: 13px;
}

#product-page-price{
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #831c1c;
	font-size: 13px;
}




