input, select, option,  textarea, button{
	font-family: "volvonovummedium", arial;
	font-size:14px;
}


select{
	padding: 10px;
}

label.active:hover{
	cursor:pointer;
	text-decoration: underline;
}

input[type=text],input[type=password],textarea{
	padding:10px;
	border:0;
}


.highlight{
	border:1px solid red !important;
}



.frmKeyword{
	padding-left:40px !important;
	background-image:url('/modules/main/images/magnify.png');
	background-position:10px 10px;
	background-repeat: no-repeat;
	background-size:20px 20px;
	line-height:20px;
	border:1px solid #ccc !important;

}

#frmNewsletter{
	width:100%;
	max-width:250px;
}

button,submit, reset{
	background-color:#fff;
	border:1px solid #333;
	padding:6px 16px;
	color:#333;
	font-size:12px;
	cursor: pointer;
	text-transform: uppercase;

}
button:hover,submit:hover, reset:hover{
	background-color: #999;
}

button.btnSmall {
	color: #0E2E69;
	background-color: white;
	border: 1px solid #0E2E69;
	padding: 5px 15px;
	font-size: 14px;
}
button.btnSmall:hover{
	background-color:#0E2E69;
	color:white;
}

.spanAddressAdvice {
    display: inline-block;
    font-size: 14px;
    width: 300px;
    line-height: 19px;
}

.divInput{
	margin-bottom:5px;
	vertical-align:top;
}

.frmStandard label{
	width:150px;
	display:inline-block;
	vertical-align: top;
	line-height:40px;
}
.frmStandard input[type=checkbox]{
	margin:14px 0 0 10px;

}

.frmStandard input[type=text], .frmStandard input[type=password], select{
	display:inline-block;
	border:1px solid #ccc;
	width:300px;
	vertical-align: top;
}
.frmStandard textarea{
	display:inline-block;
	border:1px solid #ccc;
	width:300px;
	height: 100px;
	vertical-align: top;
}

.small100{
	width:100px !important;
}
.fullwidth{
	width:auto !important;

}

#frmSearchPage{
	margin-bottom:20px;
}


input[readonly=readonly],textarea[readonly=readonly],select.readonly{
	color: #666;
	text-shadow: white 1px 1px;
	background-image: url('/modules/admin/images/assets/lock.png');
	background-repeat: no-repeat;
	background-size: 12px;
	background-color: #eeeeee;
	background-position: right top;
	opacity: 1 !important;
}



form label.lblRequired:after
{
	color: red;
	content: " *";
}

#divProductDetails label{
	line-height: 40px;
	padding-right:10px;
}

#divProductDetails select{
	line-height: 40px;
	width:auto;
}