.textBox
{
	border: 1px solid #888888;
	background: #f8f8f8;
	margin-bottom: 5px;
}

.button
{
	border: 1px solid #888888;
	background: #D4D0C8;
}

.button:hover
{
	background: #DFDFDF;
}

.messages
{
	margin: 10px 0 10px 0;
	color: #DF1B1B;
	border: 2px solid #dddddd;
	padding: 10px;
	list-style: none;
}

.active
{
	background: #1CDF1B;
	text-decoration: none;
}

.inactive
{
	background: #DF1B1B;
	text-decoration: none;
}

.imgLeft, .imgRight, .floatLeft img, .floatRight img
{
	background: #ffffff;
	padding: 3px;
	border: 1px solid #888888;
}

.floatLeft p, .floatRight p
{
	text-align: center;
	font-size: 10px;
	color: #888888;
	margin: 0px;
	padding: 0px;
}

.imgLeft, .floatLeft
{
	float: left;
	margin: 0 15px 10px 0;
	
}

.imgRight, .floatRight
{
	float: right;
	margin: 0 0 10px 15px;
}

.newsClassLeft, .newsClassRight
{
	overflow: auto;
	margin: 0 0 10px 0;
	padding: 15px;
}

.newsClassLeft
{
	background: #f8f8f8;
}

.newsClassRight
{
}

#latestItems
{
	width: 100%;
	font-size: 10px;
}

#latestItems td
{
	width: 50%;
}

#latestItems td, #latestItems td p
{
	font-size: 11px;
}

#latestItems .highlight
{
	background: #f8f8f8;
	padding: 10px;
	border: 1px solid #eeeeee;
	width: 50%;
}

.price
{
	font-size: 16px;
	font-weight: bold;
}

.priceComment
{
	font-size: 12px;
}

.productCategory
{
    width: 300px;
    border: 1px solid #dddddd;
    margin: 0 20px 20px 0;
}

.productCategory thead td
{
    background: #F3F3F3;
    color: #000000;
    padding: 2px 5px 2px 5px;
}

.productCategory thead td a
{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.productCategory .image
{
    padding: 10px;
}

.productCategory .image img
{
    border: none;
}

.productCategory .desc
{
    padding: 10px;
    padding-left: 5px;
    font-size: 10px;
    text-align: left;
    width: 100%;
}

.productCategory .desc a
{
    font-size: 12px;
}

.productItem
{
    margin: 0 0 20px 0;
    padding: 10px 2px 10px 0;
    width: 100%;
    overflow: auto;
    border-bottom: 1px dotted #cccccc;
}

.productItem h2 a
{
	text-decoration: none;
	color: #3f3f3f;
	margin-bottom: 3px;
	border: 1px solid #FFFFFF;
}

.productItem h2 a:hover
{
	color: #3f3f3f;
	border: 1px solid #dddddd;
}

.productItem p
{
    text-align: justify;
}

.productItem .imageLink
{
	float: right;
    margin: 0 0 10px 20px;
    padding: 3px;
    border: 1px solid #FFFFFF;
}

.productItem .imageLink:hover
{
    border: 1px solid #dddddd;
}

.productItem .imageLink img
{
    border: none;
}

#sales hr
{
	border: 1px solid #f2f2f2;
	height: 1px;
	background: none;
}

#sales .wrap
{
	background: #FFF2DF;
	border: 1px solid #FFE5BF;
	padding: 10px;
}

#sales .small
{
	font-size: 9px;
}

#sales .grey
{
	color: #cccccc;
}

#sales h1
{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#sales .section td
{
	font-size: 11px;
	height: 51px;
}

#sales img
{
	border: 1px solid #cccccc;
	padding: 1px;
}

#sales .theName
{
	text-align: right;
	padding-left: 10px;
	font-size: 10px;
}

#sales .details
{
	text-align: right;
}

.formSection
{
	background: #f2f2f2;
	border: 1px solid #cccccc;
	padding: 10px;
	text-align: left;
}

.formSection table
{
	width: 100%;
	margin: 10px 0 10px 0;
}

.formSection .textBox
{
	width: 100%;
}

.formSection .tag
{
	padding: 0 30px 0 0;
	text-align: right;
	width: 100px;
}

#brochure
{
	font-size: 11px;
	text-align: center;
	margin: 30px 0px; 0 0px;
	color: #dddddd;
}

#brochure .textBox
{
	width: 142px;
	border: 1px solid #9F9677;
	background: #7F7657;
	color: #ffffff;
	text-align: center;
}

#brochure .button
{
	border: 1px solid #57555D;
	background: #69686F;
	color: #dddddd;
	font-size: 11px;
	width: 130px;
	margin: 0px;
}
