/* 

	project: internet services - 2nd edition
	author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
div.minilinks {float:left; width:725px; height:25px; background-color: #FFFFFF;}

* html div.minilinks {float:left; width:700px; height:25px; background: #FFA6D9 url(../images/components/search_bar_bg.gif) repeat-x;}

div.minilinks ul {list-style-type:none; margin-top:5px; margin-right:3px; float:left; padding-left:10px;}

div.minilinks li {display:inline; padding-left:10px; padding-right:10px;}

div.minilinks li a {text-decoration:none; color:#FFFFFF; font-weight:bold;}

div.minilinks li a:hover {text-decoration:none; color:#FFFF00; font-weight:bold;}

.morelink {font-style:italic; color:#666; text-decoration:none; font-weight:bold;}

.morelink:hover {font-style:italic; color:#999; text-decoration:underline; font-weight:bold;}

.generallink {	color:#FF0099;  text-decoration:none; font-weight:bold;}
.generallink:hover { color: #666666;  text-decoation:underline; font-weight:bold;}

.infobox a {color:#009999;  text-decoration:none; font-weight:bold;}
.infobox a:hover {color: #666666;  text-decoation:underline; font-weight:bold;}


#pagecontent a {color:#993366; font-weight:bold; text-decoration:none;}
#pagecontent a:hover {color:#999999; font-weight:bold; text-decoration:none;}
