body {
	padding: 0;
	font-weight: normal;
	background-color: #f6f4e4;
	font-size: 16px;
	font-family:Tahoma, Geneva, sans-serif;
}

div#main,
div#sfondo_bianco,
div#menu_right,
div#menu_right div,
div.frame_cliente,
div.categoryBox,
div.green_section,
div.green_section div,
div.buy_details,
div.buy_details div,
div.floatdiv
{
	display: inline;
	float: left;
}

/* FIXME  */
/* div { display: inline; float: left; } */

#body_container {
	left: 0;           /* Left edge at left for now */
	right: 0;          /* Right edge at right for now, so full width */ 
	top: 0px;         /* Move it down from top of window */
	width: 1008px;      /* Give it the desired width */ 
	margin: auto;      /* Center it */
}

ul.downloads_ul {
	list-style: none;
}

ul.downloads_ul li:before {
	content: "\21E9 \0020";
	color: red;
	font-weight: bold;
	font-size: 18pt;
}

#cookieChoiceInfo {
	font-size: 12pt;
	position: fixed;
	width: 100%;
	color: white;
	background-color: rgba(0, 0, 0, 0.701961);
	margin: 0;
	left: 0;
	bottom: 0;
	padding: 10px;
	z-index: 1000;
	text-align: center;
}

#cookieChoiceInfo a {
	display: block;
	padding: 4px;
	color: #29B900;
	font-weight: bold;
	text-decoration: underline;
}

a#cookieChoiceDismiss {
	color: white;
	text-decoration: none;
}

/*
 * Bootstrap style
 */
.text-right {
	text-align: right;
}

/*
 * FIX autoload immagini dimensione sconosciuta
 * - Chrome 39.0.2171.99
 * - lista con un solo articolo
 */
img.unveil_img {
	min-width: 1px;
	min-height: 1px;
}

.cliente_search_input {
	width: 220px;
}

.utente_search_input {
	width: 220px;
}


div.agent_tools {
	display: block;
	background-color: #CCCCCC;
	padding: 2px;
	margin: 2px;
	border: 1px dotted #000000;
}

div.agent_tools div {
	display: inline;
	/*background-color: #BBFFBB;*/
	padding: 2px;
	margin: 2px;
	border: 1px solid #000000;
}

#menu1 {
	position: relative;
	left: 10px;
}

.eco_contrib {
	color: blue;
	font-size: 14px;
}

div.ordine {
	display: block;
	width: 90%;
}

div.blocco_ordine {
	/*background-color: #AAAAAA;*/
	width: 100%;
	display: block;
	padding: 4px;
	/*border: 1px solid #AAAAAA;*/
	margin: 4px;
}

div.buy_details {
	width: 100%;
	font-size: 14px;
}

div.buy_details table {
	width: 200px;
}

div.buy_details input {
	text-align: center;
}

div.buy_details td.col1 {
	text-align: right;
	padding-right: 8px;
}

div.buy_details td.col2 {
	text-align: right;
}

div.buy_details .info_box {
	font-size: 13px;
	width: 190px;
	background-color: white;
	padding: 5px;
	text-align: center;
	margin: 3px;
}

div.buy_details .non_disponibile_ordinabile {
	border: 2px solid #fe0000;
}

div.buy_details .in_arrivo_ordinabile {
	border: 2px solid #e8ad15;
}

div.buy_details .componibile_ordinabile {
	border: 2px solid #95de2f;
}


div.disp_nota {
	font-size: 12px;
	color: #EE1111;
	width: 100%;
	text-align: center;
}

.right {
	text-align: right;
}

.regform_section {
	color: #333333;
	text-align: left;
}

input.submit_button {
	margin: 10px;
	font-size: 14px;
	min-width: 100px;
	padding: 4px;
	background-color: white;
	margin-left: 5px;
}

.signin_label {
	width: 228px;
	font-size: 14px;
	padding:1px;
	background-color: white;
}

.rivenditori_label1 {
	width: 250px;
	font-size: 14px;
	padding:1px;
	background-color: white;
}

.rivenditori_label2 {
	width: 600px;
	font-size: 14px;
	padding:1px;
	background-color: white;
}

.contact_form input:read-only {
	background-color: #c7c7c7 !important;
}

div.dummy_gallery {
	width: 250px;
	height: 250px;
	text-align: center;
	background-color: #777777;
}

td.regformlabel {
	text-align: right;
}

.big {
	font-size: 12pt;
}

.thanks {
	font-size: 12pt;
	text-align: center;
}

.red {
	color: #EE1111;
}

tr.eccezione_per_soli_agenti {
	background-color: orange;
	display: none;
}

.mostraEccezioniAgenti tr.eccezione_per_soli_agenti {
	display: table-row !important;
}


/*
 * Jolly: eccezioni speciali che oscurano le altre
 */
tr.eJolly {
	font-weight: bold;
}
tr.eNotJolly {
	text-decoration: line-through;
	color: #EE1111;
}


.avviso {
	font-size: 12pt;
	color: #EE1111;
}

.bold {
	font-weight: bold;
}

.strong {
	color: red;
	font-weight: bold;
}

.error_list {
	color: red;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

.contact_form {
	font-size: 10pt;
}

.contact_message {
	font-size: 12pt;
}

body.carosello_body {
	padding: 0;
	margin: 0;
	font-weight: normal;
	background-color: #FFFFFF;
	font-size: 16px;
	font-family:Tahoma, Geneva, sans-serif;

}

.carousel_container {
	width: 704px;
	height: 380px;
	background: #ffffff;
	border: 2px solid #faa61a;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#menu_orizzontale {
	z-index: 1;
	margin-top: 8px;
	margin-bottom: 4px;
}

.carousel_container_large {
	width: 1004px;
	height: 235px;

	background: #ffffff;
	border: 0px;
	border-top: 0px;
	border-left: 2px solid #faa61a;
	border-right: 2px solid #faa61a;
	border-bottom: 2px solid #faa61a;
}

p {
	font-weight:normal;
	font-size: 12px;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
}



.sfondobasso {
	border:2px solid #002000;
	width : 100%;
	height : 20px;
	text-align : right;
	background-color : #333333;
	position:absolute;
	bottom:0;
}

#footer {
	z-index:-1;
	width : 100%;
	height : 150px;
	clear: both;
	bottom:0px;
	left:0px;
	position:fixed;
	padding: 0px 0px 0px 0px;
}

img {
	display: inline;
	border: none;
}

.testo_12px {
	font-size: 12px;
}

.notice {
	background-color: #CC2222;
}

div.categoryBox {
	width: 230px;
	height: 200px;
}

.articolo_footer {
	margin: auto;
	font-size: 22px;
}

/* testo centrato in verticale */
.vcenter_text {
	line-height: 100%;
}

.prezzo_big {
	font-size: 24px;
}

.green {
	color: green;
}

.available {
	color: green;
}

.not_available {
	color: red;
}

.welcomeMessage {
	font-family:Tahoma, Geneva, sans-serif;
	color: #6FB372;
	font-size: 16px;
	margin-left:30;
	margin-right:30;
}

.articolo_codice {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.articolo_title {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}
.articolo_desclunga {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
}

.articolo_details {
	margin: 0px;
	padding: 0px;
}

.greetUser {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #DD0000;
	font-weight: bold;
}

a {text-decoration:none;color:#333333;}

/*a:hover {color:#faa61a}*/
a:hover {color:#979f01}

a.line:focus {outline:none;}

a.line:link,a.bottomline:active {
	color:#333333;text-decoration:none;border-bottom:1px solid #cbcbcb;
}

a.line:visited {
	color:#333333;text-decoration:none;border-bottom:1px solid #cbcbcb;
}

a.line:hover {
	text-decoration:none;border-bottom:2px solid #faa61a;
}


/*
 * cambio lingua
 */
#choose_language {
	position: absolute;
	top: 18px;
	right: 25px;
}

#choose_language a {
    margin: 0;
}
#choose_language img {
    margin-left: 5px;
    border: 1px solid black;
    width: 38px;
}


.navigation {
 	display:block;
	margin-top:20;
	margin-bottom:20;
	width:100%;
}

.pager_cell {
	width: 60px;
	height: 32px;
	font-size: 20px;
	text-align: center;
}

.pager_cell_selected {
	background-color: #faa61a;
}

.category_tree {
	font-size: 14px;
	font-weight: bold;
}

.category {
	color: #808080;
}

.selected_category {
	/*color: #faa61a;*/
	color: #6FB372;
}

.center {
	text-align: center;
}

.add_to_chart {
	font-size: 18px;
}

/*
 * lista prodotti
 */
.itemlisting {
	width: 669px;
}


/*
 *  4:3
 * -----
 * 48x36
 * 160x120
 * 400x300
 */

.image48box {
	width: 48px;
	height: 36px;
	margin: 2px;
}

.image160box {
	width: 160px;
	height: 120px;
	margin: 4px;
}

.image400box {
	width: 400px;
	height: 400px;
	margin: 4px;
	text-align: center;
}

.listing {
	width: 669px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	/*background: url(../images/bg_listing.gif) repeat-y;*/
	/* float: left; */
}

.listinglowcell {
		border-bottom:thin #CCC dotted;
}

.listingrightborder {
	border-right: thin #CCC dotted;
}
.listing_image {
	padding-left: 10px;
	padding-right: 10px;
}

.listing_desc {
	padding: 5px;
	display: block;
}

.left { float: left; }

.black14b {
	font-family:arial;
	color: #333333;
	font-size:14px;
	font-weight:bold;
}

.block {
	display: block;
	float: none;
}

#header {
	width: 984px;
	padding: 10px;
	background-color: #ffffff;
	border: 2px solid #faa61a;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	/*border-bottom: 0px;*/
}

#menu_orizzontale {
	display: block;
	width: 1004px;
	margin-left: 0px;
	text-align: center;
}

#sfondoalto {
	background: url(../images/bordoalto.png) repeat-x;
}

#promotions {
	position: absolute;
	top: 12px;
	right: 130px;
	line-height: 40px;
}

#promotions a {
	color: #EE1111;
	font-weight: bold;
}

.frame_cliente {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 265px;
	background-color: #ffffff;
	padding: 5px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 2px solid #faa61a;
}

.frame_cliente div.green_section {
	background-color: #faa61a;
	width: 100%;
	margin: 2px;
	height: 28px;
	padding: 0px;
}

.frame_cliente div.green_section a {
	color: black;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	top: 3px;
}

.frame_cliente div.green_section .util_button {
	width: 32px;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
}

ul.cart_short {
	margin: 0px;
	list-style: none;
	padding-left: 4px;
	font-size: 11px;
}

ul.client_tools {
	margin: 2px;
	list-style: none;
	padding-left: 10px;
	font-size: 14px;
}

#secondo_logo {
	height:65px;
	position: absolute;
	left: 300px;
	top: 50px;
	}

.blu11 {
	font-family:Tahoma, Geneva, sans-serif;
    color: #315D7A;
    font-size: 11px;
    font-weight: normal;
}

#header_search_v2 {
	height:51px;
	position: absolute;
	right: 25px;
	top: 50px;
}

.searchfield_v2 {
	background: url(../images/bg_inputSearch.gif) no-repeat;
	width: 265px;
	height: 29px;
	border: 0px;
	padding: 2px 0px 0px 24px;
	margin-top: 5px;
	margin-left: 11px;
	float: left;
}

.search_button {
	float: right;
	margin-top: 5px;
	margin-left: 3px;
	font-size: 18px;
}

#header_search_v2 .search_button {
    background-color: #E9E9E9;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid black;
}

#wrapper {
	width: 1008px;
	position:relative;
	/*border: 1px solid #C0C0C0;*/
}

#main {
	/*background-color: #FFFFFF;
	border: 2px solid #faa61a;
	border-top: 0px;*/
	min-height: 300px;
	width: 715px;
	padding: 5px;
	padding-left: 0px;
	/*background-color: #F5F5F5;*/
}

#main.large_main {
	width: 100%;
}

#menu_right {
	/*background-color: #FFFFFF;
	border-right: 2px solid #faa61a;
	border-bottom: 2px solid #faa61a;*/

	width: 269px;
	min-height: 300px;
	padding: 4px;
}

#info_basse{
	z-index:10;
	width : 100%;
	text-align:center;
	height : auto;
	clear: both;
	bottom:0;
	left:0;
	position:fixed;
	padding: 0px 0px 0px 0px;
	background:#FFF;
	border: 2px solid #faa61a;
		
}

/*
 * varie ed eventuali
 */

label:hover {
	cursor: pointer;
	text-decoration: underline;
}

.sf_notice, .sf_error {
	position: fixed;
	font-size: 24px;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	z-index: 10;
	color: red;
	background-color: white;
}

div.trallallero {
	color: blue;
}

.box {
	vertical-align: top;
	text-align: center;
	border: 2px solid #faa61a;
	height: 300px;
	width: 170px;
	background-color: #ffffff;
	-moz-border-radius: 15px;
	border-radius: 15px;
        float: left;
	padding: 0px;
        margin: 0px;
	}

.img_box {
	height: 232px;
	width: 170px;
	vertical-align: top;
	text-align: center;
}
	
.tit_box {
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: #444444;
	font-weight: bold;
}

.testo_box {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #666666;
}

.titolo_statiche {
	font-size: 20px;
	font-weight: bold;
	color:#6FB372;
}

.sottotit_statiche {
	font-size: 16px;
	font-weight: bold;
	color:#000;
}

.testo_statiche,
.testo_statiche p
 {
	font-size: 14px;
	color:#000;
}

.testo_statiche_centro {
	font-size: 14px;
	color:#000;
	font-weight: bold;
	text-align: center;
}

.testo_statiche_destra {
	font-size: 14px;
	color:#000;
	font-weight: bold;
	text-align: right;
}

#sfondo_bianco {
	background-color: #ffffff;
	padding: 5px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 2px solid #faa61a;
	width: 98%;
}

.menu_sfondo {
	background-color: #f6f4e4;
	border: 2px solid #faa61a;
}

.border_full_green {
	border-right:  1px solid #888888;
	border-bottom: 1px solid #888888;
}
