#content {
    padding: 95px 30px 60px 30px;
    width: 900px;
}

.model {
    background-color: #3F3F41;
    border: 1px solid #CC0C00;
    bborder: 1px solid #BC1728;
    padding: 2px 5px;
    margin: 2px;
    line-height: 28px;
    white-space: nowrap;
}

.model.current {
    border-color: #FFFFFF;
}

#tf, #models, #price, #color, #descr {
    padding: 10px; auto;
}

#productsx {
    float: left;
    width: 500px;
}

#productdx {
    float: right;
    width: 200px;
}

#products_list {
    width: 200px;
    float: left;
    margin-top: 10px;
}

#products_list h3 {
    margin-bottom: -2px;
    margin-left: -2px;
    font-weight: normal;
    font-size: 14px;
}

#products_list h3 span {
    position: relative;
    background-color: #262626;
    padding: 2px 5px;
    border: 2px solid #CBCCCE;
    height: inherit;
}

#products_list ul{
    border: 2px solid #CBCCCE;
    padding: 10px 0;
    margin-bottom: 20px;
    width: 180px;
}

#products_list ul li{
    padding: 0 20px;
}

#products_list ul li.current {
    background: url(../img/bkg_curr_prod.gif) no-repeat 8px 5px;
}

#products_list ul li.current a{
    color: #CC0C00;
    ccolor: #BC1728;
}

#product {
    width: 700px;
    float: right;
}

#product table th {
    text-align: left;
}

#product h1 {
    display: inline;
}

#product #image {
    margin-top: 10px;
    width: 500px;
    float: left;
    text-align: center;
}

#product #image img {
    max-width: 460px;
    vertical-align: middle;
    border: 3px solid #CBCCCE;
}

* html #product #image img{width: 460px;}

#product #image span {
    line-height: 400px;
}     
     
/*#macros {               MACROS SCELTA CATEGORIA INIZIALE
    position: absolute;
    left: 0;
    top: 458px;
    z-index: 11;
} */

#start-top {
    overflow: hidden;
}

#start-macros {
    overflow: hidden;
    position: relative;
    margin: 0px auto 20px;
}

#start-macros li {
    list-style: none;
    float: left;
    background: #CC0C00;
    width: 160px;
    padding: 4px;
    margin-left: 15px;
}

#start-macros li.first {
    margin-left: 0px;
}

#start-macros li img {
    width: 73px;
    height: 73px;
    margin: 0;
    vertical-align: top;
}

#start-macros li a {
    padding: 0;
    width: 73px;
    height: 14px;
}

#start-macros span {
    padding-left: 10px;
    font-size: 15px;
}

/*              MACROS SCELTA CATEGORIA INTERNO  */
#macros {
    width: 216px;
    height: 102px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-bottom: 20px;
}

#macros img.back {
    margin: 10px 0 5px;
}

#macros span.back {
    padding-left: 10px;
}

#macros ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 8px;
    left: 108px;
}

#macros li {
    list-style: none;
    float: left;
    background: url(../img/bkg_macro.gif) no-repeat;
    height: 85px;
    width: 65px;
    padding: 0 0px 0 0;
}

#macros li img {
    width: 64px;
    height: 64px;
    margin: 0;
    display: block;
}

#macros li a {
    padding: 0;
    display: block;
    padding: 2px;
    width: 64px;
    height: 14px;
}

#macros li.current {
    background: url(../img/bkg_macro_current.gif) no-repeat;
    margin-top: -8px;
    height: 93px;
    width: 76px;
}

#macros li.current a {
    color: #000;
}

#macros li.current img {
    width: 72px;
    height: 72px;
}

#top h1,
#descr {width: 673px;}

#top h1 {
    line-height: 23px;
}



