/* Main Selectors */
body {
	background-color: black;
	color: grey;
}

a, a:visited {
	background-color: transparent;
}

a:hover {
	background-color: transparent;
}




/* MARASKA custom */
fieldset.legend, table.legend, td.legend{
	width: 300px;
	height: 150px;
	vertical-align:top;	
}


div.collapse {
	margin-left:20;
	display:none;
}

div.collapsera {
	width: 999px;
	display:none;
}

h4.lefth4 {
	margin-left: 350 ;
}

img.iconplace{
	height: 50px;
}
img.arrow{
	height: 15px;
	width : 15px;
}

fieldset.legendwidth{
	width: 320px;
	vertical-align:top;
	color: red;
}

table.legend{
	width: 320px;
	vertical-align:top;
	background-color: red;
	color: green;
}

 td.legend{
	width: 320px;
	vertical-align:top;
	background-color: black;
	color: yellow;
}

fieldset.bilegend, div.bilegend{
	width: 700px;
}

div.evoluggage{
	width:700px;
	height: 348px;
	background-image: url("pics/evoluggage.jpg");
	background-repeat:no-repeat;
	background-position: -18px; 
}

div.home{
	top:0;
	left:150;
	width:200px;
}

div.luggageintroduction{
	width:700px;
	text-align:center;
}

div.luggageitem{
	background-color: white;
	background-image: url("pics/evoluggage.jpg");
	text-color:green;
}

div.lefty{
	margin-left: 20;
	text-align:left;
}

div.inputtypesfield{
	/* width:400px; */
	text-align:center;
}


