﻿body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #56606C;
}

.pageCenter
{
	text-align: center;
}

.pageCenter table
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.border
{
	border: thin solid #000000;
	color: #000000;
}
.news
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.text, .textcenter, .textBig
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}

.text
{
	text-align: justify;
}

.textBig /* used on default.aspx */
{
	font-size: 12px;
}

.textcenter
{
	text-align: center;
}

.textOverviewHighlight
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffff00;
}

.textProductPrice ,.textProductPriceSmall
{
	color: #6699FF;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.textProductPriceSmall
{
	font-size: 12px;
}

.white
{
	color: #FFFFFF;
}

.blue
{
	color: #33CCFF;
}

.latestNews
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-image: images/bot-right-fill.jpg;
}
.latestNewsTagLine
{
	font-weight: bold;
	color: #333333;
}

.smalltext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
}
.cartCell
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* Original stylesheet codes above
	New codes below for aspx pages  */

#content /* body content container for new aspx pages */
{
	padding: 20px 20px 20px 20px;
}
h3
{
	color: #FFFFFF;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textHilight
{
	color: #FFFFCC;
}
.areaInstallationPhoto, .areaGenericPhoto
{
	float: left;
	padding: 2px;
	width: 240px;
	height: 200px;
}
.areaRacingPhoto
{
	float: left;
	padding: 2px;
}
.areaLatestNews
{
	background-color: #CCCCCC;
	padding: 7px 7px 7px 7px;
}
.areaProduct
{
	float: left;
	padding: 2px;
	width: 250px;
	text-align: center;
}
.areaProductDesc
{
	float: left;
	padding: 2px;
	margin-left:10px;
	width: 450px;
	text-align: left;
	overflow:hidden;
}
.headLatestNews
{
	background-color: #66CCFF;
	line-height: 25px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.clearBoth
{
	clear: both;
}
.picInstallationPhoto, .picRacingPhoto, .picGenericPhoto
{
	border: solid 2px #426da4;
	padding: 4px;
}

a.buyNow, a.buyNowSmall
{
	background: #63adf4;
	border: solid 2px #dddddd;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

a.buyNow:hover, a.buyNowSmall:hover
{
	background: #999999;
	border: solid 2px #000000;
	color: white;
}

a.buyNowSmall
{
	padding: 3px 3px 3px 3px;
	font-size: 12px;
}
