/* ------ FONTS ------ */

body 
{ 
	font-family: Verdana;
	font-size: 0.71em;
	color: #6c6a6a;
	line-height: 1.5em;
}


.page_heading
{ 
	font-family: Arial, Verdana;
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

.footer
{
	font-family: Verdana, Arial;
	font-size: 7.5pt;
	color: #aaa;
}

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;
}

.recommend-site a{
  font-family:   Arial;
  font-size: 8pt;
  color: #fff;
  text-decoration: none;
}


/* 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;
}



