/* 
    Document   : style
    Created on : 24-dic-2009, 13.12.57
    Author     : Stefano AI
    Description:
        Purpose of the stylesheet follows.
*/
root { 
    display: block;
}

/* BODY */
body{
    font-size: 14px;
}
div.content{
    position:absolute;
    top:0px;
    width:1000px;
    max-width:1000px;
    left:50%;
    margin-left:-500px;
    z-index:0;
}
div.left{
    position:absolute;
    left:0px;
    top:80px;
    width:200px;
    max-width:200px;
    overflow: hidden;
    z-index:2;
}
div.top{
    position:absolute;
    left:0px;
    top:0px;
    width:1000px;
    max-width:1000px;
    height:80px;
    max-height: 80px;
    overflow: hidden;
    z-index:2;
}
div.center{
    position:absolute;
    left:200px;
    top:80px;
    padding-left: 20px;
    padding-right: 20px;
    width:560px;
    max-width:560px;
    overflow: hidden;
    background-color:#fff;
    z-index: 1;
}
div.right{
    position: absolute;
    left: 800px;
    top:80px;
    width: 200px;
    max-width: 200px;
    overflow: hidden;
    z-index: 2;
}

/* GENERAL STYLE */
*{
    position: relative;
    margin:0px;
    padding: 0px;
    border-width: 0px;
    border-color: #bacfe6;
    border-style: solid;
}
a, a:visited, a:hover{
    display: block;
    text-decoration: none;
    color:#000;
}
a:hover{
    cursor:pointer;
}
img.banner{
    position:absolute;
    left:171px;
}
input{
    font-size: 12px;
}
input.button{
    text-align: center;
    background-image: url('img/bgbutton.png');
    background-repeat: repeat-x;
    background-position: top center;
    border-width: 1px;
    cursor: pointer;
    font-weight: bold;
}
li{
    list-style: none;
}
input{
    border-width: 1px;
    background-image: url('img/bgbutton.png');
}
.box{
    border-width: 1px;
    background-color: #fff;
}
/* MENU */
div.menu{
    width:200px;
    max-width: 200px;
    background-image: url('img/bgmenu.png');
    background-position: top center;
    background-repeat: no-repeat;
    height: 36px;
    max-height: 36px;
    background-color: #fff;
}
span.menu{
    position: absolute;
    bottom:0px;
    left: 0px;
    width: 198px;
    max-width:198px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}
a.menu{
    padding-left: 25px;
    padding-right: 25px;
    height: 18px;
    max-height: 18px;
    overflow: hidden;
    background-color: #fff;
}
a.menu:hover{
    background-image: url('img/bgmenul.png');
    background-repeat: repeat-x;
    background-position: top;
    border-top-width: 1px;
    border-bottom-width: 1px;
}
span.submenu{
    display: block;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background-image: url('img/bgmenul.png');
    background-repeat: repeat-x;
    background-position: top;
    height: 18px;
    max-height: 18px;
    overflow: hidden;
}
ul.menu, ul.topmenu{
    width: 198px;
    max-width: 198px;
}
span.copyright{
    display: block;
    margin-top: 50px;
    text-align: center;
    color: gray;
}

/* LOGIN */
div.login{
    width: 198px;
    max-width: 198px;
    height: 70px;
    overflow: hidden;
}
input.login{
    right: 0px;
    width: 120px;
}
div.login_line{
    width: 194px;
    max-width: 198px;
    padding: 2px;
    text-align: center;
}
input.buttonlogin{
    position: absolute;
    left: 5px;
}
input.buttonregister{
    position: absolute;
    right: 5px;
}

/* PRODUCTS */
div.product{
    background-image: url('img/bgproduct.png');
    background-position: top center;
    width: 170px;
    max-width: 170px;
    height: 170px;
    max-height: 170px;
    margin: 5px;
    overflow: hidden;
}
h3.product_title{
    text-align: center;
}
img.product_thumb{
    height: 90px;
    max-height: 90px;
    width:  160px;
    max-width:  160px;
    overflow: hidden;
    margin-left: 5px;
    margin-right: 5px;
}
h4.product_description{
    font-size: 12px;
    font-weight: normal;
    width: 160px;
    max-width: 160px;
    margin-left: 5px;
    margin-right: 5px;
}
div.product_button{
    width: 170px;
    height: 25px;
    max-height: 25px;
    overflow: hidden;
}
span.product_price{
    position: absolute;
    max-width: 60px;
    overflow: hidden;
    top:3px;
    left: 5px;
}
input.product_quantity{
    position: absolute;
    left: 65px;
    top:3px;
    width: 50px;
}
img.product_button{
    position: absolute;
    right: 0px;
    width: 35px;
}


/* CART */
li.cart_product,li.cart_product_tot{
    position: relative;
    width: 198px;
    height: 18px;
    max-height: 18px;
    overflow: hidden;
}
li.cart_product_tot{
    margin-top:2px;
    left: 2px;
    border-top-width: 2px;
    width: 194px;
}
span.cart_product{
    position: absolute;
    left: 2px;
    height: 18px;
    max-height: 18px;
    width: 80px;
    max-width: 80px;
    overflow: hidden;
}
input.cart_quantity,span.cart_quantity{
    position: absolute;
    left: 85px;
    height: 18px;
    max-height: 18px;
    width: 50px;
    max-width: 50px;
    overflow: hidden;
}
span.cart_price{
    position: absolute;
    right: 2px;
    height: 18px;
    max-height: 18px;
}


div.cart_description{
    position: absolute;
    z-index: 99;
    display: none;
    right:200px;
}

/* OFFERS */
img.product_offer{
    position: absolute;
    top: 0px;
    height: 90px;
    max-height: 90px;
    margin-left: 19px;
    margin-right: 19px;
    width: 160px;
    max-width: 160px;
    display: block;
    overflow: hidden;
    background-color: #fff;
}
span.product_offer_description{
    position: absolute;
    font-size: 12px;
    font-weight: normal;
    top: 90px;
    width: 190px;
    max-width: 190px;
    left: 4px;
    height: 35px;
    max-height: 35px;
    background-color: #fff;
    overflow: hidden;
}

/* BODY */
/* TITLE */
div.title{
    height: 108px;
    border-bottom-width: 1px;
    /*background-image: url('img/bgmenul.png');*/
    background-position: bottom;
    background-repeat: repeat-x;
}
h1.title{
    position: absolute;
    font-size: 28px;
    top: 55px;
    height: 35px;
    overflow: hidden;
    font-weight: bold;
    width: 400px;
    text-align: center;
}
img.title{
    position: absolute;
    right: 0px;
    width: 160px;
    height: 90px;
    overflow: hidden;
}
div.description_text{
    text-align: justify;
}
a.scroll{
    float: right;
}
.listpointed{
    list-style-type: disc;
    margin-left: 25px;
}
