﻿body 
{
	background-color: #E1CB8B;
	font-family: Verdana;
	font-size: 8pt;
}
img
{
	border: solid 0px white;
}
A:link, A:visited
{
	color: Black;
}
A:hover
{
	color: Silver;
}
h3
{
	font-size: 10pt;
	color: #CC6600;
	margin-bottom: 0px;
}
ul
{
	margin-top: 0px;
}

#MenuSection, #MenuSection2
{
	vertical-align: top;
	background-color: #FFCC66;
	text-align: right;
	font-weight: bold;
	height: 190px;
	background-repeat: no-repeat;
}
#MenuSection
{
	background-image: url('images/menubackground.gif');
}
#MenuArea, #MenuArea2
{
	padding: 5px 10px 5px 0px;
}
#MenuArea2
{
	background-color: #CC6600;
}
#InfoArea
{
	vertical-align: bottom;
	text-align: right;
	font-weight: bold;
	background-color: #FFCC66;
	padding-right: 10px;
	padding-bottom: 10px;
}
#Brands
{
	vertical-align: bottom;
	text-align: center;
	background-color: white;
	padding-bottom: 5px;
}
#Content
{
	background-color: white;
	width: 510px;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 5px;
}
#VSpace,#HSpace
{
	background-color: white;
}
#VSpace
{
	width: 2px;
}
#HSpace
{
	height: 3px;
}
#Copyright
{
	color: White;
	text-align: center;
}
#Header
{
	width: 700px;
}
#MainTable
{
	border: solid 5px white;
	width: 700px;
}
#PriceGrid
{
	width: 480px;
	vertical-align: top;
	border: solid 1px black;
	border-collapse: collapse;
}
#GalleryTable
{
	margin-top: 20px;
	text-align: center;
}
td.GridRowSpace
{
	height: 15px;
	background-color: white;
}
td.GridColSpace
{
	width: 30px;
	background-color: white;
}
td.GridText
{
	height: 20px;
	text-align: center;
	font-weight: bold;
	background-color: #cc6600;

}
td.GalleryText
{
	text-align: center;
	font-weight: bold;
	color: White;
	background-color: Black;
}
#Gallery
{
	text-align: center;
}
input
{
    font-family: Verdana;
    font-size: x-small;
}
.summary
{
    text-align: left;
    text-indent: 0px;
}
.comment
{
	font-weight: normal;
	font-style: italic;
	/*margin: 5px;*/
	text-align: left;
	margin-top: 0px;
}
.emphasis
{
	color: #CC6600;
	font-weight: bold;
}
.videopreview
{
	width: 120px;
	display: inline-block;
	margin: 0px 5px 0px 0px;
	position: relative;
	vertical-align: top;
	text-align: center;
	background-color: #cc6600;
	font-size: 9px;
	font-weight: bold;
	cursor: pointer;
	float: left;
	height: 120px;
}
.videopreview.first
{
	/*margin-left: 0px;*/
}
.videopopout
{
	display: none;
}
