/*
// Original CSS Created by: Shabu Anower
// Modified by: Mauro Bignami
*/

body {
	margin: 0px;
	color: #696969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #696969;
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	margin: 0;
	font-size: 11px;
}

#container {
	width: 94%;
	margin: 0 auto 0 auto;
}

.header {
	margin: 25px 0 0 0;
	width: 100%;
}
	.header h1 {
		margin: 0 0 0 9px;
	}

	.header p {
		float: right;
		margin: 0;
	}
	
/* Inizio barra navigazione */

    /* Azure */

        .bar-azure {
	        background: url('../images/bar.bg.azure.gif');
	        height: 37px;
	        margin: 10px 0 10px 0;
        }
    	
	    .bar-azure span {
		    background: url('../images/bar.bg.azure.gif') no-repeat 0px -37px;
		    float: right;
		    margin: 0px;
		    width: 17px;
		    height: 37px;
	    }

	    .bar-azure ul {
		    margin: 0;
		    padding: 0;
		    list-style-type: none;
	    }
	
	    .bar-azure li {
		    padding:0;
		    margin: 0;
		    height: 37px;
		    display: inline;
		    float:left;
		    list-style-type: none;
	    }
	
	    .bar-azure li a {
		    color: #ffffff;
		    text-decoration: none;
	    }
	
	    .bar-azure li a:hover {
		    color: #303030;
		    text-decoration: none;
	    }
    
        #home-azure {
	    padding: 0px;
	    text-align: center;
	    font-size: 12px;
	    font-weight: bold;
	    line-height: normal;
	    }

	    a#home-azure {
			    overflow:hidden;
			    display:block;
			    width:70px;
			    height:27px;
			    padding: 10px 0 0 10px;
			    background:url('../images/bar.start.azure.gif') no-repeat;
	    }
	
	    a#home-azure:hover {
		    background:url('../images/bar.start.azure.gif') no-repeat 0px -37px;
	    }
	
	    .common-azure {
		    padding: 0px;
		    text-align: center;
		    font-size: 12px;
		    font-weight: bold;
		    line-height: normal;
	    }
	
	    a.common-azure {
			    overflow:hidden;
			    display:block;
			    width:90px;
			    height:27px;
			    padding: 10px 0 0 0;
	    }
	
	    a.common-azure:hover {
		    background:url('../images/bar.bg.azure.gif') no-repeat center -74px;
	    }
	    
    /* Blue */

        .bar-blue {
	        background: url('../images/bar.bg.blue.gif');
	        height: 37px;
	        margin: 10px 0 10px 0;
        }
    	
	    .bar-blue span {
		    background: url('../images/bar.bg.blue.gif') no-repeat 0px -37px;
		    float: right;
		    margin: 0px;
		    width: 17px;
		    height: 37px;
	    }

	    .bar-blue ul {
		    margin: 0;
		    padding: 0;
		    list-style-type: none;
	    }
	
	    .bar-blue li {
		    padding:0;
		    margin: 0;
		    height: 37px;
		    display: inline;
		    float:left;
		    list-style-type: none;
	    }
	
	    .bar-blue li a {
		    color: #ffffff;
		    text-decoration: none;
	    }
	
	    .bar-blue li a:hover {
		    color: #303030;
		    text-decoration: none;
	    }
    
        #home-blue {
	    padding: 0px;
	    text-align: center;
	    font-size: 12px;
	    font-weight: bold;
	    line-height: normal;
	    }

	    a#home-blue {
			    overflow:hidden;
			    display:block;
			    width:70px;
			    height:27px;
			    padding: 10px 0 0 10px;
			    background:url('../images/bar.start.blue.gif') no-repeat;
	    }
	
	    a#home-blue:hover {
		    background:url('../images/bar.start.blue.gif') no-repeat 0px -37px;
	    }
	
	    .common-blue {
		    padding: 0px;
		    text-align: center;
		    font-size: 12px;
		    font-weight: bold;
		    line-height: normal;
	    }
	
	    a.common-blue {
			    overflow:hidden;
			    display:block;
			    width:90px;
			    height:27px;
			    padding: 10px 0 0 0;
	    }
	
	    a.common-blue:hover {
		    background:url('../images/bar.bg.blue.gif') no-repeat center -74px;
	    }	    
	    
    /* Green */

        .bar-green {
	        background: url('../images/bar.bg.green.gif');
	        height: 37px;
	        margin: 10px 0 10px 0;
        }
    	
	    .bar-green span {
		    background: url('../images/bar.bg.green.gif') no-repeat 0px -37px;
		    float: right;
		    margin: 0px;
		    width: 17px;
		    height: 37px;
	    }

	    .bar-green ul {
		    margin: 0;
		    padding: 0;
		    list-style-type: none;
	    }
	
	    .bar-green li {
		    padding:0;
		    margin: 0;
		    height: 37px;
		    display: inline;
		    float:left;
		    list-style-type: none;
	    }
	
	    .bar-green li a {
		    color: #ffffff;
		    text-decoration: none;
	    }
	
	    .bar-green li a:hover {
		    color: #303030;
		    text-decoration: none;
	    }
    
        #home-green {
	    padding: 0px;
	    text-align: center;
	    font-size: 12px;
	    font-weight: bold;
	    line-height: normal;
	    }

	    a#home-green {
			    overflow:hidden;
			    display:block;
			    width:70px;
			    height:27px;
			    padding: 10px 0 0 10px;
			    background:url('../images/bar.start.green.gif') no-repeat;
	    }
	
	    a#home-green:hover {
		    background:url('../images/bar.start.green.gif') no-repeat 0px -37px;
	    }
	
	    .common-green {
		    padding: 0px;
		    text-align: center;
		    font-size: 12px;
		    font-weight: bold;
		    line-height: normal;
	    }
	
	    a.common-green {
			    overflow:hidden;
			    display:block;
			    width:90px;
			    height:27px;
			    padding: 10px 0 0 0;
	    }
	
	    a.common-green:hover {
		    background:url('../images/bar.bg.green.gif') no-repeat center -74px;
	    }	    
	    
    /* Orange */

        .bar-orange {
	        background: url('../images/bar.bg.orange.gif');
	        height: 37px;
	        margin: 10px 0 10px 0;
        }
    	
	    .bar-orange span {
		    background: url('../images/bar.bg.orange.gif') no-repeat 0px -37px;
		    float: right;
		    margin: 0px;
		    width: 17px;
		    height: 37px;
	    }

	    .bar-orange ul {
		    margin: 0;
		    padding: 0;
		    list-style-type: none;
	    }
	
	    .bar-orange li {
		    padding:0;
		    margin: 0;
		    height: 37px;
		    display: inline;
		    float:left;
		    list-style-type: none;
	    }
	
	    .bar-orange li a {
		    color: #ffffff;
		    text-decoration: none;
	    }
	
	    .bar-orange li a:hover {
		    color: #303030;
		    text-decoration: none;
	    }
    
        #home-orange {
	    padding: 0px;
	    text-align: center;
	    font-size: 12px;
	    font-weight: bold;
	    line-height: normal;
	    }

	    a#home-orange {
			    overflow:hidden;
			    display:block;
			    width:70px;
			    height:27px;
			    padding: 10px 0 0 10px;
			    background:url('../images/bar.start.orange.gif') no-repeat;
	    }
	
	    a#home-orange:hover {
		    background:url('../images/bar.start.orange.gif') no-repeat 0px -37px;
	    }
	
	    .common-orange {
		    padding: 0px;
		    text-align: center;
		    font-size: 12px;
		    font-weight: bold;
		    line-height: normal;
	    }
	
	    a.common-orange {
			    overflow:hidden;
			    display:block;
			    width:90px;
			    height:27px;
			    padding: 10px 0 0 0;
	    }
	
	    a.common-orange:hover {
		    background:url('../images/bar.bg.orange.gif') no-repeat center -74px;
	    }	    
		
/* Fine barra navigazione */		

.search {
	 margin: 6px 15px 3px 8px; padding: 2px 0 0 8px; border: 1px solid #696969; font-size: 12px; font-weight: bold; background: none; color: #a69d7f; height: 18px; width: 100px;
}

/* Box laterali */

    /* Neutro */

        .box {
	        border-left: 1px solid #989898;
	        border-right: 1px solid #989898;
	        padding: 8px;
	        width: 203px;
        }
	
        .box a {
	        color: #696969; text-decoration: none;
        }

        .box a:hover {
	        text-decoration: underline;
        }
	
        .box ul {
	        margin: 0;
	        padding: 0;
        }

        .box li {
	        list-style-type: none;
	        margin: 0 0 0 3px;
	        padding: 0 0 4px 20px;
	        background: url('../images/blt.gif') no-repeat;
        }
	
        .boxcaption {
	        background: url('../images/box.caption.green.gif') no-repeat;
	        padding: 6px 0 0 10px;
	        height: 22px;
	        width: 211px;
	        color: #303030;
        }

        .boxbottom {
	        background: url('../images/box.bottom.gif') no-repeat;
	        width: 221px;
	        height: 3px;
	        margin: 0 0 10px 0;
        }
        
    /* Azure */

        .box-azure {
	        border-left: 1px solid #989898;
	        border-right: 1px solid #989898;
	        padding: 8px;
	        width: 203px;
        }
	
        .box-azure a {
	        color: #696969; text-decoration: none;
        }

        .box-azure a:hover {
	        text-decoration: underline;
        }
	
        .box-azure ul {
	        margin: 0;
	        padding: 0;
        }

        .box-azure li {
	        list-style-type: none;
	        margin: 0 0 0 3px;
	        padding: 0 0 4px 20px;
	        background: url('../images/blt.azure.gif') no-repeat;
        }
	
        .boxcaption-azure {
	        background: url('../images/box.caption.azure.gif') no-repeat;
	        padding: 6px 0 0 10px;
	        height: 22px;
	        width: 211px;
	        color: #ffffff;
        }

        .boxbottom-azure {
	        background: url('../images/box.bottom.gif') no-repeat;
	        width: 221px;
	        height: 3px;
	        margin: 0 0 10px 0;
        }	

    /* Blue */

        .box-blue {
	        border-left: 1px solid #989898;
	        border-right: 1px solid #989898;
	        padding: 8px;
	        width: 203px;
        }
	
        .box-blue a {
	        color: #696969; text-decoration: none;
        }

        .box-blue a:hover {
	        text-decoration: underline;
        }
	
        .box-blue ul {
	        margin: 0;
	        padding: 0;
        }

        .box-blue li {
	        list-style-type: none;
	        margin: 0 0 0 3px;
	        padding: 0 0 4px 20px;
	        background: url('../images/blt.blue.gif') no-repeat;
        }
	
        .boxcaption-blue {
	        background: url('../images/box.caption.blue.gif') no-repeat;
	        padding: 6px 0 0 10px;
	        height: 22px;
	        width: 211px;
	        color: #ffffff;
        }

        .boxbottom-blue {
	        background: url('../images/box.bottom.gif') no-repeat;
	        width: 221px;
	        height: 3px;
	        margin: 0 0 10px 0;
        }
        
    /* Green */

        .box-green {
	        border-left: 1px solid #989898;
	        border-right: 1px solid #989898;
	        padding: 8px;
	        width: 203px;
        }
	
        .box-green a {
	        color: #696969; text-decoration: none;
        }

        .box-green a:hover {
	        text-decoration: underline;
        }
	
        .box-green ul {
	        margin: 0;
	        padding: 0;
        }

        .box-green li {
	        list-style-type: none;
	        margin: 0 0 0 3px;
	        padding: 0 0 4px 20px;
	        background: url('../images/blt.green.gif') no-repeat;
        }
	
        .boxcaption-green {
	        background: url('../images/box.caption.green.gif') no-repeat;
	        padding: 6px 0 0 10px;
	        height: 22px;
	        width: 211px;
	        color: #ffffff;
        }

        .boxbottom-green {
	        background: url('../images/box.bottom.gif') no-repeat;
	        width: 221px;
	        height: 3px;
	        margin: 0 0 10px 0;
        }
        
    /* Orange */

        .box-orange {
	        border-left: 1px solid #989898;
	        border-right: 1px solid #989898;
	        padding: 8px;
	        width: 203px;
        }
	
        .box-orange a {
	        color: #696969; text-decoration: none;
        }

        .box-orange a:hover {
	        text-decoration: underline;
        }
	
        .box-orange ul {
	        margin: 0;
	        padding: 0;
        }

        .box-orange li {
	        list-style-type: none;
	        margin: 0 0 0 3px;
	        padding: 0 0 4px 20px;
	        background: url('../images/blt.orange.gif') no-repeat;
        }
	
        .boxcaption-orange {
	        background: url('../images/box.caption.orange.gif') no-repeat;
	        padding: 6px 0 0 10px;
	        height: 22px;
	        width: 211px;
	        color: #ffffff;
        }

        .boxbottom-orange {
	        background: url('../images/box.bottom.gif') no-repeat;
	        width: 221px;
	        height: 3px;
	        margin: 0 0 10px 0;
        }        
        
    /* White */

        .box-white {
	        border-left: 1px solid #989898;
	        border-right: 1px solid #989898;
	        padding: 8px;
	        width: 203px;
        }
	
        .box-white a {
	        color: #696969; text-decoration: none;
        }

        .box-white a:hover {
	        text-decoration: underline;
        }
	
        .box-white ul {
	        margin: 0;
	        padding: 0;
        }

        .box-white li {
	        list-style-type: none;
	        margin: 0 0 0 3px;
	        padding: 0 0 4px 20px;
	        background: url('../images/blt-white.gif') no-repeat;
        }
	
        .boxcaption-white {
	        background: url('../images/box.caption.white.gif') no-repeat;
	        padding: 6px 0 0 10px;
	        height: 22px;
	        width: 211px;
	        color: #303030;
        }

        .boxbottom-white {
	        background: url('../images/box.bottom.gif') no-repeat;
	        width: 221px;
	        height: 3px;
	        margin: 0 0 10px 0;
        }


		

/* Fine box laterali */

.page {
	color: #6ca901;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0 5px 0;
}
	.page p {
	}

.pagination {
	padding: 2px;
	float: right;
	font-size: 12px;
	font-weight: bold;
}
	.pagination ul {
		font-size: 12px;
		margin: 10px 0 10px 0;
		padding: 0px;
		text-align: left;
	}
	.pagination li {
		display: inline;
		list-style-type: none;
		padding-bottom: 1px;
	}
	.pagination a {
		color: #6ca901;
		border: #6ca901 1px solid;
		padding: 5px;
		margin: 0 5px 0 0;
		text-decoration: none;
	}
	.pagination a:visited {
		border: #6ca901 1px solid;
		color: #6ca901;
		padding: 5px;
		text-decoration: none;
	}
	.pagination a:hover {
		background-color: #f9fcf5;
		border: #6ca901 1px solid;
		color: #6ca901;
		text-decoration: none;
	}
	
.padding {
	padding: 0 20px 0 0;
}

.padding2 {
	padding: 0 0 0 20px;
}
.paypal {
	font-size: 18px;
	color: #6ca901;
	font-weight: bold;
	text-align: center;
}

/* Inizio caption */

    /* Azure */

        .caption-azure {
	        background: url('../images/caption.bg.azure.gif') repeat-x bottom;
	        height: 30px;
	        font-size: 11px;
	        font-weight: bold;
	        color: #303030;
	        margin: 0 0 10px 0;
        }
    
	    .caption-azure p {
		    background: url('../images/caption.left.azure.gif') no-repeat left;
		    padding: 8px 0 2px 14px;
		    height: 20px;
		    color: #ffffff;
		    margin: 0;
	    }
	
	    .caption-azure h1 {
		    background: url('../images/caption.left.azure.gif') no-repeat left;
		    padding: 8px 0 2px 14px;
		    height: 20px;
		    color: #ffffff;
		    margin: 0;
	    }
	
	    .caption-azure a {
		    color: #303030; text-decoration: none;
	    }
	
	    .caption-azure a:hover {
		    text-decoration: underline;
	    }
	
	    .caption-azure h2 {
		    background: url('../images/caption.left.azure.gif') no-repeat left;
		    padding: 8px 0 2px 14px;
		    height: 20px;
		    color: #ffffff;
		    margin: 0;
	    }
	
	    .caption-azure small {
		    background: url('../images/caption.right.azure.gif') no-repeat right;
		    float: right;
		    margin: 0px;
		    font-size: 10px;
		    height: 22px;
		    padding: 8px 10px 0 0;
	    }
	
    /* Blue */

        .caption-blue {
	        background: url('../images/caption.bg.blue.gif') repeat-x bottom;
	        height: 30px;
	        font-size: 11px;
	        font-weight: bold;
	        color: #303030;
	        margin: 0 0 10px 0;
        }
    
	    .caption-blue p {
		    background: url('../images/caption.left.blue.gif') no-repeat left;
		    padding: 8px 0 2px 14px;
		    height: 20px;
		    color: #ffffff;
		    margin: 0;
	    }
	
	    .caption-blue h1 {
		    background: url('../images/caption.left.blue.gif') no-repeat left;
		    padding: 8px 0 2px 14px;
		    height: 20px;
		    color: #ffffff;
		    margin: 0;
	    }
	
	    .caption-blue a {
		    color: #303030; text-decoration: none;
	    }
	
	    .caption-blue a:hover {
		    text-decoration: underline;
	    }
	
	    .caption-blue h2 {
		    background: url('../images/caption.left.blue.gif') no-repeat left;
		    padding: 8px 0 2px 14px;
		    height: 20px;
		    color: #ffffff;
		    margin: 0;
	    }
	
	    .caption-blue small {
		    background: url('../images/caption.right.blue.gif') no-repeat right;
		    float: right;
		    margin: 0px;
		    font-size: 10px;
		    height: 22px;
		    padding: 8px 10px 0 0;
	    }	
	
    /* Green */

        .caption-green {
	        background: url('../images/caption.bg.green.gif') repeat-x bottom;
	        height: 30px;
	        font-size: 11px;
	        font-weight: bold;
	        color: #303030;
	        margin: 0 0 10px 0;
        }
    
	    .caption-green p {
		    background: url('../images/caption.left.green.gif') no-repeat left;
		    padding: 8px 0 2px 14px;
		    height: 20px;
		    color: #ffffff;
		    margin: 0;
	    }
	
	    .caption-green h1 {
		    background: url('../images/caption.left.green.gif') no-repeat left;
		    padding: 8px 0 2px 14px;
		    height: 20px;
		    color: #ffffff;
		    margin: 0;
	    }
	
	    .caption-green a {
		    color: #303030; text-decoration: none;
	    }
	
	    .caption-green a:hover {
		    text-decoration: underline;
	    }
	
	    .caption-green h2 {
		    background: url('../images/caption.left.green.gif') no-repeat left;
		    padding: 8px 0 2px 14px;
		    height: 20px;
		    color: #ffffff;
		    margin: 0;
	    }
	
	    .caption-green small {
		    background: url('../images/caption.right.green.gif') no-repeat right;
		    float: right;
		    margin: 0px;
		    font-size: 10px;
		    height: 22px;
		    padding: 8px 10px 0 0;
	    }
	    
    /* Orange */

        .caption-orange {
	        background: url('../images/caption.bg.orange.gif') repeat-x bottom;
	        height: 30px;
	        font-size: 11px;
	        font-weight: bold;
	        color: #303030;
	        margin: 0 0 10px 0;
        }
    
	    .caption-orange p {
		    background: url('../images/caption.left.orange.gif') no-repeat left;
		    padding: 8px 0 2px 14px;
		    height: 20px;
		    color: #ffffff;
		    margin: 0;
	    }
	
	    .caption-orange h1 {
		    background: url('../images/caption.left.orange.gif') no-repeat left;
		    padding: 8px 0 2px 14px;
		    height: 20px;
		    color: #ffffff;
		    margin: 0;
	    }
	
	    .caption-orange a {
		    color: #303030; text-decoration: none;
	    }
	
	    .caption-orange a:hover {
		    text-decoration: underline;
	    }
	
	    .caption-orange h2 {
		    background: url('../images/caption.left.orange.gif') no-repeat left;
		    padding: 8px 0 2px 14px;
		    height: 20px;
		    color: #ffffff;
		    margin: 0;
	    }
	
	    .caption-orange small {
		    background: url('../images/caption.right.orange.gif') no-repeat right;
		    float: right;
		    margin: 0px;
		    font-size: 10px;
		    height: 22px;
		    padding: 8px 10px 0 0;
	    }		
	
	
/* Fine caption */

.content {
	margin: 0 16px 0 10px;
}
	.content ul {
		margin: 0;
		padding: 0;
	}

	.content li {
		list-style-type: none;
		margin: 0 0 0 3px;
		background: url('../images/blt.gif') no-repeat;
		padding: 0 0 4px 20px;
	}

.fbox {
	border: 1px solid #6ca901;
	padding: 10px;
	background: #f9fcf5;
	margin: 5px 5px 10px 5px;
}

.lbox {
	margin: 0 5px 10px 5px;
	border: 1px solid #989898;
	padding-left: 7px;
	padding-top: 7px; 
	padding-bottom: 2px; 
	padding-right: 7px;  
}

.footer {
	background: url('../images/footer.bg.gif') repeat-x top;
	padding: 15px 0 0 0;
	margin: 0 auto 0 auto;
	width: 94%;
	color: #696969;
	height: 40px;
}
	.footer p {
		margin: 0;
	}
	.footer h3 {
		float: right;
		margin: 0px;
		font-weight: normal;
	}
	.footer a {
		color: #696969; text-decoration: none;
	}
	.footer a:hover {
		text-decoration: underline;
	}

.nav {
	color: #696969;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}
	.nav p {
		margin: 0;
		padding: 2px 0 0 0;
	}
	
	.nav h3 {
		float: right;
		margin: 0;
		font-size: 11px;
	}
	
	.nav a {
		font-size: 11px; color: #6ca901; text-decoration: none;
	}
	.nav a:hover {
		text-decoration: underline;
	}

.article {
	margin: 5px 5px 10px 5px;
	line-height: 18px;
}
	.article a {
		font-weight: bold; color: #6ca901; text-decoration: none;
	}
	.article a:hover {
		font-weight: bold; color: #6ca901; text-decoration: underline;
	}


.text {
	border: 1px solid #696969;
	background: #ffffff;
	height: 17px;
	font-size: 12px;
	padding: 2px 2px 2px 6px;
	width: 360px;
	color: #696969;
}
.textarea {
	border: 1px solid #696969;
	padding: 2px 2px 2px 6px;
	font-size: 12px;
	width: 360px;
	color: #696969;
}
.textpy {
	border: 1px solid #696969;
	background: #ffffff;
	height: 17px;
	font-size: 12px;
	padding: 2px 2px 2px 6px;
	width: 50px;
	color: #696969;
}

.limit_field {
   border: 0px;
   font-size: 10px;
   color: #696969;
   background: none;
}

.captcha {
	border: 1px solid #696969;
	background: url('../images/loader.gif') no-repeat center;
}

form {
	Margin: 0;
}

.cat {
	font-size: 13px;
	font-weight: bold;
	color: #6ca901;
	margin: 0 0 6px 0;
}
	.cat a {
		font-size: 13px; color: #6ca901; text-decoration: none;
	}
	.cat a:hover {
		text-decoration: underline;
	}
	.cat span {
		font-size: 9px;
		padding: 0 0 0 4px;
	}
	
.subcat {
	font-size: 11px;
	color: #696969;
	margin: 0 0 2px 0;
	font-weight: normal;
}
	.subcat a {
		COLOR: #696969; text-decoration: none;
	}
	.subcat a:hover {
		text-decoration: underline;
	}

.break {
	padding: 3px 0 3px 0;
}

/* Inizio titoli */

    /* Azure */

        .title {
	        font-weight: bold; font-size: 13px; color: #6ca901; margin: 0 0 2px 0;
        }
    
	    .title a {
		    font-size: 13px; color: #6ca901; text-decoration: none;
	    }
	
	    .title a:hover {
		    text-decoration: underline;
	    }
	    
    /* Blue */

        .title-blue {
	        font-weight: bold; font-size: 13px; color: #0c7393; margin: 0 0 2px 0;
        }
    
	    .title-blue a {
		    font-size: 13px; color: #0c7393; text-decoration: none;
	    }
	
	    .title-blue a:hover {
		    text-decoration: underline;
	    }
	    
	    
	    
	    
	    
	    

/* Fine titoli *>

.desc {
	font-size: 11px; color: #696969; font-weight: normal; margin: 0 0 2px 0;
}

.url {
	font-weight: normal; font-size: 11px; color: #696969;  margin: 5px 0 5px 0;
}

div.pr {
	font-size: 6pt;
	color: #505050;
}

div.prg{
	width: 50px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb{
	background: #a7cb67;
	height: 3px;
	font-size: 1px;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #696969;
	font-weight: normal;
	font-size: 7pt;
	text-decoration: none;
}

.err {
	color: #FF0000;
	margin: 0 5px 5px 5px;
	font-weight: bold;
	padding: 6px;
	border: 1px solid #6ca901;
}

.msg {
	color: #6ca901;
	margin: 0 5px 5px 5px;
	font-weight: bold;
	padding: 6px;
	border: 1px solid #6ca901;
}

span.req {
	color: #FF0000;
	font-weight: bold;
}

select {
	font-size: 8pt;
	color: #000000;
	border: 1px solid #d5d5d5;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   color:#6ca901;
   font-weight: bold;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #696969;
   border-width:0 1px 1px;
}

#catTitle {
	background: none;
	font-weight: bold;
} /* Important for Konqueror */

#categtree h2 {
	margin:0 0 5px;
	font-size: 11px;
	padding:2px;
	text-align:center;
	color:#FFFFFF;
	background:#a7cb67;
	vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   color: #303030;
   border:1px dotted #FFFFFF;
   border-width:1px 0;
   cursor:pointer;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#d9e9bd;
}

#categtree .even {
   background:#FFFFFF;
}

#categtree .categ-item:hover {
   background:#eee;
}

.os {
	color: #3d4c53;
	font-weight: bold;
}
	.os a {
		color: #3d4c53; font-size: 11px; text-decoration: none;
	}
	.os a:hover {
		text-decoration: underline;
	}
	
.design {
	color: #982a05;
	font-weight: bold;
}
	.design a {
		color: #982a05; font-size: 11px; text-decoration: none;
	}
	.design a:hover {
		text-decoration: underline;
	}
