/* e-racking.com Homepage & Minisite styles */
/* Richard Blyth, Blythmedia Ltd */

/* General Layout Elements */
body
{
	margin-top: 0px;
	margin-left: 50px;
	background-color: #E5E5E5;
	background-image: url(../images/bg_square.gif);
	background-repeat: repeat;
}
.main-layout_table
{
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

/* Product Page Layout Elements */
.main-feature_table
{
	width: 550px;
	background-color: #FFFFFF;
	border-color: #99CC00;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.main-feature_topcell
{
	height: 20px;
	width: 100%;
	background-color: #99CC00;
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.feature_link
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #99CC00;
	text-decoration: underline;
}
.print_link
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CC00;
	text-decoration: underline;
}

/* Small Prints */
.home-feature_smallprint
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.home-feature_smallprint-link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

/* Product Gallery */
.main-gallery-table
{
	width: 250px;
	background-color: #FFFFFF;
}
.options_right
{
	width: 295px;
}
.product_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #99CC00;
}

/*Protect-it Page */
.protectit-feature_table
{
	width: 100%;
	background-color: #FFFFFF;
	border-color: #99CC00;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.protectit-feature_topcell
{
	height: 20px;
	width: 100%;
	background-color: #99CC00;
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

/*Forms */
.forminput
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	border-color: #99CC00;
	border-style: solid;
	border-width: 1px;
}