/* ############################ */
/* ####### All Weblinks ####### */
/* ############################ */
/* Box */
#allweblinksbox {
   width: auto;
   height: 100%;
   border: none;
   padding: 0px;
   display: table;
}
/* Wrapper */
.allweblinks {
   border: 0px;
   border-bottom: 1px solid #dddddd;
   padding: 0px;
   margin: 0 0 0 1em;
   text-indent: -1em;
   display: table;
}
/* Heading */
h2.cat_title {
	color: #f1f1f1;
	font-family: "Bradley Hand ITC", "Gabriola", "Calibri", "Arial", serif;
	font-size: 1.6em;
   text-align: left;
}
/* List */
ul.links {
   width: 300px;
   border: 0px;
   padding: 0px 0px 15px 0px;
   margin: 0px;
   background-image: none;
}
ul.links li, a.ul.links li{
   list-style-type: none;
   display: block;
   width: 257px;
  /* padding-left: 10px; */
   margin: 0px;
   float: left;
   background-image: none;
   line-height: 1.3em;
}
/* Links */
a.link:link, a.link:visited, a.link:active  {
   text-decoration: none;
}
a.link:hover{
   text-decoration: underline;
}

/* Hits */
span.hits {
   color: #999999;
}
/* New */
span.new {
   font-size: 10px;
   color: #fff;
}

/* Linkgroups in columns */
/* Box */
#allweblinksbox_col {
   width: auto;
   height: 100%;
   border: none;
   padding: 0px;
   display: table;
}

/* Wrapper */
.allweblinks_col {
   display: table;
   float: left;
   padding: 0px;
   border-right: 1px solid #000;
   background-image: none;
}
/* Heading */
.cat_title_col {
   font-size: 14px;
   font-weight: bold;
   padding-left: 10px;
   margin-top: 0px;
}
/* Links */
ul.links_col {
   width: 180px;
   height: 100%;
   padding: 0px;
   margin: 0px;
   padding-left: 10px;   
   overflow: none;
   list-style-type: none;
   background-image: none;
   float: left;
}
ul.links_col li {
   list-style-type: none;
   display: block;
   width: 280px;
   background-image: none;
}

ul.links li {

	text-indent: 0.1em;
	
}

ul.links li:first-letter {
	/* padding: 0 0 0 10px;*/ 
	font-size: 1.6em;
	text-transform: uppercase;
	color: #fff;}
	
a.link:firs-letter {
color #ffffff;
}

/* Hits */
span.hits_col {
   color: #999999;
}
/* New */
span.new_col {
   font-size: 10px;
   color: #fff;
}

/* Linkgroups in Blocks */
/* Box */
#allweblinksbox_blocks {
   display: table;
   width: 95%;
   height: 100%;
   border: 0px solid #cceaf1;
   padding: 10px;
}
/* Wrapper */
.allweblinks_blocks {
   border: 1px solid #0df;
   background-color: #cceaf1;
   margin-top: 10px;
   margin-right: 10px;
   float: left;

}
/* Heading */
.cat_title_blocks {
   border-bottom: 1px solid #0df;
   background-color: #cceaf1;
   font-size: 12px;
   font-weight: bold;
   color: #006699;
   margin: 0px;
   padding: 0px;
   padding-left: 10px;
   width: 180px;
}
/* Links */
ul.links_blocks {
   overflow: none;
   width: 180px;
   margin-left: 0px;
   padding :0px;
   margin-left: 10px;   
}
ul.links_blocks li {
   display: table;
   list-style-type: none;
   width: 150px;
   padding-left: 10 px;
   margin-left: 0 px;
   float: left;
   background-image: none;
}
/* Hits */
span.hits_blocks {
   color: #999999;
}
/* New */
span.new_blocks {
   font-size: 10px;
   color: #fff;
}
