﻿body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0; 
        width:700px;
        text-align: left;
}

/* Reset padding and margin */
ul, li, ol{
	padding:0;
	margin:0;
}

.hide{
        display:none;
}

/* Correct Dynamics stupid CSS-flaws*/

.h3{
	text-transform:uppercase;
}

.h4{
	margin:8px 0px;
}

a {
	cursor:pointer;
	font-size:inherit;
}

a:hover {
	text-decoration:none;
}

a img {
	border:none;
}

#footer div small {
	position:relative;
	color: #000000;

	top:5px;
}

#footer div small a{
	color:#FF0000;
        font-size:11px;
}

input, textarea{
	border:1px #878787 solid;
        margin:0 0 4px 0;
        width:220px;
}

input.checkboxstyle{
	border:0px white solid;
        margin:0 0 4px 0;
}

hr
{
        background: #000000;
        color: #878787;
        height: 1px;
        border:none;
        margin-bottom:3px;
}

.split{
	background-color: #000000;
	height:1px;
	clear:both;
	margin:0 0 10px 0;
}

/* ------------------ Sectors ------------------  */

#header{
	height:40px;
	margin-bottom:30px;
        background-color:white;
}

#menu{
	left:auto;
	right:auto;
	position: absolute;
	top: 60px;
	width: 700px;
        display:none;
}

#logo{
	float:right;
        display:none;
}

#printlogo{
	float:right;
display:inline;
}

#logoimg{
	border:0;
}


#content {
	width:700px;
        margin:0;
        float:none;
}
	

#footer{
	height:30px;
	clear:both;
	position:relative;
	top:30px;
        background-color:white;
}

#submenu{
        display:none;
}


.cartimage{
	float:left;
	border: 1px solid #000000;
	margin:10px 10px 10px 0px;
	width:98px;
	height:98px;
        cursor:hand;
}

.cartobject{
	clear:both;
        min-height: 120px;
        border-bottom: 1px solid #000000;
        page-break-inside:avoid;
}
.cartinfoleft{
	float:left;
        width:6cm;
        margin-top:5px;
}
.cartinforight{
	float:left;
        width:4cm;
        margin:5px 0 0 20px;
}

.cartobject:hover a h3{
	color:black;
	text-decoration:none;
}

.cartobject:hover img.cartimage{
	border:1px solid black;
}
