/* CSS Document */

.blue_line_left{ background:url(../images/line_blue1.png) repeat-y left; }

.grey_line_top{ background:url(../images/line_grey1.png) repeat-x top; }
.grey_line_left{ background:url(../images/line_grey1.png) repeat-y left; }

.blue_button {
 background:url(../images/btn_bg.png) repeat-x top; 
font:bold 11px Arial, Helvetica, sans-serif;
color:white;

}



.top_header_bg
{
width:100%;
height:130px;
background:url(../images/top_header_bg.png) repeat-x top;
}

.promo_bg1 { background:url(../images/promo_bg1.png) no-repeat center; }

.search_header 
{ 
background:url(../images/section_header_bg2.png) repeat-y top; 
font:bold 11px Arial, Helvetica, sans-serif;
color:white;
padding-left:10px;
border-bottom:2px solid white;
}

.section_header2
{
background:url(../images/section_header_bg3.png) repeat-y top; 
font:bold 11px Arial, Helvetica, sans-serif;
color:white;
padding-left:10px;
}

.section_header4
{
background:url(../images/section_header_bg4.png) repeat-y top; 
font:bold 15px Arial, Helvetica, sans-serif;
color:white;
padding-left:10px;
height:34px;
border-bottom: 3px solid #FEC40E;
}

.section_header5
{

font:bold 12px Arial, Helvetica, sans-serif;
color:#0A76D0;
padding-left:10px;
height:22px;
background:#EAEAEA;
}

.section_header6
{

font:14px Arial, Helvetica, sans-serif;
color:#0A76D0;
padding-left:10px;
height:25px;
background:#DBDBDB;
border-bottom: 2px solid #FEC40E;
}

.pagination
{
font:11px bold Arial, Helvetica, sans-serif;
color:#DB5A12;
width:15px;
text-align:center;
border:1px solid #DB5A12;
}
.pagination a:link 	  { color:#DB5A12; } 
.pagination a:active  { color:#DB5A12; } 
.pagination a:visited { color:#DB5A12; }  
.pagination a:hover   { color:#DB5A12; }

.pagination_active
{
font:11px bold Arial, Helvetica, sans-serif;
color:#FFFFFF;
width:15px;
text-align:center;
background-color:#DB5A12;
}
.pagination_active a:link 	 { color:#FFFFFF; } 
.pagination_active a:active  { color:#FFFFFF; } 
.pagination_active a:visited { color:#FFFFFF; }  
.pagination_active a:hover   { color:#FFFFFF; }

.modvod_frame
{
width:109px;
height:87px;
background:url(../images/vodmodbg.gif) no-repeat top;
padding-top:4px;

}




.popup
{
width:550px;

/*background:url(../images/popbg.gif) no-repeat top;
*/
border:5px solid #FEC40E;
background-color:#FFFFFF;
padding-top:10px;
text-align:center;
font:11px bold Arial, Helvetica, sans-serif;
color:#000000;


}

.tab
{
width:126px;
height:24px;
background:url(../images/tabbg.png) no-repeat top;
font:11px  Arial, Helvetica, sans-serif;
color:#FFFFFF;

}

.striked_out
{
text-decoration: line-through;
}