#catdesc {
	position:relative;
	margin-top:5px;
}

#catdesc h1 {
	text-transform:uppercase;
	margin-top:0;
	display:inline;
}

#cats {
	margin-right:-5px;
	position:relative;
	overflow:auto;
}

.cat {
	display:block;
	position:relative;
	float:left;
	width:188px;
	margin:0px 5px 5px 0px;
	border:1px solid #e7e7e7;
	padding:0px;
}

#catdesc {
	font-size:0.85em;
	line-height:1.3em;
}

.cat-title {
	font-weight:bold;
	font-size:1em;
	color:#5a5a5a;
	text-transform:uppercase;
}
.cat-title A {
	color:#5a5a5a;
}

.cat-panel {
	display:block;
	height:34px;
}

.catproducts {
	position:relative;
	margin-right:-5px;
}

.catproduct {
	display:block;
	position:relative;
	float:left;
	width:188px;
	margin:0px 5px 5px 0px;
	border:1px solid #e7e7e7;
	padding:0px;
}

.catproductname {
	color:#5a5a5a;
	font-weight:normal;
	font-size:1em;
}

.catproductmanufacturer {
	color:#5a5a5a;
	font-size:1em;
	text-transform:uppercase;
}

.catproductpricenow {
	font-size:1.3em;
	font-weight:bold;
	color:#006637;
	/*
	color:#e21600;
	*/
}

.catproductprice {
	font-weight:bold;
	font-size:1.3em;
	color:#e21600;
}
.catproductdetails {
	color:#6d6d6d;
	text-align:right;
	margin:5px -5px -5px 0;
	font-weight:bold;
}
.catproductdetails a {
	color:#6d6d6d;
	text-decoration:none;
}

/* ## PAGER ## */
.pagenumholder {
	float:left;
}
.pagenumcurrent
{
	display:block;
	float:left;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	background-color: #006637;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px;
	margin: 0px 3px 0px 0px;
}
.pagenum
{
	display:block;
	float:left;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	background-color: #eeeeee;
	color: #6d6d6d;
	text-decoration:none;
	padding: 6px;
	margin: 0px 3px 0px 0px;
}
.pagenumnext, .pagenumprevious
{
	display:block;
	float:left;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	background-color: #eeeeee;
	color: #6d6d6d;
	text-decoration:none;
	padding: 6px;
	margin: 0px 3px 0px 0px;
}
.sortby
{
	height:19px;
	width:160px;
	font-size: 12px;
}
.viewall {
	display:block;
	float:left;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	background-color: #eeeeee;
	color: #6d6d6d;
	text-decoration:none;
	padding: 6px;
	margin: 0px 3px 0px 0px;
}

.viewall A {
	color:#6d6d6d;
	text-decoration:none;
}

#category-video-container {
	position:absolute;
	top:0px;
	right:0px;
	width:251px;
	height:176px;
	z-index:101;
	overflow:hidden;
}

#category-video-frame {
	position:absolute;
	top:0px;
	right:-251px;
	width:232px;
	height:174px;
	border:1px solid #006b9d;
	background-image:url(../images/video-filmstrip.gif);
	background-repeat:repeat-y;
	background-position:left;
	padding:0 0 0 17px;
}

#category-video {
	position:relative;
}
