/*** Tool box (navigation list) ***/

#box_tools div.box_body { border-bottom: none; /*margin-bottom: 10px;*/ float:left; }

#box_tools .tools > li {
	border-bottom: 2px solid #ffffff;
	height: 30px;
	background-color: #d2e4fc;
	background-image: none;
	width: 160px;
}

#box_tools .tools li a {
	font-size: 11px;
	padding: 0;
	line-height: 30px;
	height: 30px;
	display: block;
	padding-left: 40px;
	color: #476ec6;
}

#box_tools .tools li.first { background:url(../img/box_tools_li_top_corners.gif) no-repeat 0 0; }
#box_tools .tools li.last { background:url(../img/box_tools_li_bottom_corners.gif) no-repeat 0 100%; }
#box_tools .tools li.odd { background-color:#C3DAF9 !important; }
#box_tools .tools li.even { background-color:#d2e4fc !important; }

#box_tools .tools li.video a { background:url(../img/box_tools_icon_video.gif) no-repeat 0 50%; }
#box_tools .tools li.tables a {background:url(../img/box_tools_icon_kalendar.gif) no-repeat 0 50%; }
#box_tools .tools li.names a {background:url(../img/box_tools_icon_names.gif) no-repeat 0 50%; }
#box_tools .tools li.dohrana a {background:url(../img/box_tools_icon_dohrana.gif) no-repeat 0 50%; }
#box_tools .tools li.nutri a {background:url(../img/box_tools_icon_nutri.gif) no-repeat 0 50%; }
#box_tools .tools li.igre a {background:url(../img/box_tools_icon_igre.gif) no-repeat 0 50%; }
#box_tools .tools li.recepti a {background:url(../img/tool_icon_recept.gif) no-repeat 0 50%; }
#box_tools .tools li.question a { background:url(../img/box_tools_icon_question.gif) no-repeat 0 50%; }

#box_tools .tools li a:hover { text-decoration: none; color: #ffffff; }

#box_tools .tools li.names, #box_tools .tools li.addressbook, #box_tools .tools li.news  { background-color: #c3daf9; }



#box_tools .tools li.ovulation a {background: url("../img/tool_icon_ovulation.gif") no-repeat left center transparent;}

#box_tools .tools li.story a {background: url("../img/tool_icon_story_light.gif") no-repeat left center transparent;}

#box_tools .tools li.addressbook a {background: url("../img/tool_icon_addressbook.gif") no-repeat left center transparent;}

#box_tools .tools li.recept a {background: url("../img/tool_icon_recept.gif") no-repeat left center transparent;}

#box_tools .tools li.recept {background: url("../img/tool_recept_corner.gif") no-repeat right bottom #d2e4fc;}

#box_tools .tools li.news a {background: url("../img/tool_news.gif") no-repeat left center transparent;}

#box_tools .tools li a {background:none;}

.tools li.first { background-image: none; }

.tools li.first:hover { background-image: none; }

.tools li.community, .tools li.community:hover { background-image: none; }

.tools li.community a { background-image: none; }

.tools li.last a { background-image: none; }

.tools li:hover > ul {
	margin-left: 160px;
	top: 0px;
	left: 0px;
}

.tools, .tools ul {
	min-height: inherit;
}

.tools {
	background: inherit;
	margin-bottom:15px;
}

.tools, .tools ul {
	border: inherit;
	display: inherit;
	margin: inherit;
	padding: inherit;
}

.tools li a:link, .tools li a:visited, .tools li a:hover {
	font-weight: inherit;
	text-decoration: inherit;
}

.tools ul {
	/*width: inherit;*/
	font-size: inherit;
}

.tools li.ovulation ul li a,
.tools li.tables ul li a{
	/*line-height: inherit !important;*/
	padding: 0px 10px 0px 10px !important;
	background: none !important;
	/*width: inherit !important;*/
}

.tools li.ovulation ul li,
.tools li.tables ul li  {
	width: inherit !important;
	margin-bottom: 0px !important;
}

.tools li.ovulation ul,
.tools li.tables ul {
	width: 180px;
	border: 1px solid #C7DDFA;
}


.tools li.ovulation ul li a:link,
.tools li.ovulation ul li a:visited,
.tools li.ovulation ul li a:hover ,
.tools li.tables ul li a:link,
.tools li.tables ul li a:visited,
.tools li.tables ul li a:hover{
	color: #0352bd;
	font-weight:bold;
	text-decoration:none;
}

.tools li.ovulation ul li a:hover,
.tools li.tables ul li a:hover {
	/*background:#6ab0fb;*/
	color: #ffffff;
}

.tools li.ovulation ul li,
.tools li.tables ul li{
	background:#ffffff !important;
}

.tools li.ovulation ul li:hover,
.tools li.tables ul li:hover{
	background: #6ab0fb !important;
}

