#infocomments {
    display: inline;
    float: left;
    clear: both;
    margin: 0 0 35px 105px;
    width: 975px;
}

    #infocomments .header {
        display: inline;
        float: left;
        width: 960px;
        height: 40px;
        padding: 0 0 0 20px;
        background: transparent url("../images/ui-ic-top.gif") top left no-repeat;
        position: relative;
    }
    
        #infocomments .header h3 {
            display: inline;
            float: left;
            color: #1AB7EA;
            font-size: 18px;
            line-height: 40px;
            font-weight: normal;
        }
        
        #infocomments .header h3 span {
            color: #fff;
        }
        
        #infocomments .header .time {
            display: inline;
            float: left;
            height: 20px;
            background: transparent url("../images/ui-time-bg.gif") top right no-repeat;
            color: #fff;
            line-height: 20px;
            margin: 12px 0 0 20px;
            padding: 0 10px 0 0;
            font-size: 10px;
        }
        
        #infocomments .header .time strong {
            display: inline;
            float: left;
            text-indent: -9999px;
            width: 22px;
            height: 20px;
            margin: 0 5px 0 0;
            background: transparent url("../images/ui-time-clock.gif") top left no-repeat;
        }
        
        #infocomments .header .time span {
            display: inline;
            float: left;
        }
        
        #infocomments .header a#add {
            display: inline;
            position: absolute;
            top: 10px;
            right: 103px;
            width: 125px;
            height: 22px;
            background: transparent url("../images/ui-ic-favorite.gif") top left no-repeat;
            text-indent: -9999px;
            outline: none;
        }
        
            #infocomments a#add:hover {
                background-position: 0 -22px;
            }
            
            #infocomments a#add:active {
                background-position: 0 -44px;
            }
            
            #infocomments .header a#add.added {
                background-position: 0 -66px;
            }
        
            #infocomments .header a#cast {
                display: inline;
                position: absolute;
                top: 10px;
                right: 107px;
                width: 70px;
                height: 24px;
                background: transparent url("../images/landingpage/button-cast.gif") top left no-repeat;
                text-indent: -9999px;
                outline: none;
            }


        #infocomments .header a#toggle {
            display: inline;
            position: absolute;
            top: 10px;
            right: 27px;
            width: 67px;
            height: 22px;
            background: transparent url("../images/ui-ic-hideshow.gif") top left no-repeat;
            text-indent: -9999px;
            outline: none;
        }
        
            #infocomments a#toggle:hover {
                background-position: 0 -22px;
            }
            
            #infocomments a#toggle:active {
                background-position: 0 -44px;
            }
            
            #infocomments a#toggle.show {
                background-position: 0 -66px;
            }
            
            #infocomments a#toggle.show:hover {
                background-position: 0 -88px;
            }
            
            #infocomments a#toggle.show:active {
                background-position: 0 -110px;
            }
        
        #infocomments .header #affiliateAd {
            display: block;
            position: absolute;
            right: 240px;
            top: 8px;
        }
            
    #infocomments .holder {
        display: inline;
        float: left;
        clear: both;
        width: 935px;
        background: #000;
        padding: 15px 20px 14px;
    }
    
        #infocomments .comments, #infocomments .info {
            display: inline;
            float: left;
            width: 458px;
            position: relative;
        }
        
        #infocomments .info { margin-left: 19px; }
        
            #infocomments .comments #commentStatus {
                display: block;
                position: absolute;
                z-index: 5;
                top: 10px;
                left: 10px;
                padding: 20px;
                width: 378px;
                background: #333;
                border: 1px solid #555;
                color: #fff;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
            }
            
            #infocomments .comments form, #infocomments .comments .signup {
                display: block;
                float: left;
                clear: both;
                width: 458px;
                height: 39px;
            }
            
                #infocomments .comments .signup {
                    background: transparent url("../images/ui-ic-functions.gif") top left no-repeat;
                    line-height: 39px;
                    text-align: center;
                    color: #fff;
                }
                
                #infocomments .comments .signup a {
                    color: #1AB7EA;
                }
            
            #infocomments .comments textarea#commentTypeArea {
                display: inline;
                float: left;
                width: 373px;
                height: 27px;
                padding: 6px;
                background: transparent url("../images/ui-ic-commentbg.gif") top left no-repeat;
                border: none;
                font-size: 14px;
                line-height: 27px;
                color: #aaa;
                font-family: "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
            }
            
            #infocomments .comments button#commentAddButton {
                display: inline;
                float: left;
                width: 72px;
                height: 39px;
                background: transparent url("../images/ui-ic-commentadd.gif") top left no-repeat;
                border: none;
            }
            
                #infocomments .comments button#commentAddButton:hover {
                    background-position: 0 -39px;
                }
                
                #infocomments .comments button#commentAddButton:active, #infocomments .comments button#commentAddButton.adding {
                    background-position: 0 -78px;
                }
                
            #infocomments #commentsWrapper, #infocomments #informationWrapper {
                display: inline;
                float: left;
                clear: both;
                width: 458px;
                height: 148px;
                margin: 20px 0 0 0;
                background: transparent url("../images/ui-ic-sectionbg.gif") bottom left no-repeat;
            }
            
                #infocomments #commentsWrapper #commentsMask, #infocomments #informationWrapper #infoMask {
                    display: block;
                    float: left;
                    clear: both;
                    height: 125px;
                    width: 410px;
                    margin-left: 10px;
                    overflow: hidden;
                    position: relative;
                }
                
                #infocomments #informationWrapper #infoMask {
                    margin-left: 20px;
                    color: #fff;
                    font-size: 11px;
                }
                
                    #infocomments #informationWrapper #infoMask .credits {
                        display: block;
                        clear: both;
                        margin-top: 20px;
                    }
                    
                        #infoMask .credits span {
                            display: block;
                            color: #1AB7EA;
                        }
                        
                    #infocomments #informationWrapper #infoDetails a {
                        color: #aaa;
                    }
                
                    #infocomments #commentsWrapper #commentsMask ul#commentItems {
                        display: block;
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        width: 410px;
                    }
                    
                    ul#commentItems li {
                        display: block;
                        clear: both;
                        border-left: 6px solid #1ab7ea;
                        padding-left: 10px;
                        width: 394px;
                        margin-bottom: 8px;
                        color: #fff;
                        font-size: 11px;
                    }
                    
                        ul#commentItems li strong {
                            color: #1ab7ea;
                            font-weight: normal;
                            font-size: 10px;
                        }
                        
                        ul#commentItems li em {
                            font-size: 10px;
                        }
                    
                    #infocomments a.arrowUp, #infocomments a.arrowDown {
                        display: block;
                        position: absolute;
                        bottom: 81px;
                        right: 10px;
                        width: 20px;
                        height: 34px;
                        background: transparent url("../images/ui-ic-arrows.gif") top left no-repeat;
                        text-indent: -9999px;
                        outline: none;
                    }
                    
                    #infocomments a.arrowDown {
                        bottom: 48px;
                        background-position: 0 -34px;
                    }
                    
                    #infocomments a.arrowUp:hover { background-position: -20px 0; }
                    #infocomments a.arrowUp:active { background-position: -40px 0; }
                    
                    #infocomments a.arrowDown:hover { background-position: -20px -34px; }
                    #infocomments a.arrowDown:active { background-position: -40px -34px; }
                    
            #infocomments #vidShare {
                display: block;
                float: left;
                clear: both;
                width: 418px;
                height: 36px;
                line-height: 39px;
                padding: 3px 20px 0;
                background: transparent url("../images/ui-ic-functions.gif") top left no-repeat;
            }
            
                #infocomments #vidShare a, #infocomments #vidShare a img {
                    outline: none;
                    border: none;
                    width: 16px;
                    height: 16px;
                }
                
                #infocomments #vidShare a {
                    display: inline;
                    margin: 0 18px 0 0;
                }
    
    #infocomments .bottom {
        display: block;
        float: left;
        width: 975px;
        height: 6px;
        background: transparent url("../images/ui-ic-bottom.gif") top left no-repeat;
    }
