/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

@font-face {
    font-family: 'myfont';
    src: url('css/font.eot');
    src: local('☺'), url('css/font.woff') format('woff'), url('css/font.ttf') format('truetype'), url('css/font.svg#webfontgwg5eKKp') format('svg');
    font-weight: normal;
    font-style: normal;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.boxText a{ font-size:12px; font-family: 'myfont'}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background-color: #222; border:#FF0 1px solid; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; font-weight:bold; color: #CC0000; background-color:#222; border:#999 2px solid; padding:10px; }
.productsNotifications { background: #222; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


body {
    background: #000;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5;
    /*min-width: 760px;*/
    /*max-width:1010px;*/
    margin:auto;
    text-align:center;
    color:#FFF;
    background-image:url(images/back.jpg);
    background-attachment:fixed;
    background-repeat:repeat;

}
#total{
    width:1010px;
    margin:auto;
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
}

a {
    color:#e6b222;
    text-decoration: none;
}

a:hover {
    color: #AABBDD;
}

form {
    display: inline;
}

h3{
    margin: 0;
    padding: 5px;
    font-family: 'myfont';
}

TR.header {
    /*background: #ffffff;*/
}

TR.headerNavigation {
    background: #000;
}

TD.headerNavigation {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    background-color:black;
    background-image:url(images/gloss.png);
    background-repeat:repeat-x;
    color: #ffffff;
    font-weight : bold;
}

A.headerNavigation { 
    color: #FFFFFF;
}

A.headerNavigation:hover {
    color: #e6b222;
}

TR.headerError {
    background: #ff0000;
}

TD.headerError {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    background: #ff0000;
    color: #ffffff;
    font-weight : bold;
    text-align : center;
}

TR.headerInfo {
    background: #00ff00;
}

TD.headerInfo {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    background: #00ff00;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

TR.footer {
    background: #222;
}

TD.footer {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    background-color:black;
    background-image:url(images/gloss.png);
    background-repeat:repeat-x;
    color: #ffffff;
    font-weight: bold;
}

.infoBox {
    background: #222;
    border:#999 2px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.infoBoxNoTop {
    background: #222;
    border-left:#999 2px solid;
    border-right:#999 2px solid;
    border-bottom:#999 2px solid;
    border-radius:0px 0px 5px 5px;
    -moz-border-radius:0px 0px 5px 5px;
}

.infoBoxContents {
    background: #222;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    /*border-left:#999 1px solid;
    border-right:#999 1px solid;
    border-bottom:#999 1px solid;*/
}

.infoBoxNotice {
    background: #222;
}
.ibc{
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color:#e6b222;
}

.infoBoxNoticeContents {
    background: #999;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}


TD.infoBoxHeading {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    height:16px;
    font-weight: bold;
    background-color:#000;
    background-image:url(images/gloss.png);
    background-repeat:repeat-x;
    padding-left:5px;
    color: #ffffff;
    border-radius:5px 5px 0px 0px;
    -moz-border-radius:5px 5px 0px 0px;
}

TD.infoBox, SPAN.infoBox {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
    background: #222;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
    background: #333;
}

TABLE.productListingColumn {
    /*border: 1px;
    border-style: solid;
    border-color: #999;
    border-spacing: 1px;*/
    border-spacing: 5px;
    
}

TD.productListing-heading {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    background-color:#000;
    background-image:url(images/gloss.png);
    background-repeat:repeat-x;

    color: #FFFFFF;
    font-weight: bold;
}

TD.productListing-data {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;

}

A.pageResults {
    color:#e6b222;
    height:20px;
    min-width:20px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    /*background:url(images/result_pic.gif) repeat-x;*/
    background:black;
    /*border:#fafafa 1px solid;*/
    text-decoration:none;
    padding:1px 2px 2px 2px;
    border:black 1px outset;
}

A.pageResults:hover {
    color:black;
    background:#e6b222;
    text-decoration:none;
    border:black 1px inset;
}
.currentResult{
    color:black;
    height:20px;
    min-width:20px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    /*background:url(images/result_pic_inv.gif) repeat-x;*/
    background:#e6b222;
    padding:1px 2px 2px 2px;
    border:black 1px inset;
}

TD.pageHeading, DIV.pageHeading {
    font-family: Verdana, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fafafa;
    font-family: 'myfont'
}

TR.subBar {
    background: #f4f7fd;
}

TD.subBar {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #000000;
}

TD.main, P.main {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5;
    text-decoration:none;
}
.main a{
    text-decoration:none;
}
.main a:hover{
    text-decoration:none;
}

TD.smallText, SPAN.smallText, P.smallText {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

TD.accountCategory {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #aabbdd;
}

TD.fieldKey {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

TD.fieldValue {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

TD.tableHeading {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

SPAN.newItemInCart {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;

}

TEXTAREA {
    width: 100%;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

SPAN.greetUser {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #e6b222;
    font-weight: bold;
}

TABLE.formArea {
    background: #f1f9fe;
    border-color: #7b9ebd;
    border-style: solid;
    border-width: 1px;
}

TD.formAreaTitle {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

SPAN.markProductOutOfStock {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #c76170;
    font-weight: bold;
}

SPAN.productSpecialPrice {
    font-family: 'myFont';
    font-size: 16px;
    margin-top: 10px;
    color: #BB0000;
}

SPAN.errorText {
    font-family: Verdana, Arial, sans-serif;
    color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #777; cursor: pointer;}
.moduleRowSelected { background-color: #999; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #222; border:#FF0 1px solid; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #999; border:#009900; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.myBtn {
    background:url(images/glossBut.png) no-repeat top;
    background-position: 0px 0px;
    /*padding-top:8px;*/
    width:144px;
    height:38px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color:#FFFFFF;
    float:left;
    cursor:pointer;
    font-family: 'myfont';
}
.myBtnS {
    background:url(images/glossBut.png) no-repeat top;
    background-position: 0px -43px;
    width:144px;
    height:38px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color:#000000;
    float:left;
    cursor:pointer;
    font-family: 'myfont';
}
.dynamicButton {
    color: #e6b222;
    font-size:14px;
    font-family:Verdana, Arial, sans-serif;
    font-weight:bold;
    text-decoration:none;
    background-position:top;
    padding:5px 10px 5px 10px;
    background-color:black;
    background-image:url(images/button_gloss.png);
    background-repeat:repeat-x;
    float:left;
    border-style:inset;
    border:black 1px outset;
    clear:both;
    cursor:pointer;
    /*min-width:60px;*/
    min-height:18px;
    font-family: 'myfont';
    border-radius: 5px;
    -moz-border-radius: 5px;
    /*text-align:center;*/
}
.current{
    background-color:#e6b222;
    color:black;
}
#nav ul{
    list-style: none;
    padding-left: 0;
    
}
#nav ul li {
    float: left;
    padding-right: 5px;
}
/*.dynamicButton{
font-family:Verdana, Arial, sans-serif;
font-size:14px;
font-weight:bold;
color:gold;
background-color:black;
background-image:url(images/button_gloss.png);
background-repeat:repeat-x;
border-style:inset;
border:black 1px outset;
text-align:center;
float:left;
margin:0px;
padding:5px 10px 5px 10px;

}

#dyn:hover{
background-color:#e6b222;
color:black;
cursor:pointer;
}*/
.dynamicSubmit {
    color: #e6b222;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    background-position:top;
    padding:7px 10px 7px 10px;
    background-color:black;
    background-image:url(images/button_gloss.png);
    background-repeat:repeat-x;
    float:left;
    border-style:inset;
    border:black 1px outset;
    font-family: 'myfont';
    cursor:pointer;
    border-radius: 5px;
    -moz-border-radius: 5px
}

#dyn:hover{
    background-color:#e6b222;
    color:black;
    cursor:pointer;
    text-decoration:none;
}

.ml {
    font-size: 10px;
    color: #e6b222;
    font-weight: bold;
    text-decoration: none;
    vertical-align:bottom;
}
.ml1 {
    font-size: 12px;
    color: #e6b222;
    text-decoration: none;
}
.ch {
    font-size: 9px;
    color: #e6b222;
}
.ch1 {
    font-size: 12px;
    color: #fafafa;
}
.ch3 {
    font-size: 16px;
    color: #fafafa;
    font-weight:bold;
    font-family: 'myfont';
}
.ch4 {
    font-size: 16px;
    color: #fafafa;
    font-weight:bold;
    font-family: 'myfont';
}
.ch4 a{
    color: #e6b222;
}
.ch4 a:hover{
    color: #aabbdd;
    text-decoration: none;
}
.inner {
    float:left;
    width:226px;
    height:220px;
    margin:0px 5px 8px 5px;
    border-left:#999 1px solid;
    border-right:#999 1px solid;
    border-bottom:#999 1px solid;
    border-radius: 5px;
    -moz-border-radius: 5px
}
.itmTitle {
    background:url(images/gloss.png) repeat-x #000;
    padding-left:10px;
    padding-top:5px;
    height:45px;
    font-weight:bold;
    font-family: 'myfont';
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px
}
.itmTitle a {
    color:#e6b222;
    font-size:18px;
    text-decoration:none;
}
.itmTitle a:hover {
    color:#AABBDD;
}
.innerImg {
    float:left;
    width:110px;
    margin-left:10px;
    margin-top:5px;
    font-size:10px;
}
.listDsc {
    padding-top:5px;
    line-height:20px;
    float:right;
    color:#000;
}
.itmPrice {
    font-family: Verdana, Arial, sans-serif;
    font-weight:bold;
    font-size:16px;
    color:#FFFFFF;
    text-align:center;
    width:85px;
    float:left;
    margin-bottom:10px;
}
.itmDescription {
    float:left;
    font-size:10px;
    width:210px;
    padding:10px;
    /*padding-left:10px;*/
}
#recent_prod{
    width:120px;
    height:140px;
    float:left; border:#999 2px solid;
    margin:3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

#recent_prod:hover{
    background:#444;
}
#prod_hover:hover{
    background:#444;
}
#cat_prod{
    border:#999 2px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
#cat_prod:hover{
    background:#444;
}
.productsDescription{
    font-size:12px;
    text-align:justify;
}

/* classi per 2gether discount*/

.getslogan	{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.gettitolo	{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.buybothText {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 8px;
}

.getprezzo {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 8px;
}

.prezzo {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 8px;
}

.getrisparmio {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.vsmalltext {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 9px;
    margin-top: 8px;
}

/* end of classi per 2gether discount*/
.mytag{
    word-break:break-all;
}

/*Visitors*/
.VisitorTableBox {border-top: solid 1px #000000; border-left: solid 1px #000000; }
.VisitorTableHeadingContent { font: bold 8pt Verdana, Arial, sans-serif; color: #000000; border-right: solid 1px #000000; border-bottom: solid 1px #000000; }
.VisitorTableContent { font: normal 8pt Verdana, Arial, sans-serif; color: #000000; border-right: solid 1px #000000; border-bottom: solid 1px #000000; }

.shipTable {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/*--- Beginning of Addition Products Cycle Slideshow ---*/
.ProductsCycleSlideshowWrapper { width: 711px; padding:0; margin:0; overflow: hidden; text-align:center;}
.ProductsCycleSlideshow { height: 400px; width: 711px; padding:0; margin:0; overflow: hidden; background-color:#fff;}
.PCSChild { height: 400px; width: 711px; padding-bottom: 7px; text-align:center; top:0; left:0 }
.PCSChild  a { text-decoration: none; color:000;}
.PCSChild  a img { border: none; border-width:0px;}
.pcsTitle { 
    position: absolute; 
    z-index: 11; 
    text-align:left; 
    font-size:26px;
    text-shadow: 3px 1px 3px #000;
    font-weight: bold;
    color: #e6b222;
    line-height: 26px;
    top:5px;
    left: 10px;
}
.pcsPrice{
    position: absolute;
    z-index: 11;
    text-align: right;
    font-size:24px;
    text-shadow: 3px 1px 3px #000;
    font-weight: bold;
    color: #e6b222;
    bottom: 10px;
    right: 10px;
}
.PCSPager { margin:7px; }
.PCSPager a { 
    color: #e6b222;
    margin: 0 5px; 
    padding: 3px 5px; 
    font-size:14px;
    text-decoration:none;
    background-position:top;
    padding:5px 10px 5px 10px;
    background-color:black;
    background-image:url(images/button_gloss.png);
    background-repeat:repeat-x;
    
    border-style:inset;
    border:black 1px outset;
    
    cursor:pointer;
    
    font-family: 'myfont';
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.PCSPager a:hover { background-color:#e6b222;color:#000; }
.PCSPager a.activeSlide { background-color:#e6b222;color:#000;cursor:default;}
.PCSPager a:focus { outline: none; }
/*--- End of Addition Products Cycle Slideshow ---*/
