﻿/*

CSS FRONT-END VER. 1

ELEMENTS

© Interattiva e-comunicazione
  www.lineagrafica.it
------------------------------------------------
*/

.elements { position: relative; margin-left: -10px; width:690px; }

div.element {
	position: relative;
	display: block;
	float: left;
	text-align: center;
	padding: 0 0 200px 0;
	margin: 0 0 20px 0;}
  	.elements h3 {
		display: block;
		margin: -20px 0 0 -20px;
		padding: 20px;
		text-align: center;}
	.elements h4 { font-size: 1.0em; color: #c00;}

	.elements .w170 h3 {
			width: 130px;
			background: transparent url(../images/bg_w170_top.gif) no-repeat left top;}
	.elements .w226 h3 {
			width: 186px;
			background: transparent url(../images/bg_w266_top.gif) no-repeat left top;}
	.elements .w340 h3 {
			width: 300px;
			background: transparent url(../images/bg_w330_top.gif) no-repeat left top;}
	.elements .w510 h3 {
			width: 470px;
			background: transparent url(../images/bg_w510_top.gif) no-repeat left top;}

		.w170 {width: 170px;}
		.elements .w170 {
				width: 130px;
				padding:20px;
				background: #fff url(../images/bg_w170.gif) no-repeat left bottom;}

		.w226 {width: 226px;}
		.elements .w226 {
				width: 186px;
				padding:20px;
				background: #fff url(../images/bg_w266.gif) no-repeat left bottom;}

		.w340 {width: 340px;}
		.elements .w340 {
				width: 300px;
				padding:20px;
				background: #fff url(../images/bg_w330.gif) no-repeat left bottom;}

		 .w510 {width: 510px;}
		.elements .w510 {
				width: 470px;
				padding:20px;
				background: #fff url(../images/bg_w510.gif) no-repeat left bottom;}

		.text_left { text-align: left !important;}

	.elements a.name{
		font-weight: bold;
		font-size: 1.0em;
		text-decoration: none;
		color: #cc0000;}

	.elements span.potenza{
		display: block;
		font-size: 0.9em;
		font-weight: bold;
		margin: 0 0 .5em 0;}

	.elements span.tecnologia {font-style: italic;}


    /* -- STILE BOX LOGIN SU SUPPORTO -----	*/

	.login {
	background: #fff url(../images/bg_w266_login.gif) no-repeat left bottom !important;}
	.login h3 {
	background: transparent url(../images/bg_w266_top_login.gif) no-repeat left top !important;}
