
/*************** Common *********************/
  
.dark  
{ 
	color: #FF6600;
	background: inherit; 
	font-weight: bold; 
}

h1 a, 
h2 a 
{ 
	text-decoration: none; 
	color: #333333;
	font-weight: bold; 
}

h1 a:hover, 
h2 a:hover 
{ 
	color: #009900;
	background: inherit; 
	
}

h2 
{ 
	margin: 0; padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px; 
}

h2 
{ 
	font-size: 1.5em; margin-bottom: 5px; 
	color: #000; background: inherit; 
}

p 
{	
	margin: 0 0 5px 0; 
}



/********************** Form **********************/

form 
{ 	
	margin: 0; 
}


.search
	{
	text-align: center;
	}
	
.search_input
	{
	width: 150px;
	}
.search_button
	{
	width: 100px;
	}


/* Nav ***********************/

.dir_nav
	{
	border: 1px solid #cccccc;
	background: #eeeeee;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	}

.dir_nav a
	{
	color: #666666;
	text-decoration: none;
	}
.dir_nav a:hover
	{
	color: #ff9999;
	}
	
	
/******************* Layout ********************/

.content 
{ 
	margin-top: 10px;
	font-size: 10px;
	
	
}


.total_rec
	{
	color: #494949;
	font-size: 11px;
	border-bottom: 1px dashed #c7c7c7;
	}



/********* Category *****/

#categories
{
	margin: 2px auto;
	border: 1px solid #ccc;
	padding: 10px;
	
}

#categories h3
{
margin: 2px 0 3px 0;
border-bottom: 1px solid #ccc;
font-size: 12px;
}

#cat
{
font-weight: bold;
font-size: 10px;
padding-bottom: 7px;
}

#cat a
{
	color: #737373;
	text-decoration: none;
	padding: 0 0 0 12px;
	background: url('images/arrow.gif') no-repeat left;

}

#cat a:hover
{
color: #009900;
}


.subcats
{

}

.subcats a
{
	color: #737373;
	text-decoration: none;
	padding: 0 0 0 12px;
	font-size: -1px;
	

}

.subcats a:hover
{
color: #009900;
}

.count
	{
	color: #565656;
	font-size: 10px;
	}

/********* Featured Links *****/

#feat_links
{
border: 1px dashed #ccc;
padding: 2px;
}

#feat_links h3
{
font-size: 12px;
margin: 2px 0 3px 0;
border-bottom: 1px dashed #ccc;
}

#feat_links a
{
	color: #FF6600;
	text-decoration: none;
	padding: 0;
	font-size: -1px;
	font-weight: bold;
	

}

#feat_links a:hover
{
color: #737373;
}


/********* Links *****/

#links
{

padding: 1px;
margin: 0;
font-size: 11px;
}

#links h3
{
font-size: 12px;
margin: 3px;
border-bottom: 1px dashed #ccc;
}

#links a
{
	color: #656565;
	text-decoration: none;
	padding: 0;
	font-size: -1px;
	font-weight: bold;
	

}

#links a:hover
{
color: #353535;
}


.dir_footer
	{
	text-align: center;
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 5px;
	font-size: 10px;
	}

.pr
	{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	}
/*************** Submit ******************/

#submit
{
	clear: both;
	padding: 10px; 
	margin: 0 auto;
	

}

#submit_area
{
border: 1px solid #ccc;
font-size: 10px;
}


#submit_area ul
	{
	margin: 0;
	padding: 10px 0 10px 10px;
	list-style: none;
	}

.formPage
	{
	font-size: 12px;
	}

.err
	{
	font-weight: bold;
	color: #990000;
	font-size: 10px;
	background: #ff0000;
	}

.msg
	{
	font-size: 10px;
	border: 1px solid #989898;
	padding: 5px;
	}

.price
	{
	font-size: 10px;
	}
