body {
        background: #D27706 ;
        margin: 0;
        padding: 0;
        font-size: 11px;
        font-family: Verdana, sans-serif;
}

a:link,
a:visited {
        text-decoration: none;
        color: #163477;
}
a:hover { background: inherit; color: #D27706; }

td {COLOR: #003366;}

.pageWrapper {
        margin: 0 10%;
        width: auto;
        min-width: 850px;
}
.pageWrapper {
        margin: 0 auto;
        width: 880px;
        min-width: 880px;
}

#main {
        border-right: #FFF 1px solid;
        border-left: #FFF 1px solid;
        /* IE Hack. Set this to right colour for now */
        background: #FFDD97;
}

div#bodyWrap {
        background: url('images/back_top.gif');

}

div#bodyWrap {
        width: auto;
        min-width: 770px;
        height: 432px;
}

img.product,
.product img {
        border: 1px solid #225F82;
        margin: 12px 8px 4px 8px;
}

.content .product {
        text-align: center;
}

.subBarInner p {
        margin: 8px 8px 2px 8px;
        padding: 0;
}

.product {
        font-weight: bold;
        color: #003366 ! important;
}

div.wide3 {
        width: 33%;
        float: left;
        text-align: left;
}

input[type=text],input[type=button],input[type=submit],select,textarea,input[type=reset]
{
width : 140px;
border-left : 1px solid #b6b6b6;
border-right : 1px solid #b6b6b6;
border-top : 1px solid #b6b6b6;
border-bottom : 1px solid #b6b6b6;
background-color : #ffffff;
font-size : 11px;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #003366; 
}


h1,h2,h3,h4,h5,h6
{
        margin: 8px 16px;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0.18em;
        font-family : Verdana, Arial, Helvetica, sans-serif;
color : #003366;
}

h1 {
        font-size: 14px;
        color: #164677;
        padding-bottom: 4px;
        border-bottom: 1px solid #4C95D6;
}

h1 span {
        float: right;
        color: #69839B;
}


.clear {
        clear: both;
}

.hide, #oldBrowserNotice,
.ieSixCharDupBug {
        display: none;
}


#header {
        height: 145px;
        margin-right: -2px; /* Box model adjustment */
}

#header #logo {
        width: 112px;
        float: left;
        background: url('images/logo.gif');
        margin: 0 -4px;
        height: 112px;
        position: absolute;
        z-index: 100;
}

#header #logo h1 {
        display: none;
}

#heading .head {
        height: 80px;
        background: url('images/header.jpg') no-repeat right top #FFF;
        border-right: 1px solid #fff;
        position: relative;
        margin-right: -2px;
}

* html #heading .head {
  margin-right: -4px; /* Extra 2px due to IE Box model */
}

#heading .top,
#heading .sub {
        color: #FFF;
        margin: 7px 7px 0 0;
        float: right;
        width: 470px;
        text-align: right;
        height: 25px;
}

#heading a:link,
#heading a:visited {
        color: #FFF;
        margin-left: 32px;
}

#heading a:hover {
        border-bottom: #ffffff 1px solid;
}

#heading .sub {
        clear: right;
}

#footer {
        position: relative;        /* IE fix */
        padding: 2px 10px;
        color: #249;
        background: #FFDD97 ;
}


#mainInner,
div.subBarInner,
div.subTitleInner {
        z-index: 2;
        width: 100%;
        border-right: #FFF 0px solid;
}

div.content {
        border-width: 0;        /* Fix print/v4 borders issue */ 
        margin-left: 10px; 
}


#mainOuter div.left,
#mainOuter div.right,
#mainOuter div.content,
div.subBarInner div.content,
div.subBarInner div.right,
div.subTitleInner div.content,
div.subTitleInner div.right {
        /* For Sub elements of #mainOuter AND div.subBarInner */
        float: left;
        position: relative;
        z-index: 10;
        overflow: visible;        /* fix for IE italics bug */

}



div.subBarOuter,
div.subTitleOuter {
        z-index: 1;
        border-style: solid;
        border-color: #FFDD97;
        border-width: 0;
}

div.subBarInner div.right,
div.subTitleInner div.right {
        float: right;
        width: 20em;
        margin: 0 -20em 0 0;
}

div.subBarInner div.content,
div.subTitleInner div.content {
        margin: 0 0px; /* Ensure floating */
        width: 100%;
}


#mainOuter {
        z-index: 1;
        border-left: 16em #fff solid;
        border-right: 8px #FFDD97 solid;
}

#mainInner {
        border-left: 1px solid #FFF;
        background: #FFF;
}

#mainOuter .content {
        margin: 0 -1px;        /* Ensure floating */
        width: 100%;
}

#mainOuter .right {
        /* Not used for now */
        float: right;                         /* Possiblity for NN4 layout */
        width: 16em;
        margin: 0 -16em 0 1px;        /* Column position */
}

#mainOuter .left {
        width: 16em;
        margin: 0 1px 0 -16em;        /* Column position */
}


div.gap {
        border-top: 0px solid #FFF;
        background: #FFDD97;
        position: relative;
}

html>body .mozclear {
        border-bottom: 1px solid white;        /* help mozilla recognize empty  clearing element */
        margin-bottom: -1px;                  /* compensate for 1px space used by border */
}



* html #mainInner, * html div.subBarInner, * html div.subTitleInner {
        position: relative;        /* fix a render bug in IE under certain conditions */
}

* html div.gap {
        margin-right: -4px;
}

* html #mainOuter {
        border-right: 4px #0B70CE solid;
}

.leftInside,
.titleSide,
#mainInner .left div.button1,
#mainInner .left div.button2 {
        margin-left: -2px;
        margin-right: 2px;
}



div.subBarInner {
        background: #F7F7EC  url('images/bg2.gif');
        padding-bottom: 8px;
}

div.subBarInner span {
        display: block;

}

div.subBarOuter,
div.subTitleOuter {
        border-right-width: 20em;
}

div.subTitleOuter div.right,
div.subBarOuter div.right {
        text-align: center;
}

div.subTitleOuter {
        border-color: #E2DABA;
}

div.subTitleInner {
        background: #E6EDE0 url('images/bg1.gif');
        color: #164677;
}



.titleSide,
.titleMain {
        padding: 8px 16px 4px 16px;
        border-bottom: 0px solid #FFF;
        letter-spacing: 0.1em;
        height: 16px;
}
.titleMain2 {
        border-bottom: 0px solid #FFF;
        letter-spacing: 0.1em;
        height: 2px;
}
.titleSide {
        background: #FFDD97 repeat-y left url('images/title2.gif');
        color: #FFF;
        margin-bottom: 12px;
        font-size: 12px;
        margin-left: 0px;
}

.titleSide1 {
        background: #FFDD97 repeat-y left url('images/title2.gif');
        color: #FFF;
        margin-bottom: 12px;
        font-size: 12px;
        margin-left: 0px;
        height: 8px;        
}


.titleMain {
        background: #E2DABA;
        font-size: 11px;
}

.titleMain a:link,
.titleMain a:visited {
        color: #5382B3;
}

.right p,
.content p {
        color: #274563;
        line-height: 1.4em;
        padding: 0 16px 8px 16px;
}

#mainInner .left ul {
        list-style-type: none;
        margin: 0 0 12px 12px;
        padding: 0;
}

#mainInner .left ul li {
        margin: 8px;
}

ul.dotted,
li.select {
        list-style-type: square;
        color: #40A3FE;
        margin-left: 52px;
}

.left .active a:link,
.left .active a:visited {
        font-weight: bold;
        color: #0471E1;
        list-style-type: square;
}

#mainInner .left ul.dotted {
        list-style-type: square;
}

#mainInner .left input {
        color: #003366;
}

#mainInner .left div.button1,
#mainInner .left div.button2 {
        width: 100%;
        color: #163977;
        border: 0 none;
        border-top: #FFF solid 2px;
        padding: 6px 0;
}

#mainInner .left div.button1 a:link,
#mainInner .left div.button1 a:visited,
#mainInner .left div.button2 a:link,
#mainInner .left div.button2 a:visited {
        margin: 0 0 0 24px;
        font-size: 12px;
        font-weight: bold;
}

#mainInner .left div.button1 {
        background: #C9D6A6 url('images/bg3.gif');
}

#mainInner .left div.button2 {
        border-bottom: #FFF solid 2px;
        background: #C9D6A6 url('images/bg4.gif');
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

.cellaVetrina {
        FONT-SIZE: 10px;
        COLOR: #003366;
        FONT-FAMILY: Tahoma, Verdana, Arial, sans-serif;
      
}


.cellaBordoBlu {
        FONT-SIZE: 11px;   
        FONT-FAMILY: Verdana, Arial, sans-serif;
        BORDER-RIGHT: #009cff 1px solid;
        BORDER-TOP: #009cff 1px solid;        
        BORDER-LEFT: #009cff 1px solid;
        LINE-HEIGHT: 25px;
        BORDER-BOTTOM: #009cff 1px solid;
        font-style: normal;        
        width: 100%;
        word-spacing: normal;
        font-weight: bold; 

}
.cellasfondoblu {

        FONT-SIZE: 11px;
        COLOR: #000000;
        FONT-FAMILY: Verdana, Arial, sans-serif;
        border-top-style: ridge;
        border-right-style: none;
        border-bottom-style: ridge;
        border-left-style: none;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-color: #ccc;
        border-right-color: #ccc;
        border-bottom-color: #ccc;
        border-left-color: #ccc;



}

.cellaBordoAranciohome {
        FONT-SIZE: 12px;
        COLOR: #003366;
        FONT-FAMILY: Verdana, Arial, sans-serif;
        PADDING-RIGHT: 4px;
        PADDING-LEFT: 4px;
        FONT-SIZE: 11px;
        PADDING-BOTTOM: 4px;
        LINE-HEIGHT: 16px;
        PADDING-TOP: 4px;
        border: 1px solid #FFDD97;

}
.cellaBordoBlunopad {
        FONT-SIZE: 11px;
        COLOR: #000000;
        FONT-FAMILY: Tahoma, Verdana, Arial, sans-serif;
        PADDING-RIGHT: 0px;
        PADDING-LEFT: 2px;
        FONT-SIZE: 11px;
        PADDING-BOTTOM: 0px;
        LINE-HEIGHT: normal;
        PADDING-TOP: 0px;
        border: thin ridge #CC6600;

}

.searchpage_field_caption {
width: 180px;
}