﻿/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote
{
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
/* end reset styles */

body
{
	width: 790px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFFFDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #000000;
}

.ideaList li
{
	display: inline;
	float: left;
	margin-left: 27px;
	margin-bottom: 20px;
}

.producttitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006666;
	font-weight: bold;
	font-size: 12px;
}

.imagesInMinis
{
	width: 150px;
	height: 155px;
	padding: 1px;
	border-style:solid;
	border-width: 1px;
	border-color: #C0C0C0;
	border-bottom: 0px;
}

.imagesInMinisText
{
	width: 150px;
	height: 45px;
	padding: 1px;
	border-style:solid;
	border-width: 1px;
	border-color: #C0C0C0;
	border-top: 0px;
}

.italics
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-style: italic;
	float: left;
}

.suggretailprice
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: maroon;
	font-size: 11px;
}

.mainContent
{
	padding: 0 15px;
	background-color: White;
	overflow: auto;
	padding-top: 10px;
}

.lastPageLayout
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Silver;
}

.lastPageFrame
{
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
	border: 1px solid #C0C0C0;
	width: 750px;
}

.relatedHeaderText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
}