/* ---------------------- */ 
/*   Page                 */
/* ---------------------- */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:#9c1f2e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom:10px;
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header { 
	width:630px;
	height: 250px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	padding:0;
	overflow:hidden;
} 
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 250px;
	left: 0px;
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#menu_sx{
	position: absolute;
	top: 250px;
	left: 0;
	width: 150px;
	/*padding: 15px 10px 15px 20px;
	z-index: 100;
	visibility: visible;*/
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 250px;
	right: 0;
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0px 15px 00px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #mainContent { 
	margin: 0 170px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	margin-right:250px;
	width:440px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColAbsHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:0px;
	clear:both;
} 
.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/* ---------------------- */ 
/*   Rest of page         */
/* ---------------------- */
.spinner-overlay {
background-color: #000000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
a {
text-decoration:none;
color:#000;
}
a img {
border:0;
}
#page {
width:630px;
padding-right:10px;
padding-bottom:10px;
}
#spinner {
width:56px;
height:21px;
background: transparent url('img/ajax-loader3.gif') no-repeat;
z-index:500;
position:absolute;
right:10px;
bottom:10px;
}
#tmp_cart_serial {
display:none;
}
#cart ul {
list-style:none;
padding:0;
margin:0;
padding-left:38px;
padding-top:10px;
}
#cart ul li {
padding:0;
margin:0;
padding-top:2px;
}
#cart ul li div {
position:absolute;
display:inline;
width:12px;
height:12px;
margin-top:1px;
cursor:pointer;cursor:hand;
}
#cart ul li div.add {
background:transparent url('img/cart_btns_2.gif') no-repeat;
left:10px;
}
#cart ul li div.less {
background:transparent url('img/cart_btns_2.gif') no-repeat -24px 0px;
left:22px;
}
#cart ul li div b {
display:none;
}
#cart ul li a {
color:#FFFFFF;
}
#cart ul li a:hover {
text-decoration:underline;
}
#facebook{
	position:absolute;
	left:640px;
	top:48%;
	width:27px;
	height:194px;
	z-index:1;
}
#h1{
	position:absolute;
	top:-20px;
	width:630px;
	height:20px;
	z-index:0;
}
h1{
	font-family: Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;	
}
.n-ric {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.n-ricette {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9C1F2E;
	font-weight: bold;
}
.nome-feedbak {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.txt-feedbak {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.n-ric a:link{
	color: #FFFFFF;
}
.n-ric a:hover{
	color: #FFFFFF;
}
.n-ric a:visited{
	color: #FFFFFF;
}

.txt-ricette {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


h2{
	font-family: Helvetica;
	font-size: 14px;
	color: #9c1f2e;	
}
h3{
	font-family: Helvetica;
	font-size: 14px;
	color: #9c1f2e;	
}
/* ---------------------- */ 
/*   Cart                 */
/* ---------------------- */
#cart {
color:white;
margin-left:0px;
padding-top:120px;
}
#cart-icon {
margin:10px;
display:block;
border:1px solid transparent;
}
#cart-icon.lit {
border:1px solid #000;
}
#cart-login {
color:#ffffff;
background:transparent url('img/red-alert.gif') no-repeat center left ;
padding-left:20px;
margin-left:10px;
width:140px;
display:block;
}
#cart-login:hover {
text-decoration:underline;
}
#cart-checkout {
color:#ffffff;
background:transparent url('img/red-alert.gif') no-repeat top left ;
padding-left:20px;
margin-left:10px;
width:140px;
height:17px;
display:block;
}
#cart-checkout:hover {
text-decoration:underline;
}
#cart-checkout span {
display:block;
padding-top:1px;
}
#cart-empty {
color:#ffffff;
background:transparent url('img/red-alert.gif') no-repeat top left ;
padding-left:20px;
margin-left:10px;
width:140px;
height:17px;
display:block;
}
#cart-empty span {
display:block;
padding-top:1px;
}
/* ---------------------- */ 
/*   Header               */
/* ---------------------- */
#menu-top {
display:block;
padding-top:45px;
padding-bottom:20px;
}
#menu-top a:hover {
text-decoration:underline;
}
#logo {
padding-bottom:10px;
}
/* ---------------------- */ 
/*   Content              */
/* ---------------------- */
#content {
}
/* ---------------------- */ 
/*   Left column          */
/* ---------------------- */
#column-left {
}
#menu-left {
	padding:0;
	margin:0;
	list-style:none;
	padding-bottom:10px;
	background-color:#fff;
	}
#menu-left li {
padding-bottom:4px;
padding-top:4px;
background-color:#fff;
}
#menu-left li a {
color:#9c1f2e;
font-weight:bold;
background-color:#fff;
}
#menu-left li a:hover {
color:#ebd048;
}
#menu-left li ul {
padding:0;
margin:0;
list-style:none;
background-color:#fff;
}
#menu-left.hidden li ul {
display:none;
}
#menu-left li ul li {
padding-top:7px;
padding-bottom:2px;
background-color:#fff;
}
#menu-left li ul li a {
color:black;
font-weight:normal;
background-color:#fff;
}
.icon-left {
display:block;
margin-top:20px;
margin-bottom:20px;
}
/* ---------------------- */ 
/*   Login                */
/* ---------------------- */
#login {
position:absolute;
top:289px;
left:400px;
}
/* ---------------------- */ 
/*   Product              */
/* ---------------------- */
.product {
width:130px;
height:170px;
float:left;
padding-left:10px;
padding-right:0px;
padding-top:0px;
margin-bottom:10px;
margin-right:5px;
background:white url('img/test-product-decoration.gif') no-repeat 10px 145px;
}
.product img {
margin-bottom:25px;
width:130px;
height:130px;
}
.product.lit {
border:1px solid #999;
}
/* ---------------------- */ 
/*   Clearfix             */
/* ---------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
	overflow:hidden;
}
* html .clearfix {height: 1%;}
/* ---------------------- */ 
/*   Product detail       */
/* ---------------------- */

/* ---------------------- */ 
/*   Price tag            */
/* ---------------------- */
.price {
position:absolute;
text-align:right;
border-bottom:1px solid #f3e1e3;
opacity:0.9;
padding:0;
width:130px;
color:#9c1f2e;
font-weight:bold;
margin-left:10px;
margin-top:143px;
background-color:#ffffff;
}
/* ---------------------- */ 
/*   Checkout page         */
/* ---------------------- */
#checkout {
}
.checklist {
line-height:50px;
display:block;
padding-bottom:5px;
}
.checklist img {
vertical-align:middle;
border:1px solid #ffffff;
}
.checklist img:hover {
border:1px solid #000000;
}
.checklist span:hover {
text-decoration:underline;
}
.checklist span {
padding-left:5px;
}
/* ---------------------- */ 
/*   Product page         */
/* ---------------------- */
#product-detail {
}
#product-detail-image {
float:right;
margin-left:30px;
margin-bottom:30px;
}
#mainContent h1 {
background:white url('img/test-product-decoration.gif') no-repeat 0px 0px;
padding:0;
margin:0;
padding-top:10px;
padding-bottom:10px;
margin-bottom:0px !important;
margin-bottom:-10px;
height:20px;
}
#mainContent h2 {
padding:0;
margin:0;
height:20px;
margin-bottom:15px !important;
margin-bottom:-10px;
}

#page-product {
font-weight:bold;
padding-top:10px;
color:#9c1f2e;
}

#ingredients {
font-weight:bold;
padding-top:10px;
padding-bottom:10px;
color:#9c1f2e;
}

#weight {
font-weight:bold;
padding-bottom:10px;
color:#9c1f2e;
}
#ingredients-list {
padding:0;
margin:0;
margin-top:10px;
margin-bottom:10px;
list-style-type:none;
color:#666;
}
#ingredients-list li {
padding:0;
}
#weight-value {
color:#666;
padding-bottom:10px;
}
#buy {
}
/* ---------------------- */ 
/*   Header               */
/* ---------------------- */
#header-bg-upper,#header-bg-lower {
position:absolute;
background-color:#000000;
filter:alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;
z-index:10;
}
#header-bg-upper {
height:15px;
width:630px;
top:0px;
left:0px;
}
#header-bg-lower {
height:45px;
width:630px;
top:205px;
left:0px;
}
#header-img,#header-img-two {
width:630px;
height:250px;
position:absolute;
top:0px;
left:0px;
z-index:4;
}
#header-img-two {
z-index:5;
}
#header-txt {
color:white;
font-size: 30px;
z-index:15;
top:210px;
left:10px;
width:630px;
position:absolute;
}
#header {
position:relative;
display:block;
width:630px;
height:250px;
overflow:hidden;
z-index:1;
}
/* ---------------------- */ 
/*   Paginator            */
/* ---------------------- */
.paginator {
float:right;
text-align:right;
position:absolute;
width:440px;
height:20px;
color:#9c1f2e;
top:370px;
left:180px;
}
.paginator a {
color:#9c1f2e;
}
.paginator a:hover {
color:#000;
}
/* ---------------------- */ 
/*   Login                */
/* ---------------------- */
#login-form,#login-status {
font-size:10px;
font-family:verdana;
}
#login-form input,#login-status input {
font-size:10px;
font-family:verdana;
}
#login-form input.textfield, #login-status input.textfield{
margin-bottom:5px;
margin-top:5px;
width:180px;
}
#login-form input#password-btn, #login-status input#password-btn {
width:197px;
}
#login-message {
height:90px;
}
/* ---------------------- */ 
/*   Registration         */
/* ---------------------- */
#registration-form {
font-size:10px;
font-family:verdana;
}
#registration-form input {
font-size:10px;
font-family:verdana;
}
#registration-form input.textfield{
margin-bottom:5px;
margin-top:5px;

width:180px;
}
#registration-form select{
margin-bottom:5px;
margin-top:5px;
width:186px;
font-size:10px;
font-family:verdana;
}
#registration-form hr {
width:180px;
border:0;
background-color:#ffffff;
color:#ffffff;
height:1px;
padding:5px;
}
#registration-form .checkbox {
position:relative;
top:4px;
padding:0;
margin:0;
margin-bottom:2px;
}
#registration-form .terms {
text-decoration:underline;
}
.validation-advice {
color:#ff0000;
font-weight:bold;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
#advice-validate-checked-terms {
position:relative;
top:-53px;
}
/* ---------------------- */ 
/*   Mail                 */
/* ---------------------- */
#mail-header, #mail-body, #mail-footer {
padding:10px;
margin:0;
border-bottom:1px solid #9c1f2e;
}
#mail-container {
background-color:#ffffff;
width:640px;
height:100%;
margin:0;
padding:5px;
}
#mail-container h1, #mail-container h2 {
color:#9c1f2e;
}
#mail-header-menu {
float:right;
padding-right:20px;
padding-top:40px;
}
#mail-logo {
	padding:5px;
}
/* ---------------------- */ 
/*   Google Maps          */
/* ---------------------- */
#google-map {
width:440px;
height:300px;
background-color:#eee;
border:1px solid #999;
}
#baloon-home {
background: transparent url('img/logo-ilfornaretto.gif') no-repeat center top;
height:40px;
color:#9c1f2e;
display:block;
font-size:14px;
font-variant: small-caps;
text-transform:lowercase;
font-weight:bolder;
text-align:center;
padding-top:29px;
position:relative;
top:0px;
line-height:14px;
}
.netbook {
z-index:100;
width:800px;
height:600px;
margin: 0 auto;
}
/* ---------------------- */ 
/*   Article              */
/* ---------------------- */
#article-image {
/*float:right;
margin-left:10px;
margin-bottom:5px;*/
margin-bottom:20px;
}
/* ---------------------- */ 
/*   Contact us           */
/* ---------------------- */
#callme {
margin-bottom:10px;
}
#contact-form input.textfield {
width:400px;
}
#contact-form select {
width:400px;
}
#contact-form textarea {
width:400px;
height:200px;
}
/* ---------------------- */ 
/*   Admin                */
/* ---------------------- */
#menu-admin,#menu-admin a {
color:#9c1f2e;
}
#menu-admin a:hover{
color:#000000;
text-decoration:underline;
}
.admin-dropdown {
margin-bottom:5px;
margin-top:5px;
font-size:10px;
font-family:verdana;
}
.admin-table-title {
color:#9c1f2e;
font-size:10px;
font-weight:bold;
text-align:right;
vertical-align:top;
}
.admin-table {
border-spacing:5px;
padding:5px;
}
.admin-table-value,.admin-table-value input,.admin-table-value select {
font-size:10px;
font-family:verdana;
width:200px;
vertical-align:top;
}
.admin-table-value p {
padding-top:0px;
margin-top:0px;
padding-bottom:1px;
border-bottom:1px solid lightgrey;
}
.admin-table-value-checkbox p {
padding:0;
margin:0;
}
.admin-buttons {
width:100%;
text-align:center;
}
.admin-buttons input {
font-size:10px;
font-family:verdana;
}
#admin-message {
font-weight:bold;
color:#3E0C12;
font-size:10px;
padding:5px;
margin:0 auto;
}
/* ---------------------- */ 
/*   faq                  */
/* ---------------------- */
#questions p a {
font-weight:bold;
color:#9C1F2E;
}
#questions {
border-bottom:1px dashed #9C1F2E;
}
#answers a {
font-weight:bold;
}
#back-to-top {
font-weight:bold;
color:#9C1F2E;
}
#servicelinks a {
font-weight:bold;
color:#666666;
display:block;
padding-top:10px;
}
#servicelinks a:hover {
color:#ebd048;
} 
#servicelinks {
margin-top:-5px;
padding-bottom:15px;
}
#menu-newsletter {
margin:10px 0px 10px 0px;
}
table#addresses {
margin:15px 0px 10px 0px;
}
table#addresses tr td input, table#addresses tr td select, table#addresses tr td select option {
font-size:9px;
}
table#addresses tr td.col1 input {
width:90px;
}
table#addresses tr td.col2 input {
width:90px;
}
table#addresses tr th.groupcol {
text-align:center;
}
table#addresses tr td.groupcol input {
width:13px;
padding:0;
margin:0;
}

ul#grouplist {
padding-left:0;
list-style:none;
}
ul#grouplist li {
margin-bottom:5px;
height:20px;
position:relative;
}
ul#grouplist li input {
font-size:9px;
position:absolute;
left:15px;
top:-3px;
}
form#bulkadd textarea {
margin-top:15px;
width:100%;
height:300px;
}
form#bulkadd ul {
padding-left:0;
list-style:none;
}
form#bulkadd ul li input {
position:relative;
top:3px;
}
#page-adminnewsletters .admin-table-value,#page-adminnewsletters .admin-table-value input,#page-adminnewsletters .admin-table-value select {
font-size:10px;
font-family:verdana;
width:100%;
vertical-align:top;
}
#page-adminnewsletters form {
margin-bottom:20px;
}
#page-adminnewsletters input.submitbutton {
clear:both;
margin-bottom:20px;
}
p.contract-section {
font-weight:bold;
padding-bottom:5px;
border-bottom:1px solid #000000;
}
.download-adv {
margin-top:10px;
}
#download-cartellastampa, .download-adv a {
font-weight:bold;
text-decoration:underline;
color:#9C1F2E;
}
table#assignments tr td select {
width:35px;
font-size:9px;
}
.nomepage {
	font-family: Helvetica;
	font-size: 24px;
	color: #990000;
}
