#help{
	font-size: 13px;
}

#help .box{
	font-size: 13px;
    text-align: left;
}

#help .box p{
	margin: 0;
	padding-bottom: 5px;
}

#help .box .icon{
	width: 48px;
	float: left;
	margin-right: 15px;
	display: block;
	background-repeat: no-repeat;
	height: 48px;
}

#help .box .icon.kniha{
	background-image: url(_/icon-book.png);
}

#help .box .icon.hledani{
	background-image: url(_/icon-magnify.png);
}

#help .box .icon.stitky{
	background-image: url(_/icon-stickies.png);
}

#help .box .icon.image{
	background-image: url(_/icon-image.png);
}

#help .box .icon.odkazy{
	background-image: url(_/icon-network.png);
}

#help .box .icon.kategorie{
	background-image: url(_/icon-file.png);
}

#help .box .nadpis{
	display: block;
	color: #6FB80C;
	font-family: "Calibri","Arial","Helvetica","Trebuchet MS","Geneva CE",lucida,sans-serif;
	font-weight: bold;
	font-size: 23px;
	line-height: 45px;
	height: 48px;
	vertical-align: middle;
	position: relative;
	top: 23px;
	left: 15px;
}

#help .left{
	float: left;
	width: 420px;
	display: block;
}

#help .left .box{
	width: 420px;
	padding: 0;
	margin: 0;
	display: block;
}

#help .left .box .bottom{
	width: 420px;
	display: block;
	background: url(_/help-pink-bottom.gif) no-repeat;
	font-size: 1px;
	line-height: 1px;
	height: 15px;
}

#help .left .box .content{
	width: 400px;
	padding: 15px 10px 0 10px;
	display: block;
	background: url(_/help-pink.gif) repeat-y;
}

#help .left .box .nadpis{
	width: 420px;
}

#help .left .box .top{
	width: 420px;
	display: block;
	background: url(_/help-pink-top.gif) no-repeat;
	font-size: 1px;
	line-height: 1px;
	height: 14px;
}


#help .right{
	margin-left: 35px;
	float: left;
	width: 450px;
	display: block;
}

#help .right .box{
	width: 450px;
	padding: 0;
	margin: 0;
	display: block;
}

#help .right .box .bottom{
	width: 450px;
	display: block;
	background: url(_/help-blue-bottom.gif) no-repeat;
	font-size: 1px;
	line-height: 1px;
	height: 15px;
}

#help .right .box .content{
	width: 450px;
	padding: 15px 10px 0 10px;
	display: block;
	background: url(_/help-blue.gif) repeat-y;
}

#help .right .box .nadpis{
	width: 450px;
}

#help .right .box .top{
	width: 450px;
	display: block;
	background: url(_/help-blue-top.gif) no-repeat;
	font-size: 1px;
	line-height: 1px;
	height: 14px;
}


#help li{
	padding-left: 8px;
	list-style-type: none;
	background: url(_/front-li.gif) no-repeat;
	background-position: 3px 5px;
	line-height: 25px;
}

#help ul{
	margin: 0 0 0 10px;
	text-indent: 20px;
	padding: 4px 0 0 0;
}

#help h3{
	margin-bottom: 10px;
}

#help h1{
	padding-top: 20px;
}

.small {
	font-size: 10px;
}
.left {
    text-align: left;
}


