﻿#mainContent
{
    padding: 10px;
    font-family: Arial;
		background-color: #ffffff;
    color: #3c3c3c;
    font-size: 15px;
}

#mainContent #rightCol
{
	float:right;
	width: 350px;
}

#mainContent ul
{
    margin-left: 15px;    
}

#mainContent ul li
{
    margin: 2px 0;
    list-style-type: disc;
}

#mainContent ol
{
    margin-left: 23px;
}

#mainContent ol li
{
    margin: 1px 0;
    list-style-type: decimal;
}
#subpageMainCol #mainContent
{
    padding: 20px 10px 10px 20px;
}

#subpageMainCol
{
	min-height: 1182px;
	background-color: #ffffff;
}

#mainContent a:link, #mainContent a:visited
{
	color: blue;
}

#mainContent a:hover
{
	color: red;
}


#mainContent h1
{
    font-family: "Arial Black", Gadget, sans-serif;
		color: #ff002c;
    font-size: 27px;
		text-transform: uppercase;
    margin-bottom: 10px;
		margin-top: 5px;
    line-height: 1.0;
}

#mainContent h2
{
    font-size: 24px;
    margin-bottom: 15px;
		color: #ff002c;
		font-weight: bold;
}


#mainContent h3
{
    color: #ff002c;
    font-size: 20px;
    font-weight: bold;
}

#mainContent h4
{
    font-size: 18px;
}

#mainContent h6
{
    color: #ff002c;
    font-size: 14px;
}

#mainContent p
{
    margin-bottom: 15px;
		font-size: 14px;
}

.redText
{
    color: #ff002c;
    font-size: 14px;
		font-weight: bold;
}


#mainContent #productPhoto
{
    padding-top: 30px;
    text-align: center;
}

/* don't kno what to do with these */
#mainContent #manuals h1, #mainContent #media h1
{
    font-size: 16px;
}

#mainContent #manuals p, #mainContent #media p
{
    font-size: 12px;		
}

#mainContent #manuals .filesize
{
    color: #acacac;
}

#mainContent #manuals td, #mainContent #media td
{
    padding: 20px;
    border-bottom: solid 1px #aaaaaa;
}

#mainContent #manuals #adobe td
{
    padding: 10px 3px 0px 3px;
    border-bottom: none;
    font-size: 10px;
    color: #565656;
    line-height: 1;
}

#mainContent #media .videoLength
{
    font-size: 10px;
}

/**************** TABLE STYLES FOR SPECS *************/
.specs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin: 10px;
	text-align: center;
	border: 2px solid #000;
}

.specs th {
	padding: 3px;
	border: 1px solid #000000;
	font-size: 1.4em;
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
}

.specs td {
	padding: 3px;
	border: 1px solid #000000;
}


.specs thead	{
	background-color: #f5cb3b;
	font-weight: bold;
}

.SpecsHeadRow	{
	background-color: #f5cb3b;
	font-weight: bold;
}

.SpecsLeftCol	{
	background-color: #EEE;
	font-weight: bold;
}

.imgBorder
{
	padding: 1px;
	background-color:#999;
}
.imgRight
{
	border: 1px solid #999999;
	float: right;
	margin: 5px;
}

.imgLeft
{
	border: 1px solid #999999;
	float: left;
	margin: 5px;
}

.imgRightNoBorder
{
	float: right;
	margin: 5px;
}