/* 
    Document   : product
    Created on : Mar 10, 2010, 3:41:54 PM
    Author     : martin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.product-container {
    width: 390px;
    margin-left: 140px;
    margin-top: 20px;
}
.product-cont-header {
    background-image: url(../images/Header-Frame-Content.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 40px;
}
.product-cont-bg  {
    background-image: url(../images/BG-transparant-Red.png);
    background-repeat: repeat;
}
.product-cont {
    height: 60px;
    margin-top: 1px;
    margin-right: 5px;
    margin-bottom: 1px;
    margin-left: 5px;
    padding: 10px;
}
.product-cont-footer {
    background-image: url(../images/Footer-Content-Frame.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 40px;
    margin-bottom: 50px;
}
.product-detail-container {
    background-image: url(../images/product/border-product.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 600px;
    width: 672px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}
.product-detail-photo {
    background-image: url(../images/product/lis-atas.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 212px;
    width: 390px;
    margin-top: 20px;
    padding-top: 35px;
}
.product-detail-desc {
    background-image: url(../images/BG-transparant-Red.png);
    width: 369px;
    padding: 10px;
    color: white;
    padding-top: 20px;
    margin-left: 1px;
}
.product-detail-lis-bawah{
    background-image: url(../images/product/lis-bawah.png);
    background-repeat: no-repeat;
    height: 6px;
    width: 392px;
}
