body {
 margin: 0 auto 0 auto;
 padding: 8px 10px 8px 10px;
 background-color: #fff;
 font-size: 75%; 
 text-align: left;
 color: #000;
}

body, input, select, textarea {
 font-family: arial, verdana, sans-serif;
}

input, select, textarea {
 font-size: 95%; 
}

:focus {
 -moz-outline-style: none;
}

* {
	margin:0;
	padding:0;
}

img {
 border: 0;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
 font-size: 1%;
}

.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:0;
	line-height:0;
}

.toRight {
 float: right;
}



/* Fonts */

h1,h2,h3,h4,h5,h6 {
 font-family: arial, verdana, sans-serif;
}

h1, h2, h6 {
 margin-bottom: 10px;
 padding-bottom: 10px;
 font-size: 140%;
 font-weight: normal;
 background-image: url(../images/h.gif);
 background-repeat: repeat-x;
 background-position: 0 bottom;  
}

h3, h4 {
 font-size: 100%;
}

h4 {
 margin-top: 15px;
}

h6.extended {
 margin-bottom: 13px;
}

ul, li {
 list-style-image: none;
 list-style-type: none;
}

a {
 color: #1E568F;
 text-decoration: none;
}

a:hover {
 color: #000;
 text-decoration: none;
}



/* Pictures */

.imgLeft {
 margin: 2px 10px 4px 0;
 float: left;
}  

.imgRight {
 margin: 2px 0 4px 10px;
 float: right;
} 



/* Picture list */

.pictureList .item {
 width: 120px;
 height: 93px;
 margin: 15px 6px 6px 0;
 padding: 4px 5px 0 5px;
 background-color: #eee;
 border: 1px solid #ccc;
 text-align: center;
 float: left;
}



/* Item lists */

.product, .article {
 margin-bottom: 5px;
}



/* Hidden elements */

#content .main .info {
 display: none;
}

#content .main .back {
 display: none;
}  

#header {
 display: none;
}

#footer {
 display: none;
}