/*****************************

 * LexisNexis(R) USLM Web Site

 * Styles for dotted list boxes

 * Version 2.0 10/06/2006

 * Sunil Karve

 *****************************/
/************ LAYOUT ****************/

/************ ELEMENTS *************/

.dotListBox {
	/* Content area: Dotted menu box wrapper */
      background:url(http://law.lexisnexis.com/commonimages/bkgdots.gif);
	padding:0 2px 2px 5px; /* Controls dots on box border */
	/*padding:0 2px 2px 5px; */
      margin-bottom:10px;
	width:180px;
}

.dotListBox h5 {
	padding:0.33em 30px 0.33em 20px;  /* Set spacing for icon display */
	margin:0;
	position:relative; /* Allow dotted border above color area (cross-browser) */
	top:1px;
	color:#903;
	background:url(http://law.lexisnexis.com/commonimages/product_custrecicon.gif) no-repeat 90% 50%;
}

.dotListBox span {
/* Content area: simulate "unlinked" text style while retaining blocked links */
      font-weight:normal;
}

.dotListBox ul {
/* Unordered list of Total Solutions/product & service links */
      padding-left:1px; 
      margin:0;
      background-color:#FFF;
}

.dotListBox ul li {
	background:url(http://law.lexisnexis.com/commonimages/bkgdots.gif) repeat-x top left;
	list-style-type:none;
	width:100%;
	font-size:12px;
	padding:1px 0 0;
      /*line-height:0.99; */
}

 

.dotListBox ul ul {
	/* Content area: add margin above and below second level menu items (nested lists ) */    
      padding:.1em 0;
/*    margin:0.5em 0; */
}

.dotListBox ul ul li {
	/* Content area: second level menu list */
    background-image:url(http://law.lexisnexis.com/commonimages/bullet_arrow.gif);
	background-repeat:no-repeat;
	background-position:10px 7px;
	font-size:12px;
	font-weight:bold;
	line-height:1.2em;

}

.dotListBox ul ul ul li {
	/* Content area: third level menu list */
      background-image:none;
	font-size:11px;  /* Adjusted for earlier sizing of ul's */
	font-weight:normal;
	padding:0.26em 0;
	margin:0;

}
.dotListBox ul ul ul ul li {
	/* Content area: third level menu list */
      background-image:url(../images/bullet_square.jpg);
	font-size:11px;  /* Adjusted for earlier sizing of ul's */
	font-weight:normal;
	padding:0.2em 0;
	margin:0;
	background-position: 27px 7px;

}

.dotListBox ul a {
	/* Content area: dotted list links and hover behavior */
      display:block;
	padding:0.2em 15px 0.3em;
	/*    padding:0.4em 20px 0.4em; */
      width:150px;
	text-decoration:none;
	color:#C03;
}

.dotListBox ul a:hover {
      background-color:#903;
      color:#FFF;
}

.dotListBox ul ul a,
.dotListBox ul ul a:link,
.dotListBox ul ul a:active {
	/* Content area: second level left nav menu links */
      padding-left:20px;
	width:auto;
	color:#5D5D5D;
}

.dotListBox ul ul a:visited {
	color:#903;
}

.dotListBox ul ul a:hover {
	color:#903;
	background-color:transparent;
	text-decoration: underline;
}

.dotListBox ul ul ul a,
.dotListBox ul ul ul a:link,
.dotListBox ul ul ul a:visited,
.dotListBox ul ul ul a:active {
	/* Content area: third level left nav menu links */
      padding:0 0 0 20px;
	/*    padding-left:30px; */
      margin:0;
	width:auto;
	text-decoration:none;
	color:#5D5D5D;
}

.dotListBox ul ul ul a:hover {
	background-color:transparent;
	color:#903;
	text-decoration: underline;

}

.dotListBox ul ul ul ul a,
.dotListBox ul ul ul ul a:link,
.dotListBox ul ul ul ul a:visited,
.dotListBox ul ul ul ul a:active {
	/* Content area: fourth level left nav menu links */
      padding:0 0 0 35px;
	/*    padding-left:30px; */
      margin:0;
	width:auto;
	text-decoration:none;
	color:#5D5D5D;
}

.dotListBox ul ul ul ul a:hover {
	background-color:transparent;
	color:#C03;
	text-decoration: underline;

}
 

#activeSegment {
	/* Content area: foreground text color for selected solution line */

      color:#FFF;
	background-color: #990033;

}

/* End */
