/* CSS Document */
/* ----------------------------------------------
	Website Name : Humararishta.com
	Author : Akhilesh Kumar Ojha
	Author URI : http://www.strikeoneads.com/    
	Last Date Modified : Friday, March 23, 2011
 ------------------------------------------------ */
/*...................Common Styles Start......................*/

body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color:#4c4d4f;
	line-height:16px;
	text-align:left;
}
a, a:visited {
	font-family: Arial, Helvetica, Tahoma;
	color: #d3000a;
	text-decoration: none;
	outline:none;
}
a:hover {
	font-family: Arial, Helvetica, Tahoma;
	color: #d3000a;
	text-decoration: underline;
	outline:none;
}
img {
	border:0px;
}
ul, ol {
	padding:0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, dl, dt, dd, form, fieldset, legend {
	margin:0px;
	padding:0px;
}
h1 {
	text-align:left;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	display:block;
	float:left;
	font-size:20px;
	color:#333333;
	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: #ca1016;
}
/*.............Form Styles Start.............*/
.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;
}
.mtextbox {
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #4bac19;
	height:15px;
	width:139px;
	padding-left:2px;
	background-image: url(../images-home/inputbox-bg1.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.hregtbox {
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #cccccc;
	height:15px;
	width:148px;
	padding-left:2px;
	background-color: #fafafa;
}
.hregtbox:hover {
	border:1px solid #bbbbbb;
	background-color: #f4f4f4;
}
.top-tbox {
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #8cc300;
	height:17px;
	width:auto;
	padding-left:2px;
	background-image: url(../images-home/inputbox-bg1.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.selectsmall{
	font-family: Arial, Helvetica, Tahoma;
	font-size:11px;
	color:#333333;
	border:1px solid #8cc300;
	height:19px;
	width:45px;
}
.hdotline {
	background-image: url(../images-home/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);
}
/*.............Form Styles End.............*/

/*font size*/
.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;
}
.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-right3 {
	padding-right: 3px;
}
.pad-right5 {
	padding-right: 5px;
}
.pad-right8 {
	padding-right: 8px;
}
.pad-right10 {
	padding-right: 10px;
}
.pad-right15 {
	padding-right: 15px;
}
.pad-right25 {
	padding-right: 25px;
}
.pad-bot5 {
	padding-bot: 5px;
}
.pad-bot10 {
	padding-bot: 10px;
}
.pad-bot15 {
	padding-bot: 15px;
}
/*Line Height*/
.lh15 {
	line-height: 15px;
}
.lh16 {
	line-height: 16px;
}
.lh17 {
	line-height: 17px;
}
.lh18 {
	line-height: 18px;
}
.lh19 {
	line-height: 19px;
}
.lh20 {
	line-height: 20px;
}
.lh21 {
	line-height: 21px;
}
.lh22 {
	line-height: 22px;
}
.lh23 {
	line-height: 23px;
}
.lh24 {
	line-height: 24px;
}
.lh25 {
	line-height: 25px;
}
/*color*/
.clr1 {
	color:#ff3300;
}
.clr2 {
	color:#e1242b;
}
.clr3 {
	color:#FF3300;
}
.clr4 {
	color:#ffffff;
}
.clr5 {
	color:#000000;
}
.clr6 {
	color:#090909;
}
.clr7 {
	color: #333333;
}
.clr8 {
	color: #54a70d;
}
.clr9 {
	color: #7a7979;
}
.clr10 {
	color: #49a512;
}
/*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;
}
.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.....................*/
#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 .header {
	height: 65px;
	width: 888px;
	padding: 0px;
}
#Angel-box .header .logo-box {
	height: 58px;
	width: 300px;
	float: left;
}
#Angel-box .header .logo-box .logo {
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 277px;
	float: left;
}
#Angel-box .header .tright {
	height: 55px;
	width: 500px;
	text-align:left;
	float: right;
	padding-top:10px;
}
.LiveHelp a {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	line-height:22px;
	text-decoration:none;
}
.LiveHelp a:hover {
	font-size: 18px;
	font-weight: bold;
	color: #ff3300;
	line-height:22px;
	text-decoration:none;
}
/*............Header Section End........*/
#Angel-box .top-bnr {
	height: 190px;
	width: 888px;
}
/*...................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-home/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-home/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;
	font-family: Arial, Helvetica, Tahoma;
	font-style: normal;
	font-variant: normal;
}
.akostyle ul li a:hover {
	color:#ffffff;
	display:block;
	height:28px !important;
	background-image: url(../images-home/tmenubg-over.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma;
	text-decoration: none;
}
.akostyle .activelink {
	color:#ffffff;
	display:block;
	height:28px !important;
	background-image: url(../images-home/tmenubg-over.gif);
	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;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
}
.akhilmenudiv a {
	width: auto;
	display: block;
	border-bottom: 1px solid #f2f2f2;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	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: #666666;
	background-color: #f9f9f9;
	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: none;
	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-home/topmenu-bg.jpg);
	background-repeat: repeat-x;
	font-style: normal;
	text-decoration: none;
	float: left;
}
#tmenucurve-left {
	background-image: url(../images-home/tmenucurve-left.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 6px;
	float: left;
}
#tmenucurve-right {
	background-image: url(../images-home/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-home/top-b-menu-bg.jpg);
	background-repeat: repeat-x;
	height: 49px;
	width: 876px;
	float: left;
}
#top-b-menu-left {
	background-image: url(../images-home/top-b-menu-left.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 49px;
	width: 6px;
}
#top-b-menu-right {
	background-image: url(../images-home/top-b-menu-right.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 49px;
	width: 6px;
}
/*...................Top Menu Section Styles End......................*/

/*...................Footer Section Styles Start......................*/
#Angel-box .footer {
	height: auto;
	width: 888px;
	font-size:11px;
	text-align: left;
}
#Angel-box .footer .ftop {
	height: 2px;
	width: 888px;
	background-color: #ccc;
}
#Angel-box .footer .fmid {
	height: auto;
	width: 888px;
	padding-top:5px;
	padding-bottom:5px;
	background-image: url(../images-home/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;
}
/*...................Footer Section Styles End......................*/

/*-------LOGIN STARTS HERE -------*/
#hplogin-box {
	background-image: url(../images-home/top-login-bg.gif);
	background-repeat: repeat-x;
	height: 35px;
	width: 920px;
}
#hplogin-box .tleftpart {
	height: 35px;
	width: 450px;
	float: left;
	padding-left:10px;
}
#hplogin-box .trightpart {
	height: 35px;
	width: 300px;
	float: right;
}
/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContainer {
	position:relative;
	float:right;
	font-size:12px;
	padding-right: 5px;
	z-index: 999999999999999999999999;
}
/* Login Button */
#loginButton {
	display:inline-block;
	float:right;
	background:#eeeeee url(../images-home/buttonbg.png) repeat-x;
	border:1px solid #ccc;
	border-radius:3px;
	-moz-border-radius:3px;
	position:relative;
	cursor:pointer;
	background-color: #eee;
}
/* Login Button Text */
#loginButton span {
	color:#445058;
	font-size:14px;
	font-weight:bold;
	text-shadow:1px 1px #fff;
	padding:7px 29px 9px 10px;
	background:url(../images-home/loginArrow.png) no-repeat 53px 7px;
	display:block;
	text-decoration:none;
}
#loginButton:hover {
	background:url(../images-home/buttonbgHover.png) repeat-x;
	text-decoration:none;
}
/* Login Box */
#loginBox {
	position:absolute;
	top:34px;
	right:0;
	display:none;
	z-index:99999999999999999999;
	margin-right: 5px;
}
/* If the Login Button has been clicked */    
#loginButton.active {
	border-radius:3px 3px 0 0;
}
#loginButton.active span {
	background-position:53px -76px;
}
/* A Line added to overlap the border */
#loginButton.active em {
	position:absolute;
	width:100%;
	height:1px;
	background:#eee;
	bottom:-1px;
}
/* Login Form */
#loginForm {
	width:248px;
	border:1px solid #ccc;
	border-radius:3px 0 3px 3px;
	-moz-border-radius:3px 0 3px 3px;
	margin-top:-1px;
	background:#f4f4f4;
	padding:6px;
}
#loginForm fieldset {
	display:block;
	border:0;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}
fieldset#body {
	background:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	margin:0px;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
}
#loginForm #checkbox {
	width:auto;
	margin:1px 9px 0 0;
	float:left;
	padding:0;
	border:0;
 *margin:-3px 9px 0 0; /* IE7 Fix */
}
#body label {
	color:#3a454d;
	margin:5px 0 0 0;
	display:block;
	float:left;
}
#loginForm #body fieldset label {
	display:block;
	float:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}
/* Default Input */
#loginForm input {
	width:92%;
	border:1px solid #cccccc;
	border-radius:3px;
	-moz-border-radius:3px;
	color:#3a454d;
	font-weight:bold;
	box-shadow:inset 0px 1px 3px #bbb;
	-webkit-box-shadow:inset 0px 1px 3px #bbb;
	-moz-box-shadow:inset 0px 1px 3px #bbb;
	font-size:12px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
/* Sign In Button */
#loginForm #login {
	width:auto;
	float:left;
	color:#fff;
	text-shadow:0px -1px #e16b03;
	border:1px solid #cc3300;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	cursor:pointer;
	background-color: #cc3300;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
/* Forgot your password */
#loginForm span {
	text-align:center;
	display:block;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
#loginForm span a {
	color:#3a454d;
	text-shadow:1px 1px #fff;
	font-size:12px;
}
input:focus {
	outline:none;
}
/*-------LOGIN ENDS HERE -------*/

/*-------SHARE BOX STARTS HERE -------*/
.bookmarkicons {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images-home/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;
}
.linkedin {
	background-position: 0px -377px;
	margin-left:8px;
}
.gplus {
	background-position: 0px 0px;
	margin-left:8px;
}
/*-------SHARE BOX ENDS HERE -------*/

/*.......User Inner Page Styles Start............*/
#ipmainbox {
	height: auto;
	width: 888px;
}
#ipmainbox .cleft {
	height: auto;
	width: 668px;
	float: left;
	padding-right:10px;
}
#ipmainbox .cright {
	height: auto;
	width: 210px;
	float: left;
}
#ipmainbox .cright .ako-rbox {
	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-home/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-home/ipgbox-bmid.gif);
	background-repeat: repeat-x;
	float: left;
}
#ipgbox .botdbox .right {
	height: 10px;
	width: 10px;
	float: left;
}
/*-----------Breadcrumbs Section----------*/
.breadcrumb {
	color:#333;
	line-height:18px;
	font-size:11px;
	margin-right: 10px;
	margin-left: 10px;
}
.breadcrumb a {
	color:#055fab;
	font-size:11px;
	text-decoration:none;
}
.breadcrumb a:hover {
	color:#000;
	font-size:11px;
	text-decoration:none;
}
.breadcrumb span {
	color:#000;
}
.breadcrumb span a {
	color:#000;
}
.breadcrumb span a:hover {
	color:#055fab;
}
/*..........Lists...............*/
#txtcontent {
	font-size: 12px;
	color:#5f5f5f;
	text-align:justify;
	line-height:17px;
	padding:10px;
}
#txtcontent p {
	margin:0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#txtcontent ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
	list-style-type: none;
}
#txtcontent ul li {
	padding-left: 20px;
	background-image: url(../images-home/black-arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 3px;
}/*..........Tab Content Box Start..............*/
#cont-tbbox {
	height: auto;
	width: 646px;
}
#cont-tbbox .inrbox {
	height: auto;
	width: 644px;
	overflow: hidden;
	border: 1px solid #eee;
}
#cont-tbbox .inrbox .top {
	background-image: url(../images-home/sstab-topbg.gif);
	background-repeat: repeat-x;
	height: 28px;
	width: 644px;
}
#cont-tbbox .inrbox .bot {
	height: auto;
	width: 644px;
}
.contentframe {
	width: 644px;
	height:auto;
	overflow:hidden;
	float: left;
}
.tabsmenuclass a {
	background-image: url(../images-home/sstab-topbg-over.gif);
	background-repeat: repeat-x;
	height: 28px;
	width: 100px;
	float: left;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
.tabsmenuclass a:hover, .tabsmenuclass a.selected {
	background-image: url(../images-home/sstab-topbg.gif);
	background-repeat: repeat;
	height: 28px;
	width: 100px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.tabsmenuclass1 a {
	background-image: url(../images-home/sstab-topbg-over.gif);
	background-repeat: repeat-x;
	height: 28px;
	width: 150px;
	float: left;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
.tabsmenuclass1 a:hover, .tabsmenuclass1 a.selected {
	background-image: url(../images-home/sstab-topbg.gif);
	background-repeat: repeat;
	height: 28px;
	width: 150px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
/*..........Tab Content Box End..............*/

/*..........Form Section Start.........*/
#Angel-form {
	-moz-border-radius:8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius:8px;
	text-align: left;
	background-color: #f5f5f5;
	padding: 10px;
	line-height:18px;
}
#Angel-form a:link {
	color: #b53d04;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}
#Angel-form a:visited {
	color: #b53d04;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}
#Angel-form a:hover {
	color: #b53d04;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}
#Angel-form .contdiv {
	height: auto;
	width: 618px;
	clear: both;
	margin-top: 2px;
	margin-bottom: 2px;
}
#Angel-form .contdiv .lbox {
	background-image: url(../images-home/colon.gif);
	background-repeat: no-repeat;
	background-position: 195px -3px;
	height: 23px;
	width: 200px;
	float: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#Angel-form .contdiv .rbox {
	height: auto;
	width: 390px;
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#Angel-form .contdiv .rbox .inputbox {
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #cccccc;
	height:23px;
	width:250px;
	padding-left:2px;
	background-color: #fafafa;
}
#Angel-form .contdiv .rbox .inputbox:hover {
	border:1px solid #bbbbbb;
	background-color: #ffffff;
}
#Angel-form .contdiv .rbox .textarea {
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #cccccc;
	height:70px;
	width:250px;
	padding-left:2px;
	background-color: #fafafa;
}
#Angel-form .contdiv .rbox .textarea:hover {
	border:1px solid #bbbbbb;
	background-color: #ffffff;
}
#Angel-form .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;
}
#Angel-form .contdiv .rbox .selectbox:hover {
	border:1px solid #bbbbbb;
	background-color: #ffffff;
}
#Angel-form .btndiv {
	height: auto;
	width: 598px;
	clear: both;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 8px;
	padding-bottom: 8px;
}
/*..........Form Section End.........*/

/*..........Payment Option Page Styles Start.........*/
#membership-options {
	height: auto;
	width: 646px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#membership-options .motop {
	height: 44px;
	width: 644px;
	background-image: url(../images-home/mobox-topbg.gif);
	background-repeat: repeat-x;
	padding-left: 1px;
	padding-right: 1px;
}
#membership-options .motop .box1 {
	height: 44px;
	width: 88px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float:left;
}
#membership-options .motop .box2 {
	height: 44px;
	width: 184px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float:left;
}
#membership-options .motop .box3 {
	height: 44px;
	width: 184px;
	float:left;
}
#membership-options .mobot {
	height: auto;
	width: 644px;
	padding-left: 1px;
	padding-right: 1px;
}
#membership-options .mobot .box1 {
	height: 380px;
	width: 88px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float:left;
}
#membership-options .mobot .box2 {
	height: 380px;
	width: 184px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float:left;
}
#membership-options .mobot .box3 {
	height: 380px;
	width: 184px;
	float:left;
}
#promotion-code {
	height: auto;
	width: 621px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #000000;
}
.promobox {
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #cccccc;
	height:18px;
	width:138px;
	padding-left:2px;
	background-image: url(../images-home/inputbox-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
/*.......Compare Membership Scheme Page Styles Start.............*/
.cmembership-link {
	font-size:12px;
	color:#c9000d;
	font-family: Arial, Helvetica, Tahoma;
}
.cmembership-link a {
	font-size:12px;
	color:#c9000d;
	text-decoration:none;
	font-family: Arial, Helvetica, Tahoma;
}
.cmembership-link a:hover {
	color:#c9000d;
	text-decoration:underline;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
}
#cmembership-box {
	height: auto;
	width: 652px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#cmembership-box .top {
	float: left;
	height: auto;
	width: 650px;
	border: 1px solid #CCCCCC;
}
#cmembership-box .top .msbox1 {
	width: 231px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}
#cmembership-box .top .msbox2 {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	float: left;
	width: 100px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#cmembership-box .msbot {
	float: left;
	height: auto;
	width: 650px;
}
#cmembership-box .msbot .msbox1 {
	width: 230px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	float: left;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#cmembership-box .msbot .msbox2 {
	float: left;
	width: 90px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#cmembership-box .msbot .msbox3 {
	float: left;
	width: 90px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images-home/dot-line.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#cmembership-box .msbot .contverify {
	float: right;
	width: auto;
	height:30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-image: url(../images-home/hdot-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#cmembership-box .msbot .contverify1 {
	float: left;
	width: 85px;
	height:30px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-image: url(../images-home/hdot-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.dotline {
	width:1px;
	padding-left:1px;
	background-image: url(../images-home/dot-line.gif);
	background-repeat: repeat-y;
}
/*.......Compare Membership Scheme Page Styles End.............*/

/*..........Payment Option Page Styles End.........*/

/*..........Search By Category Section Start.........*/
#SearchbyCat {
	padding: 10px;
	width: 646px;
	font-size:11px;
	line-height:16px;
}
#SearchbyCat .regsearch {
	float: left;
	height: 80px;
	width: 250px;
	padding-left: 70px;
	background-image: url(../images-home/search-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-right: 10px;
}
#SearchbyCat .advsearch {
	float: left;
	height: 80px;
	width: 230px;
	padding-left: 80px;
	background-image: url(../images-home/advsearch-icon.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#SearchbyCat .searchbyid {
	float: left;
	height: 80px;
	width: 250px;
	padding-left: 70px;
	background-image: url(../images-home/searchbyid-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	padding-right: 10px;
}
#SearchbyCat .searchbykey {
	float: left;
	height: 80px;
	width: 230px;
	padding-left: 80px;
	background-image: url(../images-home/searchbykey-icon.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
/*..........Search By Category Section End.........*/

/*...................Bookmark Section Styles Start......................*/
.bookmarkicons {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images-home/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;
}
.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;
}
.btnGreen {
	border-radius:5px;
	background-color:#027c03;
	background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #027c03), color-stop(0.6, #027c03), color-stop(0.97, #027c03), color-stop(0.99, #a5cf65));
	background:-moz-linear-gradient(bottom, #027c03, #027c03 60%, #027c03 96%, #a5cf65 98%);
	border:1px solid #5d8d19;
	color:#FFF!important;
	cursor:pointer;
	display:inline-block;
	margin:0;
	text-decoration:none!important;
}
.btnGreen:hover {
	border-radius:5px;
	background-color:#026b03;
	background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #026b03), color-stop(0.6, #026b03), color-stop(0.97, #026b03), color-stop(0.99, #a5cf65));
	background:-moz-linear-gradient(bottom, #026b03, #026b03 60%, #026b03 96%, #a5cf65 98%);
	border:1px solid #5d8d19;
	color:#FFF!important;
	cursor:pointer;
	display:inline-block;
	margin:0;
	text-decoration:none!important;
}
.btnDisable {
	border-radius:5px;
	background-color:#f2f2f2;
	background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(0.6, #f2f2f2), color-stop(0.97, #f2f2f2), color-stop(0.99, #fff));
	background:-moz-linear-gradient(bottom, #f2f2f2, #f2f2f2 60%, #f2f2f2 96%, #fff 98%);
	border:1px solid #e0e0e0;
	color:#c1c1c1!important;
	cursor:pointer;
	display:inline-block;
	margin:0;
	text-decoration:none!important;
}
.padd-t-b {
	padding:9px 15px
}
.padd-tbqs {
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
/* Quick Search Section Start */
#quick-search-box{
	width:888px;
	height:273px;
	background-image:url(../images-home/banner-top.jpg);
	background-repeat:no-repeat;
	background-position:right center;
}
.quick-search{
	width:300px;
	height:273px;
	float:right;
}
.quick-search-in{
	width:245px;
	height:233px;
	float:right;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 35px;
}
.qs-lbox	{
	height: 20px;
	width: 90px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	float: left;
	color: #525252;
	padding-top: 2px;
	padding-bottom: 2px;
}
.qs-rbox	{
	height: 25px;
	color: #000000;
	width: 130px;
	padding: 2px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	float: left;
}
.qs-select{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #8cc300;
	height:20px;
	width:150px;
	padding-left:2px;
}
.inputbox-small{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	height:20px;
	width:38px;
	padding-left:4px;
	border:1px solid #8cc300;
}
/* Quick Search Section End */
.hp-paidbox {
	width: 866px;
	height:auto;
	background-color: #fafafa;
	padding: 10px;
	-moz-border-radius: 5px;
border-radius: 5px;
	border:solid 1px #CCCCCC;
	-moz-box-shadow: 2px 2px 2px #eee;
	-webkit-box-shadow: 2px 2px 2px #eee;
	box-shadow: 2px 2px 2px #eee;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#eeeeee')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#eeeeee');
}
.paidbox {
	height: 50px;
	width: 236px;
	float: left;
	background-color: #eee;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}
.paidbox ul {
	margin-left: 5px;
	padding-left: 8px;
	list-style-position: inside;
	list-style-image: url(../images-home/black-arrow.gif);
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*--------UserProBox----------------*/
.userbox {
	height: auto;
	width: 884px;
	background-color: #fafafa;
	-moz-border-radius: 5px;
border-radius: 5px;
	border:solid 1px #CCCCCC;
	-moz-box-shadow: 2px 2px 2px #eee;
	-webkit-box-shadow: 2px 2px 2px #eee;
	box-shadow: 2px 2px 2px #eee;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#eeeeee')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#eeeeee');
	
}
.userbox-toptxt {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #54a70d;
}
.userbox-btm {
	height: 95px;
	width: 420px;
	float: left;
	padding-left: 10px;
	padding-top:10px;
}
#featured-probox {
	float: left;
	height: auto;
	width: 189px;
}
#featured-probox .fpleft {
	float: left;
	height: auto;
	width: 73px;
}
#featured-probox .fpright {
	float: left;
	height: auto;
	width: 103px;
	padding-left:10px;
}
.userthumb {
	height: 70px;
	padding: 2px;
	width: 70px;
	border: 1px solid #CCCCCC;
}