<!--

/*PCs UnLimited website stylesheet*/

body, p, table, tr, th, td, input, select, textarea, h1, h2, h3, ul, li {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 11px;
 /*line-height:135%;*/
}

strong, b
{
 font-weight: bold;
}

p.errmsg{
	color:#008000;
	font-weight:bold;
	font-style:italic;
}


a:visited {
/* COLOR: #F2A242; */
 COLOR: #505050; 
 TEXT-DECORATION: underline;
}

a:hover, a:visited:hover {
 COLOR: #006FB9;
 TEXT-DECORATION: underline;
} 

a {
 text-decoration: underline;
 COLOR: #006FB9;
}

h1 { 
  FONT-SIZE: 22px;
  font-family: Trebuchet MS, Trebuchet, verdana, arial, helvetica, sans-serif;
  FONT-STYLE: normal;
  FONT-WEIGHT: bold;
  color:0170B5;
}

h2 {
  FONT-SIZE: 12px;
  FONT-STYLE: normal;
  FONT-WEIGHT: bold;
}

table.rightleftborders{
	border-right: 2px solid #9A0500;
	border-left: 2px solid #9A0500;
}

td.carttitle{
	background-color:#909090;  /*#9A0500;*/
	color:#FFFFFF;
	/*border-bottom: 2px solid #9A0500;*/
/*	border-top: 2px solid #9A0500;*/
	font-weight:bold;
}

tr.cartprod{
	
}

td.cartspec{
	border-top: 2px solid #9A0500;
	font-weight: bold;
}

td.TopBarButton {
  background-color:#ffffff;
  padding-left:6px;
  padding-right:6px;  
  font-size:10px;
  color:#006FB7;
}

td.TopBarButton a, td.TopBarButton a:visited{
  text-decoration:none;
  color:#006FB7;   /*#e0e0e0;*/
}

td.TopBarButton a:hover, td.TopBarButton a:visited:hover{
  text-decoration:none;
}


a.Category, a.Category:visited {
  font-weight:bold;
  font-size:120%;
}

a.Category:visited:hover {
  color:#9a0500;
}



.SubCategory {
  font-size:80%;
}

/*Descriptions below a title*/
.SmallDesc {
  font-size:80%;
}

/*Small Links for additional information - eg. More links*/
.SmallLink {
  font-size:80%;
  color:#000000;
}

/*For the .00 Digits after a number*/
.PriceInteger{
  font-size:110%;
  font-weight:bold;
}
.PriceFraction{
  font-size:80%;
  font-weight:bold;  
}

.BreadcrumbLink, .BreadcrumbLink:visited {
  
}

.BreadcrumbSelected {
  font-weight:bold;
}

.ProductTitle {
  font-size:120%;
  font-weight:bold;
}

a.SpecialLink, a.SpecialLink:visited {
  color:#000000;
  text-decoration:none;
}

hr.ProductDivider {
  color:#c0c0c0;
}  


a.HomeCat {
  color:#000000;
  text-decoration:none;
}

a.HomeCat:visited {
  color:#505050;
  text-decoration:none;
}

a.HomeCat:visited:hover {
  color:#9a0500;
  text-decoration:none;
}

@media print {
.donotprint {display: none}

body {
  background-color:#ffffff;
}

}
.catdesc {
  color:#505050;
}

.cartimg {
  position:relative; bottom: -3px;
}


/*For the canon.co.nz site - make sur styles are available*/
/*Slightly modified to look grey rather than the blue tint*/
.Specs { color: #121f27}
.SpecsTitle { background-color: #34518E; color:#ffffff}
.SpecsAttribute { background-color: #e4e4e4 }
.SpecsDivider { background-color: #e9e9e9 }
.SpecsValue { background-color: #f6f6f6 }

-->