/* CSS Document */
/* ----------------------------------------------
	Website Name : Mangliks.com
	Author : Akhilesh Kumar Ojha
	Author URI : http://www.strikeone.in/    
	Last Date Modified : Monday, March 08, 2010
 ------------------------------------------------ */
/*...................Common Styles Start......................*/

body {
	margin:0px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color:#5F5F5F;
	text-decoration:none;
	text-align:left;
	background-color: #FFFFFF;
	padding: 0px;
}
a{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	outline:none;

}
a:hover{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	color: #d3000a;
	text-decoration: underline;
	outline:none;
}
img{
	border:0px;
}
ul,ol{
	padding:0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}
h1, h2, h3, h4, h5, h6, dl, dt, dd, form, fieldset, legend{
	margin:0px;
	padding:0px;
}
h2{
	display:block;
	float:left;
	font-size:20px;
	color:#333333;
	font-family: Arial;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: normal;
	font-weight: normal;
	height: 30px;
}
/*.............Form Styles Start.............*/
form{
	border: none;
}
.noborder{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.textbox{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #b44530;
	height:15px;
	width:138px;
	padding-left:2px;
	background-image: url(images/inputbox-bg1.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.textbox1{
	font-family: Arial, Helvetica, Tahoma;
	font-size:14px;
	color:#333333;
	border:1px solid #cccccc;
	height:100px;
	width:250px;
	padding-left:2px;
	background-image: url(images/inputbox-bg3.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.textboxsmall{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	height:18px;
	width:50px;
	padding-left:4px;
	background-image: url(images/inputbox-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #CCCCCC;
}
.inputbox-small{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	height:15px;
	width:38px;
	padding-left:4px;
	background-image: url(images/inputbox-bg1.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #d8d8d8;
}
.inputbox{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #d8d8d8;
	height:15px;
	width:138px;
	padding-left:2px;
	background-image: url(images/inputbox-bg1.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.selectsmall{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #4bac19;
	height:22px;
	width:45px;
	padding: 1px;
}
.select{
	color:#333333;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border:1px solid #cccccc;
	height:22px;
	width:250px;
	padding: 1px;
	background-color: #f4f4f4;
}
.select1{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #d8d8d8;
	height:20px;
	width:228px;
	padding: 1px;
}
.hdotline{
	background-image: url(images/hdot-line.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: auto;
}
/*.............Form Styles End.............*/

.redtext {
	font-family: Arial, Helvetica, Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#db1111;
	padding:0px;
	text-decoration:none;
}
.redtextbold {
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#f95905;
	font-weight: bold;
}
.greytextbold {
	font-family: Arial, Helvetica, Tahoma;
	font-size:11px;
	color:#8e8d8d;
	padding:0px;
	text-decoration:none;
    font-weight: bold;
}
.greytext1 {
	font-family: Arial, Helvetica, Tahoma;
	font-size:11px;
	color:#333333;
	padding:0px;
	text-decoration:none;
}
/*font*/
.t10{
	font-size:10px;
}
.t11{
	font-size:11px;
}
.t12{
	font-size:12px;
}
.t13{
	font-size:13px;
}
.t14{
	font-size:14px;
}
.t15{
	font-size:15px;
}
.t16{
	font-size:16px;
}
.t18{
	font-size:18px;
}
.t20{
	font-size:20px;
}

/*text weight*/
.textbold{
	font-weight: bold;
}
.textbolder{
	font-weight: bolder;
}
.fleft{
    float:left;
}
.fright{
    float:right;
}

/*text align*/
.tleft{
	text-align: left;
}
.tcenter{
	text-align: center;
}
.tright{
	text-align: right;
}
.tjustify{
	text-align: justify;
}

/*margin*/
.mrg5{
	margin: 5px;
}
.mrg10{
	margin: 10px;
}
.mrg15{
	margin: 15px;
}

/*Padding*/
.pad5{
	padding: 5px;
}
.pad10{
	padding: 10px;
}
.pad15{
	padding: 15px;
}
.pad-top3{
	padding-top: 3px;
}
.pad-top5{
	padding-top: 5px;
}
.pad-top10{
	padding-top: 10px;
}
.pad-top15{
	padding-top: 15px;
}
.pad-left3{
	padding-left: 3px;
}
.pad-left5{
	padding-left: 5px;
}
.pad-left8{
	padding-left: 8px;
}
.pad-left10{
	padding-left: 10px;
}
.pad-left15{
	padding-left: 15px;
}
.pad-left25{
	padding-left: 25px;
}
.pad-left30{
	padding-left: 15px;
}
.pad-right5{
	padding-right: 5px;
}
.pad-right10{
	padding-right: 10px;
}
.pad-right15{
	padding-right: 15px;
}
/*Line Height*/
.lh17{
	line-height: 17px;
}
.lh18{
	line-height: 18px;
}
.lh19{
	line-height: 19px;
}
.lh20{
	line-height: 20px;
}

/*color*/
.clr1{
	color:#b01116;
}
.clr2{
	color:#da2128;
}
.clr3{
	color:#a40001;
}
.clr4{
	color:#ffffff;
}
.clr5{
	color:#000000;
}
.clr6{
	color:#090909;
}
.clr7{
	color: #333333;
}
.clr8{
	color: #f4c00f;
}
.clr9{
    color: #7a7979;
}
.clr10{
    color: #812617;
}
/*end color*/
/*Spacer Styles*/
.sp1{
	clear:both;
	height:1px;
	overflow:hidden;
}
.sp2{
	clear:both;
	height:2px;
	overflow:hidden;
}
.sp3{
	clear:both;
	height:3px;
	overflow:hidden;
}
.sp5{
	clear:both;
	height:5px;
	overflow:hidden;
}
.sp8{
	clear:both;
	height:8px;
	overflow:hidden;
}
.sp10{
	clear:both;
	height:10px;
	overflow:hidden;
}
.sp11{
	clear:both;
	height:11px;
	overflow:hidden;
}
.sp15{
	clear:both;
	height:15px;
	overflow:hidden;
}
.sp20{
	clear:both;
	height:20px;
	overflow:hidden;
}
.sp27{
	clear:both;
	height:27px;
	overflow:hidden;
}
.sp30{
	clear:both;
	height:30px;
	overflow:hidden;
}
.sp35{
	clear: both;
	height: 35px;
	overflow: hidden;
}
.sp45{
	clear: both;
	height: 45px;
	overflow: hidden;
}
.sp50{
	clear: both;
	height: 50px;
	overflow: hidden;
}

/*...................Common Styles End.....................*/
#main-container{
	height: auto;
	width: 920px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#container{
	height: auto;
	width: 890px;
}

/*...................Header Section Styles Start......................*/
#top{
	height: 65px;
	width: 888px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top .logo{
	background-image: url(images/mangliks-logo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 277px;
	float: left;
}
#top .right-top-banner{
	height: 55px;
	width: 350px;
	float: right;
}
/*...................Header Section Styles End......................*/

/*...................Top Menu Section Styles Start......................*/
#menu{
	margin: 0px;
	padding: 0px;
	height: 84px;
	width: 888px;
}
.akostyle{
	position:relative;
	display:block;
	height:35px;
	font-size:13px;
	font-weight:bold;
	font-family: Arial, Helvetica, Tahoma;
	width:876px;
	background-image: url(images/topmenu-bg.jpg);
	background-repeat: repeat-x;
	font-style: normal;
	text-decoration: none;
	float: left;
}

.akostyle:after{
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.akostyle ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	text-align:center;
	margin-left:8px;
	list-style-image: url(images/spacer.gif);

}
.akostyle ul li{
	display:block;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.akostyle ul li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	height:27px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 23px;
}

.akostyle ul li a:hover{ 
	color:#000000;
	display:block;
	height:28px !important;
	background-image: url(images/topmenu-bg-over.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
}
.akostyle .activelink{ 
	color:#000000;
	display:block;
	height:28px !important;
	background-image: url(images/topmenu-bg-over.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
}
/*......................Style for Drop Down Menu................... */
.akhilmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 1px;
	line-height:18px;
	z-index:100;
	background-color: #FFFFFF;
	width: 200px;
	visibility: hidden;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.akhilmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #e9e9e9;
	text-decoration: none;
	font-weight: bold;
	color: #0072a1;
	background-color: #f8f8f8;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
}
.akhilmenudiv a:hover{
	width: auto;
	display: block;
	border-bottom: 1px solid #e9e9e9;
	font-weight: bold;
	color: #0072a1;
	background-color: #f8f8f8;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: underline;
	text-align: left;
}

#topmenu{
	position:relative;
	display:block;
	height:35px;
	font-size:13px;
	font-weight:bold;
	font-family: Arial, Helvetica, Tahoma;
	width:876px;
	background-image: url(images/topmenu-bg.jpg);
	background-repeat: repeat-x;
	font-style: normal;
	text-decoration: none;
	float: left;
}
#tmenucurve-left{
	background-image: url(images/tmenucurve-left.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 6px;
	float: left;
}
#tmenucurve-right{
	background-image: url(images/tmenucurve-right.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 6px;
	float: left;
}
.top-b-menu{
	margin: 0px;
	padding: 0px;
	height: 49px;
	width: 888px;
}
#top-b-menu{
	background-image: url(images/top-b-menu-bg.jpg);
	background-repeat: repeat-x;
	height: 49px;
	width: 874px;
	float: left;
}
#top-b-menu-left{
	background-image: url(images/top-b-menu-left.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 49px;
	width: 7px;
}
#top-b-menu-right{
	background-image: url(images/top-b-menu-right.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 49px;
	width: 7px;
}
/*...................Top Menu Section Styles End......................*/
/* ....................BLOG STYLE ...............................*/
@charset "utf-8";
/* CSS Document */

/*....................Right Menu Styles Start...................*/
.ako-rightmenu{
	height: auto;
	width: 180px;
}
.ako-rightmenu .ako-rmtop{
	height: 30px;
	width: 160px;
	font-family: Arial, "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
.ako-rightmenu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 180px;
}
.ako-rightmenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.ako-rightmenu ul li a{
	display: block;
	color: #333333;
	width: auto;
	text-decoration: none;
	border-bottom: 1px solid #dedede;
	background-color: #fafafa;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(images/blog-sbullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
.ako-rightmenu ul a:hover{
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1482cd;
	background-color: #fafafa;
	border-bottom: 1px solid #dedede;
	background-image: url(images/blog-sbullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
/*....................Right Menu Styles End...................*/
ul.article-footer {
	text-align:right;
	background:#F1F1F1;
	border:1px solid #DADADA;
	border-width:1px 0;
	line-height:1.5;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

ul.article-footer li {
	font-size:0.9em;
	display:inline;
	border-left:1px solid #DADADA;
	margin-left:5px;
	padding-left:10px;
}

ul.article-footer li.first {
	border-left-width: 0px;
}

/*...................Footer Section Styles Start......................*/
.blog-title{
	color:#ff7e00;
	font-size:18px;
	line-height:17px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	text-align: left;
}
.blog-title a{
	color:#ff7e00;
	font-size:18px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	text-align: left;
}
.blog-title a:hover{
	color:#ff7e00;
	font-size:18px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

#blog-footer {
	width:888px;
	height:80px;
}
#blog-footer .left{
	background-image: url(images/footer-blog-left.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 8px;
}
#blog-footer .mid{
	background-image: url(images/footer-blog-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 80px;
	width: 872px;
}
#blog-footer .right{
	background-image: url(images/footer-blog-right.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 8px;
}
#blog-footer .blogbot-text{
	font-size:11px;
	color:#333333;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#blog-footer .blogbot-text a{
	font-size:12px;
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, Tahoma;
}

#blog-footer .blogbot-text a:hover{
	color:#333333;
	text-decoration:underline;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
}

/*.................End ........................*/

/*........... Inner Page ...............*/
#innerpage-dbox{
	background-color: #fafafa;
	height: auto;
	width: 888px;
}
#innerpage-dbox .top{
	height: auto;
	width: 888px;
}
#innerpage-dbox .top .left{
	background-image: url(images/inner-page-dbox-tleft.gif);
	background-repeat: no-repeat;
	float: left;
	height: 43px;
	width: 7px;
}
#innerpage-dbox .top .mid{
	background-image: url(images/inner-page-dbox-tmid.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 43px;
	width: 874px;
}
#innerpage-dbox .top .mid .heading{
	display:block;
	float:left;
	font-size:20px;
	color:#ffffff;
	font-family: Arial;
	margin: 0px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#innerpage-dbox .top .right{
	background-image: url(images/inner-page-dbox-tright.gif);
	background-repeat: no-repeat;
	float: left;
	height: 43px;
	width: 7px;
}
#innerpage-dbox .bot{
	height: auto;
	width: 886px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
#innerpage-dbox .bot .left{
	height: auto;
	width: 668px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#innerpage-dbox .bot .full-box{
	height: auto;
	width: 868px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#innerpage-dbox .bot .full-box .upgmain-box{
	height: auto;
	width: 848px;
	padding: 10px;
}
#innerpage-dbox .bot .left-box{
	height: auto;
	width: 650px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#innerpage-dbox .bot .right{
	height: auto;
	width: 180px;
	float: left;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#innerpage-dbox .bot .right .right-box{
	height: auto;
	width: 180px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#innerpage-dbox .bot .right .right-box .adbanner{
	height: auto;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*.................End ................*/

.spacer{
	clear:both;
	overflow:hidden;
}
.rrtbox{
	font-family: Arial, Helvetica, Tahoma;
	font-size:11px;
	color:#333333;
	border:1px solid #cccccc;
	height:16px;
	width:150px;
	padding-left:4px;
	background-color: #fafafa;
}
.rrselect{
	color:#333333;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border:1px solid #cccccc;
	height:20px;
	width:200px;
	background-color: #fafafa;
}

