/* CSS Document */
/* ----------------------------------------------
	Website Name : Mangliks.com
	Author : Akhilesh Kumar Ojha
	Author URI : http://www.strikeoneads.com/    
	Last Date Modified : February 17, 2012
 ------------------------------------------------ */
/*...................Common Styles Start......................*/

body {
	padding: 0px;
	margin:0px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color:#5F5F5F;
	line-height:16px;
	text-align:left;
	background-color: #FFFFFF;
}
a{
	color: #333333;
	text-decoration: none;
	outline:none;
}
a:hover{
	color: #d3000a;
	text-decoration: underline;
}
img{
	border:0px;
}
ul, li {
	padding:0px;
	margin:0px;
	list-style:none;
}
h1, h2, h3, h4, h5, h6, dl, dt, dd, form, fieldset, legend{
	margin:0px;
	padding:0px;
}
h1{
	text-align:left;
	font-family:"Arial Narrow";
	font-size: 24px;
	font-weight: bold;
	color: #c30008;
}
h2{
	display:block;
	float:left;
	font-size:20px;
	color:#ffffff;
	font-family: Arial;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 0px;
	padding-left: 16px;
	font-style: normal;
	font-weight: normal;
	height: 30px;
}
h3{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ad0005;
	margin-bottom: 5px;
}	
p{
	margin-bottom:10px;
	margin-top:0px;
}
/*.............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;
}
.hdotline{
	background-image: url(../../images/hdot-line.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: auto;
}
.akoglobal-btn {
	font-size:14px;
	color:#fff;
	cursor:pointer;
	outline:none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid rgba(0, 0, 0, 0.2);
	background-color: #c30707;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left:8px;
}
.akoglobal-btn:hover, .akoglobal-btn:focus {
	box-shadow: 0 0 5px rgba(255, 64, 0, 1);
	-webkit-box-shadow: 0 0 5px rgba(255, 64, 0, 1);
	-moz-box-shadow: 0 0 5px rgba(255, 64, 0, 1);
	border:1px solid rgba(249, 78, 21, 0.8);
}
.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;
}

/*.............Form Styles End.............*/

/*font*/
.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-top25{
	padding-top: 25px;
}
.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;
}
.lh21{
	line-height: 21px;
}
/*color*/
.clr1{
	color:#b01116;
}
.clr2{
	color:#FF3300;
}
.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*/
.clear{
	clear:both;
}
.spacer{
	clear:both;
	overflow:hidden;
}
.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;
}
.sp30{
	clear:both;
	height:30px;
	overflow:hidden;
}
/*...................Common Styles End.....................*/
#PageWrapper{
	height: auto;
	width: 922px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#PageWrapper .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;
}
#Angel-box{
	height: auto;
	width: 890px;
	padding-right: 15px;
	padding-left: 15px;
}
/*.......Header Section Start..........*/
#Angel-box .top{
	height: 65px;
	width: 888px;
	padding: 0px;
}
#Angel-box .top .logo-box{
	height: 55px;
	width: 300px;
	float: left;
}
#Angel-box .top .logo-box .logo{
	background-image: url(../../images/mangliks-logo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 277px;
	float: left;
}
#Angel-box .top .right-top-banner{
	height: 55px;
	width: 315px;
	float: right;
}
#hplogin-box{
	background-image: url(../../images/top-login-bg.gif);
	background-repeat: repeat-x;
	height: 35px;
	width: 920px;
}
#hplogin-box .callus{
	float: left;
	height: 35px;
	width: 210px;
	float: left;
	background-image: url(../../images/call-us.gif);
	background-repeat: no-repeat;
}
#hplogin-box .tleftpart{
	height: 35px;
	width: 400px;
	float: left;
	padding-left:10px;
}
#hplogin-box .tleftpart h1 {
	display:inline;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #666666;
}
#hplogin-box .trightpart{
	height: 35px;
	width: 300px;
	float: right;
}

/*............Header Section End........*/

/*...................Top Menu Section Styles Start......................*/
#Angel-box .topmenu{
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 888px;
}
#Angel-box .topmenu .tmleft{
	background-image: url(../../images/tmenucurve-left.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 6px;
	float: left;
}
#Angel-box .topmenu .tmright{
	background-image: url(../../images/tmenucurve-right.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 6px;
	float: left;
}
#Angel-box .topmenu .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;
}
#Angel-box .topmenu .akostyle:after{
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#Angel-box .topmenu .akostyle ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	text-align:center;
	margin-left:8px;
	list-style-image: url(../../images/spacer.gif);
}
#Angel-box .topmenu .akostyle ul li{
	display:block;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Angel-box .topmenu .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;
	font-family: Arial, Helvetica, Tahoma;
	font-style: normal;
	font-variant: normal;
}
#Angel-box .topmenu .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;
	font-family: Arial, Helvetica, Tahoma;
	text-decoration: none;
}
#Angel-box .topmenu .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;
	font-family: Arial, Helvetica, Tahoma;
	text-decoration: none;
}
/*......................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;
	color: #333;
	background-color: #f7f3f2;
	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 #dddddd;
	color: #333;
	background-color: #fff4f2;
	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;
}

/*...................Top Menu Section Styles End......................*/

/*...................Footer Section Styles Start......................*/
#Angel-box .footer{
	height: auto;
	width: 888px;
	text-align: left;
}
#Angel-box .footer .ftop{
	height: 2px;
	width: 888px;
	background-color: #ccc;
}
#Angel-box .footer .fmid{
	height: 150px;
	width: 888px;
	background-image: url(../../2012/footer-bg.gif);
	background-repeat: repeat-x;
}
#Angel-box .footer .fbot{
	height: 2px;
	width: 888px;
	background-color: #ccc;
}
#Angel-box .footer .flink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
#Angel-box .footer .flink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
	line-height:18px;
}
#Angel-box .footer .flink a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration:underline;
}
.fmatribox{
	background-image: url(../../2012/fsept.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 140px;
	padding-left: 20px;
	padding-right: 17px;
}
/*...................Footer Section Styles End......................*/
/*-------SHARE BOX STARTS HERE -------*/
.bookmarkicons {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../../images/all-icons.gif);
	float:left;
	background-repeat: no-repeat;
}
.facebook {
	background-position: 0px -397px;
	margin-left:5px;
}
.twitter {
	background-position: 0px -418px;
	margin-left:8px;
}
.gplus {
	background-position: 0px 0px;
	margin-left:8px;
}
.linkedin {
	background-position: 0px -377px;
	margin-left:8px;
}
.orkut {
	background-position: 0px -439px;
	margin-left:8px;
}
.digg {
	background-position: 0px -34px;
	margin-left:5px;
}
.techno {
	background-position: 0px -50px;
	margin-left:12px;
}
.delicious {
	background-position: 0px -68px;
	margin-left:12px;
}
.rediit {
	background-position: 0px -86px;
	margin-left:12px;
}
.google {
	background-position: 0px -240px;
	margin-left:12px;
}
.stumble {
	background-position: 0px -319px;
	margin-left:12px;
}
/*-------SHARE BOX ENDS HERE -------*/

/*.......User Inner Page Styles Start............*/
#ipmainbox{
	height: auto;
	width: 888px;
}
#ipmainbox .cright{
	height: auto;
	width: 668px;
	float: left;
}
#ipmainbox .cleft{
	height: auto;
	width: 210px;
	float: left;
	padding-right:10px;
}
.ako-lbox{
	width: 190px;
	height: auto;
	padding: 8px;
	float: left;
	border: 1px solid #ccc;
	background-color:#fafafa;
}
#ipgbox{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 668px;
	float:left;
	text-align:left;
}
#ipgbox .topdbox{
	height: 35px;
	width: 668px;
}
#ipgbox .topdbox .left{
	height: 35px;
	width: 10px;
	float: left;
}
#ipgbox .topdbox .mid{
	height: 35px;
	width: 648px;
	background-image: url(../../images/ipgbox-tmid.gif);
	background-repeat: repeat-x;
	float: left;
}
#ipgbox .topdbox .mid h2{
	display:block;
	float:left;
	font-size:18px;
	color:#333333;
	font-family: Arial;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: normal;
	font-weight: normal;
	height: 25px;
}
#ipgbox .topdbox .right{
	height: 35px;
	width: 10px;
	float: left;
}
#ipgbox .middbox{
	height: auto;
	width: 666px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#ipgbox .botdbox{
	height: 10px;
	width: 668px;
}
#ipgbox .botdbox .left{
	height: 10px;
	width: 10px;
	float: left;
}
#ipgbox .botdbox .mid{
	height: 10px;
	width: 648px;
	background-image: url(../../images/ipgbox-bmid.gif);
	background-repeat: repeat-x;
	float: left;
}
#ipgbox .botdbox .right{
	height: 10px;
	width: 10px;
	float: left;
}
/*-----------Breadcrumbs Section----------*/
.breadcrumbs{
	padding:5px 5px 10px;
	color:#0B578F;
	height:11px;
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}
.breadcrumbs li {
	padding-right:12px;
	float:left;
	margin-right:5px;
	background-image: url(../../images/arrb.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
}
.breadcrumbs li a {
	text-decoration:none;
	color:#666666;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
} 
.breadcrumbs li a:hover {
	text-decoration:underline;
}
.breadcrumbs li.last {
	background:none;
	color:#000;
}
/*.......Left Menu Section Start.......*/
#LeftMenu .lmtop{
	height: 32px;
	width: 210px;
	background-image: url(../../images/cmnttop.gif);
	background-repeat: repeat-x;
}
#LeftMenu .lmtop .lmtoptxt{
	height: 32px;
	padding-left: 10px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
#LeftMenu .lmbot{
	height: auto;
	width: 194px;
	background-color: #f4f4f4;
	padding: 7px;
	margin:0px;
	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;
}
#LeftMenu .lmbot ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#LeftMenu .lmbot li {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:5px;;
	background-color: transparent;
	background-image: url(../../images/arrbs.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#LeftMenu .lmbot li a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
#LeftMenu .lmbot li a:hover {
	color: #dd7a03;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
}
/*.......Left Menu Section End.......*/
.largeblueboldlink{
	font-weight:bold;
	font-size:14px;
	color:#06c;
	font-style:normal;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
}
a.largeblueboldlink:link{
	font-weight:bold;
	font-size:14px;
	color:#06c;
	font-style:normal;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
}
a.largeblueboldlink:visited{
	font-weight:bold;
	font-size:14px;
	color:#06c;
	font-style:normal;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
}
a.largeblueboldlink:hover{
	font-weight:bold;
	font-size:14px;
	color:#039;
	font-style:normal;
	font-family:"Times New Roman", Times, serif;
	text-decoration:underline;
}
.txtlink a{
	text-decoration: underline;
}
.txtlink a:hover{
	text-decoration: none;
}
/*..........Form Section Start.........*/
#akoform{
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
#akoform a:link{
	color: #b53d04;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}
#akoform a:visited{
	color: #b53d04;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}
#akoform a:hover	{
	color: #b53d04;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}
#akoform .contdiv{
	background-color: #fafafa;
	height: auto;
	width: 624px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	clear: both;
	margin-top: 2px;
	margin-bottom: 2px;
}
#akoform .contdiv .lbox{
	background-image: url(../../images/colon.gif);
	background-repeat: no-repeat;
	background-position: 178px -3px;
	height: 26px;
	width: 180px;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #fafafa;
}
#akoform .contdiv .rbox{
	height: auto;
	width: 415px;
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#akoform .contdiv .rbox .inputbox{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #cccccc;
	height:20px;
	width:250px;
	padding-left:2px;
	background-color: #fafafa;
}
#akoform .contdiv .rbox .inputbox:hover{
	border:1px solid #bbbbbb;
	background-color: #f4f4f4;
}
#akoform .contdiv .rbox .textarea{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #cccccc;
	height:60px;
	width:250px;
	padding-left:2px;
	background-color: #fafafa;
}
#akoform .contdiv .rbox .textarea:hover{
	border:1px solid #bbbbbb;
	background-color: #f4f4f4;
}
#akoform .contdiv .rbox .selectbox{
	color:#333333;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border:1px solid #cccccc;
	height:22px;
	width:250px;
	padding: 1px;
	background-color: #fafafa;
}
#akoform .contdiv .rbox .selectbox:hover{
	border:1px solid #bbbbbb;
	background-color: #f4f4f4;
}
#akoform .btndiv{
	height: auto;
	width: 624px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	clear: both;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 8px;
	padding-bottom: 8px;
}
/*..........Registration Section Start......*/
.regtitle{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: #4ea701;
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
}
.greensept{
	height: 10px;
	clear:both;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
/*..........Registration Section End......*/
/*..........Form Section End.........*/
/*........Search Result Page Styles Starts Here........*/
#search-result{
	height: auto;
	width: 888px;
}
#search-result .srleft{
	height: auto;
	width: 208px;
	float:left;
	border: 1px solid #ededed;
}
#search-result .srleft .srtop{
	height: 30px;
	width: 208px;
	border-bottom: 1px solid #ededed;
	background-color: #f4f4f4;
}
#search-result .srleft .srtop .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
}
#search-result .srleft .srbot{
	width: 188px;
	padding: 10px;
}
#search-result .srright{
	height: auto;
	width: 668px;
	float:left;
	padding-left:10px;
}
#search-result .srright .srinner-box{
	height: auto;
	width: 666px;
	float:left;
	border: 1px solid #ededed;
}
#search-result .srright .srinner-box .srtop{
	height: 30px;
	width: 666px;
	border-bottom: 1px solid #ededed;
	background-color: #f4f4f4;
}
#search-result .srright .srinner-box .srtop .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
}
#search-result .srright .srinner-box .srbot{
	width: 646px;
	padding: 10px;
}
#sresult-link ul{
	list-style-type: none;
	margin:0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#sresult-link li{
	background-image: url(../../images/black-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-left: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:18px;
}
#sresult-link li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
#sresult-link li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:underline;
}
/*.........Pagination Styles.............*/
div.pagination{
	padding:2px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div.pagination div,div.pagination div.nos{
	float:left;
	border:1px solid #CCCCCC;
	text-decoration:none;
	color:#CC0000;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 1px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	font-size: 11px;
	text-align: center;
}
div.pagination div.nos{
	width:19px;
}
div.pagination a{
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-align: center;
}
div.pagination a:hover{
	text-decoration:none;
	font-size: 11px;
	text-align: center;
}
div.pagination div:hover{
	border:1px solid #000000;
	color:#000000;
	font-size: 11px;
}
div.pagination div.current{
	float:left;
	margin:2px;
	border:1px solid #cccccc;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#CC0000;
	width:19px;
	text-align: center;
	font-size: 11px;
}
div.pagination span.disabled{
	float:left;
	margin:2px;
	padding:2px 4px;
	border:1px solid #eeeeee;
	color:#eeeeee;
	font-size: 11px;
}
/*...................Matrimonial Search List box Styles Start......................*/
#msearh-box{
	float: left;
	height: auto;
	width: 644px;
	border: 1px solid #ffe5db;
}
#msearh-box .ttitle-box{
	height: 28px;
	width: 624px;
	padding-right: 10px;
	padding-left: 10px;
}
#msearh-box .ttitle-box .ttitle-boxbg{
	height: 28px;
	width: 624px;
	background-image: url(../../images/msearch-tbg.gif);
	background-repeat: repeat-x;
}
#msearh-box .ttitle-box .ttitle-boxbg .ttext{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #333333;
}
#msearh-box .ttitle-box .ttitle-boxbg .ttext a{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}
#msearh-box .ttitle-box .ttitle-boxbg .ttext a:hover{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}
#msearh-box .bot-box{
	float: left;
	height: auto;
	width: 624px;
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
}
.cbox-leftmenu {
	text-align:left;
	padding:0px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 200px;
	float: left;
}
.cbox-leftmenu ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.cbox-leftmenu ul li{
	border-bottom:1px solid #f5f4f4;
	margin:0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-image: url(../../images/arrbs.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
.cbox-leftmenu  ul li a{
	color:#000000;
	font-size:11px;
}
.cbox-leftmenu  ul li a:hover{
	color:#d10f05;
	font-size:11px;
	font-style: normal;
}
.mtrtxt{
	font-size:12px;
	font-style: normal;
	line-height: 17px;
	text-align: justify;
}
.mtrtxt a {
	font-size:12px;
	font-style: normal;
	color:#0072a1;
	line-height: 17px;
	text-decoration:none;
}
.mtrtxt a:hover {
	font-size:12px;
	font-style: normal;
	color:#0072a1;
	line-height: 17px;
	text-decoration:underline;
}
.msearch-rlist {
	text-align:left;
	padding:0px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 5px;
	width: 641px;
	float: left;
}
.msearch-rlist ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.msearch-rlist ul li{
	border-bottom:1px solid #f5f4f4;
	margin:0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-image: url(../../images/arrbs.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
.msearch-rlist  ul li a{
	color:#5f5f5f;
	font-size:11px;
}
.msearch-rlist  ul li a:hover{
	color:#d10f05;
	font-size:11px;
	font-style: normal;
}

/*...................Matrimonial Search List box Styles End......................*/


/*......Matrimony-search A to Z listing Styles Start........*/
.pager{
	overflow:hidden;
	text-align: center;
}
.pagerpro{
	height: auto;
}
.pagerpro .pagerpro_li{
	display:inline;
}
.pagerpro a{
	text-decoration: none;
}
.pagerpro .pagerpro_a{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding: 2px;
    color:#cf2c25;
}
.pagerpro .pagerpro_a:hover{
	background-color:#cf2c25;
	border-color:#d8dfea;
	border-bottom:1px solid #cf2c25;
	color:#ffffff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.pagerpro .current .pagerpro_a{
	border-color:#cf2c25;
	border-bottom:2px solid #cf2c25;
	color:#cf2c25;
	font-weight:bold;
	font-style: normal;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 14px;
	text-decoration: underline;
	padding: 2px;
}
.pagerpro .current .pagerpro_a:hover{
	background-color:#cf2c25;
	color:#FFFFFF;
	font-style: normal;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.pagerpro .disabled{
	color:#999999;
	cursor:default;
	background:transparent;
	border:none;
	font-size:14px;
}
/*.......Matrimony-search A to Z listing Styles End........*/
.moreprolink a{
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.moreprolink a:hover{
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}


/*---------Browse Matrimonials profile-------------*/
#BrowseMpro{
	font-size: 12px;
	line-height: 21px;
	color: #999999;
}
#BrowseMpro h2{
	font-size: 20px;
	line-height: 21px;
	color: #333333;
	padding-left:0px;
}
#BrowseMpro h2 a{
	color: #333333;
}
#BrowseMpro .bmpro{ 
	font-size: 12px;
	line-height: 21px;
	color: #333333;
	clear:both;
}
#BrowseMpro .bmpro a{
	color: #076ebc;
	text-decoration:none;
}
#BrowseMpro .bmpro a:hover{
	color: #076ebc;
	text-decoration:underline;
}
#BrowseMpro .bmpro .bmpro-left{ 
	float:left;
	font-weight:bold;
	width:105px;
	height:auto;
}
#BrowseMpro .bmpro .bmpro-right{ 
	float:left;
	padding-left:20px;
	width:515px;
	height:auto;
}

