@charset "utf-8";
/* created by NKS */

/*********** SELECTORS STYLES  ***********/
body { background:#fff url(images/bodyBg.jpg) repeat-x top; font-family:Arial, Helvetica; font-size:13px; line-height:1.3em; table-layout:fixed; }
body, fieldset, form, h1, h2, h3, h4, h5, h6, p { margin:0px; padding:0px; }
h1, h2, h3, h4, h5, h6, form { display:inline; }
hr { height:1px; color:#ccc; background:#ccc; border:0; }
img { border:0px; }
li { margin-bottom:5px; }
ol { margin:5px 0 5px 30px; padding:0; }
ul { margin:5px 0 5px 30px; padding:0; }
ul ul, ol ol, ol ul, ul ol { margin-left:30px; }
blockquote { margin:5px 20px; }
fieldset { border:1px solid #ccc; }
table { border-collapse:collapse; border-spacing:0; }
input, select, textarea { font-size:1em; font-family:Arial, Helvetica, sans-serif; }
select { border:1px solid #ccc; }
textarea { border:1px solid #ccc; padding:2px; overflow:auto; }
a:link, a:visited { color:#000; text-decoration:none; }
a:hover, a:active, a:focus { text-decoration:none; color:#d00; }

.input { padding:1px 2px 1px 4px; border:1px solid #ccc; background:#fff !important; }
.button { background:url(images/btn-gred.jpg) repeat-x; border:1px solid #ccc; padding:3px 5px; overflow:visible; color:#FFF; }
.button1 { background:#424447; border:2px solid #fff; padding:2px 6px; overflow:visible; color:#FFF; cursor:pointer; font:bold 11px Trebuchet MS; color:#fff; text-transform:uppercase;}

.container{ width:970px; margin:0 auto;}

.box{ background:#ffbc2b url(images/yelBoxBg.gif) repeat-x; border:#000 1px solid; width:430px; padding:5px; margin-bottom:25px; }

.box .bb{ background:url(images/sepHead.gif) bottom left no-repeat;}

/***** top navigations style *****/
.topnav{ font-size:12px; text-align:center;}
.topnav a{ background:url(images/icons.png) no-repeat; padding:32px 18px 13px 18px; text-decoration:none; display:inline-block;}
.topnav a:hover, .topnav .selected{ background-color:#f2f9ff;}
a.topnav1 { background-position:center 8px;}
a.topnav2 { background-position:center -45px;}
a.topnav3 { background-position:center -98px;}
a.topnav4 { background-position:center -152px;}
a.topnav5 { background-position:center -205px;}
a.topnav6 { background-position:center -260px;}
a.topnav7 { background-position:center -313px;}
a.topnav8 { background-position:center -365px;}
a.topnav9 { background-position:center -418px;}
a.topnav10 { background-position:center -465px;}


/***** FONT STYLES *****/
.lh0em { line-height:0em; }
.lh02em { line-height:0.2em; }
.lh05em { line-height:0.5em; }
.lh1em { line-height:1em; }
.lh12em { line-height:1.2em; }
.lh15em { line-height:1.5em; }
.lh2em { line-height:2em; }

.xsmall { font-size:0.8em; }
.small { font-size:0.9em; }
.large { font-size:1.1em; }
.xlarge { font-size:1.2em; }
.xxlarge { font-size:1.4em; }
.xxxlarge { font-size:1.6em; }

.ffan { font-family:"Arial Narrow", Arial; }
.ffh { font-family:Helvetica; }
.fft { font-family:Tahoma; }
.fftms { font-family:"Trebuchet MS", Arial; }
.ffv { font-family:Verdana; }
.geo { font-family:Georgia, "Times New Roman", Times, serif; }

.black, .black a:link, .black a:visited { color:#000; }
.black a:hover, .black a:active { color:#c00; }
.blue, .blue a:link, .blue a:visited { color:#345cab; }
.blue a:hover, .blue a:active { color:#036; }
.blue2, .blue2 a:link, .blue2 a:visited { color:#032f9f; }
.blue2 a:hover, .blue2 a:active { color:#036; }
.gray, .gray a:link, .gray a:visited { color:#fff; }
.gray a:hover, .gray a:active { color:#ffe553; }
.green, .green a:link, .green a:visited { color:#060; }
.green a:hover, .green a:active { color:#f60; }
.maroon, .maroon a:link, .maroon a:visited { color:#c00; }
.maroon a:hover, .maroon a:active { color:#900; }
.red, .red a:link, .red a:visited { color:#f00; }
.red a:hover, .red a:active { color:#c00; }
.silver, .silver a:link, .silver a:visited { color:#7a8180; }
.silver a:hover, .silver a:active { color:#000; }
.white, .white a:link, .white a:visited { color:#fff; }
.white a:hover, .white a:active { color:#fcd787; }
.yellow, .yellow a:link, .yellow a:visited { color:#ff0; }
.yellow a:hover, .yellow a:active { color:#ff9; }

.dorng, .dorng a:link, .dorng a:visited { color:#d74c00; }
.dorng a:hover, .dorng a:active { color:#000; }

/***** ALIGNMENT STYLES *****/
.al { text-align:left; }
.ar { text-align:right; }
.ac { text-align:center; }
.aj { text-align:justify; }
.vat { vertical-align:top; }
.vam { vertical-align:middle; }
.vab { vertical-align:bottom; }
.fl { float:left; display:inline; }
.fr { float:right; display:inline; }
.fo { float:left; width:100%; display:inline; }
.flwm { float:left; margin:0 10px 5px 0; display:inline; }
.frwm { float:right; margin:0 0 5px 10px; display:inline; }
.zero { width: 0px; height: 0px; line-height: 0px; margin: 0px; padding: 0px; font-size: 0px; }
.cb { clear:both; display:block; visibility:hidden; height:auto; line-height:0; content:'.' }
.cl { clear:left; }
.cr { clear:right; }


/***** ACCESSORIES STYLES *****/

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; }
.uu a:link, .uu a:visited { text-decoration:underline; }
.uu a:hover, .uu a:active { text-decoration:none; }
.uo a:link, .uo a:visited { text-decoration:none; }
.uo a:hover, .uo a:active { text-decoration:underline; }
.n { font-weight:normal; font-style:normal; text-decoration:none; text-transform:none; }
.bcs { border-collapse:separate; }
.nw { white-space:nowrap; }
.ttc { text-transform:capitalize; }
.ttl { text-transform:lowercase; }
.ttu { text-transform:uppercase; }
.fvsc { font-variant:small-caps; }
.block { display:block; margin:0 auto; }
.inline { display:inline; }
.none { display:none; }
.absolute { position:absolute; }
.relative { position:relative; }
.pointer { cursor:pointer; }

.m0px { margin:0; }
.m1px { margin:1px; }
.m1px2px { margin:1px 2px; }
.m1px5px { margin:1px 5px; }
.m2px { margin:2px; }
.m2px5px { margin:2px 5px; }
.m2px10px { margin:2px 10px; }
.m5px { margin:5px; }
.m5px10px { margin:5px 10px; }
.m5px15px { margin:5px 15px; }
.m10px { margin:10px; }
.m15px { margin:15px; }
.mb1px { margin-bottom:1px; }
.mb2px { margin-bottom:2px; }
.mb5px { margin-bottom:5px; }
.mb10px { margin-bottom:10px; }
.mb15px { margin-bottom:15px; }
.mb20px { margin-bottom:20px; }
.mt10px { margin-top:10px; }
.mt20px { margin-top:20px; }
.mt5px { margin-top:5px; }
.ml5px { margin-left:5px; }
.ml10px { margin-left:10px; }
.ml15px { margin-left:15px; }
.ml14px { margin-left:14px; }
.ml20px { margin-left:20px; }
.ml25px { margin-left:25px; }
.ml35px { margin-left:35px; }
.ml55px { margin-left:62px; }
.ml100px { margin-left:100px; }

.p0px { padding:0; }
.p1px { padding:1px; }
.p1px2px { padding:1px 2px; }
.p1px5px { padding:1px 5px; }
.p2px { padding:2px; }
.p2px5px { padding:2px 5px; }
.p2px10px { padding:2px 10px; }
.p3px0px { padding:3px 0; }
.p5px { padding:5px; }

.p5px10px { padding:5px 10px; }
.p10px5px { padding:10px 5px; }
.p5px15px { padding:5px 15px; }
.p10px { padding:10px; }
.p20px { padding:20px; }
.p10px15px { padding:10px 15px; }
.p10px20px { padding:10px 20px; }
.p15px { padding:15px; }
.pl5px { padding-left:5px; }
.pl7px { padding-left:7px; }
.pl12px { padding-left:12px; }
.pl10px { padding-left:10px; }
.pl15px { padding-left:15px; }
.pl20px { padding-left:20px; }
.pl25px { padding-left:25px; }
.pl30px { padding-left:30px; }
.pr30px { padding-right:30px; }

/********** OTHER STYLES **********/
.w5 { width:5%; }
.w10 { width:10%; }
.w13 { width:13%; }
.w14 { width:14%; }
.w15 { width:15%; }
.w16 { width:16%; }
.w17 { width:17%; }
.w18 { width:18%; }
.w19 { width:19%; }
.w20 { width:20%; }
.w21 { width:21%; }
.w22 { width:22%; }
.w24 { width:24%; }
.w25 { width:25%; }
.w27 { width:27%; }
.w32 { width:32%; }
.w33 { width:33%; }
.w38 { width:38%; }
.w39 { width:39%; }
.w40 { width:40%; }
.w48 { width:48%; }
.w49 { width:49%; }
.w50 { width:50%; }
.w60 { width:60%; }
.w80 { width:80%; }


.bdr { border:1px solid #ccc; }
.bdr2 { border:1px solid #98c0eb; }
.bdr3 { border:1px solid #cbdff5; }
.bdr4 { border:1px solid #ffb280; }
.bdrT { border-top:1px solid #ccc; }
.bdrR { border-right:1px solid #ccc; }
.bdrB { border-bottom:1px solid #ccc; }
.bdrBWhite { border-bottom:1px solid #fff; }
.bdrL { border-left:1px solid #ccc; }
.bdrdBd {border-bottom:1px dotted #80afd9; }
.bdrWhite, .bdrWhite td, .bdrWhite th { border:1px solid #fff; }
.bdrAll, .bdrAll td, .bdrAll th  { border:1px solid #6a91b4; }
.bdrAll2, .bdrAll2 td, .bdrAll2 th  { border:1px solid #1f1f1f; }
.bdrAllCols { border:1px solid #e5e5e5; }
.bdrAllCols td, .bdrAllCols th  { border:1px solid #e5e5e5; border-width:0 1px; }
.bdrAllRows { border:1px solid #e5e5e5; }
.bdrAllRows td, .bdrAllRows th  { border:1px solid #e5e5e5; border-width:1px 0; }
.bdrN, .bdrN td, .bdrN th { border:0; }
.bdrBd { border-bottom:1px dashed #999; }

.formHead { background:#be592a; color:#fff; padding:3px 5px; }
.star { color:#db1111; }
/********/
.fs10px { font-size:10px; }
.fs11px { font-size:11px; }
.fs12px { font-size:12px; }
.fs13px { font-size:13px; }
.fs14px { font-size:14px; }
.fs16px { font-size:16px; }
.fs17px { font-size:17px; }
.fs18px { font-size:18px; }
.fs20px { font-size:20px; }
.fs22px { font-size:22px; }
.fs24px { font-size:24px; }
.fs28px { font-size:28px; }
.dn { display:none; }
.bg1 { background:#f7f7f7; }
.bg2 { background:#fff; }
.bg3 { background:#f2f2f2; }


.crl_1, .crl_1 a:link, .crl_1 a:visited { color:#5d6063; }
.crl_1 a:hover, .crl_1 a:active { color:#000; }

.fix_width { width:1000px; margin:0 auto; }
.padding_main { padding:8px 20px 10px; }
.name_fl { width:406px; }
.name_fl .n { padding-top:15px; }
.name_fr { width:554px; }
.login { font-size:15px; color:#303030; }
.login a:link, .login a:visited { color:#303030; }
.login a:hover, .login a:active { color:#000; }
.login .pd { padding:17px 10px 0; }
.login .pda { padding:17px 0 0 10px; }
.login .pda  a:link, .login .pda  a:visited { color:#2869d8; }
.login .pda  a:hover, .login .pda  a:active { color:#0b2f6d; }
.srch_bg { background:url(images/srch_bg.gif) repeat-x; margin-top:18px; }
.srch_b_bgm { background:#fff; }
.srch_b_bg { background:url(images/srch_b_bg.gif) repeat-x; }
.search_books { color:#303030; padding:17px 10px 0; }
.bdr_lft_right { background:#fff; border:1px solid #3598e4; border-width:0 1px; }
.tp_link_bg { background:url(images/tp_link_bg.gif) repeat-x; }
.tp_link { padding:14px 25px 0; }
.header { margin:10px 0; background:url(images/flash.gif) no-repeat; width:938px; height:237px;}
.hot_news_bg { background:url(images/hot_news_bg.gif) repeat-x; }
.hot_news { font-size:13px; padding:12px 10px 0; }
.headlines { padding:12px 10px; }
.srch_b_bbg { background:url(images/srch_b_bbg.gif) repeat-x; }
.ctgy_bg { background:url(images/ctgy_bg.gif) repeat-x; }
.g2 { background:#fbfbfb url(images/g2.gif) repeat-x top; border:1px solid #dedede; border-width:0 1px; }
.ctgy_bbg { background:url(images/ctgy_bbg.gif) repeat-x; }
.help_div { width:640px; }
.testimonial_div { width:310px; }
.selfHelp_bg { background:url(images/selfHelp_bg.gif) repeat-x; }
.selfHelp { border:1px solid #cfddf9; border-width:0 2px; background:#f2f6fd; }
.selfHelp_icon { background:url(images/selfHelp_icon.gif) no-repeat 2px 5px; padding:15px 5px 15px 80px; }
.selfHelp_bbg { background:url(images/selfHelp_bbg.gif) repeat-x; }
.testimonials_icon { background:url(images/testimonials_icon.gif) no-repeat 2px 5px; padding:15px 5px 15px 45px; }
.ptop { padding-top:18px; }
.ptop2 { padding-top:8px; }
.featured_gallery_icon { background:url(images/featured_gallery_icon.gif) no-repeat 2px 5px; padding:13px 5px 12px 48px; }
.gallery_bg { background:url(images/gallery_bg.gif) repeat-x; }
.gallery { border:1px solid #e6e6e6; border-width:0 2px; }
.gallery_bbg { background:url(images/gallery_bbg.gif) repeat-x; }
.footer { background:#f2f6fd; border:1px solid #cfddf9; border-width:2px 0; }
.footer .links { color:#345cab; }
.footer .links a:link, .footer .links a:visited { color:#345cab; padding:0 3px; }
.footer .links a:hover, .footer .links a:active { color:#173369; }


/**********Preformated for gallery*************/
.stepcarousel{
position: relative; /*leave this value alone*/
/*border: 10px solid black;*/
overflow: scroll; /*leave this value alone*/
width: 850px; /*Width of Carousel Viewer itself*/
height: 135px; /*Height should enough to fit largest content's height*/
margin-left:40px; }

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 8px;
	top: 6px;

}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: -1px 0; /*margin around each panel*/
width: 142px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
/***********END************/

/*****inner pages*******/
.g3 { background:#fff url(images/g3.gif) repeat-y left top; }
.left_coloum { width:237px; margin:14px 0; }
.wide_coloum { width:700px; }
.margintop_10px { margin-top:10px; }
.left_links { color:#345cab; }
.left_links a:link, .left_links a:visited { color:#345cab; display:block; padding:8px 10px 8px 0; border:1px solid #f5f5f5; border-width:1px 0; }
.left_links span { color:#036; display:block; background:#fff url(images/b2.gif) no-repeat 230px center; border:1px dashed #999; border-width:1px 0;  padding:8px 10px 8px 0; }
.left_links a:hover, .left_links a:active { color:#036; display:block; background:#fff url(images/b2.gif) no-repeat 230px center; border:1px dashed #999; border-width:1px 0;  padding:8px 10px 8px 0; }
.b3 { background:url(images/b3.gif) no-repeat 0px 4px; }

.pakg_bg { background:url(images/pakg_bg.gif) repeat-x; }
.pakg_bbg { background:url(images/pakg_bbg.gif) repeat-x; }
.pakg_body_bg { background:#fff url(images/pakg_body_bg.gif) repeat-x bottom; border:1px solid #dfdfdf; border-width:0 1px; }
.wt_get_bg { background:url(images/wt_get_bg.gif) repeat-x; }
.wt_get_mbg { background:#fff url(images/wt_get_mbg.gif) repeat-x bottom; border:1px solid #dbdbdb; border-width:0 1px 1px; }
.pb_10px { padding-bottom:10px; }
.pack_he { padding:7px 5px 8px; height:22px; }
.add_book { background:#f8f8f8; border:1px dashed #999; border-width:1px 0; }
.add_book_links { margin-left:5px; }
.add_book_links span { color:#fff; background: url(images/tab-gred.jpg) repeat-x; padding:5px 15px; display:block; }
.add_book_links a:link, .add_book_links a:visited { color:#000;  padding:5px 15px; display:block; }
.add_book_links a:hover, .add_book_links a:active { color:#fff; display:block; background: url(images/tab-gred.jpg) repeat-x; }
.add_book_contain { width:95%; margin:0 auto; border:1px dashed #ccc; padding:10px; }
.check_sign2 { background:url(images/check_sign2.gif) no-repeat 0; }
.check_sign-blue { background:url(images/check_sign-blue.gif) 0 -4px no-repeat; }

/*-------------------------------14-09-------------------------------------*/

.header-heading{ font:bold italic 24px Georgia, "Times New Roman", Times, serif; color:#FFF;}
.header-style{ font:italic 17px Arial, Helvetica, sans-serif; color:#FFF;}

.green-gred{background:#56e0b1 url(images/green-gred.jpg) repeat-x;}
.blue-gred{background:#55cee0 url(images/blue-gred.jpg) repeat-x;}
.purple-gred{background:#f882f7 url(images/purple-gred.jpg) repeat-x;}
.yellow-gred{background:#f5c16f url(images/yellow-gred.jpg) repeat-x;}
.red-gred{background:#f77878 url(images/red-gred.jpg) repeat-x;}


/*-------------------------------14-09-------------------------------------*/

/*-------------------------------Neel 16-09-------------------------------------*/
.lgrey{ color:#666;}
.folderImg{ background:url(images/folderImg.jpg) right 80px no-repeat;}
.overflowhidden{ overflow:hidden;}
.newsletterImg{ background:url(images/newsletterImg.gif) right 50px no-repeat;}
.p5px0px { padding:5px 0; }
.p0px10px { padding:5px 10px 0; }
.p5px20px5px { padding:5px 20px 5px 5px; }
.w98 { width:98%; }
.bg4 { background:#d8eeff; }
.bg5 { background:#f9f9f9; }
.org{ color:#fe9902;}

/* Paging Style */

.main_index{
	display:block; 
	padding: 5px; 
	padding-right:8px;
	border-bottom:1px solid #f0f0f0;
	border-top:1px solid #f0f0f0;
	
}
.index{
	margin-left:5%; 
	margin-right:5%; 
	text-align:center; 
}
.index_A_Z{
	margin-left:2%; 
	margin-right:2%; 
	text-align:center; 
}
.navBarTxt {
	width:16px; 
	height:15px; 
	border: 1px solid #CCC; 
	font: bold 13px Arial, Helvetica, sans-serif; 
	color: #333333; 
	text-decoration: none; 
	padding:1px 4px 1px 4px; 
}
.navBarTxt:hover {
	width:16px; 
	height:15px; 
	background-color:#20547e; 
	font: bold 13px Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	text-decoration: none; 
	padding:1px 4px 1px 4px; 
	border: 1px solid #666665; 
}

.pag_active {
	width:16px; 
	height:15px; 
	background-color:#20547e; 
	font: bold 13px Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	text-decoration: none; 
	padding:1px 4px 1px 4px; 
	border: 1px solid #666665;  
}


.bdrAllN td{ border:#e1dab1 1px solid;}

/*--------06-02-10--------------------------------------*/
.but { background:#20547e; border:2px solid #fff;overflow:visible; color:#FFF; cursor:pointer; font:bold 12px Trebuchet MS; color:#fff; text-transform:uppercase; line-height:30px; font-weight:bold; padding:1px 4px 1px 4px; }
.but{ background-color:#f6edb8; color:#000;}

.pag_active2 {
	width:16px; 
	height:15px; 
	background-color:#f6edb8; 
	font: bold 13px Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	text-decoration: none; 
	padding:1px 4px 1px 4px; 
	border: 1px solid #666665;  
}

