/* CSS Document */

/*for the 'What's new' & 'Welcome' text and 'Advanced Search' links */
.homepageText { color:#333333; font-family:Arial; font-size:12px;}
.homepageText A:link {color: #336699; font-family:Arial; font-size:12px;}
.homepageText A:hover {color: #0099CC; font-family:Arial; font-size:12px;}
.homepageText A:visited {color: #336699; font-family:Arial; font-size:12px;}
.homepageText A:visited:hover {color: #336699; font-family:Arial; font-size:12px;}

/*for and the bottom text like 'copyright ..'*/
.copyrightText { color:#333333; font-family:Arial; font-size:11px;}

/*for the content and the links within the content.*/
.content {color:#333333; font-family:Arial; font-size:12px;}
.content A:link {color: #336699; font-family:Arial; font-size:12px;}
.content A:hover {color: #0099cc; font-family:Arial; font-size:12px;}
.content A:visited {color: #336699; font-family:Arial; font-size:12px;}
.content A:visited:hover {color: #336699; font-family:Arial; font-size:12px;}

/*for the headers of the content*/
.contentHeader {color:#000000; font-family:Arial; font-size:14px; font-weight:bold;}
/*for the Subheaders of the content*/
.contentSubHeader {color:#333333; font-family:Arial; font-size:12px; font-weight:bold;}

/*for product catalogue */
.contactText 
{ 
	color:#333333; 
	font-family:Arial; 
	font-size:12px;
}
.contactText A:link 
{
	color: #0099FF; 
	font-family:Arial; 
	font-size:12px;
}
.contactText A:hover 
{
	color: #0099CC; 
	font-family:Arial; 
	font-size:12px;
}
.contactText A:visited 
{
	color: #0099FF; 
	font-family:Arial; 
	font-size:12px;
}
.contactText A:visited:hover 
{
	color: #0099CC; 
	font-family:Arial; 
	font-size:12px;
}

/*for the content and the links within the content. includes the links to other sub-sections 
	at the bottom of the page*/
/*.content 
{
	color:#333333; 
	font-family:Arial; 
	font-size:14px;
}
.content A:link 
{
	color: #0099FF; 
	font-family:Arial; 
	font-size:14px;
}
.content A:hover 
{
	color: #0099CC; 
	font-family:Arial; 
	font-size:14px;
}
.content A:visited 
{
	color: #0099FF; 
	font-family:Arial; 
	font-size:14px;
}
.content A:visited:hover 
{
	color: #0099CC; 
	font-family:Arial; 
	font-size:14px;
}
*/
/*for the headers of the content*/
/*.contentHeader 
{
	color:#000000; 
	font-family:Arial; 
	font-size:16px; 
	font-weight:bold;
}
*/
.productHeader
{
	font-family: Arial;
	font-size: 24px;
	color: #CC6600;
	font-weight: bold;
}
.productModel
{
	font-family: Arial;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.productDex
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal
}
.rangeHeader
{
	font-family: Arial;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	text-decoration:none;
}
.rangeHeader:hover
{
	font-family: Arial;
	font-size: 16px;
	color: #fedd02;
	font-weight: bold;
	text-decoration:none;
}
.rangeModel
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration:none;
}
.rangeModel:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #CC6600;
	font-weight: normal;
	text-decoration:none;
}
.rangeHeader2
{
	font-family: Arial;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}
.rangeDesc
{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

.sideMenu
{
	font-family: Arial;
	font-size: 12;
	color: #666666;
	font-weight:normal;
	text-decoration:none;
}
.sideMenu:hover
{
	font-family: Arial;
	font-size: 12;
	color: #336699;
	font-weight:normal;
	text-decoration:none;
}
.sideMenu2
{
	font-family: Arial;
	font-size: 12;
	color: #336699;
	font-weight:normal;
	text-decoration:none;
}
.breadCrum
{
	font-family: Arial;
	font-size: 10;
	color: white;
	font-weight:bold;
	text-decoration:none;
}
.breadCrum:hover
{
	font-family: Arial;
	font-size: 10;
	color: #CCCCFF;
	font-weight:bold;
	text-decoration:none;
}
.breadCrumHover
{
	font-family: Arial;
	font-size: 11;
	color: #CCCCFF;
	font-weight:bold;
	text-decoration:none;
}
.thumbnailModel
{
	font-family: Arial;
	font-size: 12;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}
.thumbnailModel:hover
{
	font-family: Arial;
	font-size: 12;
	color: #336699;
	font-weight: bold;
	text-decoration:none;
}
.thumbnailModelHover
{
	font-family: Arial;
	font-size: 12;
	color: #336699;
	font-weight: bold;
	text-decoration:none;
}
.resultsHeader
{
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	font-weight: normal
}
.resultsContent
{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: normal
}

.resultsContent A:hover {color: #0099cc; font-family:Arial; font-size:12px; text-decoration: none;}
.resultsContent A:link {color: #336699; font-family:Arial; font-size:12px; text-decoration: none;}
.resultsContent A:visited {color: #336699; font-family:Arial; font-size:12px; text-decoration: none;}
.resultsContent A:visited:hover {color: #336699; font-family:Arial; font-size:12px; text-decoration: none;}
