body {
	margin:0 auto;
	width:100%;
	padding:0;
	font-family:Tahoma;
	background:url(../images/top_bg_img.png) repeat-x;

	 
}
img {
border:none;	
}
#wrapper{
width:100%; height:auto;	
}
.wrapper_div{width:999px; height:auto;
}
.main_header{
	width:999px; height:115px;  float:left;
/*	border-left:solid #0e335a 1px;
	border-right:solid #0e335a 1px;
	background:url(../images/head_bg.jpg) repeat-x;*/
}
.main_home{
	width:985px; height:20px; float:left;
	 
	font-size:11px;

	color:#493232;
	text-align:right;
	padding-right:10px;
}
.main_home a{
	text-decoration:none;
	 
	font-size:11px;
	color:#493232;
}

.head{ width:995px;
	height:115px;

}
.logo{width:285px;
height:85px;
float:left;
margin:10px 0 0 10px;


}
.h_search{ width:480px;
height:51px;
float:right;
margin:20px 15px 0 0;
color:#409bd9;

font-size:11px;


}
.h_search a{
text-decoration:none;

font-size:11px;
color:#409bd9;
}

.h_search_li01{
	background:url(../images/search_lb.jpg) no-repeat; width:8px; height:53px; float:left;margin:0; padding:0;
}

.h_search_li02{
	background:url(../images/search_rb.jpg) no-repeat; width:10px; height:53px; float:left;margin:0; padding:0;
}
.h_search_li03{
	background:url(../images/search_cl.jpg) repeat-x; width:462px; height:53px; float:left;margin:0; padding:0;
}
.i_hunt_logo{
width:105px; height:30px; margin-top:12px; float:left;	
}
.i_hunt_box{width:280px; height:21px; margin:12px 0 0 8px; float:left; padding-top:2px;
}
.i_hunt_go{width:55px; height:8px; float:left; margin:12px 0 0 10px;
}

#main_body_div{width:999px; height:auto;  float:left; border:solid #90ddfd 1px; background-color:#FFF;}



/*******Start-drop-menu***************/
.p_home{width: 34px; height: 28px; margin: 0; padding: 0; background:url(../images/mix_img.png) -168px -224px;}

.ddsmoothmenu {
width:998px; height:30px; border-top:solid #035171 2px; background:url(../images/menu_bg.jpg) repeat-x; float:left; font-size:11px; font-weight:bold;color:#FFF;

}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
background-color:#FFF;
color:#000;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: white;
/*padding:8px 9px 6px 8px;*/
color: #000;
text-decoration: none;
}

* html .ddsmoothmenu ul>li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul>li a:link, .ddsmoothmenu ul>li a:visited{
color: #FFF;
padding-bottom:4px;
}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
color: #000;
padding-bottom:4px;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background-color:#FFF;*/
color:#373359;
padding-bottom:4px;
}

.ddsmoothmenu ul li a:hover{
/*background-color:#FFF;*/
color:#373359;
padding-bottom:4px;
}

.ddsmoothmenu_main{
position: relative;
display: inline;
float: left;
display: block;
color: #FFF;
text-decoration: none;
padding:7px 3px 6px 5px;
text-align:center;
}


.ddsmoothmenu_main:hover{
background-color:#FFF;
color:#373359;
border-left:1px #035171 solid;
border-right:1px #035171 solid;
/*border-top:4px #7c700d solid;*/
padding:7px 3px 6px 3px;

}
.ddsmoothmenu_main:selected{
background-color:#FFF;
color:#373359;
border-left:1px #035171 solid;
border-right:1px #035171 solid;
/*border-top:4px #7c700d solid;*/
padding:7px 3px 6px 3px;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
text-align:left;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
border-left:1px #035171 solid;
border-right:1px #035171 solid;
border-bottom:1px #035171 solid;
margin-left:-1px;
margin-top:-1px;
background:#000;
background-color:#FFF;
width:150px;
min-width:148px;
z-index:2000;
padding:0 0 10px 10px;
}


/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
border:none;
line-height:25px;
color:#000;

}

.rightarrowclass {
position:absolute;
right:5px;
top:6px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
border-top:#c0ab00 solid 1px;
color:#000;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 11px Verdana;
width: auto; /*width of sub menus*/
min-width:160px;
padding: 5px;
margin: 0;
border-top-width: 0;
color:#000;
/*border-bottom: 1px solid gray;*/
}

.ddsmoothmenu ul li ul li a:hover{	color:#000;
	font-weight:bold;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;

}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 170px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;

border-bottom: 1px solid #ccc;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #414141; /*background of menu items (default state)*/
color: white;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

background: black; 
color: white;
}

.ddsmoothmenu-v ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */











/*******enddrop-menu***************/
	
	.i_exp_i_div{width:150px; height:24px; 
	margin-left:2px;
	cursor:pointer;
	float:left; 
	background:url(../images/explore_india.jpg) no-repeat; 
	font-size:11px; 
	font-weight:bold; 
	color:#FFF; 
	text-align:left; 
	padding:6px 0 0 10px;
	cursor:pointer;
	z-index:100;
	}
/****Go-to-state-start***/
.ie_hm_state{
width:996px; height:188px;float:left;
border-right:solid #90DDFD 1px; 
border-left:solid #90DDFD 1px;
border-bottom:solid #90DDFD 1px;
margin-bottom:3px;text-align:left;color:#FFF;  display:none;

}

.ie_hm_state_zon_div{
width:100%; height:auto; float:left;   font-weight:bold; font-size:12px;  color:#484866; 	margin-bottom:5px;
}
.ie_hm_state_zon{
	width:146px; height:173px; float:left; margin-left:11px; background:url(../img/dot_line.png) no-repeat; background-position:right;margin-top:7px;
}

.ie_hm_state_zon ul{
	text-decoration:none; list-style:none;
	margin:0;
	padding:0;
}
.ie_hm_state_zon ul li{
		text-decoration:none; list-style:none;
	width:100%; height:auto;
	line-height:15px;
	 
	font-size:11px;
	color:#484866;
	background:url(../images/arrow_state.png) 0px 0px no-repeat;
	background-position:left;
	padding-left:15px;
}
.ie_hm_state_zon a{
text-decoration:none;
color:#484866;
}
.ie_hm_state_zon a:hover{
text-decoration:underline;
color:#484866;
}
.ie_hm_state_close1{
	width:45px; height:13px; background:url(../images/mix_img.png) -5px -2px no-repeat;  color:#F00; float:left; margin-top:70px; cursor:pointer; margin-left:110px;
}
.ie_hm_state_close1:hover{
	background:url(../images/mix_img.png) -51px -2px no-repeat;
}

.btn-slide{
float:left;

}
.btn-slide_main{
width:150px; height:22px; 
float:left;

padding:0 0 0 0;

}
/****Go-to-state-end***/
	
	
	
	
	
	
	
	
	
	
	
#i_body_div_mainp{width:998px; height:auto; float:left; margin-top:10px; padding-bottom:3px; }
#i_body_div_left{width:811px; height:auto; float:left; padding-left:4px;}

#i_body_div_right{width:180px; height:1101px; border:solid #90ddfd 1px; float:left;}
.i_main_all_data{width:505px; height:275px; float:left; /*border:solid #666 1px;*/text-align:left;}
.i_google_Add{width:300px; margin-left:3px; height:270px; float:left; /*border:solid #666 1px;*/}



.i_india_link_img1{float:left; margin: 0 5px 0 0; padding:0; width:25px; height:25px; background:url(../images/mix_img.png) -141px -50px no-repeat;
}
.i_india_link_img2{float:left; margin: 0 5px 0 0; padding:0; width:25px; height:25px; background:url(../images/mix_img.png) -167px 6px no-repeat;
}
.i_india_link_img3{float:left; margin: 0 5px 0 0; padding:0; width:25px; height:25px; background:url(../images/mix_img.png) -140px -134px no-repeat;
}
.i_india_link_img4{float:left; margin: 0 5px 0 0; padding:0; width:25px; height:25px; background:url(../images/mix_img.png) -168px -2px no-repeat;
}
.i_india_link_img5{float:left; margin: 0 5px 0 0; padding:0; width:25px; height:25px; background:url(../images/mix_img.png) -168px -126px no-repeat;
}
.i_india_link_img6{float:left; margin: 0 5px 0 0; padding:0; width:25px; height:25px; background:url(../images/mix_img.png) -140px -80px no-repeat;
}
.i_india_link_img7{float:left; margin: 0 5px 0 0; padding:0; width:25px; height:25px; background:url(../images/mix_img.png) -114px -35px no-repeat;
}
.i_india_link_img8{float:left; margin: 0 5px 0 0; padding:0; width:25px; height:25px; background:url(../images/mix_img.png) -168px -75px no-repeat;
}
.i_india_link_img9{float:left; margin: 0 5px 0 0; padding:0; width:25px; height:25px; background:url(../images/mix_img.png) -139px -0px no-repeat;
}
.i_india_link_img10{float:left; margin: 0 5px 0 0; padding:0; width:25px; height:25px; background:url(../images/mix_img.png) -140px -109px no-repeat;
}
.i_india_link_img11{float:left; margin: 0 5px 0 0; padding:0; width:25px; height:25px; background:url(../images/mix_img.png) -140px -24px no-repeat;
}
.i_india_link_img12{float:left; margin: 0 5px 0 0; padding:0; width:25px; height:25px; background:url(../images/mix_img.png) -140px -160px no-repeat;
}
.i_india_link_img13{float:left; margin: 0 5px 0 0; padding:0; width:25px; height:25px; background:url(../images/mix_img.png) -168px -49px no-repeat;
}
.i_india_link_img14{float:left; margin: 0 5px 0 0; padding:0; width:25px; height:25px; background:url(../images/mix_img.png) -140px -50px no-repeat;
}
.i_india_link_img15{float:left; margin: 0 5px 0 0; padding:0; width:25px; height:25px; background:url(../images/mix_img.png) -166px -100px no-repeat;
}
.i_india_link_img16{float:left; margin: 0 5px 0 0; padding:0; width:25px; height:25px; background:url(../images/mix_img.png) -166px -164px no-repeat;
}


#i_india_now{width:140px; height:820px; margin-top:10px; float:left; border:solid #90ddfd 1px;
}
#i_india_now .i_india_now_top{width:100%; height:21px; padding-top:5px; float:left;  font-size:12px; font-weight:bold; color:#FFF; background-color:#309aca;
}
#i_india_now .i_india_now_link{width:135px; height:auto; float:left;
	text-align:left;
	
	font-size:12px;
	color:#5a5a5a;
}
#i_india_now .i_india_now_link ul{
		text-decoration:none;
	list-style:none;
	margin:0;
	padding:0;
}
#i_india_now .i_india_now_link ul li{
	float:left;
	width:128px;
	line-height:35px;
	margin-left:4px;
	padding-top:5px;
	cursor:pointer;
/*	background:url(images/arrow.png) left no-repeat;
	padding-left:30px;*/

}
#i_india_now .i_india_now_link ul li a{
text-decoration:none;
color:#5a5a5a;
width:128px;
cursor:pointer;
}
#i_india_now .i_india_now_link ul li a:hover{
text-decoration:underline;
}
#i_india_now .i_india_now_link ul li span{float:left;	width:128px; line-height:30px;cursor:pointer;
}
#i_india_now .i_india_now_link ul li span:hover{
	text-decoration:underline;
}




.i_forum{width:455px; height:200px; margin-top:10px; margin-left:5px; float:left; border:solid #225d9b 1px;
background-color:#edf3f9;
}
.i_forum ul{
	text-decoration:none;
	list-style:none;
	margin:0;
	padding:0;
}
.i_forum ul li{
float:left;
text-align:left;
}

.i_forum ul li ul{
	text-decoration:none;
	list-style:none;
	margin:0;
	padding:0;
}
.i_forum ul li ul li{
float:left;
text-align:left;
 
font-size:12px;
padding-top:5px;
}

.i_forum_data{width:325px; height:auto; float:left;
 
font-size:12px;
font-weight:normal;
color:#000;
}
.i_forum_data ul{
	text-decoration:none;
	list-style:none;
	margin:0;
	padding:0;
}
.i_forum_data ul li{
	float:left;
}
.i_forum_text_div{width:100%; height:27px; color:#FFF; float:left; font-weight:bold; background:url(../images/bg_form.jpg) repeat-x;
}
.i_forum_text_div1{width:226px; height:20px; border-right:solid #b1b1b1 1px; float:left; margin-left:5px;
}
.i_forum_text_div2{width:40px; height:20px; border-right:solid #b1b1b1 1px; float:left; margin-left:5px;
}
.i_forum_text_data_main{width:100%; height:174px; float:left;
}
.i_forum_text_data_div{width:327px; height:auto; float:left;
}


.i_forum_login{
width:110px; height:170px;float:left; margin-left:5px;
padding:0 5px 0 5px;
Tahoma;
font-size:10px;
color:#464646;
}
.i_forum_login a{
	text-decoration:none;
	color:#464646;
}
.i_forum_login ul{
	text-decoration:none;
	list-style:none;
	margin:0;
	padding:0;
}
.i_forum_login ul li{
	width:100%;
	height:auto;
	float:left;
}
.i_forum_login_txt_box{width:100%; height:15px; margin:0;
                padding:0; border:solid #b1b1b1 1px; float:left;
}
#i_forum_f_pass{   font-size:10px; margin-top:10px;
}
#i_forum_f_new{font-size:11px;text-decoration:underline; 
}



.i_shopping{width:204px; height:200px; float:left; border:solid #999 1px; margin-left:5px; margin-top:10px;
}
.shopping1{ width:204px;
height:27px;
float:left;
background:url(../images/shopping_back.jpg) no-repeat;
}
.shoppingbox{
width:204px;
height:auto;
float:left;
 
font-size:11px;
color:#666;
}



.i_daily_horoscope{width:330px; height:185px; margin-top:10px; margin-left:5px; float:left; /*border:solid #90ddfd 1px;*/
}
.i_festivals{width:322px; height:181px; margin-top:10px; margin-left:5px; float:left; border:solid #90ddfd 1px;
padding:0px 0px;
}
.i_festivals_head{width:317px; height:23px; background:url(../images/festivals_bg.jpg) repeat-x; float:left;
text-align:left;  font-size:15px; font-weight:bold; color:#8a0101;
padding:4px 0 0 5px;
}
.i_festivals_head_img{width:115px; height:25px; float:left; text-align:left;   font-size:14px; color:#000; font-weight:bold; padding:5px 0 0 6px;
}
.i_festivals_body{
	
	width:320px; height:149px; float:left; padding:3px 0 0 3px;
}
.ps_gre{width:149px; height:65px; float:left; border:solid #cfd0d0 1px; background-color:#eff8fd; margin:0 5px 5px 1px; padding:3px 0 0 3px;
}
.ps_gre_img{width:75px; height:62px; float:left;}
.ps_gre_img a{text-decoration:none; font-size:10px; color:#666;}
.ps_gre_name{width:70px; height:48px; float:left; text-align:center;  font-size:10px; font-weight:bold;
}
.ps_gre_name a{
text-decoration:none;
color:#000;
}
.ps_gre_send{
width:70px; height:15px; float:right;
}
.i_festivals_body ul{
		text-decoration:none;
	list-style:none;
	margin:0;
	padding:0;
}
.i_festivals_body ul li{
		float:left;
		line-height:23px;
}
.i_festivals_body_li1{
	width:215px; height:auto; float:left;
}
.i_festivals_body_li1 a{
	text-decoration:none;
	color:#656565;
}
.i_festivals_body_li1 a:hover{
	text-decoration:underline;
}
.i_festivals_body_li2{
	width:100px; height:auto; float:left;
}
.i_festivals_icon{
	width:21px; height:21px; float:left; margin-left:10px; margin-right:10px;
}
.i_event{
width:665px; height:200px; float:left; margin-left:5px; margin-top:5px; border:solid 1px #225d9b;
background-color:#edf3f9;
}
.i_event_div1{width:100%; height:30px; float:left; background:url(../images/bg_form.jpg) repeat-x;
}
.i_event_div1 ul{
text-decoration:none;
list-style:none;
padding:0;
margin:0;
text-align:left;
}
.i_event_div1 ul li{
float:left;
 
font-size:12px;
font-weight:bold;
color:#FFF;
padding-left:10px;
padding-top:7px;
}
.i_event_div1_li_1{
	width:310px; height:23px; float:left;
	border-right:solid #b1b1b1 1px;
}
.i_event_div1_li_2{
	width:123px; height:23px; float:left;
	border-right:solid #b1b1b1 1px;
}
.i_event_div1_li_3{
	width:78px; height:23px; float:left;
	border-right:solid #b1b1b1 1px;
}
.i_event_div1_li_4{
	width:110px; height:23px; float:left;
}

.i_event_div2{width:100%; height:170px; float:left;
	
}
.i_event_div2_a{
	width:320px; height:170px; float:left;
	border-right:solid #b1b1b1 1px;
}
.i_event_div2_a ul{
	text-decoration:none;
	list-style:none;
	padding:0 ;
	margin:0 0 0 5px;	
	text-align:left;
	 
	font-size:13px;
	color:#464646;
}
.i_event_div2_a ul li{
	float:left;
	width:100%;
	height:28px;
	
}
.i_event_div2_a a{
	text-decoration:none;
	color:#656565;
}
.i_event_div2_a a:hover{
	text-decoration:underline;
}
.i_event_div2_b{
		width:133px; height:170px; float:left;
	border-right:solid #b1b1b1 1px;
}
.i_event_div2_b ul{
	text-decoration:none;
	list-style:none;
	padding:0 ;
	margin:0 0 0 5px;	
	text-align:left;
	 
	font-size:13px;
	color:#464646;
}
.i_event_div2_b ul li{
	float:left;
	width:100%;
	height:28px;
	
}
.i_event_div2_b a{
	text-decoration:none;
	color:#656565;
}
.i_event_div2_b a:hover{
	text-decoration:underline;
}

.i_event_div2_c{
		width:88px; height:170px; float:left;
	border-right:solid #b1b1b1 1px;
}
.i_event_div2_c ul{
	text-decoration:none;
	list-style:none;
	padding:0 ;
	margin:0 0 0 5px;	
	text-align:left;
	 
	font-size:13px;
	color:#464646;
}
.i_event_div2_c ul li{
	float:left;
	width:100%;
	height:28px;
	
}
.i_event_div2_c a{
	text-decoration:none;
	color:#656565;
}
.i_event_div2_c a:hover{
	text-decoration:underline;
}


.i_event_div2_d{
		width:118px; height:170px; float:left;
}
.i_event_div2_d ul{
	text-decoration:none;
	list-style:none;
	padding:0 ;
	margin:0 0 0 5px;	
	text-align:left;
	 
	font-size:13px;
	color:#464646;
}
.i_event_div2_d ul li{
	float:left;
	width:100%;
	height:28px;
	
}













.i_p_j_w_g{width:664px; height:auto; margin-top:10px; margin-left:3px; float:left;}
.poll{
	width:164px;
	height:170px;
	float:left;
	border:solid #cdcdcd 1px;
	background-color:#ffffff;
}
.poll_h{
	width:161px;
	height:21px;
	float:left;
	font-size:11px;
	color:#104068;
	text-align:center;
	padding-top:4px;
	background:url(../images/mix_img.png) 0 -396px no-repeat;
	margin:2px 0 0 2px;

}
.j_g_i{
		width:160px;
	height:170px;
	float:left;
	border:solid #cdcdcd 1px;
	background-color:#ffffff;
	margin-left:3px;
}
.j_g_i_h{
	width:155px;
	height:21px;
	float:left;
	
	font-size:11px;
	color:#104068;
	text-align:center;
	padding-top:4px;
	background:url(../images/mix_img.png) 0 -365px no-repeat;
	margin:2px 0 0 2px;
}
.j_g_i_h_we{
	width:155px;
	height:21px;
	float:left;
	
	font-size:11px;
	color:#104068;
	text-align:center;
	padding-top:4px;
	background:url(../images/mix_img.png) 0 -304px no-repeat;
	margin:2px 0 0 2px;
}
.j_g_i_h_ga{
	width:155px;
	height:21px;
	float:left;
	
	font-size:11px;
	color:#104068;
	text-align:center;
	padding-top:4px;
		background:url(../images/mix_img.png) 0 -334px no-repeat;
	margin:2px 0 0 2px;
}


.j_g_i_h_ga_div{
	color:#5b5137; float:left;  font-size:11px; height:auto;
margin:2px 0 0 2px; text-align:left; width:155px;
}
.j_g_i_h_ga_div ul{
	text-decoration:none;
	list-style:none;
	margin:0;
	padding:0;
}
.j_g_i_h_ga_div ul li{
	width:90%;
	padding-left:8%;
	line-height:20px;
}
.j_g_i_h_ga_div ul li a{
	text-decoration:none;
	color:#5b5137;
}



.j_g_i-temp{width:155px; height:135px; float:left; font-family:Tahoma;}
.j_g_i-temp_h{width:100%; height:auto; float:left; font-size:12px; text-align:center; font-weight:bold; color:#000;}
.j_g_i-temp_h_div{width:100%; height:auto; float:left; margin-top:5px;}
.j_g_i-temp_h_div_img{width:155px; height:60px; margin-right:4px; float:left; background:url(../images/weather11.jpg) no-repeat;;}
.j_g_i-temp_h_txt{width:150px; height:20px; float:left; font-size:12px; margin-top:5px; font-weight:bold; color:#9d3d03;}
.j_g_i-temp_h_div ul{ margin:0; padding:0; text-decoration:none; list-style:none;}
.j_g_i-temp_h_div ul li{ width:90%; height:auto; line-height:20px; float:left; padding-left:10%; font-size:12px; color:#000; background:url(../images/temp_arrow.jpg) center left no-repeat;}
.j_g_i-temp_h_div ul li a{text-decoration:none; color:#000;}
.cities{font-size:11px;text-decoration:none;color:#5B5137;line-height:15px}
.cities:hover{font-size:11px;text-decoration:none;color:#ff0000;line-height:15px}


.news_heading{text-decoration:none;color:Black;  font-size:12px;font-weight:bold}
.news_heading:hover{text-decoration:underline}
.catnews{text-decoration:none;color:#ffffff;  font-size:12px;}
.news_heading:hover{text-decoration:underline}




.topstory{ width:500px;
height:auto;/*280px*/
float:left;


}
.top_text{width:343px;
height:22px;
float:left;

border-bottom:solid #90ddfd 1px;
padding:2px 0 0 5px;

font-size:13px;
font-weight:bold;
color:#104068;

}
.s_b_p_b{width:470px; height:25px; float:left;  font-size:10px;
color:#FFF;
margin-left:5px;
	
}
.s_b_p_b ul{ text-decoration:none;
list-style:none;
margin:0;
padding:0;
}
.s_b_p_b li{
	list-style:none;
	float:left;
	margin-top:3px;
}

.foi_top{ width:490px;
height:280px;
float:left;

background-color:#646187;
}
.foi_top_text{width:343px;
height:22px;
float:left;
background-color:#ddeef4;
border-bottom:solid #90ddfd 1px;
padding:2px 0 0 5px;

font-size:13px;
font-weight:bold;
color:#104068;

}
.bollywd_add_topmain{
	width:500px; height:250px; float:left; background:url(../images/banner_bg.jpg) no-repeat;
}

.bollywd_add_box{
width:490px; height:180px; float:left; margin:5px 0 0 9px;
}

.bollywd_add_view{
	width:480px; height:auto; float:left; border-bottom: solid #c6c4d7 1px; 
}

.bollywd_add_view_text1{
	float:left;  color:#FFF; font-size:20px; font-weight:bold;
}

.bollywd_add_view_text2{  float:left;  color:#FFF; font-size:12px; margin-top:5px;
}

.bollywd_add_view_compl{padding-right:10px; height:auto; float:left; text-align:right; font-style:italic;  color:#FFF; font-size:12px; margin-top:5px;
}

.bollywd_add_view2{
	width:480px; height:auto; float:left; margin-top:2px;
}

.bollywd_add_view2_text{
	width:410px; height:auto; float:left; margin:5px 0 0 60px;  font-size:12px; font-weight:bold; color:#FFF;
}
.bollywd_add_view2_text a{color:#FFF;}


.politi_add_box{
width:490px; height:195px; float:left; margin:5px 0 0 9px;
}

.politi_add_view{
	width:480px; height:auto; float:left; border-bottom: solid #c6c4d7 1px;
}




.busines_add_box{
width:490px; height:195px; float:left; margin:5px 0 0 9px;
}

.busines_add_view{
	width:480px; height:auto; float:left; border-bottom: solid #c6c4d7 1px;
}

.sports_add_box{
width:490px; height:195px; float:left; margin:5px 0 0 9px;
}

.sports_add_view{
	width:480px; height:auto; float:left; border-bottom: solid #c6c4d7 1px;
}

.sports_add_h_text{
	width:85px; height:18px;
	text-decoration:none;

	font-size:10px;
	color:#FFF;
}

.sports_add_h_text a {
	text-decoration:none;

	font-size:10px;
	color:#FFF;
}
.sports_add_h_text a:hover {
	text-decoration:none;

	font-size:10px;
	color:#FFF;
	font-weight:bold;
}

.bolly_add_h_text{
	width:80px; height:18px;
	text-decoration:none;

	font-size:10px;
	color:#FFF;
	
}

.bolly_add_h_text a {
	text-decoration:none;

	font-size:10px;
	color:#FFF;
}
.bolly_add_h_text a:hover {
	text-decoration:none;

	font-size:10px;
	color:#FFF;
		font-weight:bold;
}

.politics_add_h_text{
width:65px; height:18px;
	text-decoration:none;

	font-size:10px;
	color:#FFF;
}

.politics_add_h_text a {
	text-decoration:none;

	font-size:10px;
	color:#FFF;
}
.politics_add_h_text a:hover {
	text-decoration:none;

	font-size:10px;
	color:#FFF;
		font-weight:bold;
	
}


.business_add_h_text{
width:65px; height:18px;

	font-size:10px;
}

.business_add_h_text a {
	text-decoration:none;

	font-size:10px;
	color:#FFF;

}
.business_add_h_text a:hover {
	text-decoration:none;

	font-size:10px;
	color:#FFF;
		font-weight:bold;
}

.ps_festivals{
	width:500px; height:250px; float:left; background:url(../images/banner_bg.jpg) no-repeat;
}
.ps_festivals_bot{width:500px; height:30px; float:left; background:url(../images/banner_bg2.jpg) no-repeat;
}
.ps_festivals_bot_name{width:210px; height:26px;  font-size:18px; float:left; color:#FFF; font-weight:bold; margin:4px 0 0 10px;
}
.ps_festivals_bot_img{float:right; margin:6px 22px 0 0;
}
.ps_shopping{
	width:500px; height:250px; float:left; background:url(../images/shopping_bg1.jpg) no-repeat;
}
.ps_shopping_bot{width:500px; height:30px; float:left; background:url(../images/banner_bg2.jpg) no-repeat;
}
.ps_shopping_bot_name{width:110px; height:26px;  font-size:18px; float:left; color:#FFF; font-weight:bold; margin:4px 0 0 10px; 
}
.ps_shopping_bot_img{float:right; margin:6px 22px 0 0;
}
.ps_games{
	width:500px; height:250px; float:left; 
}
.ps_games_bot{width:500px; height:30px; float:left;}
.ps_games_text{width:110px; height:26px;  font-size:18px; float:left; color:#FFF; font-weight:bold; margin:4px 0 0 10px;
}
.ps_games_img{float:right; margin:6px 22px 0 0;
}
/************top_next-to-next************/



.p_top_head{width:96%; padding-left:4%; height:22px; float:left; background-color:#3B4260; font-size:18px; font-weight:bold; color:#FFF;}
  .player_main
    {
        width:460px;
		padding-left:45px;
        height: 22px;
        float: left;
        font-size: 14px;
        color: #FFF;
        padding-top: 3px;
		text-align:center;
    }
    .player_link2
    {
        width: 100px;
        height: 21px;
        float: left;
        color: #FFF;
        cursor: pointer;
    }
    .player_link3
    {
        width: 100px;
        height: 21px;
        float: left;
        color: #FFF;
        cursor: pointer;
    }
    .player_link4
    {
        width: 100px;
        height: 21px;
        float: left;
		font-size: 14px;
        color: #F00;
        cursor: pointer;
		font-weight:bold;
    }
    .player_link5
    {
        width: 100px;
        height: 21px;
        float: left;
        color: #FFF;
        cursor: pointer;
    }
    .player_body_div
    {
        width: 503px;
        float: left;
        height: 221px;
        vertical-align: top; /*border:ridge 1px #F0D77D;*/
        border-top: 0px;
    }
    .player_div1
    {
        width: 100%;
        float: left;
        position: relative;
        height: 220px;
        margin-top: 0px;
    }
    .player_div2
    {
        width: 100%;
        float: left;
        visibility: hidden;
        position: relative;
        height: 220px;     
    }
    .player_div3
    {
        width: 100%;
        float: left;
        visibility: hidden;
        position: relative;
        height: 220px;
        margin-top: -220px;
    }
    .player_div4
    {
        width: 100%;
        float: left;
        visibility: hidden;
        position: relative;
        height: 220px;
        margin-top: -220px;
    }
    .player_div5
    {
        width: 100%;
        float: left;
        visibility: hidden;
        position: relative;
        height: 220px;
        margin-top: -220px;
    }

.p_news_main{
	width:490px; height:236px; float:left; padding-left:10px; padding-top:10px;  
}
.p_news_sub{width:235px; height:112px; background-color:#fff; float:left; margin:7px 0 0 11px; 
}
.p_news_title{width:100%; height:20px; float:left;  font-size:16px; font-weight:bold; color:#7c0808; text-align:center; padding-top:3px;
}
.p_news_img{width:88px; height:80px; float:left; margin:0 0 0 5px;
}
.p_news_text{width:130px; height:70px; float:left; margin:0 0 0 5px;  font-size:10px; color:#333; text-align:justify;
}
.p_news_date{width:130px; height:20px; float:left; margin:0 0 0 5px;  font-size:13px; color:#000; font-weight:bold; text-align:right; 
}

.p_fest_main{
	width:505px; height:246px; float:left; 
}
.p_fest_sub{width:235px; height:112px; border:solid #353535 1px;  float:left; margin:7px 0 0 11px; 
}
.p_fest_title{width:100%; height:20px; float:left;  font-size:16px; font-weight:bold; color:#7c0808; text-align:center; padding-top:3px;
}
.p_fest_img{width:88px; height:80px; float:left; margin:0 0 0 5px;}
.p_fest_img a{ text-decoration:none; color:#999; font-size:11px;}
.p_fest_text{width:130px; height:70px; float:left; margin:0 0 0 5px;  font-size:10px; color:#333; text-align:justify;
}
.p_fest_date{width:130px; height:20px; float:left; margin:0 0 0 5px;  font-size:13px; color:#000; font-weight:bold; text-align:right; 
}

.p_shopp_main{
	width:505px; height:246px; float:left; padding-left:8px;
}
.p_shopp_sub1{width:184px; height:85px;  float:left; margin:6px 0 0 0px;/*border:solid #333 2px*/;
}
.p_shopp_sub2{width:280px; height:85px;  float:left; margin:5px 0 0 13px;/*border:solid #333 2px*/;

}
.p_shopp_sub3{width:152px; height:140px; float:left; margin:5px 0 0 0px;/* border:solid #333 2px*/;
}
.p_shopp_sub4{width:140px; height:140px; float:left; margin:5px 0 0 12px; /*border:solid #333 2px*/;
}
.p_shopp_sub5{width:152px; height:140px; float:left; margin:5px 0 0 12px;/* border:solid #333 2px*/;
}


.p_game_main{
	width:505px; height:246px; float:left;
}
.p_game_sub{width:240px; height:115px; background-color:#313131; float:left; margin:5px 0 0 8px; 
}
.p_game_title{width:97%; height:20px; float:left;  font-size:14px; font-weight:bold;text-align:left; padding-top:3px; padding-left:5px; text-decoration:underline;
}
.p_game_title a{
color:#FFF;
	
}
.p_game_img{width:88px; height:82px; float:left; margin:0 0 0 15px;
}
.p_game_text{width:120px; height:83px; float:left; margin:0 0 0 5px;  font-size:11px; color:#FFF;
}
.p_game_text ul{
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
}
.p_game_text ul li{
	float:left;
	width:90%;
	height:auto;
	padding-left:12px;
	background:url(arrow.jpg) left center no-repeat;
}
.p_game_text a
{text-decoration:none;
color:#FFF;
}
.p_game_text a:hover
{text-decoration:underline;
}

.p_game_date{width:130px; height:20px; float:left; margin:0 0 0 5px;  font-size:13px; color:#000; font-weight:bold; text-align:right; 
}



/***********************************************/
	
	
	/*.container_nv {font-size:0.75em; width:500px; margin:0 auto;}*/
	.container_wv {font-size:0.75em; width:490px;}
	div.omniture {position:absolute; top:0; right:0; z-index:-100;}
	
	/*narrow wide view switch*/
	.container_nv .column0 {display:none;}
	.container_nv .headcon .logocon {width:12.3em;}
	.container_nv .headcon .logocon img {width:12.3em; height:5em;}
	.container_nv .headcon .searchcon_o {width:47.5em;}
	.container_nv ul.lng {width:47.5em;}
	
	.container_wv .headcon .logocon {width:20.167em;}
	.container_wv .headcon .logocon img {width:20.167em; height:5em;}
	.container_wv .headcon .searchcon_o {width:55.167em;}
	.container_wv ul.lng {width:55.167em;}
	.container_wv .column2 .prod_ser {display:none;}
	.container_wv .column1 .dirmod {display:none;}
	
	/*narrow wide view switch*/
	



	/*color picker*/
	.bk {background:url('gradient.png') repeat-x scroll 0 0; _background:none;
	_filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#e0d7ce;); _height:100%;}

	.bage_i {background-color:#C7BAA7;}
	.bage .obd {border:0.167em solid #f2efea;}
	.bage .ibd {border:0.083em solid #999;}
	.bage .dl .dltop .imgcon .imghd {background-color:#F2E9DB;}
	.bage .dl .ctrlbar {background-color:#FAF6F1; border-top:0.083em solid #999;}
	/*.bage .dl .ctrlbar .ctrlbtns {border:0.083em solid #999; border-top:none;}*/
	.bage ul.channeltabs li {border:0.083em solid #999; background-color:#F2E9DB;}
	.bage .watchvid ul.watchvidtabs li {border:0.083em solid #999; background-color:#F2E9DB;}
	.bage h3 {background-color:#F2E9DB;}
	.bage .dirmod ul li {background-color:#F2E9DB;}
	.bage .dirmod ul li a {background-color:#F2E9DB;}
	.bage .prod_ser ul li {background-color:#F2E9DB;}
	.bage .prod_ser ul li a {background-color:#F2E9DB;}
	.bage .watchvid h3 {border-bottom:0.083em solid #999;}
	.bage .bgcolor {background-color:#F2E9DB;}
	.bage .header .bgcolor {background-color:#EDE1CF;}
	.bage .channeltabsmod {background-color:#f2efea;}
	.bage .hot_bd {border:0.083em solid #F2E9DB;}
	.bage .srchbox {background-color:#F2E9DB;}

	.blue_i {background-color:#96C9DE;}
	/*.blue .obd {border:0.167em solid #e5f2f8;}
	.blue .ibd {border:0.083em solid #7cbcd6;}*/
	.blue .dl .dltop .imgcon .imghd {background-color:#E0EFF5;}
	/*.blue .dl .ctrlbar {background-color:#F2F8FB; border-top:0.083em solid #7cbcd6;}*/
	/*.blue .dl .ctrlbar .ctrlbtns {border:0.083em solid #7cbcd6; border-top:none;}
	.blue ul.channeltabs li {border:0.083em solid #7cbcd6; background-color:#E0EFF5;}*/
	.blue .watchvid ul.watchvidtabs li {border:0.083em solid #7cbcd6; background-color:#E0EFF5;}
	.blue .watchvid h3 {border-bottom:0.083em solid #7cbcd6;}
	.blue h3 {background-color:#E0EFF5;}
	.blue .dirmod ul li {background-color:#E0EFF5;}
	.blue .dirmod ul li a {background-color:#E0EFF5;}
	.blue .prod_ser ul li {background-color:#E0EFF5;}
	.blue .prod_ser ul li a {background-color:#E0EFF5;}
	.blue .bgcolor {background-color:#E0EFF5;}
	.blue .header .bgcolor {background-color:#D5E9F1;}
	.blue .channeltabsmod {background-color:#e5f2f8;}
	.blue .hot_bd {border:0.083em solid #E0EFF5;}
	.blue .srchbox {background-color:#E0EFF5;}

	
	.green_i {background-color:#97BD74;}
	.green .obd {border:0.167em solid #e5f0d9;}
	.green .ibd {border:0.083em solid #92ba6d;}
	.green .dl .dltop .imgcon .imghd {background-color:#DFEDCB;}
	.green .dl .ctrlbar {background-color:#F2F8EA; border-top:0.083em solid #92ba6d;}
	.green .dl .ctrlbar .ctrlbtns {border:0.083em solid #92ba6d; border-top:none;}
	.green ul.channeltabs li {border:0.083em solid #92ba6d; background-color:#DFEDCB;}
	.green .watchvid ul.watchvidtabs li {border:0.083em solid #92ba6d; background-color:#DFEDCB;}
	.green .watchvid h3 {border-bottom:0.083em solid #92ba6d;}
	.green h3 {background-color:#DFEDCB;}
	.green .dirmod ul li {background-color:#DFEDCB;}
	.green .dirmod ul li a {background-color:#DFEDCB;}
	.green .prod_ser ul li {background-color:#DFEDCB;}
	.green .prod_ser ul li a {background-color:#DFEDCB;}
	.green .bgcolor {background-color:#DFEDCB;}
	.green .header .bgcolor {background-color:#DDECC7;}
	.green .channeltabsmod {background-color:#e5f0d9;}
	.green .hot_bd {border:0.083em solid #DFEDCB;}
	.green .srchbox {background-color:#DFEDCB;}

	
	.orange_i {background-color:#F99F3F;}
	.orange .obd {border:0.167em solid #fde7c0;}
	.orange .ibd {border:0.083em solid #ff9933;}
	.orange .dl .dltop .imgcon .imghd {background-color:#FDE0BB;}
	.orange .dl .ctrlbar {background-color:#FEF3E4; border-top:0.083em solid #ff9933;}
	.orange .dl .ctrlbar .ctrlbtns {border:0.083em solid #ff9933; border-top:none;}
	.orange ul.channeltabs li {border:0.083em solid #ff9933; background-color:#FDE0BB;}
	.orange .watchvid ul.watchvidtabs li {border:0.083em solid #ff9933; background-color:#FDE0BB;}
	.orange .watchvid h3 {border-bottom:0.083em solid #ff9933;}
	.orange h3 {background-color:#FDE0BB;}
	.orange .dirmod ul li {background-color:#FDE0BB;}
	.orange .dirmod ul li a {background-color:#FDE0BB;}
	.orange .prod_ser ul li {background-color:#FDE0BB;}
	.orange .prod_ser ul li a {background-color:#FDE0BB;}
	.orange .bgcolor {background-color:#FDE0BB;}
	.orange .header .bgcolor {background-color:#FDDEB6;}
	.orange .channeltabsmod {background-color:#fde7c0;}
	.orange .hot_bd {border:0.083em solid #FDE0BB;}
	.orange .srchbox {background-color:#FDE0BB;}

	
	.pink_i {background-color:#F19AA0;}
	.pink .obd {border:0.167em solid #fce6e7;}
	.pink .ibd {border:0.083em solid #ef9595;}
	.pink .dl .dltop .imgcon .imghd {background-color:#FFE3E6;}
	.pink .dl .ctrlbar {background-color:#FFF4F5; border-top:0.083em solid #ef9595;}
	.pink .dl .ctrlbar .ctrlbtns {border:0.083em solid #ef9595; border-top:none;}
	.pink ul.channeltabs li {border:0.083em solid #ef9595; background-color:#FFE3E6;}
	.pink .watchvid ul.watchvidtabs li {border:0.083em solid #ef9595; background-color:#FFE3E6;}
	.pink .watchvid h3 {border-bottom:0.083em solid #ef9595;}
	.pink h3 {background-color:#FFE3E6;}
	.pink .dirmod ul li {background-color:#FFE3E6;}
	.pink .dirmod ul li a {background-color:#FFE3E6;}
	.pink .prod_ser ul li {background-color:#FFE3E6;}
	.pink .prod_ser ul li a {background-color:#FFE3E6;}
	.pink .bgcolor {background-color:#FFE3E6;}
	.pink .header .bgcolor {background-color:#FFDADD;}
	.pink .channeltabsmod {background-color:#fce6e7;}
	.pink .hot_bd {border:0.083em solid #FFE3E6;}
	.pink .srchbox {background-color:#FFE3E6;}

	
	.purple_i {background-color:#975891;}
	.purple .obd {border:0.167em solid #f5eaf4;}
	.purple .ibd {border:0.083em solid #996699;}
	.purple .dl .dltop .imgcon .imghd {background-color:#ECE0EA;}
	.purple .dl .ctrlbar {background-color:#F7F2F7; border-top:0.083em solid #996699;}
	.purple .dl .ctrlbar .ctrlbtns {border:0.083em solid #996699; border-top:none;}
	.purple ul.channeltabs li {border:0.083em solid #996699; background-color:#ECE0EA;}
	.purple .watchvid ul.watchvidtabs li {border:0.083em solid #996699; background-color:#ECE0EA;}
	.purple .watchvid h3 {border-bottom:0.083em solid #996699;}
	.purple h3 {background-color:#ECE0EA;}
	.purple .dirmod ul li {background-color:#ECE0EA;}
	.purple .dirmod ul li a {background-color:#ECE0EA;}
	.purple .prod_ser ul li {background-color:#ECE0EA;}
	.purple .prod_ser ul li a {background-color:#ECE0EA;}
	.purple .bgcolor {background-color:#ECE0EA;}
	.purple .header .bgcolor {background-color:#E5D5E3;}
	.purple .channeltabsmod {background-color:#f5eaf4;}
	.purple .hot_bd {border:0.083em solid #ECE0EA;}
	.purple .srchbox {background-color:#ECE0EA;}

	/*color picker*/
	
	/*common styles*/
	h1 {margin:0; padding:0; font-size:1em;}
	.last {border-right:none !important; padding-right:0 !important;}
	img {border:0; display:block;}
	.marb10 {margin:0 0 0.833em;}
	h3 {font-size:1.167em; margin:0.071em 0.071em 0; padding:0.214em 0.5em;}
	h3.blue {color:#2864b4; border:none; background-color:#fff; margin:0; padding:0; font-size:1em;}
	sup {color:#f00; line-height:0; font-size:0.667em; *font-size:0.833em;}
	h4 {font-size:1em; margin:0;}
	img.headline_icon {display:inline;}
	.first {padding-left:0 !important;}
	.modpad {padding:0 0.833em 0.833em;}
	ul.list_pdsr {list-style-type:none; margin:0; padding:0;}
	ul.list_pdsr li {margin:0.25em 0;}
	.module_footer {margin:0 0.5em 0.5em; text-align:right;}
	
	.twocol_clrflt {width:100%; overflow:hidden;}
	.twocol {float:left; padding:0.833em; width:16.25em;}
	.block {margin-top:0.833em; width:100%; overflow:hidden;}
	.block .blockimg {margin:0.417em 0.417em 0 0; _margin-right:0.167em; float:left;}
	.block .blockimg img {width:6.667em; height:5em;}
	.block .blockimg_b {margin:0 0.417em 0 0; _margin-right:0.167em; float:left;}
	.block .blockimg_b img {width:8em; height:6em;}
	.block .blockimg_s {margin:0 0.417em 0 0; _margin-right:0.167em; float:left;}
	.block .blockimg_s img {width:5em; height:5em;}
	.block .blockval {margin-top:0.417em; height:5em; overflow:hidden;}
	.block .blockval_b {height:6.167em; overflow:hidden;}
	.block .blockval_s {height:5em; overflow:hidden;}
	.block .blockval span, .block .blockval_b span, .block .blockval_s span {display:block;}
	/*common styles ends*/
	
	/*hat styles starts*/
	.mk_hmpage .mk_hm_cnt {margin:0 auto; width:60.667em; height:3.75em; overflow:hidden;}
	.mk_hmpage img {width:60.667em; height:3.75em;}
	
	.hat {width:100%; overflow:hidden; padding:0.45em 0;}
	.hat ul {list-style-type:none; margin:0; padding:0;}
	.hat ul.hatleft {float:left;} 
	.hat ul.hatright {float:right;}
	.hat ul li {border-right:0.1em solid #989697; float:left; font-size:0.833em; padding:0 0.417em;}
	
	.hat ul.hatright li.last img {width:1.6em; height:1.4em;}
	.hat ul.hatright li.color {padding:0;}
	.hat ul.hatright li.color span {float:left; margin:0 0.3em; width:0.9em; height:0.9em; border:0.1em solid #fff; padding:0.1em; overflow:hidden;}
	.hat ul.hatright li.color span.on {border:0.1em solid #999;}
	.hat ul.hatright li.color span a {display:block; width:0.9em; height:0.9em; _font-size:0.6em; _width:1.5em; _height:1.5em;}
	/*hat style ends*/
	
	/*header styles starts*/
	.header {height:10.083em; background:url('h_shadow.gif') bottom left repeat-x; overflow:hidden;}
	.headcon {height:9.667em; position:relative;}
	.header .wbd {border:0.083em solid #fff; height:9.5em;}
	.headcon .logocon {position:absolute; top:0.833em; left:0.833em; overflow:hidden; height:8em;}
	.headcon .logocon a.tosbtn {border:0.083em solid #ccc; display:block; float:left; width:5.17em; text-align:center; padding:0.17em 0; margin:1.25em 0.25em 0 0; background:url('../../common/i/all_gradients.jpg') repeat-x scroll 0px -525px;}
	
	.headcon .searchcon_o {position:absolute; top:0.833em; right:0.833em; overflow:hidden;}
	.headcon .searchcon_i {padding:0.75em 0.75em 0.25em; height:5.333em; overflow:hidden; position:relative; background-color:#fff;}
		
	.headcon .searchcon_o ul.searchtabs {list-style-type:none; margin:0; *margin:0 0 -0.083em; padding:0; width:100%; overflow:hidden;}
	.headcon .searchcon_o ul.searchtabs li {float:left; border-right:0.083em solid #ccc; padding:0.167em 0.75em 0.167em 0.833em;}
    	.headcon .searchcon_o ul.searchtabs li a {font-weight:bold;}
	.headcon .searchcon_o ul.searchtabs li a:hover {text-decoration:none;}
	.headcon .searchcon_o ul.searchtabs li.active {border:none; background:url('mainpggradient.gif') repeat-x scroll 0 0;}
	.webcon form, .searchcon_o input {margin:0;}
	.webcon .searchtop {background-color:#97b434; padding:0.25em; width:98.8%; overflow:hidden;}
	.webcon .searchtop img {position:absolute; top:0.667em; right:0.75em; width:9.583em; height:1.583em;}
	.container_wv .webcon .searchtop img {right:1.5em;}
	.container_nv .webcon .searchtop .srchbox {width:86%; *width:85.1%;}
	.webcon .searchtop .srchbox {border:0.167em solid #fff; width:88%; *width:87.3%; float:left;}
	.webcon .searchtop .sub_btn {border:0.2em solid #fff; font-weight:bold; background-color:#000; color:#fff; text-transform:uppercase; font-size:0.833em;   float:right; height:2.2em;}
	
	
	
	.searchbtm {width:100%; overflow:hidden; margin-top:0.25em;}
	.searchbtm .rdcon span{font-weight:bold;}
	.searchbtm .rdcon .rd_btn {vertical-align:middle; *height:1.1em;}
	ul.ht_srch {margin:0.167em 0 0; padding:0; list-style-type:none; position:absolute; bottom:0.333em; right:0.417em;}
	ul.ht_srch li {border-right:0.090em solid #989697; float:left; padding:0 0.454em; font-size:0.917em;}
	ul.ht_srch li.first {font-weight:bold; border-right:none; padding:0;}
	
	ul.lng {margin:0; padding:0; list-style-type:none; overflow:hidden; position:absolute; bottom:0.417em; right:0.833em;}
	ul.lng li {border-right:0.090em solid #989697; float:left; padding:0 0.454em; font-size:0.917em;}
	ul.lng li a:hover {text-decoration:none;}
	ul.lng li.first {font-weight:bold; border-right:none; padding:0;}
	ul.lng li a img {display:inline;}
	/*header styles ends*/
	
	/*content styles starts*/
	.content {width:100%; overflow:hidden; margin:0.833em 0;}
	
	.column0 {width:14.333em; margin-right:0.833em; float:left; overflow:hidden;}
	
	.column1 {float:left; width:500px; margin-right:0; overflow:hidden; height:280px;}
	
	.dl {_height:18em;}
	.dl .dltop { width:503px; overflow:hidden;}
	.dl .dltop .imgcon {width:16.67em; height:14.17em; overflow:hidden; float:left;}
	.dl .dltop .imgcon .imghd {font-weight:bold;  white-space:nowrap;}
	.dl .dltop .imgcon img {width:16.67em; height:12.5em;}
	.dl .dltop .rcon {float:right; width:16.83em; height:14.17em; overflow:hidden;}
	.dl .dltop .rcon h2 {margin:0; font-size:1.5em;}
	.dl .ctrlbar {position:relative;}
	.dl .ctrlbar .ctrltext {line-height:2; padding-left:0.417em; width:26.5em; white-space:nowrap; overflow:hidden;}
	.dl .ctrlbar .ctrlbtns {
	position:absolute;
	top:-24px;
	_top:0;
	right:-6px;
	_right:0.667em;
	width:102px;
	height:18px;
	float:left;
}
	.dl .ctrlbar .ctrlbtns span {font-weight:bold; padding:0 0.25em;}
	.dl .ctrlbar .ctrlbtns img {display:inline; width:auto; height:auto; vertical-align:middle; float:left; cursor:pointer;}
	.dl .ctrlbar .dot {margin-left:0.833em;}
	.dl .ctrlbar .dot span {position:absolute; width:0.333em; height:0.333em; top:0.833em; *top:0.917em; left:0.5em; _line-height:0;}
	.dl ul.sublinks {list-style-type:none; margin:0.5em 0 0; padding:0;}
	.dl ul.sublinks li {padding-left:2em; line-height:1.5;}
	
	.dirmod ul {list-style-type:none; margin:0; padding:0; width:100%; overflow:hidden;}
	.dirmod ul li {line-height:1.8; margin:0.083em 0 0;}
	.dirmod ul li img{display:inline; _float:left; _margin-top:0.5em;}
	.dirmod ul li a {font-weight:bold; display:block;}
	.dirmod ul li a:hover {background-color:#fff; text-decoration:none;}
	.container_nv .dirmod ul li {width:12.083em; float:left; margin:0.083em 0.083em 0 0;}
	.container_nv .dirmod h3 {margin-left:0;}
	.container_wv .dirmod h3 {margin:0;}
	
	.channeltabsmod {position:relative;}
	.channeltabsmod .module_footer {margin:0.833em 0 0;}
	ul.channeltabs {list-style-type:none; margin:0; padding:0; width:100%; overflow:hidden; position:relative;}
    	ul.channeltabs li {float:left; padding:0; margin-right:0.167em; width:8.75em;}
    	ul.channeltabs li a {display:block; text-align:center; padding:0.167em 0; border:0.083em solid #fff;}
	ul.channeltabs li a:hover {text-decoration:none;}
	#tosnews_t4 {margin-right:0;}
    	ul.channeltabs li.active {background-color:#fff; border-bottom:none; text-align:center; padding:0.083em 0 0; font-weight:bold;}
   	ul.channeltabs li.active a {color:#000;}
	.channelseg {margin-top:-0.083em; padding:0.833em; background-color:#fff;}
	.channelseg span.morelinks {color:#666;   font-size:0.833em;}
	.channelseg span.morelinks strong {color:#000;}
	.channelseg span.morelinks a {font-weight:bold;}
	.channelseg .scorecard {border:0.083em solid #fce89d; margin-bottom:0.833em; position:relative;}
	.channelseg .scorecard .team_venue {padding:0.25em; font-weight:bold;}
	.channelseg .scorecard .matchdetails {color:#e64f05; font-weight:bold; background-color:#fce89d; padding:0.25em;}
	.channelseg .scorecard .matchdetails span.scores {font-size:1.667em;}
	.channelseg .scorecard .scorelinks {width:100%; overflow:hidden;}
	.channelseg .scorecard .scorelinks .otherlinks {float:right; color:#ccc; padding:0.75em 0; font-weight:bold;}
	.channelseg .scorecard .scorelinks .otherlinks span {padding:0 0.5em;}
	.channelseg .scorecard .scorelinks img {float:left; width:16.25em; height:2.083em; margin:0.333em 0 0 0.25em;}
    .channelseg .adpromo {height:4.167em; width:34.333em; overflow:hidden;}
	.channelseg .adpromo img {height:4.167em; width:34.333em;}
	
	.watchvid {position:relative;}
	.watchvid h3 {margin:0;}
	.watchvid ul.watchvidtabs {list-style-type:none; margin:0; padding:0; position:absolute; top:0.333em; right:0; _top:0.417em;}
    .watchvid ul.watchvidtabs li {float:left; padding:0; margin-right:0.25em; width:7.5em;}
    .watchvid ul.watchvidtabs li a {display:block; text-align:center; border:0.083em solid #fff;}
	.watchvid ul.watchvidtabs li a:hover {text-decoration:none;}
	.watchvid ul.watchvidtabs li.active {background-color:#fff; border-bottom:none; text-align:center; padding:0.083em 0pt 0pt; font-weight:bold;}
.watchvid ul.watchvidtabs li.active a {color:#000;}
	
	
	.cityguide .twocol {padding:0 0.833em 0.833em;}
	.cityguide .citymore {clear:both; float:right;}

.hotsrchmod p {margin:0; padding:0.5em;}
.container_wv .hotsrchmod ul, .container_nv .hotsrchmod ul {list-style-type:none; margin:0 auto 0.333em; padding:0; width:35.25em; overflow:hidden; border-top:none; border-right:none;}
.container_wv .hotsrchmod ul li, .container_nv .hotsrchmod ul li {float:left; border-bottom:none; border-left:none; padding:0.25em 0.417em; width:10.833em; white-space:nowrap; overflow:hidden;}
	
	
	
	.column2 {float:left; width:25.833em; overflow:hidden;}
	
	.products {padding:0.417em 0.333em; border:0.083em solid #fff;}
	.products .free {text-align:right; font-weight:bold; margin-right:0.083em;}
	.products ul.pdlist {list-style-type:none; margin:0.25em 0 0.833em; padding:0; width:100%; overflow:hidden;}
	.products ul.pdlist li {float:left; text-align:center; width:5.833em; border:0.083em solid #ccc; border-right-color:#666; border-bottom-color:#666; margin-right:0.25em; height:4.333em; background-color:#fff;}
	.products ul.pdlist li a {font-weight:bold;}
	.products ul.pdlist li a img {width:3.167em; height:2.333em; margin:0 auto;}
	.products ul.pdlist li.aim a img {height:1.667em;}
	.products ul.pdlist li.video {margin-right:0;}
	.products .feedback {text-align:center; margin-right:0.083em;}
	
	.ad {background-color:#ccc;}
	
	.foffers .twocol {width:11.417em; padding:0 0 0.833em 0.833em;}
	
	.marplace .place {border-top:0.083em solid #ccc; margin-top:0.833em; padding-top:0.417em;}
	.marplace .block .blockval_s span {display:inline;}
	
	.prod_ser h3 {margin:0;}
	.container_nv .prod_ser h3 {margin:0 0.167em 0 0;}
	.prod_ser ul {list-style-type:none; margin:0; padding:0; width:100%; overflow:hidden;}
	.prod_ser ul li {line-height:1.8; margin:0.083em 0 0; _float:left; _width:100%;}
	.container_nv .prod_ser ul li {float:left; width:8.5em; margin:0.083em 0.083em 0 0;}
	.container_nv .prod_ser ul li a {_width:8em;}
	.prod_ser ul li a {display:block; font-weight:bold; padding-left:0.5em; _width:13.833em;}
	.prod_ser ul li a:hover {background-color:#fff; text-decoration:none;}
	.prod_ser ul li a:hover {text-decoration:none;}
	
	/*content styles ends*/
	
	/*footer style starts*/
	.footer {padding:0.833em 0.25em; margin-bottom:0.833em; text-align:center;}
	.footer span {font-size:0.833em;}
	p.footer_links {margin:0 0 0.833em;}
	.footer p.footer_links a {font-weight:bold;}
	/*footer style ends*/
	
	
	/*---Icons---*/
.dirmod .pi_None, .dirmod .pi_none, .prod_ser .pi_None, .prod_ser .pi_none {background-image:none;}
.dirmod .pi_Aim, .prod_ser .pi_Aim {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px 4px; padding-left:2em;}
.dirmod .pi_Popcorn, .prod_ser .pi_Popcorn {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -27px; padding-left:2em;}
.dirmod .pi_Blogs, .prod_ser .pi_Blogs {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -57px; padding-left:2em;}
.dirmod .pi_CityGuide, .prod_ser .pi_CityGuide {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -87px; padding-left:2em;}
.dirmod .pi_Cricket, .prod_ser .pi_Cricket {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -117px; padding-left:2em;}
.dirmod .pi_Education, .prod_ser .pi_Education {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -147px; padding-left:2em;}
.dirmod .pi_Games, .prod_ser .pi_Games {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -176px; padding-left:2em;}
.dirmod .pi_People, .prod_ser .pi_People {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -207px; padding-left:2em;}
.dirmod .pi_Movie, .prod_ser .pi_Movie {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -237px; padding-left:2em;}
.dirmod .pi_Music, .prod_ser .pi_Music {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -268px; padding-left:2em;}
.dirmod .pi_Kids, .prod_ser .pi_Kids {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -297px; padding-left:2em;}
.dirmod .pi_Mail, .prod_ser .pi_Mail {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -327px; padding-left:2em;}
.dirmod .pi_Phone, .prod_ser .pi_Phone {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -357px; padding-left:2em;}
.dirmod .pi_News, .prod_ser .pi_News {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -386px; padding-left:2em;}
.dirmod .pi_Sports, .prod_ser .pi_Sports {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -417px; padding-left:2em;}
.dirmod .pi_Tv, .prod_ser .pi_Tv {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -447px; padding-left:2em;}
.dirmod .pi_Video, .prod_ser .pi_Video {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -597px; padding-left:2em;}
.dirmod .pi_Fullstory, .prod_ser .pi_Fullstory {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 5px -566px; padding-left:2em;}
.dirmod .pi_Bullet, .prod_ser .pi_bullet , .prod_ser .pi_Bullet, .prod_ser .pi_bullet {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 5px -620px; padding-left:1em;}
.dirmod .pi_Arrow, .prod_ser .pi_Arrow {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 8px -654px; padding-left:2em;}
.dirmod .pi_Calendar, .prod_ser .pi_Calendar {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -687px; padding-left:2em;}
.dirmod .pi_Author, .prod_ser .pi_Author {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -717px; padding-left:2em;}
.dirmod .pi_Comments, .prod_ser .pi_Comments {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -747px; padding-left:2em;}
.dirmod .pi_Filed, .prod_ser .pi_Filed {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -777px; padding-left:2em;}
.dirmod .pi_RSS, .prod_ser .pi_RSS {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 1px -806px; padding-left:2em;}
.dirmod .pi_Send, .prod_ser .pi_Send {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -837px; padding-left:2em;}
.dirmod .pi_Write, .prod_ser .pi_Write {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 4px -866px; padding-left:2em;}
.dirmod .pi_Runningman, .prod_ser .pi_Runningman {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -897px; padding-left:2em;}
.dirmod .pi_gallery, .prod_ser .pi_gallery  {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1362px; padding-left:2em;}
.dirmod .pi_hindi, .prod_ser .pi_hindi {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -927px; padding-left:2em;}
.dirmod .pi_tamil, .prod_ser .pi_tamil {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -958px; padding-left:2em;}
.dirmod .pi_truveo, .prod_ser .pi_truveo {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -990px; padding-left:2em;}
.dirmod .pi_winamp, .prod_ser .pi_winamp {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1294px; padding-left:2em;}
.dirmod .pi_messageboards, .prod_ser .pi_messageboards {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 3px -1265px; padding-left:2em;}
.dirmod .pi_southcinema, .prod_ser .pi_southcinema {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1330px; padding-left:2em;}
.dirmod .pi_travel, .prod_ser .pi_travel {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1394px; padding-left:2em;}
.dirmod .pi_asylum, .prod_ser .pi_asylum {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1427px; padding-left:2em;}
.dirmod .pi_stickcricket, .prod_ser .pi_stickcricket {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1461px; padding-left:2em;}
.dirmod .pi_autos, .prod_ser .pi_autos {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1495px; padding-left:2em;}
.dirmod .pi_yp, .prod_ser .pi_yp {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1528px; padding-left:2em;}
.dirmod .pi_icq, .prod_ser .pi_icq {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1563px; padding-left:2em;}
.dirmod .pi_cf, .prod_ser .pi_cf {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1596px; padding-left:2em;}
.dirmod .pi_bebo, .prod_ser .pi_bebo {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1630px; padding-left:2em;}
.dirmod .pi_horoscope, .prod_ser .pi_horoscope {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1663px; padding-left:2em;}




.pi_None, .pi_none {background-image:none; padding:0;}
.pi_Aim {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px 0px; padding-left:2em;}
.pi_Popcorn {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px -30px; padding-left:2em;}
.pi_Blogs {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px -60px; padding-left:2em;}
.pi_CityGuide {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px -90px; padding-left:2em;}
.pi_Cricket {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px -120px; padding-left:2em;}
.pi_Education {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px -150px; padding-left:2em;}
.pi_Games {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px -180px; padding-left:2em;}
.pi_People {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px -210px; padding-left:2em;}
.pi_Movie {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px -240px; padding-left:2em;}
.pi_Music {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px -270px; padding-left:2em;}
.pi_Kids {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px -300px; padding-left:2em;}
.pi_Mail {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px -330px; padding-left:2em;}
.pi_Phone {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px -360px; padding-left:2em;}
.pi_News {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px -390px; padding-left:2em;}
.pi_Sports {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px -420px; padding-left:2em;}
.pi_Tv {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px -450px; padding-left:2em;}
.pi_Video {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -600px; padding-left:2em;}
.pi_Fullstory {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 5px -569px; padding-left:2em;}
.pi_Bullet, .pi_bullet {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px -622px; padding-left:0.5em;}
.pi_Arrow {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 1px -656px; padding-left:1em;}
.pi_Calendar {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 1px -689px; padding-left:2em;}
.pi_Author {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 1px -719px; padding-left:2em;}
.pi_Comments {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px -750px; padding-left:2em;}
.pi_Filed {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 1px -779px; padding-left:2em;}
.pi_RSS {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 0px -810px; padding-left:2em;}
.pi_Send {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 1px -840px; padding-left:2em;}
.pi_Write {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 4px -869px; padding-left:2em;}
.pi_Runningman {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -900px; padding-left:2em;}
.pi_gallery  {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1363px; padding-left:2em;}
.pi_hindi {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -931px; padding-left:2em;}
.pi_tamil {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -960px; padding-left:2em;}
.pi_truveo {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -992px; padding-left:2em;}
.pi_winamp{background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1297px; padding-left:2em;}
.pi_messageboards{background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1268px; padding-left:2em;}
.pi_southcinema{background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1333px; padding-left:2em;}
.pi_travel {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1397px; padding-left:2em;}
.pi_asylum {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1430px; padding-left:2em;}
.pi_stickcricket {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1464px; padding-left:2em;}
.pi_autos {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1498px; padding-left:2em;}
.pi_yp {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1532px; padding-left:2em;}
.pi_icq {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1566px; padding-left:2em;}
.pi_cf {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1600px; padding-left:2em;}
.pi_bebo {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1633px; padding-left:2em;}
.pi_horoscope {background:transparent url('../../common/i/icons_19x14.gif') no-repeat scroll 2px -1633px; padding-left:2em;}

.pageAd {padding:0.417em 0.417em 1.25em; background:#E4E2D6 url(../../common/i/advertisment.gif) no-repeat scroll bottom left;}


/* MTNL codes */
#cobrand_container {height:auto; margin-bottom:0.833em;}
#cobrand_innercontainer { border:0.083em solid #596474; background-color:#fff;}
#cobrand_header {background-color:#f4fcfb;}
#cobrand_header div {height:2.083em;}
#cobrand_header div img {margin:0.417em 0.417em 0 0.417em; float:left; width:2.333em; height:1.417em;}
#cobrand_header div span {padding-top:0.417em; font-weight:bold; display:block;}
#cobrand_content {padding:0.333em;}
#cobrand_content a:hover {text-decoration:underline;}
/*tabs*/
ul#mtnl_tabs {list-style-type:none; border-bottom:0.083em solid #97bdf7; margin:0; padding-bottom:1.583em; padding-left:0;}
ul#mtnl_tabs li {display:inline; padding:0;} /*float:left;*/
ul#mtnl_tabs li a {background-color:#dfeafb; border:0.083em solid #97bdf7; color:#000; float:left; line-height:1.167em; margin-left:0.5em; padding:0.167em 0.833em; text-decoration:none;}
ul#mtnl_tabs li a.active{background:#fff; border-bottom:0.083em solid #fff; font-weight:bold;}
/*ends here*/

/*main tab contents*/
#flash {height:auto; width:24.583em; margin:auto;}
#main_content {overflow:hidden; width:100%; margin-top:0.5em;}
#left_img {float:left; width:9.167em; height:11.25em; text-align:center; overflow:hidden;}
#left_img img {margin-bottom:0.417em;}
#r_links {margin-left:9.583em;}
#r_links ul {margin:0; padding:0; list-style-type:none;}
#r_links ul li {line-height:1.333em; padding:0 0 0 0.833em; background:url('arrow_bullet.gif') 0px 5px no-repeat;}
#r_links ul li a {text-decoration:none; color:#1c68b6; font-size:0.917em;}
.clear_flt {clear:both;}
#blueblock {width:12.333em; float:left; margin-top:0.333em;}
#blueblock div {background:url('button_bg_tile.jpg') 0px 0px repeat-x; border:0.083em solid #2d9aec; text-align:center; padding:0.167em 0.417em;}
#blueblock div a {text-decoration:none; color:#1a67cf; font-weight:bold; font-size:0.917em;}
.rt_mar {margin-right:0.333em;}

/*services contents*/
#services_con {padding:0.5em;}
#services_con ul {margin:0; padding:0; list-style-type:none;}
#services_con ul li {line-height:1.333em; padding:0 0 0 0.833em; background:url('arrow_bullet.gif') 0px 5px no-repeat; *padding-left:0.833em;}
#services_con ul li a {text-decoration:none; color:#1c68b6; font-size:0.917em;}

/*Tariff contents*/
#tariff_con {padding:0.5em;}
#tariff_con span {font-weight:bold;}
.head_nav {margin-left:16.917em;}
.head_nav img {margin-bottom:0.083em; display:inline;}
.head_nav a {color:#416ab9; text-decoration:none; font-weight:bold;}
#innerlinks {margin-top:0.417em; background-color:#f2f7fd; border:0.083em solid #accff8; padding:0.417em;}
#innerlinks_cont {width:100%; overflow:hidden;}
.innerlinks_float {float:left; width:7.333em; margin:0 0.5em 0.833em 0;}
.last_float {margin-right:0;}

.innerlinks_float span {margin-left:0.833em;}
.innerlinks_float ul {margin:0 0 0 0.667em; padding:0 0 0 0.667em; list-style-type:disc;}
.innerlinks_float ul li {padding:0;}
.innerlinks_float ul li a {text-decoration:none; color:#1c68b6; font-size:0.917em;}
.leasedline {margin-bottom:1.667em; border-top:0.083em solid #babec2; clear:left; padding-top:0.833em;}
.leasedline a {color:#416ab9; text-decoration:none; font-weight:bold;}

/*Customer content*/
#customer_con {padding:0.5em;}
#customer_con .first {margin-top:0;}
#customer_blocks {background-color:#f3f8fe; border:0.083em solid #a9d4f7; margin-top:1.083em; overflow:hidden; *width:23.833em;}
#customer_blocks img {float:left; display:block;}
#customer_blocks div {float:left; padding:1em 0.417em 0.917em;}
#customer_blocks div a {color:#416ab9; text-decoration:none; font-weight:bold;}
/* MTNL codes ends */


/*added for flash logo*/
.flashlogo {width:12.3em; height:5em;}
h1.flash_h1 {width:1px; height:1px; font-size:0.01em; overflow:hidden; float:left;}

/* Added for the Horoscope right columen module*/
.astrocon {margin:0.333em; background:#fdf6be url(zodiac.jpg) no-repeat scroll 0 0; padding:0.5em 0.5em 0.5em 8em;}
.astrocon select {width:14.5em;}


/* -- SHOUT-CAST MODULE -- */
.shout_con {position:relative;}
.shout_con form {margin:0;}
.shout_con .ShoutShare {position:absolute; top:1em; right:0.5em;}
.shout_con .m_img, .shout_con .shout_mostimg {display:block;}
.shout_con .m_img {width:25.833em; height:4.417em;}
.shout_con .shout_mostimg {width:14.5em; height:1.167em;}
.shout_con .grab {width:6.167em; height:1.5em;}
.shout_con .sh_top {background-color:#191919; width:100%; overflow:hidden; padding:0.5em 0;} 
.shout_con .sh_top input {width:10em; background-color:#d9d9d9; color:#333; font-size:0.917em; border:0.091em solid #7d7d7d; border-right:none; padding:0.363em 0.363em 0.272em; *padding:0.272em 0.363em; float:left; margin-left:0.545em;}
.shout_con .sh_top button {background:transparent url(search_btn.gif) scroll no-repeat 0 0; width:1.75em; height:1.833em; border:none; float:left;}
.shout_con .sh_top select {width:10.833em; float:right; background-color:#d9d9d9; color:#333; font-size:1em; height:1.833em; border:0.083em solid #7d7d7d; margin-right:0.5em;}
.shout_list {width:100%; overflow:hidden; border-top:0.083em solid #333; background-color:#272727;}
.shout_list_left {border-right:0.083em solid #333; width:18.667em; float:left; padding:0.5em;}
.shout_list_right {width:6em; float:left; padding:0.6em; text-align:center; color:#fff; font-size:0.833em;}
.shout_item1 a, .shout_item2 a {color:#fff; text-decoration:none;}
.shout_item1 img {vertical-align:middle; display:inline;}
.shout_item2 span {color:#b4b4b4;}
.shout_altitem {background:#181818 url(gradient_station.gif) repeat-x scroll 0 0;}
.shout_listhd {background:#111 url(gradient_top.gif) repeat-x scroll 0 0; padding:0.417em 0.5em;}
.shout_list_right span {display:block; font-size:1.333em; color:#f8d93a; font-weight:bold;}
.shoutcast_copyright{border-top:0.091em solid #333; text-align:right; padding:0.727em; font-size:0.917em; background-color:#272727; color:#b4b4b4;}
/* -- END SHOUT-CAST MODULE -- */

/*added for Home Page Revamp*/

.prms_cont {width:10em; margin:0 auto; padding:0.75em 0; overflow:hidden;}
.prms_cont img {margin:0.5em 0; width:10em; height:7.5em;}

.prod_serv, .aol_global {padding:0.75em;}
.prod_serv_con {margin:0.833em 0; padding:0 0 0.5em; border-bottom:1px solid #9BB8C4; width:100%; overflow:hidden;}
.prod_serv_con_r {float:right; width:9.167em;}
.prod_serv_con .prod_serv_con_r strong {display:block; color:#000;}
.prod_serv_con .prod_serv_con_r strong a {color:#000;}
.prod_serv_con .prod_serv_con_r a {font-size:0.917em;}
.prod_serv_con_l {float:left; width:3.167em; height:3.167em;}

a.prod_serv_con_l:hover {text-decoration:none;}
.prod_serv_last {border:none; margin:0; padding:0;}
ul.aol_global_list {list-style-type:none; padding:0; margin:0;}
ul.aol_global_list li {margin-bottom:0.5em;}
ul.aol_global_list li a {font-weight:bold;}
.aol_global h4 {border-bottom:0.083em solid #999; padding-bottom:0.25em; margin-bottom:0.167em;}
.aol_global_con {padding:0.083em;}
ul.aol_global_list li.headlineBlack {font-weight:bold; border-bottom:0.083em solid #999; padding-bottom:0.25em;}
ul.aol_global_list li.last {margin:0;}

.aim_new {background:transparent url(icons_products.gif) no-repeat scroll 0px -156px;}
.winamp_new {background:transparent url(icons_products.gif) no-repeat scroll 0px -1px;}
.mail_new {background:transparent url(icons_products.gif) no-repeat scroll 0px -41px;}
.toolBar_new {background:transparent url(icons_products.gif) no-repeat scroll 0px -198px;}
.video_new {background:transparent url(icons_products.gif) no-repeat scroll 0px -78px;}

/*Fotozone module */

.fotocon .fotos {float:left; width:11.25em; overflow:hidden; margin-right:0.583em;}
.fotocon .fotos img {width:11.25em; height:7.5em; margin-bottom:0.5em;}
.fotocon .fotoclr {width:100%; overflow:hidden;}
.fotocon {padding:0.5em;}
.fotocon .last {margin:0;}
.fototabs li {width:7.167em !important; overflow:hidden;}
.fotocon .module_footer {margin:0.833em 0 0;}
.fotocon .module_footer span.morelinks {font-size:0.833em;   color:#666;}
.fotocon .module_footer span.morelinks a {font-weight:bold;}
.fotocon .module_footer span.morelinks strong {color:#000;}

/* SUPERTABS */
#tbspCon {
    left: 11em;
    position: absolute;
    top: 18.4em;
}

#aisupertabtop {
margin:0.35em 0.75em 0pt 0pt;
margin-top:-1.7em;
}


#aisupertabtop, #aisupertabtop_h {
font-weight:bold;
text-align:right;
}
#aisupertabtop {
float:right;
font-weight:bold;
}
#aisupertabtop, #aisupertabtop_h {
height:1em;
width:16em;
}

#aisupertabbottom {
clear:both;
text-align: center;
}
#sTbLnks {
	width:100%;
}

#sns {
	width:90%;
	font-weight:bold;
	white-space:nowrap;
	float:left;
	margin:.36em 0 .5em .74em;
}

#mlCnt { 
	color:red
}
#sTbs {
	list-style-type:none;
	clear:both;
	padding:0;
	position:relative;
	z-index:999999;
	width:26em;
	margin:0;
	_width:25.4em;
		
}
#sTbs a:hover{text-decoration:none;}

#sTbs li {
	display:inline;
}
#sTbs li a {
	background:#fff !important;
	border:#cccccc 1px solid;
	border-bottom:#666666 1px solid;
	border-right:#666666 1px solid;
	padding:.5em 0 0;
	display:block;
	float:left;
	width:6em;
	height:4.80em;
	margin-right:.20em;
	text-align:center;
	font-weight:bold;
	margin-bottom:3px;
	}
 
#sTbs #mlImg, #sTb_photo img, #sTb_horoscopes img {
	width:6em;
	_width:5.3em;
	height:3em;
}

#sTbs #bImg {
        width:6.3em;
		_width:6em;
		 height:3em;
}

#sTbs li a.last {
	margin-right:0px;
	border-right:1px solid #cccccc !important;
	_margin:0px;
}

#sTbs li a.sel {
	border-right:#cccccc 1px solid;
	 border-bottom:#ffffff 3px solid;
}

#sTbCtWr {	
	padding:1px 1px 0px 1px;
	overflow:hidden;
	}

#sTbCt {
    padding-left:1px;
	position:relative;
	background-image:none;
	}

#sTbBdy {
	background:#fff;
	border:#ccc 1px solid;
	width:285px;
	padding:8px;
	text-align:left;
	min-height:19em;
	position:relative;
	z-index:999998;
	margin-right:.18em;
    margin-top:0;
	clear:both;
	top:-4px;
	*top:-1px;	

}

#sTbLdng, #om_mlMsg, #om_mlMsg1 {
	text-align:center;
	padding-top:7.27em;
}
#om_mlMsg #mlbtn i , #om_mlMsg1 #mlbtn1 i{
	font-size:1;
	background:#999;
	padding:.45em .1em .45em .085em;
}
#om_mlMsg .fBt, #om_mlMsg1 .fBt {
	font-size:1;
	padding:.25em .5em;
	border:1px solid #fff;
	height:2.1em;
}
#om_mlMsg p, #om_mlMsg1 p  {
	padding:.99em;
}
.shaded {
	background:#ececec;
}
.white {
	background:#fff;
}
.bold {
	font-weight:bold;
}
#om_mlPrv {
	width:100%;
	margin:0;
}
#om_mlPrv td {
	padding-left:1px;
}
#sTbBdymail h5 {
	font-size:1em;
	font-weight:bold;
	padding-bottom:.66em;
	margin:0;
}
#sTbBdymail .more, #sTbBdyweather .more {
	position:absolute;
	bottom:0.2em;
	right:.82em;
}
/* PHOTO SUPERTAB */
#sTbBdyphoto, #sTbBdytruveo_nz {
    text-align: center;
    margin-top: 0;
}
#sTbBdyphoto .photocon, #sTbBdytruveo_nz .photocon {
    background:url(photo_bg.gif) repeat;
    padding: .7em;
    margin: 0 auto;
}
#sTbBdyphoto .photosrchcon, #sTbBdytruveo_nz .photosrchcon {
margin: .1em;
text-align: left;
}
#sTbBdyphoto .tagtxt, #sTbBdytruveo_nz .tagtxt,{
font-size: 1em;
font-weight: bold;
color: #115F9f;
margin-bottom:0.25em;
}
#sTbBdyphoto .emailtxt, #sTbBdytruveo_nz .emailtxt  {
font-size: 1em;
font-weight: bold;
color: #115F9f;
margin: .25em 0 .25em 0;
}
#foto_tag, #foto_email, #truveo_nz_tag {
margin-right: .5em;
width:17.5em;
}
#truveo_nz_tag {margin-top:0.85em;}
#sTbBdyphoto .fBt, #sTbBdytruveo_nz .fBt {
padding:2px 0px 1px;
width: 6.7em;
}
/* END PHOTO SUPERTAB */



/* For Email Supertab */
#om_mlMsg, #om_mlMsg1 {padding-top:0;text-align:left;}
#om_mlMsg h3, #om_mlMsg1 h3  {font-size:14px;padding:10px 0;margin-left:7px;}
#id1, #id11 {height:auto;}
#id1 li, #id11 li  {list-style-type:none;font-size:12px;line-height:16px;margin-left:5px;list-style-position:outside;}
#id2 li, #id21 li {list-style-type:none;}
#my_acct, #my_acct1 {background:url(button_green.gif) no-repeat; width:192px;height:49px;margin:15px 0 15px 15px;font-size:18px;line-height:normal;}
#my_acct p, #my_acct1 p {margin:5px 0px 5px 11px;font-weight:bold;color:#004793;padding:0px;width:auto;padding-top:5px;_padding-top:0px;*padding-top:0px;}
#id2, #id21{padding:0px;margin:0px;clear:both;margin-top:-10px;}
#id2 p, #id21 p {padding:0;margin:0;font-size:15px;color:#000;font-weight:bold;margin-left:15px;}
#new_sign, #new_sign1 {background:url(button_blue.gif);width:133px;height:34px;margin:10px 0 10px 15px;}
#new_sign p, #new_sign1 p {margin:5px 0px 5px 14px;font-weight:bold;color:#004793;padding:0;font-size:18px;padding-top:5px;_padding-top:0px;*padding-top:0px;}

/* horoscopes */
#horosP img { float: left; margin-right: .5em; }
#horosP h3{background-color:#fff; padding-left:0px;}
#horosP h4 {
border-bottom:1px solid #CCCCCC;
margin-bottom:0.65em;
padding:0.3em 0 0.3em 0.3em;
}
#horosP ul {
	width:11em;
	padding:0;
	margin:0;
	float:left;
	font-size:1em;
	clear:none;
	list-style-type:none;	
}
#horosP li {
	margin:0;
	float:none;
	background:url(signs.gif) no-repeat;
	padding:.45em 0 .45em 2.4em;
	height:1.4em;
}
#horosP li.ss_aquarius {
	background-position:0 2px;
}
#horosP li.ss_pisces {
	background-position:0 -218px;
}
#horosP li.ss_aries {
	background-position:0 -438px;
}
#horosP li.ss_taurus {
	background-position:0 -658px;
}
#horosP li.ss_gemini {
	background-position:0 -878px;
}
#horosP li.ss_cancer {
	background-position:0 -1098px;
}
#horosP li.ss_leo {
	background-position:0 -1318px;
}
#horosP li.ss_virgo {
	background-position:0 -1538px;
}
#horosP li.ss_libra {
	background-position:0 -1758px;
}
#horosP li.ss_scorpio {
	background-position:0 -1978px;
}
#horosP li.ss_sagittarius {
	background-position:0 -2198px;
}
#horosP li.ss_capricorn {
	background-position:0 -2418px;
}
#horosP li a {
	background:none;
}
.dn, #smore { display:none; }
#lrg_col .more b, #md_col .more b, #horosP .more, #sTbBdymail .more{
	background:url(icons.gif) no-repeat 0px -2045px;
	padding-left:.9em;
	}
#sTbBdyyahoomail {


} 

#om_mlMsg1 #mlbtn1 #sign1{
background-color:#ffffff;
}

#sTbLdng img{
display:inline;
}

#id11 img{
float:left;
padding-bottom:35px;
padding-left:11px;
padding-right:15px;
}

#id11{
padding-bottom:7px;
}

#sTbBdyhoroscopes{
_position:relative;
}
#horosP{
_width:23.7em;
}
#horosP .more{
	position:absolute;
	top:17.8em;
	*top:18.5em; 
	_top:18em;
	right:.82em;
   
   }
   
#my_acct a:hover, #my_acct1 a:hover {
text-decoration:none;
}
#new_sign a:hover, #new_sign1 a:hover{
text-decoration:none;
}
#iframe1{
_width:286px;
}
iframe#ymailCnt{border:0px; margin:0px; padding:0px; height:20px; width:68px;overflow:hidden;}



/** SHOUTCAST ON TOS MAIN--  **/
.shout_top {position:relative;}
.shout_text {background:transparent url(logo_back_tile.jpg) scroll repeat-x 0 0; padding:15px 0; text-align:center; text-transform:uppercase; font-size:12px; font-weight:bold; color:#fff;}
.shout_top img {position:absolute; top:0; left:0;}

.shout_btm {background-color:#000;}
.shout_hd {background:transparent url(station_back_tile.gif) scroll repeat-x 0 0; height:33px;}
.shout_mostpop {float:left; margin:10px 0 0 4px;}
.shout_hd input {width:150px; background-color:#d9d9d9; color:#333; font-size:11px; border:1px solid #7d7d7d; border-right:none; padding:4px 4px 3px; float:left; margin-left:5px;}
.shout_hd button {background:transparent url(search_btn.gif) scroll no-repeat 0 0; width:21px; height:22px; border:none; float:left; margin-right:5px;}
.shout_hd select {width:106px; float:left; background-color:#d9d9d9; color:#333; font-size:12px; height:22px; border:1px solid #7d7d7d;}
.shout_hd span {color:#999; float:left; padding-top:3px;}
.shout_hd_r {float:right; padding:5px;}

.shout_stations {width:100%; overflow:hidden; border-top:1px solid #666;}
.shout_stations .first {margin-left:0;}
.shout_cat {float:left; margin:0 0 4px 4px; width:311px;}


.shout_list {width:100%; overflow:hidden; border-top:1px solid #333; background-color:#272727;}
.shout_list_left {border-right:1px solid #333; width:216px; float:left; padding:6px;}
.shout_list_right {width:70px; float:left; padding:6px; text-align:center; color:#fff; font-size:10px;}
.shout_item1, .shout_item2 {color:#fff;}
.shout_item1 img {vertical-align:middle;}
.shout_item2 span {color:#b4b4b4;}
.shout_altitem {background-color:#212121; background-image:none;}
.shout_list_right span {display:block; font-size:16px; color:#f8d93a; font-weight:bold;}

.shout_title {color:#ffcc00; font-size:14px; font-weight:bold; padding:6px 6px 6px 34px; background:transparent url(down_arrow.gif) scroll no-repeat 4px 9px;}
#shout_d_close {height:0; overflow:hidden;}
#shout_d_open {height:210px; overflow:hidden;}
.shout_flashad {width:300px; margin:0 auto;}
#ex_cl {cursor:pointer;}

.shout_explore {position:absolute; top:18px; right:10px; width:70px; height:10px; background:transparent url(btn_sprite.gif) no-repeat scroll 0 -15px;}
.shout_close {position:absolute; top:18px; right:10px; width:70px; height:10px; background:transparent url(btn_sprite.gif) no-repeat scroll 0 0;}


/* Astro Start */
.as_head_box {width:670px;height:190px;float:left;}
.as_main{
width:328px; height:185px; float:left; border:#a9aaa7 solid 1px;
background:url(../images/background-img-astro1.jpg) repeat-x;

}
.as_main_head{width:328px; height:37px; float:left; font-size:14px;	font-weight:bold; color:#000;}
.as_main_head ul{text-decoration:none;list-style:none;margin:0;padding:5px 0 0 5px;}
.as_main_head ul li{float:left;}
.as_main_head_li1{font-size: 10px; color: #4e2626; margin-left: 50px; margin-top: 8px;}
.as_main_head_li2{width: 92px; height: 29px; margin-left: 10px; float: left; background: url(../images/mix_img.png) 0 -270px no-repeat;}

.as_main_head_logo{width: 92px; height: 29px; margin-left: 10px; float: left; background: url(../images/mix_img.png) 0 -270px no-repeat;}
.as_date{
	width:100px; height:12px; padding-top:0px;   font-size:11px; font-weight:bold; color:#4e2626; float:left; margin-left:5px;
}
.as_sun_sign{
	width:105px; height:12px;   font-size:10px; font-weight:bold; color:#4e2626; float:left; padding:0px 5px 0 5px; margin-left:100px;  cursor:pointer;
	
}

	.as_sun_sign a{ text-decoration:none;
	color:#4e2626;
	cursor:pointer;
	}
.as_main_box{
	width:328px; height:105px; float:left; margin-top:2px;
	
}

.as_next{
	width:100%; height:auto; float:left; margin-top:40px; margin-right:3px;

}

.as_next a{
text-decoration:none;
display:block;


}

.prev{
	width:23px;
	height:23px;
	float:left;
	background:url(../images/mix_img.png) -59px -34px;
	
}

.next{
		width:23px;
	height:23px;
	float:left;
	background:url(../images/mix_img.png) -87px -34px;
	
	
}

.as_next a.prev, .as_next a.next{
	float:left;

}
.as_sunsign_box{
	width:326px; height:105px; float:left; margin-left:2px;
	overflow:hidden;
	display:none;
	position:absolute;
	top:0px; left:0px;
	z-index:1000;
	background:url(../images/background-Sun-sign-astro.jpg) repeat-x;
/*	border-bottom:solid #930 1px;
	border-top:solid #930 1px;*/
}
.as_sunsign_box a{ text-decoration:none; cursor:pointer;}
.as_span_text{
	 
	font-size:11px;
	font-weight:normal;
	color:#000;
	text-align:center;
	margin-top:40px;
}
.as_span_text1{
	font-size:11px;
	font-weight:normal;
	color:#000;
	text-align:center;
	margin-top:28px;
}
.as_span_text2{
	font-size:11px;
	font-weight:normal;
	color:#000;
	text-align:center;
	margin-top:35px;
}


.as_sunsign_box_img{
	width:53px;
	height:55px;
	float:left;
	background:url(../images/mix_img.png) -205px 2px no-repeat; 
	
}

.as_sunsign_box_img1{
	width:53px;
	height:55px;
	float:left;
	background:url(../images/mix_img.png) -205px -50px no-repeat; 
	
}
.as_sunsign_box_img2{
	width:53px;
	height:55px;
	float:left;
	background:url(../images/mix_img.png) -205px -96px no-repeat; 
	
}
.as_sunsign_box_img4{
	width:53px;
	height:55px;
	float:left;
	background:url(../images/mix_img.png) -205px -150px no-repeat; 
	
}
.as_sunsign_box_img5{
	width:55px;
	height:55px;
	float:left;
	background:url(../images/mix_img.png) -202px -202px no-repeat; 
	
}
.as_sunsign_box_img6{
	width:55px;
	height:55px;
	float:left;
	background:url(../images/mix_img.png) -203px -253px no-repeat; 
	
}
.as_sunsign_box_img7{
	width:47px;
	height:55px;
	float:left;
	background:url(../images/mix_img.png) -202px -312px no-repeat; 
}
.as_sunsign_box_img8{
	width:58px;
	height:55px;
	float:left;
	background:url(../images/mix_img.png) -200px -361px no-repeat; 
}
.as_sunsign_box_img9{
	width:52px;
	height:55px;
	float:left;
	background:url(../images/mix_img.png) -159px -258px no-repeat; 
}
.as_sunsign_box_img10{
	width:51px;
	height:55px;
	float:left;
	background:url(../images/mix_img.png) -158px -308px no-repeat; 
}
.as_sunsign_box_img11{
	width:52px;
	height:55px;
	float:left;
	background:url(../images/mix_img.png) -157px -360px no-repeat; 
}
.as_sunsign_box_img12{
	width:53px;
	height:55px;
	float:left;
	background:url(../images/mix_img.png) -111px -248px no-repeat; 
}



.as_text_main_box{
	width:272px; height:105px; float:left; margin-left:2px no-repeat;
	position:relative;
	overflow:hidden;
	
}
.fadecontent{
	width:273px; height:105px; float:left; margin-left:2px no-repeat;
	position: absolute;
visibility: hidden;
}
.as_text_box_img{
	width:21px;  height:105px; float:left; background:url(../images/mix_img.png) -7px -63px;
}
.as_text_box_img1{
	width:25px;  height:105px; float:left; background:url(../images/mix_img.png) -37px -63px;
}

.as_text_box_text{
	
	width:227px;  height:105px; float:left; background:url(../images/background-img-astro-mid.jpg) repeat-x;
}
.as_b_main{
	width:328px; height:auto; float:left; margin-top:0px;
}
.as_b_quest{
	width:100px;
	height:12px; 
	padding-top:0px; 
	  
	font-size:11px; 
	font-weight:bold; 
	color:#4e2626; 
	float:left; 
	margin-left:5px;
	text-decoration:underline;
}
	.as_b_quest a{ text-decoration:none;
	color:#4e2626;
	}
.as_b_more{
width:48px; height:13px;   font-size:11px; font-weight:bold; color:#4e2626; float:left; padding:0px 5px 0 5px; margin-left:150px;	
text-decoration:underline;
}
/*.as_astro_img{
	width:78px;
	float:left;
	height:auto;
	background:url(../images/astro-signs.png) -18px -697px;
	margin-top:25px;
	
}*/
.as_astro_img1{
	width:78px;
	float:left;
	height:auto;
	background:url(../images/mix_img.png) -205px 2px;
	margin-top:30px;
	
}
.as_astro_img2{
	width:78px;
	float:left;
	height:auto;
	background:url(../images/mix_img.png) -205px -50px;
	margin-top:30px;
	
}
.as_astro_img3{
	width:78px;
	float:left;
	height:auto;
	background:url(../images/mix_img.png) -205px -99px;
	margin-top:30px;
	
}
.as_astro_img4{
	width:78px;
	float:left;
	height:auto;
	background:url(../images/mix_img.png) -205px -150px;
	margin-top:30px;
	
}
.as_astro_img5{
	width:78px;
	float:left;
	height:auto;
	background:url(../images/mix_img.png) -204px -206px;
	margin-top:30px;
	
}
.as_astro_img6{
	width:78px;
	float:left;
	height:auto;
	background:url(../images/mix_img.png) -203px -254px;
	margin-top:30px;
	
}
.as_astro_img7{
	width:78px;
	float:left;
	height:auto;
	background:url(../images/mix_img.png) -202px -308px;
	margin-top:30px;
	
}

.as_astro_img8{
	width:78px;
	float:left;
	height:auto;
	background:url(../images/mix_img.png) -202px -357px;
	margin-top:30px;
	
}
.as_astro_img9{
	width:78px;
	float:left;
	height:auto;
	background:url(../images/mix_img.png) -162px -256px;
	margin-top:30px;
	
}
.as_astro_img10{
	width:78px;
	float:left;
	height:auto;
	background:url(../images/mix_img.png) -162px -303px;
	margin-top:30px;
	
}
.as_astro_img11{
	width:78px;
	float:left;
	height:auto;
	background:url(../images/mix_img.png) -162px -357px;
	margin-top:30px;
	
}
.as_astro_img12{
	width:78px;
	float:left;
	height:auto;
	background:url(../images/mix_img.png) -116px -244px;
	margin-top:30px;
	
}

.as_astro_text{
	width:170px;
	height:85px;
	float:left;
	margin:10px 0 0 6px;
	font-size:10px;
	
	
}
.as_astro_text1{
	width:170px;
	height:18px;
	float:left;
	 
	font-size:11px;
	font-weight:bold;
	padding:0;
	margin:0l
	
}
.as_astro_text2{
	width:168px;
	height:67px;
	float:left;
	font-size:11px;
	margin-top:3px;
	font-weight:normal;	
	color:#333;
	
}

.as_astro_text a
{
    color:#000;
text-decoration:none;
}
.as_astro_text2 a{
color:#900;
text-decoration:underline;
}

/* Astro End */
.ps_gre{width:149px; height:65px; float:left; border:solid #cfd0d0 1px; background-color:#eff8fd; margin:0 5px 5px 1px; padding:3px 0 0 3px;
}
.ps_gre_img{width:75px; height:62px; float:left;
}
.ps_gre_name{width:70px; height:48px; float:left; text-align:center;   font-size:10px; font-weight:bold;
}
.ps_gre_name a{
text-decoration:none;
color:#000;
}
.ps_gre_send{
width:70px; height:15px; float:right;
}

.p_shopp_main{
	width:486px; height:240px; float:left;
}
.p_shopp_sub1{width:184px; height:85px;  float:left; margin:5px 0 0 6px; 
}
.p_shopp_sub2{width:274px; height:85px;  float:left; margin:5px 0 0 6px; 
}
.p_shopp_sub3{width:152px; height:140px; float:left; margin:5px 0 0 7px; 
}
.p_shopp_sub4{width:140px; height:140px; float:left; margin:5px 0 0 8px; 
}
.i_qna_min{
	width:660px; height:207px; float:left; text-align:left;
	padding-left:5px; margin-top:10px; text-align:left;
}
.i_qna_top_div{width:660px; height:25px; float:left; text-transform:uppercase;  font-size:14px; font-weight:bold; color:#d444ea;
}
.i_qna_top_div4{width:213px; padding-top:2px; height:23px; padding-left:8px; float:left; border-top:solid #90ddfd 1px; border-right:solid #90ddfd 1px; border-left:solid #90ddfd 1px; background:url(../images/bg_qna_img.jpg) repeat-x; cursor:pointer;
}
.i_qna_top_div2{width:213px; padding-top:2px; height:23px;  padding-left:8px; float:left; border-bottom:solid #90ddfd 1px; cursor:pointer;
}
.i_qna_top_div3{
	width:214px; height:25px;  float:left; border-bottom:solid #90ddfd 1px; background:url(../images/i_qna_logo.jpg) no-repeat right top;
}
.i_qna_btm_div1{
width:440px; height:170px; float:left; padding-left:10px; padding-top:10px;  border-bottom:solid #90ddfd 1px; border-right:solid #90ddfd 1px;border-left:solid #90ddfd 1px;  font-size:12px; color:#666; 	
}

.i_qna_btm_div1 a{
	 font-size:12px; color:#666; 
	text-decoration:none;
}
.i_qna_btm_L_Que{
	width:434px; height:170px; float:left;
}
.i_qna_btm_L_Que ul{
	text-decoration:none;
	list-style:none;
	margin:0;
	padding:0;
}
.i_qna_btm_L_Que ul li{
		width:419px;
		float:left;
		line-height:21px; 
		background:url(../images/io_arrow.jpg) left no-repeat;
		padding-left:15px;
}
.i_qna_btm_div2{width:205px; height:180px; float:left; border-bottom:solid #90ddfd 1px; border-right:solid #90ddfd 1px; 
}
.i_qna_btm_div2_top{width:180px; height:45px; padding-top:10px;  padding-left:15px; margin-top:2px; float:left;   font-size:16px; text-transform:uppercase; font-weight:bold; color:#c606e3;}
.i_qna_btm_div2_top_img{width:43px; height:40px; margin:0 10px 0 0; float:left; background:url(../images/mix_img.png) -7px -192px no-repeat; padding:0;}
.i_qna_btm_div2_qbox{width:192px; height:55px; float:left; margin-left:8px;
}
.i_qna_btm_div2_submit{width:108px; height:24px; float:right; margin:10px 5px 0 0 ;
}
.i_qna_btm_div2_link{width:182px; height:20px; float:left; margin-top:10px; padding-left:15px;  font-size:11px; color:#065ab3;
}
.i_qna_btm_div2_link a{
	text-decoration:none;
	  font-size:11px; color:#065ab3;
}
.i_qna_btm_div2_link ul{
	text-decoration:none;
	list-style:none;
	margin:0;
	padding:0;	
}
.i_qna_btm_div2_link ul li{
	float:left;
	min-width:53px;
}

.i_qna_chars{float: left; width: 80px; height: 25px;

font-size:10px;
color:#000;
margin-left:8px;
}

/*------EVENTS-------*/
.io_events_main{width:659px; height:230px; float:left; border:solid #90ddfd 1px; background:url(../images/io_top_bg.jpg) repeat-x top; margin-top:5px; text-align:left; margin-left:4px;}
.io_events_head{width:96%; height:26px; float:left; padding-left:2%;   font-size:15px; font-weight:bold; color:#00496f;}
.io_events_body{width:646px; height:200px; float:left; padding-left:10px;}
.io_events_box{width:202px; height:86px; padding:4px; float:left; margin-right:5px; margin-bottom:6px; font-size:11px; color:#727272; background-color:#f4f4f4; border:solid #e7e7e7 1px;}
.io_events_box ul{
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
}
.io_events_box ul li{
	float:left;
	width:100%;
	
}
.io_events_box_head{ height:19px; float:left; color:#000; font-size:12px; font-weight:bold;
}
.io_events_box_head a{  
color:#00496f;
text-decoration:none;

}
.io_events_box_date{height:19px; float:left; text-align:center; background-color:#F00; color:#FFF; font-weight:bold; font-size:12px;
}

/*------End-EVENTS-------*/