﻿/*
--->  Begin Tempo E-commerce CSS
--->  Tempo E-commerce - Creative design Ruud van Engelenhoven
--->  06 462 261 15 - tempo-ecommerce.nl - info@tempo-ecommerce.nl
*/
/*****			Table of Content						****/
/*****			1. Begin Body CSS						****/
/*****			2. Begin Div's CSS						****/

/*****			1. Begin Body CSS						****/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#ffffff;
	color:#555555;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	line-height:140%;
}

p {
    margin-bottom: 10px;
}

ul, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

fieldset {
    border: 0px;
}

form {
    
}

input, select, button {
vertical-align:middle;
}

a img {
	border:0 none;
}

.no-display {
    display: none;
}