/* skin1/modules/XSEO/c_sitemap/sitemap.css Slam */

/**
	Section titles classes
*/

/* Categories section */
#xseo_c_sitemap_cat_title {
	font-weight : bold;
	font-size : large;
}
/* Manufacturers section */
#xseo_c_sitemap_man_title {
	font-weight : bold;
/*	padding-top : 20px; */
	font-size : large;
}
/* Static pages section */
#xseo_c_sitemap_pag_title {
	font-weight : bold;
/*	padding-top : 20px; */
	font-size : large;
}
/* Cart section */
#xseo_c_sitemap_cart_title {
	font-weight : bold;
/*	padding-top : 20px; */
	font-size : large;
}
/* Special section */
#xseo_c_sitemap_spec_title {
	font-weight : bold;
/*	padding-top : 20px; */
	font-size : large;
}
/* Help section */
#xseo_c_sitemap_help_title {
	font-weight : bold;
/*	padding-top : 20px; */
	font-size : large;
}

/**
	URLs classes
*/

/* Cart URLs */
#xseo_c_sitemap_cart_links {
	font-size : medium;
	padding-left : 20px;
}
/* Category level 1 URLs */
#xseo_c_sitemap_C1 {
	font-size : large;
	padding-left : 10px;
}
/* Category level 2 URLs */
#xseo_c_sitemap_C2 {
	font-size : medium;
	padding-left : 20px;
}
/* Manufacturers URLs */
#xseo_c_sitemap_M {
	font-size : medium;
	padding-left : 20px;
}
/* Static pages URLs */
#xseo_c_sitemap_S {
	font-size : medium;
	padding-left : 20px;
}
/* Special URLs */
#xseo_c_sitemap_spec_links {
	font-size : medium;
	padding-left : 20px;
}
/* Help URLs */
#xseo_c_sitemap_help_links {
	font-size : medium;
	padding-left : 20px;
}
