/* @group General Adjustments */

/* @end */

/* @group Product Grid */

div.product-grid {
}

div.product-grid div.thumbnail {
	float:left;
	display: inline;
	width: 125px;
	margin-bottom: 30px;
	text-align: center;
}

div.product-grid div.thubmnail-caption {
	text-align: center;
	color: #5f5f5f;
	font-weight: bold;
	margin-top: 3px;
	font-size: 1em;
}

div.product-grid img {
	border-width: 1px;
	border-color: #d5d5d5;
	padding: 3px;
}

div.product-grid img:hover {
	border-color: #A6002A;
	background-color: #eaeaea;
}

/* @end */

/* @group Links and Typography */

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 18px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

h3.sidebarHeader {
	color: white;
	font-size: 16px;
	line-height: 100%;
	margin-top: 0px;
	padding-top: 0px;
}

div.sidebarTree ul li a {
	text-decoration: underline;
}

div.sidebarTree ul li a:hover {
	text-decoration: none;
}

/* @end */
