/* Custom css for  qhorizontalscroller module */
#photos img.nav-next{
	margin-right: -22px;
}
#photos img.nav-prev{
	margin-left: -22px;
}
/* Custom style for mod mininews */
.n-wraper{
	margin: 0;
}
.v-space{
	height: 5px;
}
.n_date{
	font-weight: normal;
	font-size: 11px;
}
.n-articles{
	float: none;
}
a.n-font-title{
	color: #333;
}
.n-wrapv{
	padding-top: 3px;
}
.n-images-w{
	padding: 4px;
	border: 1px #d5d5d5 solid;
}
.imgs_scroll{
	
}

/* Custom css for Contact module */
.mod_contact .submitbutton{
	background: #f8f6f8;
	width: 66px;
	height: 23px;
	line-height: 20px;
	float: right;
	border: none;
}
.mod_contact input.textinput,
.mod_contact textarea.textinput{
	width: 180px;
	overflow: hidden;
}

/* Custom css for Contact module */
.newsletter .submitbutton{
        background: #f8f6f8;
        width: 66px;
        height: 23px;
        line-height: 20px;
        float: right;
        border: none;
	margin-top: 5px;
}
.newsletter input.textinput,
.newsletter textarea.textinput{
        width: 180px;
        overflow: hidden;
	line-height: 20px;
}

/* Custom css for Contact module */
.loginform .submitbutton{
        background: #f8f6f8;
        width: 87px;
        height: 26px;
        line-height: 20px;
        float: right;
        border: none;
        margin-top: 5px;
}
.loginform input.textinput,
.loginform textarea.textinput{
        width: 180px;
        overflow: hidden;
        line-height: 20px;
}



/* Custom style for fontpage */
.home_fp h3{
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: normal;
}