﻿/********************************/
.boxProduct 
{
	float: left;
	padding-bottom: 15px;
	padding-right: 13px;
	width: 120px;
	height: 123px;
	text-align: center;
}
/************************/
#boxFlashlightLeft
{
	float: left;
	width: 350px;
	padding-right: 50px;
}
#boxFlashlightRight
{
	float: left;
	width: 500px;
}
#boxFlashlightRight .boxHighlight 
{
	width: 420px;
}
#boxFlashlightRight .boxHighlight .icon
{
	float: left;
	width: 80px;
}
#boxFlashlightRight .boxHighlight .highlight 
{
	float: left;
	width: 340px;
	padding-bottom: 10px;
}
#boxFlashlightRight .boxHighlight .highlight span 
{
	text-transform: uppercase;
}
#boxFlashlightMenu 
{
	width: 900px;
	clear: both;
}
#boxProductsList 
{
	float: left;
}
#boxProductsList div 
{
	float: left;
	width: 150px;
	height: 230px;
	margin: 0 25px 0 0;
}
#boxProductsList img
{
	width: 120px;
	border: solid 2px #fff;
}
#boxProductsList img:hover
{
	width: 120px;
	border: solid 2px #176a86;
}
/************************/
#boxFeatured 
{
	background-color: #e6f6fb;
	text-align: center;
	padding: 10px;
}
/************************/
.boxForm 
{
	border: solid 2px #dbe4e7;
	padding: 0px 15px;
	background-color: #f1f7fa;
	margin-bottom: 8px;
}
.boxForm .label 
{
	float: left;
	width: 200px;
	padding-top: 6px;
	color: #186a86;
	font-weight: bold;
}
.boxForm .label span 
{
	color: #fe9d48;
	font-size: 20px;
}
.boxForm .field 
{
	clear: both;
}
.boxForm .field input[type='text']
{
	font-size: 16px;
	background-color: #cae5f0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	padding: 3px;
	width: 350px;
	color: #000;
}
.boxForm .field textarea 
{
	width: 350px;
	background-color: #cae5f0;
	font: 13px Arial, Verdana;
	color: #000;
}
.boxForm .message 
{
	padding-top: 6px;
}