/* general */
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #314B75;
	text-align: center;
}
p {
	margin-top: 5px;
}

h1 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
}

.caption {
        clear: both;
        text-align: left;
        padding-top: 6px;
	font-size: .8em;
	line-height: 1.4em;
	
}

.caption2 {
        width: 90px;
        text-align: left;
        padding-top: 6px;
	font-size: .8em;
	line-height: 1.4em;
	
}

/* tool info page */

#toolinfo p, #toolinfo ul {
	width: 250px;
	line-height: 1.4em;
}

#toolinfo ul {
	
	width: 220px;
}

.header {
    clear: both;
    margin-bottom: 10px;
}

.screenshot {
	float: left;
	width: 460px;
}

.caption {
	margin-top: 5px;
	font-size: .8em;
}


.small {
	font-size: .8em;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	background: url(http://192.168.0.212/images/prostores/custom/bullet.gif) no-repeat 0 5px;
	padding-left: 30px;
}


