.CustomTabStyle .ajax__tab_header {white-space:nowrap;}
.CustomTabStyle .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.CustomTabStyle .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.CustomTabStyle .ajax__tab_tab {margin-right:4px;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}


.CustomTabStyle .ajax__tab_outer {padding-right:4px;background:url(images/tab-right.gif) no-repeat right;height:30px;}
.CustomTabStyle .ajax__tab_inner {padding-left:4px;background:url(images/tab-left.gif) no-repeat;}
.CustomTabStyle .ajax__tab_tab {height:16px;padding:4px;padding-top: 10px;margin:0;background:url(images/tab.gif) repeat-x;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {background:url(images/tab-hover-right.gif) no-repeat right;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner {background:url(images/tab-hover-left.gif) no-repeat;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab {background:url(images/tab-hover.gif) repeat-x; }
.CustomTabStyle .ajax__tab_active .ajax__tab_outer {background:url(images/tab-active-right.gif) no-repeat right;}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner {background:url(images/tab-active-left.gif) no-repeat;}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab {background:url(images/tab-active.gif) repeat-x; color: #005596;}

.CustomTabStyle .ajax__tab_header {font-size:11px;background:url(images/tab-line.gif) repeat-x bottom;}
/*
.CustomTabStyle .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(images/tab-line.gif) repeat-x bottom;}
*/
/*.CustomTabStyle .ajax__tab_body {font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;}*/


#movieDetails 
{
    background-color: #F4F4F4;
    margin-bottom: 35px;
}

#movieDetails .options
{
    background-color: #E6E6E6;    
}

#movieDetails .options td 
{
    height: 27px;
}

#movieDetails .options img 
{
    padding: 0 2px;
}

#movieDetails .title
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 14px;
}

#relatedBox  
{
    position: absolute; 
    left: 0;
    /*top: 182px;*/
    top: 0;
    /*height: 168px;*/
    height: 148px;
    /*width: 273px;    */
    width: 326px;
    
    
    overflow: hidden;
    background-color: #F4F4F4;
}

#relatedBox .title 
{
    /*font-size: 12px;*/    
    margin-bottom: 2px;
}

#see_all{
	/*
    position: absolute;
    right: 26px;
    top: 333px;
    height: 20px;
    width: 150px;
*/
    position: absolute;
    right: 26px;
    bottom: -168px;
    height: 20px;
    width: 150px;
	display: none;
}

#movieDetails .seemore
{
    text-align: right;
    width: 100%;
}

.shareIcons div 
{
    padding: 0 4px;
}

.left_top, .right_top, .left_bottom, .right_bottom
{
    width: 9px;
    height: 11px;
}

.left_top  { background:url(images/round/left_top.gif) no-repeat; }
.right_top { background:url(images/round/right_top.gif) no-repeat; }
.left_bottom  { background:url(images/round/left_bottom.gif) no-repeat bottom; }
.right_bottom { background:url(images/round/right_bottom.gif) no-repeat bottom; }


/*
.datalistMovies
{
    width: 100%;
}
*/

/*
#videogallery2 {
    width:100%;
}
*/


#videogallery2 a img {
    border:medium none;
    display:block;
    margin:0;
}
#videogallery2 a:hover {
    opacity:1;
}

#videogallery2 td {
    /*vertical-align:top;*/
}

.TVPagerControl
{
    text-align: right;
}

.TVPagerControl .SelectedPage
{
    font-weight: bold;
    color: #005596;
    font-size: 11px;
}

.TVPagerControl .UnselectedPage
{
    font-size: 10px;
    color: #888;    
}

.TVPagerControl .PagerResults
{
    display: none;
}

.movieBoxList .title 
{
    font-weight: bold;    
    font-size: 14px;
    margin: 8px 0;
}

.movieBoxList .like 
{
    display: none;
    background:url(images/heart.gif) no-repeat left;
    padding-left: 17px;
    color:  #888;    
} 

.movieBox
{
    width: 478px;
}
