/* ------ FONTS ------ */

body 
{ 
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #929191;
}

td
{
	font-family: Trebuchet MS, Verdana;
	font-size: 11.5px;
	color: #929191;
	line-height: 24px;
}

.page_heading
{ 
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #6baade;
	font-weight: bold;
	line-height: 12px;
}

.content
{ 
 font-family: arial,verdana; 
 color: #929191; 
 line-height: 1.7em; 
 font-size: 0.9em;
}



.footer
{
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: bold;
	color: #000000;
}

.recommend_site_link
{
	color: #8D8C8C;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	line-height: 11px;
}

a.footer_link:link, a.footer_link:visited, a.footer_link:active
{
	font-family: Verdana, Arial;
  font-size: 7.5pt;
  color: #A8A8A8;
  text-decoration: underline;
	font-weight: normal;
	background: transparent;
}

a.footer_link:hover
{
	font-family: Verdana, Arial;
  font-size: 7.5pt;
  color: #A8A8A8;
  text-decoration: underline;
	font-weight: normal;
	background: #F2F2F2;
}


/* product catalogue fonts */

a.product-link:link, a.product-link:visited, a.product-link:active
{
}
a.product-link:hover
{
}

a.buy-now-link:link, a.buy-now-link:visited, a.buy-now-link:active
{
}
a.buy-now-link:hover
{
}

.product-price
{
	color:green;
	font-size: 13px;
	font-weight: bold;
}

.product-code
{
	color: gray;
	font-size: 10px;
}


a.a.product-paging-link:link, a.a.product-paging-link:visited, a.a.product-paging-link:active
{
	font-size: 13px;
	font-family: Arial;
	text-decoration: none;
}
a.a.product-paging-link:hover
{
}

.product-paging-text
{
	font-size: 13px;
	font-family: Arial;
}


