/* firme */

/* list companies by category */
.category { padding: 5px; border: 1px solid #eee; font-size: 12px; color: #503daa; }
.category strong { font-size: 13px; color: #503dff; }

/* company - main categories and its subcategories */
.domains { position: relative; clear: both; width: 100%; height: auto; margin: 0 0 5px 0; padding: 0; }
.domains h1 { margin: 0; padding: 3px 0; font-size: 11px; }
.domains h1.idx { margin: 0; padding: 5px 0; font-size: 12px; color: #000; }
.domains h3 { margin: 0; padding: 0 0 2px; font-weight: normal; font-size: 11px; color: #346072; }
.domains h1 a { text-decoration: underline; font-size: 12px; color: #000; }
.domains h1.idx a { text-decoration: none; font-size: 13px; color: #003a99; }
.domains h1 a:hover { text-decoration: none; }
.domains ul { position: relative; float: left; margin: 0; padding: 0; list-style: none; }
.domains ul li { float: left; padding: 0 2px 2px 0; /*border-bottom: 1px solid #bccdea;*/ background: url('../img/catalog-firme/bg-categ.gif') repeat-x left bottom; }
.domains ul li a { line-height: 12px; text-decoration: none; color: #000; }
.domains ul li a:hover { text-decoration: underline; color: #112fd8; }

/* first level categories */
.domains ul li.idx { float: left; padding: 0 0 3px 22px; background: url("../img/arrows/arrow-category.gif") no-repeat 4px 2px; }
/* alternate for maine categories */
.domains ul li.idxcolor { background: #eef4ff url("../img/arrows/arrow-category.gif") no-repeat 4px 2px; }
.domains ul li.idxcolor h1.idx a { color: #165dec; }
.domains ul li.idx, .domains ul li.idxcolor { width: 470px; min-height: 52px; height: auto !important; height: 52px; }

/* second level categories */
.domains ul li.entry, .domains ul li.color { float: left; width: 490px; min-height: 20px; height: auto !important; height: 20px; }
.domains ul li.entry a { }
.domains ul li.entry a, .domains ul li.color a { width: 100%; padding: 2px 0 2px 24px; background: url("../img/arrows/arrow-subcategory.gif") no-repeat 4px 2px; }

/* alternate for maine categories */
.domains ul li.color { background: #eef4ff; }
.domains ul li.color a { color: #165dec; }

