﻿/* The category page 
-------------------------------------*/
div.category{
	padding: 10px;
	margin: 5px;
	border: 1px solid #C1C1C1;
	border-radius: 5px;
	width: 160px;
	float: left;
	height: 100px;
}
div.catimage{
	width: 160px;
	height: 50px;
	display: block;
}
div.catdesc{
	color: #999999;
	display: none;
}
div.catname{
	color: #47154C;
	text-decoration: none;
	font-size: small;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
}

.catdiscounts, .allcatdiscounts{
	padding-left: 5px;
	font-weight: bold;
	color: #95004A;
}

.categorymessage{
	display: none;
}
div.categories {
	clear: both;
}
div.navdesc{
	display: none;
}
div.catnavigation {
	line-height: 25px;
	padding-left: 20px;
	color: #999999;
}
div.catnavigation a {
	color: #4583C0;
	font-weight: bold;
	text-decoration: none;
}
div.catnavigation a:hover {
	color: #4583C0;
	font-weight: bold;
	text-decoration: underline;
}
div.catname a {
	color: #1598CA;
	text-decoration: none;
}
div.catname a:hover {
	color: #059073;
	text-decoration: none;
}
.discountsapply {
	display: none;
}
