/*
sitemap-with-woocommerce plugin
http://wordpress.org/extend/plugins/sitemap-with-woocommerce/
*/

/* default styles for [SitemapPost]    --- list all posts, [SitemapPage]    --- list all pages, [SitemapCategory] --- list all woocommerce category [SitemapProduct] --- list all woocommerce products */
.sitemap{margin:10px 0 20px 0 !important; padding:0;}
		.sitemap li{list-style:none !important; display:inline-block; width:33%}
.sitemap li a{background:#fafafa url('../images/aro1.png') no-repeat 5px 10px;font:400 1em/1.7em Roboto,Arial,Helvetica,sans-serif;color:#333;display:block;padding:3px 10px 3px 24px;margin-bottom:5px;border:1px solid #e8e8e8; list-style:none;}
.sitemap li a:hover{color:#32c3ff}