/* 
Template:     Categories.css
Purpose:      This is the Style Sheet for category Listings.
History:		See Doc 2726
*/
/**categories**/
.CategoryListBox {background-color:#FFFFFF; vertical-align:top; }
.CatPageSearch { text-align:center; background-color:#cccccc }
.CatPageSearch input { margin:0em 0.3em }
ul.CatListing {font-size:80%; list-style-type:none; margin:0em; padding:0em;}
	ul.CatListing div { background-color:#eee; }
	ul.CatListing li {  margin:1em 0em; padding:0em;  }
	ul.CatListing h2 {display: inline; font-size:100%; color:#990000; }
	ul.CatListing h3 {display: inline; font-size:98%;}
	ul.CatListing table {font-size:100%;}
	ul.CatListingSub { font-size:95%; list-style-type:none; margin:0em 0em 0.5em 0em; padding:0em;}
	ul.CatListingSub li ul { font-size:100%;   }
	ul.CatListingSub li { font-size:100%;  margin:0em; padding:0em 0em 0em 0.5em; }
	ul.CatListing li a {text-decoration:none; }
	ul.CatListing li a:link {text-decoration:none; color:#000099 }
	ul.CatListing li a:hover {text-decoration:underline; color:#4F4FFF;  }
	ul.CatListing li a:active {text-decoration:underline;color:#4F4FFF }
	ul.CatListing li a:visited {text-decoration:none;  }
	ul.CatListing li a:visited:hover {text-decoration:underline; color:#4F4FFF }
ul.SecondaryCatNav { font-size:80%; margin:0em 0em 1em -0.3em; padding:0em; text-align:center }
ul.SecondaryCatNav li { display:inline; margin:0em 0.3em; }
.NoLogin {  padding:0em; margin:0.3em 0em}
.NoLogin p { text-align:center; text-align:left; padding:0em; margin:0.1em 0em }

.FeaturedAds { border:1px solid #ccc; margin:0.3em 0em 0em 0em; padding:0em; width:100%;  } /* The table that hold the featured ads*/
.FeaturedAds p {font-size:100%; margin:0.2em 0em 0em 0em; }
.FeaturedAds td { padding:0.2em; margin:0em; background-color:#FFFFE8; font-size:80%; }
.FeaturedAds strong { color:#000000; margin:0em 0.2em 0em 0em; }
.FeaturedAds .FeaturedAdHead td { background-color: #ffffcc; margin: 0.2em; font-size: 80%; }
.FeaturedAds .FeaturedAdHead strong { color:#000000;  }
.FeaturedAds .FeaturedAdHead a { font-weight:bold; }

.FeaturedAdsSort {  font-size:120%; color:#990000; text-align:left; font-size:130% } /* Featured title and sort box on categories_main*/
.FeaturedAdsSort p {margin-bottom:0.3em 0em 0em 0em; }
.FeaturedAdsSort form { text-align:right; color:#000000; font-size:60%; }
.FeaturedAdsSort input { margin:0em 0.2em; } 

.More { margin:0.3em 0em 0em 0em; color:#000000; width:100%;   }
.More p.PageNumbers { text-align:center; }
.More p {text-indent:0.2em; margin:0.2em 0em 0em 0em; font-size:80%; }
.More ul { margin:0.2em 0em 0em 0em; font-size:80%;}
.More ul li { margin:0em 0em 0em 3em;}

ul.RelatedCategory li { display:inline; }
ul.RelatedCategory { margin:0em 0em 2em 0em; }
.EvenText { font-size:80%; margin:0.5em 0em; }
.EvenText h2 { font-size:130%; }
.EvenText ul, .EvenText li, .EvenText p { font-size:100%; }
p.AuctionCatExplain { margin:0em 0em 1em 0em; }

/** Styles for the A...Z navigation - added by RT on 2007-12-12 **/
.CatAZListing {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-indent: 6px;
}
.CatAZListingLabel {
	font-size: 12px;
	color: #000099;
	font-weight: normal;
}
a:link.CatAZListing, a:visited.CatAZListing {
	font-size: 12px;
	color: #000099;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0px;
}
.CatAZListingHeader1 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
.CatAZListingHeader2 {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
.CatAZListingEmpty {
	font-size: 12px;
	color: #cccccc;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0px;
}U
/**end **/
