#videoPlayerBackground {

            background-color:#2386C7;

            left:0;

            right: 0;

            top:0;

            bottom: 0;

            width: 100%;

            height: 100%;

            padding:0;

            margin:0;

            position:fixed;

            z-index:1000;

            overflow:hidden;

            xopacity:0.5;

}

            #videoPlayerBackground a {

                        display: block;

                        margin: auto;

                        height: 100%;

            }

#videoPlayerWindow {

            padding:0;

            margin: 0 auto;

            position:fixed;

            background-color:#c9c9c9;

            top: 20%;

            width:480px;

            xheight:380px;

            padding: 1px 1px 1px 1px;

            z-index:1001;

            /*

            background-image: url(/img/videobackground1.gif);

            background-position: 0px 0px;

            background-repeat:no-repeat;

            */

}

            #videoPlayerWindow .nav {

                        height: 16px;

                        overflow:hidden;

            }

                        #videoPlayerWindow .nav a {

                                    display: block;

                                    text-align:right;

                                    text-decoration:none;

                                    color:#000000;

                                    padding: 2px 10px 2px 10px;

                        }

 

#videoObj {

            display: block;

            padding:0;

            margin:0;

            overflow:hidden;

}

 

#listData {

            padding: 10px 0px 0px 0px;

            overflow: hidden;

}

            #listData .category {

                        padding: 0px 0px 0px 0px;

                        margin: 0px 0px 0px 0px;

                        overflow: hidden;

                        clear: both;

            }

                        #listData .category h3 {

                                    padding: 0px 0px 0px 0px;

                                    margin: 0px 0px 0px 0px;

                        }

                                    #listData .category h3 a {

                                                display: block;

                                                text-decoration: none;

                                                text-transform: uppercase;

                                                color: #808080;

                                                font-family: Verdana, Arial, Helvetica, sans-serif;

                                                font-weight: bold;

                                                font-size: 0.8em;

                                                padding: 4px 0px 4px 20px;

                                                background-image: url(/img/plus.jpg);

                                                background-repeat: no-repeat;

                                                background-position: 0px 7px;

                                                border-top: 1px solid #d8d8d8;

                                    }

                                    #listData .category h3 a.on {

                                                color: #009df7;

                                                background-image: url(/img/minus.jpg);

                                    }

 

                        #listData .category .category_description {

                                    padding: 0px 0px 0px 20px;

                                    border-bottom: 1px solid #d8d8d8;

                        }

                                    #listData .category .category_description p {

                                    }

            #listData .category.last {

                        border-bottom: 1px solid #d8d8d8;

            }

            #listData .category.first {

            }

 

 

                        #listData .category .category_content {

                                    display: block;

                                    padding: 0px 0px 0px 20px;

                                    margin: 0px 0px 0px 0px;

                        }

 

                                    #listData .category .category_content .item {

            margin: 0px 0px 5px 0px;

            border-top: 1px dashed #d8d8d8;

            padding: 5px 0px 0px 0px;

            width: 100%;

            overflow: hidden;

            clear: both;

                                    }

                                                #listData .category .category_content .item.first {

            border-top: none;

                                                }

                                                #listData .category .category_content .item.last {

                                                }

                        

                                                #listData .category .category_content .item .category_thumbnail {

                                                            float: left;

                                                            width: 130px;

                                                            height: 75px;

                                                            overflow:hidden;

                                                }

                                                            #listData .category .category_content .item .category_thumbnail img {

                                                            }

                                    

                                                #listData .category .category_content .item .category_body {

                                                            margin-left: 100px !important;
								margin-left: 120px;

                                                            padding: 0px 0px 0px 10px;

                                                            overflow: hidden;

                                                }

                                    

                                                            #listData .category .category_content .item .category_body h4 {

                                                                        padding: 0px 0px 0px 0px;

                                                                        margin: 0px 0px 0px 0px;

                                                            }

                                                                        #listData .category .category_content .item .category_body h4 a {

                                                                                    display: block;

                                                                                    text-decoration: none;

                                                                                    text-transform: uppercase;

                                                                                    color: #b8b8b8;

                                                                                    font-family: Verdana, Arial, Helvetica, sans-serif;

                                                                                    font-weight: bold;

                                                                                    font-size: 0.8em;

                                                                                    padding: 4px 0px 4px 0px;

                                                                        }

                                                                                    #listData .category .category_content .item .category_body h4 a:hover {

                                                                                                color: #009df7;

                                                                                    }

                                                            #listData .category .category_content .item .category_body p {

                                                                        padding: 0px 0px 0px 0px;

                                                                        margin: 0px 0px 0px 0px;

                                                            }

/*

 

#listData {

            padding: 10px 0px 0px 0px;

            overflow: hidden;

}

            #listData .item {

                        margin: 10px 0px 0px 0px;

                        border-top: 1px solid #d8d8d8;

                        padding: 10px 0px 0px 0px;

                        overflow: hidden;

                        clear: both;

            }

            #listData .item.first {

            }

            #listData .item.last {

                        padding: 10px 0px 10px 0px;

                        border-bottom: 1px solid #d8d8d8;

            }

 

            #listData .item .thumbnail {

                        float: left;

                        width: 100px;

                        height: 100px;

                        overflow:hidden;

            }

                        #listData .item .thumbnail img {

                                    padding: 5px;

                        }

            #listData .item .content {

                        margin-left: 100px;

                        padding: 0px 0px 0px 10px;

                        overflow: hidden;

            }

 

                        #listData .item .content h3 {

                                    padding: 0px 0px 0px 0px;

                                    margin: 0px 0px 0px 0px;

                        }

                                    #listData .item .content h3 a {

                                                display: block;

                                                text-decoration: none;

                                                text-transform: uppercase;

                                                color: #b8b8b8;

                                                font-family: Verdana, Arial, Helvetica, sans-serif;

                                                font-weight: bold;

                                                font-size: 0.8em;

                                                padding: 4px 0px 4px 0px;

                                    }

                                                #listData .item .content h3 a:hover {

                                                            color: #009df7;

                                                }

                        #listData .item .content p {

                                    padding: 0px 0px 0px 0px;

                                    margin: 0px 0px 0px 0px;

                        }

*/

 

.back {

            display: block;

            padding: 5px;

}


