/* 
    Document   : news
    Created on : Mar 10, 2010, 11:03:05 AM
    Author     : martin
    Description:
        Purpose of the stylesheet follows.
*/

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

.news-detail-container { 
    width: 672px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    clear: both;
}
.news-detail-atas{
    background-image: url(../images/news/Border-atas.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 670px;
    height: 37px;
}
.news-detail-tengah{
    background-image: url(../images/BG-transparant-Red.png);
    background-repeat: repeat;
    width: 650px;
    padding: 10px;
    color: #fff;
}
.news-detail-bawah{
    background-image: url(../images/news/Border-Bawah.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 670px;
    height: 37px;
    margin-bottom: 50px;
}
.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;
}
