﻿body {
}

.catalogtitle
{
	font-family:Arial, Sans-Serif;
	font-size:14px;
	color:#D90937;
	text-decoration:underline;
	font-weight:bold;
	}
.producttitle
{
	font-family:Arial, Sans-Serif;
	font-size:14px;
	color:#233545;
	font-weight:bold;
	text-decoration:none;
	}
	
.catalogdescription
{
	font-size:11px;
	}
.productdescription
{
	font-size:11px;
	padding-left: 110px;
	}
	
.productprice
{
	color:Red;
	font-weight:bold;
	font-size:12px;
	}

.CategoryLink
{
	font-size:11px;
	text-decoration:none;
	color:#D90937;
	}

.categoryHighlight
{
	background-color:#F3F3F5;
	padding:0px 10px 10px 10px;
	width:215px;
	height:120px;
	}
.highlightSpacer
{
	margin-bottom:6px;
	margin-right:6px;
	border: 1px dotted silver;
	padding:3px 3px 3px 3px;
	}

.productLink
{
	font-size:10px;
	font-family:Arial;
	color:Gray;
	text-decoration:none;
	}

.productInfo
{
	float:left;
	width:400px;
	}
	
.Item
{
	margin-bottom:5px;
	width:500px;
	background-color:White;
	padding:10px 10px 10px 10px;
	}
img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}
	
.image-border {
	border:dotted 1px silver;
	padding:3px 3px 3px 3px;
	float:left;
	margin-right:10px;
	width:100px;
}


.image-border-none {
	border:none;
}

hr.e 
{
	border: none 0; 
	border-top: 1px dashed #E0E0E0;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}

.backgroundHighlight{
	background-color:#F3F3F5;
	width:215px;
	}

.backgroundHighlightHover{
	background-color:#F3F3F5;
	padding:0px 10px 10px 10px;
	width:215px;
	height:120px;
	}


.BackButton {
	text-decoration:none; 
	color:Navy;
	font-size:11px; 
	}
.BackButton a:link{
	color:Navy;
	}
.BackButton a:visited{
	color:Navy;
	}
.BackButton a:hover{
	color:Red;
	}
.BackButton a:active{
	color:Navy;
	}


.Price
{
	font-family:Arial, Sans-Serif;
	font-size:13px;
	color:#D90937;
	text-decoration:none;
	font-weight:bold;
	}