@font-face {
	font-family: 'solumo1';
	src: url('../fonts/gothic.eot');
	src: local('Solumo font Regular'), local('Solumo font regular'),
			url('../fonts/gothic.ttf') format('opentype');
}
@font-face {
	font-family: 'solumo2';
	src: url('../fonts/gothicb.eot');
	src: local('Solumo font Bold'), local('Solumo font bold'),
			url('../fonts/gothicb.ttf') format('opentype');
}
@font-face {
	font-family: 'solumo3';
	src: url('../fonts/gothicbi.eot');
	src: local('Solumo font BoldItalics'), local('Solumo font bolditalics'),
			url('../fonts/gothicbi.ttf') format('opentype');
}
@font-face {
	font-family: 'solumo4';
	src: url('../fonts/gothici.eot');
	src: local('Solumo font Italics'), local('Solumo font italics'),
			url('../fonts/gothici.ttf') format('opentype');
}

body{
	margin: 0px;
	font-family: "arial",arial, Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #FFF;
/*	padding-bottom: 71px; */
}
h1,h2,h3,h4,h5,h6{
}
a{
	color: inherit;
	outline: none;
	text-decoration: none;
}
a:hover{
	color: #AECA16;
	text-decoration: none;
}
img{
	border: none;
}
.imgProducts{
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    margin: 1px 0 0 7px;
    padding: 3px;
}
.imgProducts:hover{
  	-moz-box-shadow:    -0px 1px 4px 2px #a2c614;
  	-webkit-box-shadow: -0px 1px 4px 2px #a2c614;
  	box-shadow:         -0px 1px 4px 2px #a2c614;
    margin: 1px 0 0 7px;
    padding: 3px;
}
p{
    text-align: justify;
}
#ulStripe li{
 	list-style: url("http://www.solumo.nl/images/stripe.png");
 	padding-left: 0px;
 	margin-left: -25px;
}
fieldset{
	border: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.error{
	color: red;
	font-weight: bold;
}
.container{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
/** Notification **/
.notif{
	padding: 20px 10px 20px 40px;
	background: #FFF no-repeat 5px center;
	position: relative;
	/*+border-radius:8px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px 8px 8px 8px;
	/*+text-shadow:none;*/
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
}
.content .notif{
	margin-bottom: 10px;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
.notif .close{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 12px;
	height: 13px;
	display: block;
	background: url(img/close.png);
}
.notif strong{
	font-weight: bold;
}
.notif.success{
	background-color: #E9FBB4;
	background-image: url(img/success.png);
	border: 1px solid #95B630 !important;
	color: #2E640A;
}
.notif.error{
	background-color: #FBB4B4;
	background-image: url(img/error.png);
	border: 1px solid #C21C1C !important;
	color: #C21C1C;
}
.notif.info{
	background-color: #B6EBF9;
	background-image: url(img/info.png);
	border: 1px solid #0B809F !important;
	color: #0B809F;
}
.notif.tip, #content .notif.warning{
	background-color: #F2EDB7;
	background-image: url(img/tip.png);
	border: 1px solid #8C8919 !important;
	color: #656310;
}
.notif.warning{
	background-image: url(img/warning.png);
}
/** forms */
.field{
	width: 185px;
	border: 1px #106cde solid;
	font-size: 12px;
	color: #106cde;
	background-color: #d1e5fd;
	padding: 1px 3px;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
.textarea{
	width: 185px;
	border: 1px #106cde solid;
	font-size: 12px;
	color: #106cde;
	background-color: #d1e5fd;
	padding: 1px 3px;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}

.imgshaduw {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    margin: 1px 0 0 7px;
    padding: 3px;
}

.mainblocks {
    margin-left: auto; 
    margin-right: auto;
    width: 890px;
}

.textblocks {
    display: block;
    float: left;
    border-right: 1px solid #a5a4a4;
    padding-right: 55px;
    width: 380px;
}

.textblocks1 {
    display: block;
    float: left;
    padding-left: 50px;
    width: 400px;
}

.button{
	cursor: pointer;
	border: 1px #106cde solid;
	font-size: 12px;
	color: #106cde;
	background-color: #d1e5fd;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
.button:hover{
	border: 1px #d1e5fd solid;
	background-color: #106cde;
	color: #d1e5fd;
}
.select{
	cursor: pointer;
	width: 185px;
	border: 1px #106cde solid;
	font-size: 12px;
	color: #106cde;
	background-color: #d1e5fd;
	padding: 1px 3px;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
.selectShort{
	cursor: pointer;
	border: 1px #106cde solid;
	font-size: 12px;
	color: #106cde;
	background-color: #d1e5fd;
	padding: 1px 3px;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
.shorterField{
	width: 55px !important;
}
.shorterField2{
	width: 125px !important;
}
.rowLine{
	overflow: auto;
}
.buttonPayPal{
	width: 145px; 
	height: 42px; 
	background-image: url('https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	border: 0px;
}

#faqs { position:relative; }
#faqs h3  { 
	cursor:pointer; 
	margin:0; 
	padding:0;
}
#faqs h3.active  { color:#106cde; }
#faqs div   { position:relative; }
#faqs div p  { padding:0; margin-bottom:15px; }