/*
 Creation and/or Modifications by Qube Srl
 *****************************************************************	
	Qube Srl - www.qubestudios.it
	Copyright (c) Qube Srl
	E-mail : info@qubestudios.it	
 *****************************************************************
*/

	
/*
/////////////////////////////CLASSI RICORRENTI DA RIUTILIZZARE///////////////////////////////////// 
01. input type=input con classe textinput
02. Pulsanti colorati: Rosso | Verde | Blu | Azzurro | Grigio
03. Azzeramento dei floats
04. General Error
05. Testi lunghi
06. Testi in Evidenza
07. Bullet List
*/



/* 01. Formattazione input type=text con classe textinput */
input.textinput{
	padding:2px;
	color:#666;
	border:1px solid #ccc;
}

/* 02. Pulsanti colorati: Rosso | Verde | Blu | Azzurro | Grigio */
input.button_red{
	text-align:center;
	background:url(/img/struttura/buttonColor.png) repeat-x left 0px;
	background-color:#bb1639;
	font-size:11px;
	color:white;
	border:1px solid #830f28;
	cursor:pointer;
	height:20px;
	line-height:20px;
}

input.button_green{
	text-align:center;
	background:url(/img/struttura/buttonColor.png) repeat-x left -30px;
	background-color:#79bb16;
	font-size:11px;
	padding:3px;
	color:white;
	border:1px solid #649b12;
	cursor:pointer;
	height:20px;
	line-height:20px;
}

input.button_blue{
	text-align:center;
	background:url(/img/struttura/buttonColor.png) repeat-x left -61px;
	background-color:#145191;
	font-size:11px;
	color:white;
	border:1px solid #124881;
	cursor:pointer;
	height:20px;
	line-height:20px;
}

input.button_sky{
	text-align:center;
	background:url(/img/struttura/buttonColor.png) repeat-x left -91px;
	background-color:#4fcde8;
	font-size:11px;
	color:white;
	border:1px solid #3d9db2;
	cursor:pointer;
	height:20px;
	line-height:20px;
}

input.button_gray{
	text-align:center;
	background:url(/img/struttura/buttonColor.png) repeat-x left -123px;
	background-color:#b9bbb6;
	font-size:11px;
	color:#333;
	border:1px solid #999;
	cursor:pointer;
	height:20px;
	line-height:20px;
}

/* 03. Azzeramento dei floats */
.clear{
	clear:both;
}

/* 04. General Error */
p.GeneralError{
	display:block;
	padding:10px 0px 10px 70px;
	margin:50px 10px 0px 20px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#cc0033;
	background:url(/img/icone/alert.png) no-repeat 10px 10px;
	border:2px solid #ccc;
	background-color:#f5f5f5;
}

/* 05. Testi lunghi */
p.longtext{
	line-height:25px;
	text-align:justify;
	margin-bottom:10px;
}

/* 06. Testi colorati in evidenza */
.testoazzurro{color:#3399cc;}
.testogrigioscuro{color:#333;}
.testoamaranto{color:#cc0033;}
.testobluscuro{color:#3B5998;}
.testoalert{color: #F00;font-weight:bold;}

/* 07. Bullet List */
ul.bulletlist {
	padding-left:5px;
	margin-left:11px;
}

ul.bulletlist li {
	border-bottom:1px dotted #CCCCCC;
	list-style-image:url(../icons/bullet.png);
	margin-bottom:5px;
	padding-bottom:5px;
}

/*08. redirect */
p.redirect{
	width:320px;
	margin:34px auto 0;
	text-align:center;
	border:1px solid #ccc;
	-moz-border-radius:10px;
	padding:10px;
}

p.redirect strong {
	color:#691e56;
	font-weight:bold;
	display:block;
	font-size:14px;
}

/* 09. tabella contenuti */
table.elencoContenuti{
	padding:0px;
	margin:0;
}

table.elencoContenuti tr.intestazione {
	background-color:#555;
	color:white;
	font-size:11px;
}

table.elencoContenuti tr.intestazione td{
	border:1px solid white;
	font-size:12px;
	font-weight:bold;
	padding:5px;
}

table.elencoContenuti tr.contenuti td {
	padding:4px;
	background-color:#efefef;
	font-size:11px;
	border:1px solid #fff;
}

/*paginazione*/
#contentLeft #paginazione{
	background-color:#d8ef86;
	margin-top:10px;
	padding:3px;
	position:relative;
}

#contentLeft #paginazione ul li.totali{
	position:absolute;
	right:5px;
	top:5px;
	font-weight:bold;
	font-size:10px;
}

#contentLeft #paginazione ul li{
	float:left;
}

#contentLeft #paginazione a{
	color:#666;
	font-size:11px;
	padding-right:10px;
}

/* form */
.form{
	height:35px;
	clear:both;
}
.areatesto{height:225px;}
.areatestock{height:300px;}

form .areatestock label{
	float:none;
	margin-bottom:5px;
}

.privacy{
	height:125px;
}

.privacy textarea {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.form label {
	border:0 none;
	color:#666666;
	display:block;
	float:left;
	width:130px;
}

.form input.textinput, 
.form textarea {
	float:left;
	width:380px;
}

.form textarea{
	width:374px;
}

textarea{padding:5px;border:1px solid #ccc;}	
select{padding:2px;	border:1px solid #ccc;}


/* 01. Box contenuti con h3 + div class content_box + more information */
.container_box{
	padding:0px;
	margin:0px;
}
	
.container_box .content_box{}

.container_box .content_box .moreinformation {
	display:block;
	padding-top:3px;
	border-top:1px dotted #ccc;
	margin-top:5px;
	clear:both;
}
	
/* 02. Box con h3 + div class content_box + 2 colonne flottanti + more information */
.container_box_2columns{
	padding:0px;
	margin:0px;
}
	
.container_box_2columns .content_box {}

.container_box_2columns .content_box .boxleft {
	width:50%;
	display:inline;
	float:left;
}
.container_box_2columns .content_box .boxright{
	width:50%;
	display:inline;
	float:left;
	}

.container_box_2columns .content_box .moreinformation {
	display:block;
	padding-top:3px;
	border-top:1px dotted #ccc;
	margin-top:5px;
}
	
/* 03. Box con h3 + div class content_box + 3 colonne flottanti + more information */
.container_box_3columns{
	padding:0px;
	margin:0px;
}
	
.container_box_3columns .content_box {}

.container_box_3columns .content_box .boxleft {
	width:33%;
	display:inline;
	float:left;
}

.container_box_3columns .content_box .boxcenter {
	width:33%;
	display:inline;
	float:left;
}

.container_box_3columns .content_box .boxright{
	width:33%;
	display:inline;
	float:left;
	}

.container_box_3columns .content_box .moreinformation {
	display:block;
	padding-top:3px;
	border-top:1px dotted #ccc;
	margin-top:5px;
}

/* 04. Box immagine overflow */
.boxphoto{
	width:50px;
	height:50px;
	overflow:hidden;
	position:relative;
}

.boxphoto img {
	width:50px;
	position:relative;
	top:0px;
	left:50%;
	margin-left:-25px;
}