@charset "utf-8";
/* Pendle Products CSS Document */

/*Initialization ; Starts*/
html,body
{
	margin:0px; padding:0px;
	background:url(../images/template_bg.jpg) top left repeat-x;
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#1d1d1d;
	behavior: url("iepngfix.htc");
}

h1, h2, h3, h4, h5, p, span, input { margin:0px;}
html, body, div, h1, h2, h3, h4, h5, p, span, a { outline-style:none; outline-width:0;}
.testing{ border:1px solid #ff0000;}

.clearit{ clear:both;}
.link_purple 
{
	font-weight:bold;
	color:#480194;
	text-decoration:none;
	text-transform:capitalize;
}
.link_purple a
{
	color:#480194;
	text-decoration:none;
}
.link_purple a:hover
{
	color:#1480b1;
	text-decoration:underline;
}
.link_black 
{
	font-weight:bold;
	color:#1d1d1d;
	text-decoration:none;
	text-transform:capitalize;
}
.link_black a
{
	color:#1d1d1d;
	text-decoration:none;
}
.link_black a:hover
{
	color:#480194;
	text-decoration:underline;
}
/*Initialization ; Ends*/
/*Content Container : Starts*/
.main_SiteContainer
{
	margin:auto;
	background:url(../images/top_line.jpg) repeat-x top left;
}
.mainContainer
{
	margin:auto;
	background:url(../images/left_repeat.jpg) repeat-y top left;
	width:1000px; 
}
/*Header : Starts*/
.header_hold
{
	background:url(../images/header_logo_bg.jpg) no-repeat top left;
	width:1000px; height:127px;
}
/*Logo*/
.header_logo
{
	float:left;
	width:276px; height:127px;

}
.header_logo h1
{
	margin:0px auto;
	background:url(../images/header_logo.jpg) no-repeat top center;
	width:260px; height:116px;
	text-indent:-2000px;
}
.header_logo h1 a.logo_link
{
	float:left;
	width:260px; height:116px;
	cursor:pointer;
	text-decoration:none;
	border:0px none;
}
/*Logo*/
.menu_hold
{
	float:right;
	padding:63px 5px 0px 0px;
	/*width:650px;*/
}
.menu_hold ul { margin:0px; padding:0px;}
.menu_hold ul li{margin:0px; list-style:none; float:left;}
/*Tab Link : Starts*/
.menu_hold ul li a.ActionButtons
{	
	margin-top:3px;
	margin-right:3px;    padding:0px 9px 0px 0px; /* sliding doors padding */
    background: url(../images/menu_tab_right.gif) no-repeat scroll top right;	
	min-width:50px;    height: 35px;
	display: block;
    float: left;
    color:#FFFFFF;
    text-decoration: none;
	text-transform:uppercase;

}

.menu_hold ul li a.ActionButtons span
{	
	padding:10px 10px 10px 18px;
    background: url(../images/menu_tab_left.gif) no-repeat top left;
    display: block;
	cursor:pointer;
	color:#FFFFFF;    
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
} 

.menu_hold ul li a.ActionButtons:hover
{
    background-position: bottom right;
    color:#FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
	text-decoration:none;
}

.menu_hold ul li a.ActionButtons:hover span
{
    background-position: bottom left;
	color:#FFFFFF;
	text-decoration:none;
} 

.menu_hold ul li a.ActionButtons span img
{
margin-right:5px;
}
/*Tab Link : Ends*/

/*Tab Selected Link : Starts*/
.menu_hold ul li a.ActionButtons_selected
{	
	margin-top:3px;
	margin-right:3px;    padding:0px 9px 0px 0px; /* sliding doors padding */
    background: url(../images/menu_tab_right.gif) no-repeat scroll bottom right;	
	min-width:50px;    height: 35px;
	display: block;
    float: left;
    color:#FFFFFF;
    text-decoration: none;
	text-transform:uppercase;

}

.menu_hold ul li a.ActionButtons_selected span
{	
	padding:10px 10px 10px 18px;
    background: url(../images/menu_tab_left.gif) no-repeat bottom left;
    display: block;
	cursor:pointer;
	color:#FFFFFF;    
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
} 

.menu_hold ul li a.ActionButtons_selected:hover
{
    background-position: top right;
    color:#FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
	text-decoration:none;
}

.menu_hold ul li a.ActionButtons_selected:hover span
{
    background-position: top left;
	color:#FFFFFF;
	text-decoration:none;
} 

.menu_hold ul li a.ActionButtons_selected span img
{
margin-right:5px;
}
/*Tab Selected Link : Ends*/

/*Header : Ends*/
/*left Pane : Starts*/
.leftPane
{
	float:left;
	width:276px;
}
.leftPane_cnt
{
	margin:auto;
	width:250px;
}
.leftPane_title
{
	margin:auto;
	width:250px; min-height:30px;
}

.leftPane_titleTop
{
	float:left;
	margin:0px;
	background:url(../images/left_blue_top.gif) top center no-repeat;
	width:250px; height:10px;
}
.leftPane_titleBot
{
	float:left;
	margin:0px;
	background:url(../images/left_blue_bot.gif) bottom center no-repeat;
	width:250px; height:10px;
}
.leftPane_title h2
{ 
	float:left; 
	margin:0px;
	padding:0px 0px 0px 38px; 
	background:url(../images/left_blue_bullet.gif) no-repeat top left;
	background-position:8px 0px;
	background-color:#1480b1;
	width:212px; min-height:23px; 
	color:#FFFFFF; 
	font-size:16px;
}
/**/
.prd_catHold
{
	margin:auto;
	width:250px;
}
.prd_catHold ul { margin:auto; padding:0px; width:220px;}
.prd_catHold ul li 
{
	list-style:none;
	padding:5px 0px 5px 15px;
	background:url(../images/bullet_arrow1.gif) no-repeat top left;
	background-position:0px 10px;
	font-weight:normal;
	text-decoration:none;
}
.prd_catHold ul li a{color:#1d1d1d; text-decoration:none;}
.prd_catHold ul li a:hover{color:#380171; text-decoration:underline;}
/**/
.latestNews
{
	margin:auto;
	width:250px;
}
.latestNews ul { margin:auto; padding:0px; width:220px;}
.latestNews ul li {	list-style:none;}
.latestNews ul li .latestNews_Hold
{
	float:left;
	padding:5px 0px 10px 0px;
	background:url(../images/seperator_hz.gif) repeat-x bottom left;
	font-weight:normal;
	text-decoration:none;
}
.latestNews ul li .latestNews_Hold2
{
	float:left;
	padding:5px 0px 10px 0px;
	font-weight:normal;
	text-decoration:none;
}
.latestNews ul li .latestNews_title
{
	float:left;
	padding:5px 0px 5px 15px;
	background:url(../images/bullet_arrow1.gif) no-repeat top left;
	background-position:0px 10px;
	width:205px;
	font-weight:bold;
	text-decoration:none;
}
.latestNews ul li .latestNews_title a
{
	color:#000000;
	text-decoration:none;
}
.latestNews ul li .latestNews_title a:hover
{
	color:#000000;
	text-decoration:underline;
}

.latestNews ul li .latestNews_cnt
{
	float:left;
	padding:5px 0px 5px 15px;
	width:205px;
	font-weight:normal;
	text-decoration:none;
	line-height:18px;
}
/*left Pane : Ends*/

/* front-end News and Faq start here*/

.contentList
{
	margin:auto;
	width:705px;
}

.paginateHold
{
	width:690px;
}
.paginateLink
{
	width:500px;
	float:left;
}
.paginateShow
{
	width:180px;
}


.contentList ul { margin:auto; padding:0px; width:705px;}
.contentList ul li {	list-style:none;}
.contentList ul li .contentHold
{
	float:left;
	padding:5px 0px 10px 0px;
	background:url(../images/seperator_hz.gif) repeat-x bottom left;
	font-weight:normal;
	width:670px;
	text-decoration:none;
}
.contentList ul li .contentLHold
{
	float:left;
	padding:5px 0px 10px 0px;
	font-weight:normal;
	text-decoration:none;
}
.contentList ul li .contentTitle
{
	float:left;
	padding:5px 0px 5px 15px;
	background:url(../images/bullet_arrow1.gif) no-repeat top left;
	background-position:0px 10px;
	width:705px;
	font-weight:bold;
	text-decoration:none;
}
.contentList ul li .contentTitle a
{
	text-decoration:none;
	color:#000000;
}
.contentList ul li .contentTitle a:hover
{
	text-decoration:underline;
	color:#000000;
}

.contentList ul li .contentDesc
{
	float:left;
	padding:5px 0px 5px 15px;
	width:660px;
	font-weight:normal;
	text-decoration:none;
	line-height:18px;
}

/* front-end News and Faq end here*/


/*Site Content : Starts*/
.siteContent
{
	float:right;
	padding:0px 3px 5px 0px;
	width:708px;
}
/**/
.cnt_blue
{
	margin:5px auto;
	width:705px;
}
.cnt_blue_top
{
	margin:auto;
	background:url(../images/cnt_bg_top.gif) no-repeat top center;
	width:705px; height:14px;
}
.cnt_blue_bot
{
	margin:auto;
	background:url(../images/cnt_bg_bot.gif) no-repeat bottom center;
	width:705px; height:14px;
}
.cnt_blue_center
{
	margin:auto;
	background:url(../images/cnt_bg_repeat.gif) repeat-y top center;
	width:705px; min-height:14px;
}
.cnt_blue_center h2
{
	margin:0px auto;
	padding:5px 0px;
	width:685px; min-height:14px;
	color:#1480b1;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #1480b1;
}
.cnt_blue_center p
{
	margin:0px auto;
	padding:5px 0px;
	width:685px; min-height:14px;
	color:#1d1d1d;
}
/**/
.cntInfo_blue
{
	margin:5px auto;
	width:705px;
}
.cntInfo_blue_top
{
	margin:auto;
	background:url(../images/cntinfo_bg_top.gif) no-repeat top center;
	width:705px; height:14px;
}
.cntInfo_blue_bot
{
	margin:auto;
	background:url(../images/cntinfo_bg_bot.gif) no-repeat bottom center;
	width:705px; height:14px;
}
.cntInfo_blue_center
{
	margin:auto;
	background:url(../images/cntinfo_bg_repeat.gif) repeat-y top center;
	width:705px; min-height:14px;
}

.cntInfo_blue_center h2
{
	margin:0px auto;
	padding:5px 0px;
	width:685px; min-height:14px;
	color:#1480b1;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #1480b1;
}
.cntInfo_blue_center .cntinfo
{
	margin:0px auto;
	padding:5px;
	width:685px; min-height:14px;
	color:#1d1d1d;
}

.download_pdf
{
	border:solid 1px #CCCCCC;
	margin:0px 5px 5px 5px;
	height:50px;width:60px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
/*.info_img_Hold{	float:left;	margin:0px 10px 3px 0px;	width:225px;}*/
.info_img_Hold{	float:left; overflow:hidden;	margin:0px 10px 3px 0px;	width:450px;}
.info_img
{
	margin:auto;
	min-width:225px;
	min-height:100px;
	text-align:center;
}
.info_pagenoHold{ margin:0px auto; overflow:hidden; min-width:50px; 	text-align:center;}
.info_pageno_hold
{
	overflow:hidden;
	padding:5px 0px;
	display:inline-block !important;
}
.info_pageno
{
	float:left;
	margin:2px 3px 3px 0px;
	color:#1d1d1d;
	/*height:14px;*/
	overflow:hidden;
}
.info_pageno a
{

	padding:2px 5px;
	background-color:#e7f2f7;
	border:1px solid #1480b1;
	color:#1d1d1d;
	min-height:14px;
	display:block;
	text-decoration:none;
}
.info_pageno a:hover
{

	padding:2px 5px;
	background-color:#1480b1;
	border:1px solid #1480b1;
	min-height:14px;
	color:#ffffff;
	display:block;
	text-decoration:none;
}
/**/
.info_pageZoom
{
	float:right;
	margin:2px 0px 3px 0px;
	color:#1d1d1d;
	height:14px;
	padding:2px 20px 2px 5px;
	background:url(../images/icon_zoom.gif) no-repeat top right;	
}
.info_pageZoom a
{

	padding:2px 20px 2px 5px;
	background:url(../images/icon_zoom.gif) no-repeat top right;
	background-color:#e7f2f7;
	border:1px solid #1480b1;
	color:#1d1d1d;
	min-height:14px;
	display:block;
	text-decoration:none;
}
.info_pageZoom a:hover
{

	padding:2px 20px 2px 5px;
	background:url(../images/icon_zoom_o.gif) no-repeat top right;
	background-color:#1480b1;
	border:1px solid #1480b1;
	min-height:14px;
	color:#ffffff;
	display:block;
	text-decoration:none;
}
/**/
.Fprd_blue
{
	float:left;
	margin:5px 2px 0px 2px;
	width:350px;
}
.Fprd_blue_top
{
	margin:auto;
	background:url(../images/prd_title_top.jpg) no-repeat top center;
	width:350px; height:20px;
}
.Fprd_blue_bot
{
	margin:auto;
	background:url(../images/prd_title_bot.jpg) no-repeat top center;
	width:350px; height:15px;
}
.Fprd_blue_center
{
	margin:auto;
	background:url(../images/prd_title_repeat.jpg) repeat-y top center;
	width:350px; min-height:14px;
}
.Fprd_blue_center h2
{
	margin:0px auto;
	padding:2px 0px;
	width:320px;
	color:#1480b1;
	font-size:14px;
	font-weight:bold;
}
.Fprd_blue_center h2 a
{
	text-decoration:none;
	color:#1480b1;
}
.Fprd_blue_center h2 a:hover
{
	text-decoration:underline;
	color:#1480b1;
}

.Fprd_blue_imgHold
{
	margin:0px auto;
	background:url(../images/prd_img_mask.png) no-repeat top center;
	width:350px; height:211px;
	position:relative;
}
.Fprd_blue_img
{
	margin:0px auto;
	padding:5px 0px 0px 6px;
	width:344px; height:206px;
}
.Fprd_blue_imgMask
{
	position:absolute;
	background:url(../images/prd_img_mask.png) no-repeat top center;
	z-index:3;
	width:350px; height:211px;
	behavior: url("iepngfix.htc");
}
/**/
/**/
.prdCat_blue
{
	float:left;
	margin:5px 3px 0px 3px;
	width:230px;
	position:relative;
}
.prdCat_blue_bot
{
	margin:auto;
	background:url(../images/prd_cat_bot.jpg) no-repeat bottom center;
	width:230px;  height:15px;
}
.prdCat_blue_center
{
	margin:auto;
	background:url(../images/prd_cat_title_repeat.jpg) repeat-y top center;
	width:230px; min-height:15px;
}
.prdCat_blue_center h2
{
	margin:0px auto;
	padding:2px 0px;
	width:200px;
	color:#1480b1;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.prdCat_blue_center h2 a
{
	color:#1480b1;
	text-decoration:none;
}
.prdCat_blue_center h2 a:hover
{
	color:#1480b1;
	text-decoration:underline;
}
.prdCat_blue_imgHold
{
	width:222px; height:151px;
}
.prdCat_blue_img
{
	margin:0px auto;
	padding:5px 0px 0px 0px;
	width:222px; height:142px;
}
.prdCat_blue_imgMask
{
	position:absolute;
	background:url(../images/prd_cat_img_mask.png) no-repeat top center;
	z-index:3;
	width:230px; height:151px;
	behavior: url("iepngfix.htc");
}
/**/
/*Bread Crumb : Starts*/
.breadCrumb
{
	margin:0px auto 10px auto;
	padding:6px 0px 6px 0px;
	background:url(../images/seperator_hz.gif) repeat-x bottom left;
	min-height:20px;
}
.breadCrumb ul{ margin:0px; padding:0px;}
.breadCrumb ul li{ float:left; list-style:none; padding:0px 6px 0px 0px; }

.breadCrumb ul li a{ text-decoration:none; color:#1d1d1d;}
.breadCrumb ul li a:hover{ text-decoration:underline; color:#1480b1;}
/*Bread Crumb : Ends*/
/**/
.info_itemHold
{
	float:right;
	margin-bottom:5px;
	width:379px;
}
.info_item
{
	float:left;
	padding:6px;
	background-color:#ddeff7;
	border:1px solid #c6deea;
	width:100px;
	color:#1480b1;
	font-size:16px;
	font-weight:bold;
}
.info_download
{
	float:left;
	padding:6px 6px 6px 26px;
	background:url(../images/icon_pdf.gif) no-repeat top left;
	background-position:5px 7px;
	background-color:#ddeff7;
	border:1px solid #c6deea;
	width:228px;
	color:#1480b1;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	
}
.info_download a{color:#1480b1;	text-decoration:none;}
.info_download a:hover{color:#380171;	text-decoration:underline;}
/**/
/*Site Content : Ends*/
/*Content Container : Ends*/
/*Footer : Starts*/
.footer_Container
{
	margin:auto;
	background:url(../images/footer_bg.jpg) repeat-x bottom left;
	height:39px;
}
.footer_CntHold
{
	margin:auto;
	background:url(../images/footer_left.jpg) no-repeat top left;
	width:1000px; height:39px;
}
.footer_Links
{
	padding:12px 10px 10px 10px;
	float:right;
	width:500px;
	color:#1d1d1d;
	text-decoration:none;
	text-align:right;
}
.footer_Links a
{
	color:#1d1d1d;
	text-decoration:none;
}
.footer_Links a:hover
{
	color:#1480b1;
	text-decoration:underline;
}
.footer_text{padding:12px 10px 10px 10px; float:left; width:200px; text-align:right;}
/*Footer : Ends*/

a.current {font-family:Arial,Verdana, Helvetica, sans-serif;font-size:11px;color: #FFFFFF;padding: 1px 3px 1px 3px;background:#1580b1;border: 1px solid #786665;text-decoration: none;font-weight:bold; }
.paginate {font-family: Arial,Verdana, Helvetica, sans-serif;font-size: .7em;}
a.paginate {font-family:Arial,Verdana, Helvetica, sans-serif;font-size:11px;color: #1580b1;border: 1px solid  #1580b1; padding: 1px 3px 1px 3px;text-decoration: none;}
a.paginate:hover {background-color: #1580b1; color:#FFF;text-decoration: underline;}


/*Product Listing : Starts*/
.prd_listing
{
	margin:auto;
	width:685px; min-height:14px;
}
.prd_listing ul { margin:auto; padding:0px;}
.prd_listing ul li {	list-style:none;}
.prd_listing ul li .prd_listing_Hold
{
	float:left;
	display:block;
	padding:5px 0px 10px 0px;
	background:url(../images/seperator_hz.gif) repeat-x bottom left;
	font-weight:normal;
	text-decoration:none;
}
.prd_listing ul li .prd_listing_Hold2
{
	float:left;
	padding:5px 0px 10px 0px;
	font-weight:normal;
	text-decoration:none;
}
.prd_listing ul li .prd_listing_title
{
	float:left;
	padding:5px 0px 5px 15px;
	background:url(../images/bullet_arrow1.gif) no-repeat top left;
	background-position:0px 10px;
	width:670px;
	font-weight:bold;
	text-decoration:none;
}
.prd_listing ul li .prd_listing_cnt
{
	float:left;
	padding:0px 0px 5px 10px;
	width:443px;
	font-weight:normal;
	text-decoration:none;
	line-height:18px;
}
.prd_listing ul li .prd_listing_img
{
	float:left;
	min-width:222;height:166px;
}
.prd_listing ul li .prd_listing_img img{	border:1px solid #CCCCCC;}
.adder{ border-right:1px solid #FFFFFF;}
.form_text{	font-family:Arial,Verdana, Helvetica, sans-serif; font-size:12px;}
.errorMsg{font-family:Arial,Verdana, Helvetica, sans-serif;	font-size: 12px;font-weight: normal;color: #FF0000;	text-decoration: none;}
.errorMsg{font-family:Arial,Verdana, Helvetica, sans-serif;	font-size: 12px;font-weight: normal;color: #FF0000;	text-decoration: none;}
.submitbtn {border: 1px solid #FFFFFF;font-family: Arial,Verdana, Helvetica, sans-serif;font-size: 12px;padding:1px 10px 1px 10px;font-weight:bold;color: #FFFFFF;background-image:url(../images/submit_bg.jpg);background-repeat:repeat-x;	vertical-align:middle;}
.span_error {font-family: Arial,Verdana, Helvetica, sans-serif;font-size: 12px;font-weight: normal;color: #FF0000;text-decoration: none;margin-left:3px;}


/* added new class for youtube */
.right_col{ width:665px; padding:0px; float:right; }
.inner_content_main{ width:660px; padding:0px; }
.videos_content_main{ width:auto; padding:10px 0px 0px 5px;  }
.video_youtube_main{ width:655px; padding:0px 0px 0px 0px; }
.video_youtube_paging{ width:auto; float:left; padding:8px 0px 0px 10px; font-weight:normal; }
.video_youtube_link{ width:auto; float:right; padding:0px 0px 0px 0px; }

.all_videos_hold{background:url(../images/videos_hold_bg.jpg) repeat-x top;padding:0px 0px 20px 0px; margin:5px 0px 0px 0px;width:665px;}
.video_hold{ width:auto; padding:0px 18px 0px 19px; float:left; position:relative; margin:20px 0px 0px 0px; }
.video_thumb{ width:180px; height:120px; padding:0px; }
.video_name{ width:180px; padding:7px 0px 7px 0px; font-weight:normal; }
.link{
color: #1D1D1D;
text-decoration:underline;
}
.link a{
color: #1D1D1D;
text-decoration:underline;
}
.link a:hover{
color: #1D1D1D;
text-decoration:none;
}
.error
{
color: #FF0404;
}
.cate_title
{
 color:#FFFFFF;
 font-family:Arial,Verdana, Helvetica, sans-serif;
 font-weight:bold;
 padding-left:5px;
 height: 25px;
 line-height: 25px;
 padding-left: 5px;
}
.form_btn{
font-family:Arial,Verdana, Helvetica, sans-serif;
color:#000000;
font-weight:bold;
background-image:url(../images/form_btnbg.jpg);
background-repeat:repeat-x;
border:#009ee7 solid 1px;
padding:3px 6px 3px 6px;
cursor:pointer;
}

/*----------CSS Suryakant--------*/
/*Header CSS : Starts*/
/*.poduct_lt{width:250px; float:left; overflow:hidden;}*/
.poduct_lt{ display:block; overflow:hidden;}
.add_Cart{width:220px; float:left; overflow:hidden; position:relative; margin:8px 0 5px;}
.add_Cart_lt{width:8px; height:8px; position:absolute; left:0; top:0;background:url(../images/add_corn.png) no-repeat 0 0;}
.add_Cart_rt{width:8px; height:8px; position:absolute; right:0; top:0;background:url(../images/add_corn.png) no-repeat right 0;}
.add_Cart_lb{width:8px; height:8px; position:absolute; left:0; bottom:0;background:url(../images/add_corn.png) no-repeat 0 -8px;}
.add_Cart_rb{width:8px; height:8px; position:absolute; right:0; bottom:0;background:url(../images/add_corn.png) no-repeat right -8px;}
.add_Cart_in{display:block; overflow:hidden; border:1px solid #b2b2b2; background:url(../images/add_BG.jpg) repeat-x bottom;}
.btn_addCart{width:170px; height:32px; float:right;}
.headerRT{float:right; width:700px;}
.topLinks{display:block; overflow:hidden; text-align:right; color:#aaaaaa; padding:5px 0 0;}
.topLinks a{text-decoration: none; color:#aaaaaa; padding:0 5px;}
.topLinks a:hover{ color:#2296CB;}


.login_box {
    background-color: #4DC2F8;
    border: 1px solid #B7B7B7;
    color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.blackLinkTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5F5F5F;
	text-decoration: underline;
}
.blackLinkTxt:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5F5F5F;
	text-decoration: none;
}

/*Header CSS : Ends*/
.pageNHold{ overflow:hidden; margin:0px auto; padding:10px; min-width:150px; text-align:center; font-size:11px;}
ul.pageNList{ list-style:none; margin:0; padding:0px; display:inline; }
ul.pageNList li{ display:inline; margin:0px 3px; padding:2px 5px; background-color:#e7f2f7; border:1px solid #1480b1; height:14px;}
ul.pageNList li a{min-width:10px;	color:#1d1d1d;	text-decoration:none; text-align:center;}
ul.pageNList li:hover{ display:inline; cursor:pointer; margin:0px 3px;  padding:2px 5px; background-color:#1480b1; border:1px solid #1480b1;}
html* ul.pageNList li, html* ul.pageNList li:hover {padding:2px 3px 2px 5px;}
ul.pageNList li:hover a{color:#e7f2f7;}
ul.pageNList li a:hover{color:#e7f2f7;}

