/* CATAGORY SEARCH------------------------------------------ */

#keyword
{
	position: relative;	
}

.catsearch
{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 30px;
	background-color: #f5f0e6;
}

.catsearch #title
{
	position: relative;
}	

.catsearch #options
{
	position: relative;	
}

.catsearch #info
{
	position: relative;	
}

.catsearch #button
{
	position: relative;	
}

.catsearch #sectiontitle h1
{
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #998675;	
}

.catsearch #title h1
{
	font-size: 11px;
	font-weight: bold;
	color: #998675;	
}

.catsearch #info h1
{
	font-size: 12px;
	font-weight: 100;	
}

/* MEMBERS ONLY CATAGORY SEARCH -------------------------------- */

.mocatsearch
{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 30px;
	background-color: #f2e8e8;
}

.mocatsearch #title
{
	position: relative;
}	

.mocatsearch #options
{
	position: relative;	
}

.mocatsearch #info
{
	position: relative;	
}

.mocatsearch #button
{
	position: relative;	
}

.mocatsearch #sectiontitle h1
{
	font-size: 13px;
	font-weight: bold;
	color: #8f0100;
	border-bottom: 1px dotted #8f0100;	
}

.mocatsearch #title h1
{
	font-size: 11px;
	font-weight: bold;
	color: #8f0100;	
}

.mocatsearch #info h1
{
	font-size: 12px;
	font-weight: 100;	
}

/* CATAGORY LIST--------------------------------------------- */

.catlist
{
	position: relative;
	padding: 10px 30px;	
}	

.catlist #sectiontitle h1
{
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #998675;	
}

.catlist #info
{
	position: relative;
	float: left;	
}

.catlist #listcount
{
	position: relative;
	float: right;
}

.catlist #cattitle
{
	position: relative;
	width: 668px;
	height: 50px;
	background-image: url(/source/images/cattitle.jpg);	
}

.catlist #image
{
	position: relative;
	padding-top: 20px;
	width: 668px;	
}

.catlist #product
{
	position: relative;
	width: 668px;
	border-bottom: 1px dotted #998675;	
}

.catlist #pagelist
{
	position: relative;	
}

.catlist #info h1
{
	font-size: 12px;
	font-weight: 100;	
}

.catlist #listcount h1
{
	font-size: 12px;
	font-weight: 100;	
}

.catlist #cattitle h3
{
	font-size: 14px;
	font-weight: normal;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #336633;
	background-color: none;
	font-family: Georgia, serif;
}

.catlist #product h1
{
	font-size: 12px;
	font-weight: bold;
	color: #2d2527;	
}

.catlist #product h2
{
	font-size: 12px;
	line-height: normal;
	font-weight: normal;	
}
.catlist #product h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0066cc;
	line-height: normal;
	text-decoration: underline;
}
a:hover .catlist #product h3, a:active .catlist #product h3 {
	color:#336633 !important;
}

.catlist #pagelist h2
{
	font-size: 	12px;
	font-weight: normal;
	color: #998675;
}

