@charset "utf-8";
/* CSS Document */

* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-weight: bold;
	color: #3399FF;
}
a:hover {
	color: #FF3300;
}
body {
	background-color: #FFFFFF;
	background-image: url(bg_page.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
#soluzioni-videogames {
	width: 900px;
}
.head {
	background-image: url(head.png);
	height: 150px;
	width: 900px;
	font-weight: lighter;
	color: #FFFFFF;
}
.nav {
	background-image: url(nav.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 130px;
}
.nav iframe {
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 728px;
}
.contenuto {
	background-image: url(contenuto.png);
	background-repeat: no-repeat;
	background-position: left top;
}
h2 {
	font-size: 18px;
}
#videogames {
	width: 100%;
	border-right-width: 3px;
	border-bottom-width: medium;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #000000;
	border-left-color: #666666;
	background-color: #F0F0F0;
}
#videogames td{
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}
.marca,.gioco,.descrizione  {
	font-size: 16px;
	font-weight: bold;
	color: #3399FF;
	background-color: #E5E5E5;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
.gioco {
}
.descrizione {
}
.img_articolo {
	background-color: #FFFFFF;
	padding: 5px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	height: 200px;
	width: 200px;
}
.img_articolo img{
	height: 180px;
	width: 180px;
}
.videogames_a {}
.videogames_b {}
.videogames_c {}
.bg {
	height: 200px;
	text-align: center;
}
.footer {
	background-image: url(footer.png);
	background-position: left bottom;
	height: 65px;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
}
