/* -----------------------------------------------------------------------------
   Candele Online
   http://www.CandeleOnline.com

   Copyright (c) 2009 Candele Online 
   ---------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #7F7772;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

h1, h1 a, h2, h2 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}
/*
h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}
*/
p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

a:hover {
	text-decoration: underline;
	color: #FF7400;
}

img {
	border: none;
}

/* Header */
#header {
	width: 890px;
	height: 48px; /* 108 */
	margin: 0 auto;
}

#logo h1, #logo p {
	float: left;
	color: #3B3B3B;
	width: 500px;
}

#logo h1 {
	height: 28px;
	padding: 3px 90px 0 0;
	font: normal 2.1em "Comic Sans MS";
}

#logo p {
	margin: 0 0 0 -30px;
	padding: 70px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.8em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #3B3B3B;
	font-weight: bold;
}

/* RSS */
#rss {
	padding: 10px 0px 0px 0px;
	text-align: right;
}

#rss a {
	padding: 0 0 3px 24px;
	background: url(/images/img03.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
}

#rss a:hover {
	text-decoration: underline;
}

/* Search */
#search {
	padding: 0px 39px 20px 0px;
	float: right;
	width: 200px;
	height: 18px;
	background: url(/images/img02.gif) no-repeat;
}

#search #x {
	display: none;
}

#search #s {
	padding: 6px 5px 5px 15px;
	width: 180px;
	height: auto;
	background: none;
	border: none;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #000;
}

#search br {
	display: none;
}

/* Menu */
#menu {
	width: 950px;
	height: 60px;
	margin: 0 auto;
	background: url(/images/img04.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 18px 30px 0 30px;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #000000;
}

/* Page */
#page {
	width: 930px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Ads */
#ads {
	float: right;
	width: 160px;
	padding: 0 0 0 20px;
}

/* Content */
#content {
	float: right; /* left */
	width: 740px; /* 590 */ /* 710 */
	color: #000;
}

.post {
	margin-bottom: 50px;
}

.post .title {
}

.post .title h1 {
	color: #ff7400;
	text-align: center;
	font-weight: bold;
	font-family: Verdana;
	font-size: 2.5em;
}

.post .title h2 {
	font-size: 2.2em;
	text-align: center;
	color: #0066ff;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
}

.post .entry {
	padding-top: 30px;
}

.post .entry p {
/*
	font-family: Verdana;
  font-size: 10pt;
*/
  padding: 10px 0px 0px 0px;
  font: normal 13px Verdana;
  line-height: 160%;
  word-spacing: 5px;
}

.post .links {
	width: 658px;
	height: 29px;
	margin: 0;
	text-align: center;
	padding: 6px 0 0 20px;
	background: #F3F3F3 url(/images/img08.gif) no-repeat;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
	color: #FF7400;
}

.post .links .more {
	background: url(/images/img09.gif) no-repeat;
}

.post .links .comments {
	background: url(/images/img10.gif) no-repeat;
}

/* Sidebar */
#sidebar {
	float: left; /* right */
	width: 160px; /* 240, dalla figura ? 200 */
	font-size: 9px;
}

#sidebar td {
	font-size: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #F3F3F3 url(/images/img06.gif) no-repeat left bottom;
}

#sidebar li ul {
	padding: 5px 9px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(/images/img12.gif) no-repeat 0 8px; /* pallino */
	font-size: 0.9em;
}

#sidebar h2 {
	width: 130px; /* 210 */
	height: 19px;  /* 25 */
	padding: 5px 0px 0px 30px;
	background: #FFB700 url(/images/img05.jpg);
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #FFFFFF;
	font-weight:bold;
}

#sidebar a {
	color: #FF7400;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #FF7400;
}

#sidebar h2 a {
	color: #fff;
	font-weight:bold;
}

/* Calendar */
#calendar_wrap {
	padding: 15px 20px;
}

#calendar table {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	text-align: center;
}

#calendar thead {
	background: #DBDBDB;
}

#calendar tbody td {
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #FFF3A7;
	border: 1px solid #FF7400;
	font-weight: bold;
	color: #FF7400
}

/* Footer */
#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(/images/img11.gif) no-repeat;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
  padding: 0 20px;
	text-decoration: none;
}

#footer .xhtml {
	background: url(/images/img19.gif) no-repeat left center;
}

#footer .css {
	background: url(/images/img20.gif) no-repeat left center;
}

#footer .legal a {
	padding: 0;
}

#hook {
	text-align: center;
	text-decoration: none;
	color: #000;
	font-family: Verdana;
}

#hook h1 {
	letter-spacing: 0px;
	font-size: 2.4em;
	margin: 5px 0px 5px 0px;
  color: #fb6a00;
	font-weight: bold;
}

#hook h2 {
	font-size: 1.6em;
  color: #0066ff;
	margin: 0px 0px 0px 0px;
}

#hook a {
	font: normal 13px Verdana;
  color: #0066ff;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
}
/*
#hook ul li {
  background: url(/store/templates/candele/img/arrow_green.gif) no-repeat;
	font: normal 13px Verdana;
	line-height: 26px;
  text-align: left;
	padding: 0px 20px 0px 0px;
}
*/

#hook ul {
  list-style-type: none;
}

#hook li {
	margin: 0;
  text-align: left;
	padding: 0px 10px 15px 20px;
	line-height: 120%;
	font-family: Verdana;
  font-size: 10pt;
  background: url(/store/templates/candele/img/arrow_green.gif) no-repeat;
}


.PublHome {
  border: none;
  margin: auto;
}

.PublHome img {
  border: none;
  margin: 0px 30px 30px 30px;
}

#separator ul {
  list-style-type: none;
}

#separator li {
	margin: 0;
	padding: 0px 10px 15px 20px;
	line-height: 150%;
	font-family: Verdana;
  font-size: 10pt;
  background: url(/images/spunta_verde.gif) no-repeat;
}

/* Nuova Parte */
.sconto {
	line-height:14px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:2px;
	background-color:#B72643;
	margin-top:2px;
}

.prezzo, .prezzoConv {
	font-size:13px;
	font-weight:bold;
}

.prezzoConv {
	color:#B72643;
}

.novita {
  font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	font-size: 13px; 
	color: #ff7400;
}

a.tastoScheda:link, a.tastoScheda:visited, a.tastoScheda:hover, 
a.tastoCompra:link, a.tastoCompra:visited, a.tastoCompra:hover, 
a.tastoScegli:link, a.tastoScegli:visited, a.tastoScegli:hover {
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	width:71px;
	line-height:17px;
	margin-right:10px;
	margin-bottom:5px;
	text-decoration:none;
}
a.tastoScheda:link, a.tastoScheda:visited {
	background-image: url(/images/tasto_6char.gif);
	background-position: -76px;
	color:#07A44F;
}
a.tastoCompra:link, a.tastoCompra:visited {
	background-image: url(/images/tasto_6char.gif);
	background-position: top left;
	color:#C8005E;
}
a.tastoScegli:link, a.tastoScegli:visited {
	background-image: url(/images/tasto_6char.gif);
	background-position: -152px;
	color:#936BAC;
}
a.tastoScheda:hover, a.tastoCompra:hover, a.tastoScegli:hover {
	background-image:url(/images/tasto_6char.gif);
	background-position: -228px;
	color:#B20707;
}

* html a.tastoScheda:link, * html a.tastoScheda:visited, * html a.tastoScheda:hover, 
* html a.tastoCompra:link, * html a.tastoCompra:visited, * html a.tastoCompra:hover, 
* html a.tastoScegli:link, * html a.tastoScegli:visited, * html a.tastoScegli:hover { }

table tr td a img {
  border: none;
}

/* 07-07-09 */
.post .entry .elenco h1 {
	letter-spacing: 0px;
	font-size: 22px;
	margin: 5px 0px 5px 0px;
  color: #fb6a00;
	font-weight: bold;
	text-align: center;
}

.post .entry .elenco h2 {
	font-size: 22px;
  color: #0066ff;
  font-weight: bold;
	margin: 0px 0px 15px 0px;
	text-align: center;
}

.post .entry .elenco p {
	line-height: 100%;
}

.post .entry .elenco ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 20px;
}

.post .entry .elenco li {
	margin: 0;
	padding-left: 15px;
	background: url(/images/pik2.gif) no-repeat 0 8px;
	font-size: 0.9em;
}

#par {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica;
	color: #000;
}

#par ul li {
  padding: 0px 0px 10px 0px;
}

#par h3 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 1.6em;
	text-align: center;
	color: #5bb200;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

#par table {
	font-family: Verdana, Arial, Helvetica;
}

#prodotto {
	float: left;
	width: 730px; /* 660 */
	color: #000;
	padding: 0px 0px 0px 99px;
}

.ordine1 { color:#FB6A00; font-size:16pt;}
.ordine2 { color:#0000FF; font-size:12pt;}
.ordine3 { color:#0000FF; font-size:11pt;}
.c1 { color:#FB6A00 }
.c2 { color:#0000FF }
.c3 { color:#808080 }

h4 {
  color:#0000FF;
  font-size: 10pt;
  margin: -17px 0px 0px 20px;
} 

h5 {
  color:#0000FF;
  font-size: 12pt;
  margin: -17px 0px 0px 20px;
} 

h6 {
  color:#0000ff;
  font-size: 12pt;
  margin: 0px 0px 0px 0px;
} 

.off_sped {
  margin: -18px 0px -13px 110px;
  font-size: 11pt;
}

.off_soldi {
  margin: -18px 0px -13px 210px;
  font-size: 11pt;
}

.off_promo {
  margin: -18px 0px -13px 225px;
  font-size: 12pt;
}

.off_promo h6 {
  font-weight: bold;
  color: #000;
  margin: -18px 0px -13px 0px;
  font-size: 12pt;
}

.off_promo h5 {
  color: #000;
  font-weight: normal;
  margin: -23px 0px -13px 62px;
	text-decoration: line-through;
  font-size: 12pt;
}

.off_promo h4 {
  font-weight: bold;
  color: #000;
  margin: -23px 0px -13px 110px;
  font-size: 12pt;
}

.freccia {
  margin: 0px 0px 0px 5px;
}

#pubblicita {
  width: 293px;
  background: #FFF;
  border: 1px solid #a3a09e;
  color: #666;
}

#pubblicita_in {
  border: 1px solid #FFF;
}

.advertisment {
  padding: 5px 12px 5px 12px;
}

.advertisment img {
  padding: 5px;
  width: 120px;
  height: 120px;
}

#col_1 {
  width: 310px;
  float: left;
}

.totale {
  padding: 0px 10px 10px 0px;
  text-align: right;
	font-weight: bold;
	color: #000;
}

/*
 * Checkout Styles BEGIN
 */
.Checkout {
  padding: 0px;
  margin: 2px;
  width: 100%;
  background-color: white;
  font-family: Verdana;
  color: #333333;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

.Checkout .Title {
  padding: 12px 0px 5px 15px;
  font-family:  Verdana;
  color: #C63983;
  font-size: 12px;
  font-weight: bold; 
  text-align:left;
}

.Checkout .Block {
  padding: 15px;
  border: 1px #E5E5E5 solid;
}

.Checkout .ColumnTitle {
  white-space: nowrap;
  color: #666666;
  font-weight: bold;
}

.Checkout .ColumnValue {
}

.Checkout .TotalLabel {
  white-space: nowrap;
  padding-right: 7px;
  font-weight: bold;
}

.Checkout .TotalValue {
  font-weight: bold;
}

.Checkout .Left {
  text-align:left;
}

.Checkout .Right {
  text-align:right;
}

.Checkout .Center {
  text-align:center;
}

.Checkout input.Normal, .Checkout textarea.Normal, .Checkout select.Normal {
}

.Checkout input.Error, .Checkout textarea.Error, .Checkout select.Error {
  border: 1px solid red;
}

.Checkout select.Short {
  width: 100px;
}

.Checkout .Required {
}

.Checkout .Error {
}

.Checkout .Errors {
  padding: 15px;
  color: red;
  text-align: left;
  line-height: 20px;
}

.Checkout .Empty {
  padding: 30px 0px 40px 0px;
  font-family:  Verdana;
  color: #C63983;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.Checkout .ImpossibleToComputeShippingCost {
  padding: 20px;
  color: #C63983;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
/*
 * Checkout Styles END
 */

.inputRequirement {
  font-family: Verdana;
  font-size: 12px;
  color: #ff0000;
}

td.main, p.main {
  font-family: Verdana;
  font-size: 12px;
  line-height: 1.5;
}
/*
 * Bread
 */
#bbread {
	width: 650px;
	height: 15px;
/*	margin: 0 auto;*/
	font-family: Verdana;
  text-align: left;
	margin: 5px 0px 0px 253px;
	font-size: 9px;
}
#bread {
	width: 550px;
	height: 15px;
	margin: 0 auto;
}
#bread ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#bread li { display: inline; }
#bread a {
	display: block;
	float: left;
	padding: 1px 0px 0px 10px;
	font-size: 8px;
	color: #000;
}

/*
 * Access
 */
#access { font-family: Verdana; text-align: left; margin: -13px 0px 0px 780px; font-size: 9px; }
/*
 * Menu con variazione di colore
 */
.moduleRow {
 font-size: 12px;
 line-height: 1.5;
 border: 1px solid;
 background-color: #f3f3f3;
 border-color: #f3f3f3;

}
.moduleRowOver { 
	background-color: #c6d8ff;
	border: 1px solid;
	border-color: #ffffff;
  font-size: 12px;
  line-height: 1.5; 
}

.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana; font-size: 10px; color: #000000; }

.onepxwidth { width: 1px; }

.boxTextBG { font-family: Verdana; font-size: 11px; background-color: #f1f1f1; }

.boxTextBGII { font-family: Verdana; font-size: 11px; background-color: #FFCC99; }

.boxOrderTextBG { font-family: Verdna; font-size: 11px; background-color: #f1f1f1; border: 1px solid; border-color: #cccccc; }

table.formArea { background: #f1f1f1; border-color: #cccccc; border-style: solid; border-width: 1px; }

td.formAreaTitle { font-family: Verdana; font-size: 12px; font-weight: bold; }

.CondGen a {text-decoration: underline; color:#ff0000}
.CondGen a:link {color:#ff0000}    /* unvisited link */
.CondGen a:visited {color:#dd0000} /* visited link */
.CondGen a:hover {color:#0000dd}   /* mouse over link */
.CondGen a:active {color:#dd0000}  /* selected link */

.c1 { color:#FB6A00 }
.c2 { color:#0000FF }
.c3 { color:#808080 }

.MioAlign { width: 33%; }

/*.MioAlign img { border: 2px solid #0066ff; padding: 3px; display: block; }*/
.MioAlign img { padding: 3px; display: block; }

.MioAlign a { font: normal 15px "Comic Sans MS"; }

#boxcarrello {border:5px double #FF0000; padding:17px; width: 400px; background-color:#FFFFFF;}