div#contentSection {
    background: #fff url(/Templates/Styles/images/product-banner.jpg) top left no-repeat;
}

/* section Other Product */
div#contentSection div.OtherProduct {
    padding-top: 3em;
    clear: both;
    
    display: none;
}
div#contentSection div.OtherProduct h3 {
   margin: 0px;
   padding: 0px;
   font-size: 1.5em;
   line-height: 1em;
}
div#contentSection div.OtherProduct ul {
    margin: 0px;
    padding: 0px;
    margin-top: .5em;
    list-style-position: inside;
    font-size: 2em;
    color: #666;
}
div#contentSection div.OtherProduct ul li {
   font-size: 1em;
   line-height: 1em;
}
div#contentSection div.OtherProduct ul li.Last {
   padding-bottom: 0px;
}
div#contentSection div.OtherProduct ul li a {
   color: #da8500;
   font-size: .75em;
}

/* section Product Information */ 
div#contentSection div.ProductInfo {
    height: 141px;
}
div#contentSection div#contentNagivation {
    margin-top: 70px;
}

div.ProductInfo div.ProductName {
    padding: 2em 0em 0em 2em;
}
div.ProductInfo div.Description {
    padding-left: 2em;
    opacity: .6;
    font-weight: bold;
}
div.ProductInfo div.Description p {
    margin-top: .5em;
    width: 37em;
    color: #DBBE99;
    font-size: .85em;
}

/* section Product Content */
div#contentSection div#content h2 {
    
}
div#content div.InnerContent p {
    
}
div#content div.InnerContent dl {
    margin-left: 2em;
}
div#content div.InnerContent dt {
    color: #DA8500;
    background: url(/Templates/Styles/images/black-smallbullet.png) center left no-repeat;
    padding-left: 1em;
    margin-top: 1em;
}
div#content div.InnerContent dd {
    margin: 0px;
    line-height: 1.3em;
}
div#content div.InnerContent div.Screenshot {
    margin-top: 3em;
}
div#content div.InnerContent div.Screenshot img {
    margin-right: 1em;
    border: 3px solid #CCCCCC;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
}
div#content div.InnerContent p strong {
    font-style: italic;
}
div#content div.ProductComment {
    text-align: right;
    margin-top: 2em;
}
div#content div.ProductComment p.Comment {
    font-style: italic;
    padding-left: 29em;
    text-align: left;
}
div#content div.ProductComment p.Author {
    font-style: italic;
}
div#contentSection div#content p,
div#contentSection div#content ul,
div#contentSection div#content li {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
div#content ul.ProductScreenshots {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 680px;
}
div#content ul.ProductScreenshots li {
    float: left;
    padding: 1.5em .8em;
    width: 320px;
    
    text-align: center;
}
div#content ul.ProductScreenshots li img {
    border: 1px solid #666;
    padding: 3px;
}
