﻿/*
**
**
** Links ***/
a					{	color:#3a393a;
						text-decoration:none;
						font-size: 1.0em;
					}
a:hover				{	color:#999;	}
.BreadCrumb a		{	font-weight:bold;}

a.red				{	color:#b00; text-decoration:none;}
a.red:hover			{	color:#999;}

a.red_underline			{	color:#b00; text-decoration:underline;}
a.red_underline:hover	{	color:#999;}

a.white				{	color:#dddddd; text-decoration:none;}
a.white:hover		{	color:#999999;}
a.extrawhite		{	color:#ffffff; text-decoration:none;}
a.extrawhite:hover	{	color:#000000;}
a.white_underline		{	color:#dddddd; text-decoration:underline;}
a.white_underline:hover	{	color:#999999; text-decoration:underline;}

/*
**
**
** Headings ***/
h1,h2,h3,h4,h5,h6	{	margin:0;padding:0;}

h1,
h2,
h3					{	font-size:1.3em;}

h6					{	color: #b00;font-size:1em;}

/*
**
**
** Custom styles ***/
.error				{	color:#F70;	font-weight:bold;	}
.headline_small		{	color:#73715a;	font-weight:bold;	text-transform:uppercase; font-size:0.9em;}
.headline_mini		{	font-weight:bold;}
.price				{	color:#B20406;	font-weight:bold;	font-size:1.1em;}
.lightGrey,
.lightGrey a		{	color: #ccc;	}
.greyBold			{	color: #999;font-weight:bold;font-size:1.1em;}
.redBold			{	color: #f70;font-weight:bold;font-size:1.1em;}
.mini				{	font-size:.9em;}
.text_right			{	text-align:right;}
