@charset "utf-8";

/* CSS Document */







html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

	margin:0px;

	padding:0px;

}

body {

    margin:0;

	padding:0; font-size:13px; 

	font-family:Arial, Helvetica, sans-serif; color:#5A5353;

		

}



/*@font-face {

	font-family: 'Conv_Rupee_Foradian_0';

	src: url('../fonts/Rupee_Foradian_0.eot');

	src: local('☺'), url('../fonts/Rupee_Foradian_0.woff') 

	format('woff'), url('../fonts/Rupee_Foradian_0.ttf')

	 format('truetype'), url('../fonts/Rupee_Foradian_0.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}*/



@font-face {

    font-family: 'Conv_Rupee_Foradian_0';

    src: url('../fonts/rupee_foradian_0-webfont.eot');

    src: url('../fonts/rupee_foradian_0-webfont.eot?#iefix') format('embedded-opentype'),

         url('../fonts/rupee_foradian_0-webfont.woff') format('woff'),

         url('../fonts/rupee_foradian_0-webfont.ttf') format('truetype'),

         url('../fonts/rupee_foradian_0-webfont.svg#rupee_foradianregular') format('svg');

    font-weight: normal;

    font-style: normal;



}



@font-face {

    font-family: 'helvetica_neueregular';

    src: url('../fonts/helveticaneue-roman.eot');

    src: url('../fonts/helveticaneue-roman.eot?#iefix') format('embedded-opentype'),

         url('../fonts/helveticaneue-roman.woff') format('woff'),

         url('../fonts/helveticaneue-roman.ttf') format('truetype'),

         url('../fonts/helveticaneue-roman.svg#helvetica_neueregular') format('svg');

    font-weight: normal;

    font-style: normal;



}

@font-face {

	font-family: 'Helvetica';

	src: url('fonts/Helvetica.eot');

	src: local('☺'), url('fonts/Helvetica.woff') format('woff'),

	 url('fonts/Helvetica.ttf') format('truetype'),

	  url('fonts/Helvetica.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}





img{ border:none;}

*{ outline:none; list-style:none;}

.clear{ clear:both;}

.fleft{ float:left;}

.frht{ float:right;}

h1{ color:#e35f14; font-size:24px;  font-weight:normal;}

h2{ color:#e35f14; font-size:30px;  font-weight:normal;}

a{ text-decoration:none;}





#wrapper{}

#wrapper #header{}

#wrapper #header #header-top{ background-color:#cb202d; height:5px;}

#wrapper #header #header-botom{ width:1000px; margin:0px auto;}

#wrapper #header #header-botom #hdr-btmleft{ width:250px; float:left;}

#wrapper #header #header-botom #hdr-btmleft .logo{ padding:20px;}

#wrapper #header #header-botom #hdr-btmleft .logo a{ width:180px; height:101px; background:url(../images/logo.png) no-repeat; display:block;}

#wrapper #header #header-botom #hdr-btmrht{ width:750px; float:left; padding:10px 0;}

#wrapper #header #header-botom #hdr-btmrht #top-nav{  float:right; clear:both; color:#7a7a7a; font-size:12px;}

#wrapper #header #header-botom #hdr-btmrht #top-nav a{ color:#7a7a7a; padding:5px 5px;    

     transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */}

#wrapper #header #header-botom #hdr-btmrht #top-nav a:hover{ text-decoration:none;}

#wrapper #header #header-botom #hdr-btmrht #top-nav a:hover, #wrapper #header #header-botom #hdr-btmrht #top-nav a.active{ background-color:#000; color:#FFF;	

     transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */}

#wrapper #header #header-botom #hdr-btmrht #login-section{ float:right; clear:both; padding:10px 0;  font-size:12px; text-transform: uppercase;}

#wrapper #header #header-botom #hdr-btmrht #login-section a{ color:#4d4d4d; padding:10px 15px;  background-color:#dedede; margin:5px 0px 0 15px; display:block; float:left;

     transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */}

#wrapper #header #header-botom #hdr-btmrht #login-section a:hover, #wrapper #header #header-botom #hdr-btmrht #login-section a.active{ background-color:#cb202d; color:#FFF;	

     transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */}

#wrapper #header #header-botom #hdr-btmrht #login-section a:hover{ text-decoration:none;}

#wrapper #header #header-botom #hdr-btmrht #social-media{ float:right; clear:both; margin:5px 0 0 0;}

#wrapper #nav-section #nav-main{ width:1000px; margin:0px auto; height:32px;	border-radius:10px 10px 0 0; behavior:url(PIE.htc); position:relative;

background: #373737; /* Old browsers */

background: -moz-linear-gradient(top, #373737 0%, #000000 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#373737), color-stop(100%,#000000)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #373737 0%,#000000 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #373737 0%,#000000 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #373737 0%,#000000 100%); /* IE10+ */

background: linear-gradient(to bottom,  #373737 0%,#000000 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

#wrapper #nav-section #nav-main .nav{ width:880px; color:#FFF; font-size:12px;  font-family: 'Helvetica';}

#wrapper #nav-section #nav-main .nav a{ color:#FFF; line-height:32px; padding:2px 15px 0 15px; 



display:block; float:left;

  transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */

}

#wrapper #nav-section #nav-main .nav a:hover, #wrapper #nav-section #nav-main .nav a.active{ color:#FFF; background-color:#d0060a; text-decoration:none;

  transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */

}

#wrapper #nav-section #nav-main .nav a.nav-img{ margin:5px 0 0 0;}

#wrapper #nav-section #nav-main .nav a.nav-img:hover{ background:none;}

#wrapper #nav-section #nav-main .nav span{ float:left;line-height:32px;}

#wrapper #nav-section #nav-main .for-employr{ width:120px; margin:0px 0 0 0; z-index:999999; position:absolute; right:5px; top:-6px;}

#wrapper #nav-section #nav-seprtr{ background-color:#000; height:2px;}





#wrapper #main-body{ width:1000px; margin:0px auto;}

#wrapper #main-body #bannr{

background: #fa4e4e; /* Old browsers */

background: -moz-linear-gradient(top,  #fa4e4e 0%, #850404 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa4e4e), color-stop(100%,#850404)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #fa4e4e 0%,#850404 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #fa4e4e 0%,#850404 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #fa4e4e 0%,#850404 100%); /* IE10+ */

background: linear-gradient(to bottom,  #fa4e4e 0%,#850404 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4e4e', endColorstr='#850404',GradientType=0 ); /* IE6-9 */ height:auto; margin:2px 0 0 0; padding:20px 20px 20px 20px;

	

}



#wrapper #main-body #bannr #bannr-lft{ width:450px; float:left;}

#wrapper #main-body #bannr .bnr-seprtr{ float:left; width:2px;

background: #f9b9b9; /* Old browsers */

background: -moz-linear-gradient(left,  #f9b9b9 0%, #f9b9b9 48%, #410202 50%, #410202 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9b9b9), color-stop(48%,#f9b9b9), color-stop(50%,#410202), color-stop(100%,#410202)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #f9b9b9 0%,#f9b9b9 48%,#410202 50%,#410202 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #f9b9b9 0%,#f9b9b9 48%,#410202 50%,#410202 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #f9b9b9 0%,#f9b9b9 48%,#410202 50%,#410202 100%); /* IE10+ */

background: linear-gradient(to right,  #f9b9b9 0%,#f9b9b9 48%,#410202 50%,#410202 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b9b9', endColorstr='#410202',GradientType=1 ); /* IE6-9 */

 height:260px;}



#wrapper #main-body #bannr #bannr-lft .heading{ font-size:23px; color:#000; text-shadow:1px 1px 2px #f4d1d1; margin-bottom:20px;  font-family: 'Helvetica';}

#wrapper #main-body #bannr #bannr-lft .textld-main{ margin:0px 0px 15px 0;}

#wrapper #main-body #bannr #bannr-lft .textld-main .text-fild{background: #fcfdff; /* Old browsers */

background: -moz-linear-gradient(top,  #fcfdff 26%, #dcdddf 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#fcfdff), color-stop(99%,#dcdddf)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #fcfdff 26%,#dcdddf 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #fcfdff 26%,#dcdddf 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #fcfdff 26%,#dcdddf 99%); /* IE10+ */

background: linear-gradient(to bottom,  #fcfdff 26%,#dcdddf 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdff', endColorstr='#dcdddf',GradientType=0 ); /* IE6-9 */ margin:10px 0px; font-size:12px; color:#6f6f6f; padding:10px 10px; width:400px; border:1px solid #c1bdbf; }

#wrapper #main-body #bannr #bannr-lft .select-menu-main{ width:450px; color:#FFF; font-size:12px;}

#wrapper #main-body #bannr #bannr-lft .select-menu-main select{ color:#6f6f6f; font-size:11px; padding:5px 5px 5px 5px; margin:5px 0 0 0; width:120px;

background: #fcfdff; /* Old browsers */

background: -moz-linear-gradient(top,  #fcfdff 26%, #dcdddf 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#fcfdff), color-stop(99%,#dcdddf)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #fcfdff 26%,#dcdddf 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #fcfdff 26%,#dcdddf 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #fcfdff 26%,#dcdddf 99%); /* IE10+ */

background: linear-gradient(to bottom,  #fcfdff 26%,#dcdddf 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdff', endColorstr='#dcdddf',GradientType=0 ); /* IE6-9 */border:1px solid #c1bdbf; 



} 

#wrapper #main-body #bannr #bannr-lft .select-menu-main .select-one{ width:120px; float:left; margin:0 10px 0 0;}

#wrapper #main-body #bannr #bannr-lft .select-menu-main .select-second{ width:120px; float:left; margin:0 10px 0 0;}

#wrapper #main-body #bannr #bannr-lft .select-menu-main .select-third{ width:180px; float:left;}

#wrapper #main-body #bannr #bannr-lft .select-menu-main .select-third select{ color:#6f6f6f; font-size:11px; padding:5px 5px 5px 5px; margin:5px 5px 0 0; width:77px; float:left;} 

#wrapper #main-body #bannr #bannr-lft .select-menu-main .select-third .in-lack{ font-size:10px; margin:5px 0 0 0;}

#wrapper #main-body #bannr #bannr-lft .input-btn{ margin:10px 0 0 0;}

#wrapper #main-body #bannr #bannr-lft .input-btn input{ color:#FFF; border:none; padding:0 20px; background:url(../images/search_btn.png) no-repeat; width:107px; height:36px; line-height:30px; cursor:pointer; font-size:13px; font-family: 'Helvetica'; }



#wrapper #main-body #bannr #bannr-rht{ width:498px; float:left; padding:10px 0 0px 10px;}

#wrapper #main-body #bannr #bannr-rht ul{ font-size:23px; color:#FFF; line-height:52px;}

#wrapper #main-body #bannr #bannr-rht ul li{ background:url(../images/yes-icon.png) left no-repeat; padding:0 0 0 30px;}

#wrapper #main-body #bannr #bannr-rht ul li span{ font-size:27px;}

#wrapper #main-body #bannr #bannr-rht .join-now{ float:right; margin:-40px 0 0 0;}



#wrapper #main-body #job-ctgry{background: #efefef; /* Old browsers */

background: -moz-linear-gradient(top,  #efefef 0%, #e2e3e2 56%, #d7d7d8 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(56%,#e2e3e2), color-stop(100%,#d7d7d8)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* IE10+ */

background: linear-gradient(to bottom,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d7d7d8',GradientType=0 ); /* IE6-9 */ border:1px solid #d9d7d7; box-shadow:5px 5px 4px #7f8383; padding:5px 10px; margin:10px 0;

}

#wrapper #main-body #job-ctgry .job-ctr-lft{ width:740px; float:left; padding:10px 0; color:#717171; font-size:12px;}

#wrapper #main-body #job-ctgry .job-ctr-lft span{ margin:0px 5px;}

#wrapper #main-body #job-ctgry .job-ctr-lft a{ color:#717171;}

#wrapper #main-body #job-ctgry .job-ctr-lft a:hover{ color:#000; text-decoration:underline;}

#wrapper #main-body #job-ctgry .job-ctr-rht{ float:right; width:auto;  font-size:13px; margin:10px 0 0 0; color:#656565; }

#wrapper #main-body #job-ctgry .job-ctr-rht span.plus-icon{ margin:0px 0 0 5px; display:block; float:right;}



#wrapper #main-body #section-one{}

#wrapper #main-body #section-one #section-left{ width:700px; float:left; padding:15px 10px 0 0;}

#wrapper #main-body #section-one #section-right{ width:290px; float:left; padding:15px 0 0 0;}

.right-top{ border:1px solid #dcdcdc; margin:0 0 20px 0; padding:0 0 10px 0;}

.right-top h1{ background-color:#f4f4f4; font-size:16px; color:#020000; padding:10px 10px;  font-family: 'Helvetica';}

.top-employ span{ width:117px; display:block; float:left; margin:12px;}

.right-top .tp-ul{ font-size:12px; margin:10px 0 10px 10px; color:#545454;}

.right-top .tp-ul li{ background:url(../images/rht-li-icon.png) no-repeat left; padding:0 0 0 25px; line-height:25px;}

.right-top .register-now{ background: #fa4e4e; /* Old browsers */

background: -moz-linear-gradient(top,  #fa4e4e 0%, #850404 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa4e4e), color-stop(100%,#850404)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #fa4e4e 0%,#850404 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #fa4e4e 0%,#850404 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #fa4e4e 0%,#850404 100%); /* IE10+ */

background: linear-gradient(to bottom,  #fa4e4e 0%,#850404 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4e4e', endColorstr='#850404',GradientType=0 ); /* IE6-9 */ 

 float:right; border:1px solid #c5c5c5; margin:0 10px 0 0;}

.right-top .register-now a{ color:#fff; font-size:12px;  padding:5px 10px; display:block;}

.right-top .rht-login-main{}

.right-top .rht-login-main .email{ margin:10px 0;}

.right-top .rht-login-main .email span{ width:80px; display:block; padding:5px 0 0 10px; color:#545454; font-size:12px; float:left;}

.right-top .rht-login-main .email input{ width:180px; color:#bababa; font-size:12px; border:1px solid #bababa; padding:3px 0; }





.right-top .rht-login-main .frgt-pswrd a{ color:#f31c0a; font-size:12px; margin:5px 0 0 90px; display:block;}

.right-top .rht-login-main .frgt-pswrd a:hover{ text-decoration:underline;}

.right-top .rht-login-main .login{ background: #efefef; /* Old browsers */

background: -moz-linear-gradient(top,  #efefef 0%, #e2e3e2 56%, #d7d7d8 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(56%,#e2e3e2), color-stop(100%,#d7d7d8)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* IE10+ */

background: linear-gradient(to bottom,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d7d7d8',GradientType=0 ); /* IE6-9 */

 float:right; border:1px solid #c5c5c5; margin:0 10px 0 0;}

.rht-login-main .login a{  color:#4e4e4e; font-size:12px;  padding:5px 10px; display:block;}



#wrapper #main-body #section-one #section-left #section--top-main{ border-bottom:1px solid #e2e2e2; padding:0 0 10px 0; margin:0 0 10px 0;}

#wrapper #main-body #section-one #section-left #section--top-main .heading-setn{ background-color:#f4f4f4; font-size:16px; color:#181818; padding:7px 0 7px 20px;  font-family: 'Helvetica';}

#wrapper #main-body #section-one #section-left #section--top-main .job-section{ margin:10px 0 0 0; font-size:12px; color:#6a6a6a;}

#wrapper #main-body #section-one #section-left #section--top-main .job-section a{ font-size:13px; color:#aa0a0d; font-weight:500;}

#wrapper #main-body #section-one #section-left #section--top-main .job-section a:hover{  text-decoration:underline;}

#wrapper #main-body #section-one #section-left #section--top-main .job-section .job-setn1{ width:210px; float:left;  border-right:1px solid #e2e2e2; margin-right:25px; padding-right:15px;}

#wrapper #main-body #section-one #section-left #section--top-main .job-section .job-setn2{ width:210px; float:left; border-right:1px solid #e2e2e2; margin-right:25px; padding-right:15px;}

#wrapper #main-body #section-one #section-left #section--top-main .job-section .job-setn3{ width:190px; float:left;}

#wrapper #main-body #section-one #section-left #section--top-main .job-section .job-mid1{border-bottom:1px solid #e2e2e2; padding:5px 10px 10px 10px; margin:5px 0 5px 0; width:170px; height:50px;  font-family: 'Helvetica'; font-size:12px;}

#wrapper #main-body #section-one #section-left #section--top-main .job-section .job-mid11{border-bottom:1px solid #e2e2e2; padding:5px 10px 10px 10px; margin:5px 0 5px 0; width:170px; height:122px;  font-family: 'Helvetica';}

#wrapper #main-body #section-one #section-left #section--top-main .job-section .job-mid2{border-bottom:0px solid #e2e2e2; padding:10px 10px 20px 10px; margin:10px 0 10px 0; width:170px;}

#wrapper #main-body #section-one #section-left #section--top-main .view-jobs{ background: #efefef; /* Old browsers */

background: -moz-linear-gradient(top,  #efefef 0%, #e2e3e2 56%, #d7d7d8 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(56%,#e2e3e2), color-stop(100%,#d7d7d8)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* IE10+ */

background: linear-gradient(to bottom,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d7d7d8',GradientType=0 ); /* IE6-9 */

 float:right; border:1px solid #c5c5c5;}

#wrapper #main-body #section-one #section-left #section--top-main .view-jobs a{ color:#4e4e4e; font-size:12px;  padding:5px 10px; display:block;}

#wrapper #main-body #section-one #section-left #section--top-main .job-section .add-fetured h1{ font-size:13px; color:#353535; font-weight:bold;}

#wrapper #main-body #section-one #section-left #section--top-main .job-section .add-fetured ul{ margin:5px 0 0 0; line-height:22px;}

#wrapper #main-body #section-one #section-left #section--top-main .job-section .add-fetured ul a{ font-size:12px; color:#6a6a6a;}

#wrapper #main-body #section-one #section-left #section--top-main .job-section .add-fetured ul a:hover{ color:#f21d08 !important; text-decoration:underline !important;}

#wrapper #main-body .section-second{ margin:10px 0 20px 0; width:1000px; }

#wrapper #main-body .section-second .secnd-one{ width:220px; border:1px solid #dcdcdc; padding:9px; float:left; margin:0 10px 0 0;

transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */}

#wrapper #main-body .section-second .secnd-one:hover{ background-color:#bd2828;	transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */

}

#wrapper #main-body .section-second .secnd-one:hover h1{ color:#fff;	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */}

#wrapper #main-body .section-second .secnd-one:hover p{ color:#f5bbbb;	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */}

	

#wrapper #main-body .section-second .last{ width:220px; border:1px solid #dcdcdc; padding:10px; float:left; margin:0 0px 0 0;}

#wrapper #main-body .section-second .last:hover{ background-color:#bd2828;	transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */

}

#wrapper #main-body .section-second .last:hover h1{ color:#fff;	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */}

#wrapper #main-body .section-second .last:hover p{ color:#f5bbbb;	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */}







#wrapper #main-body .section-second .secnd-img{ width:80px; float:left; height:70px; position:relative;}

#wrapper #main-body .section-second .secnd-img .send-img1{

	display: inline-block; position:absolute;

	text-indent: -9999px;

	right:5px;

	width: 80px;

	height: 70px;

	background: url(../images/section-secnd-icon1.png) no-repeat;

	margin-bottom:0px;}

#wrapper #main-body .section-second .secnd-img .send-img1 span{

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	 position:absolute;

	background: url(../images/section-secnd-icon1.png) no-repeat;

	background-position: 0px -75px;

	opacity: 0;

	-webkit-transition: opacity 0.8s;

	-moz-transition:    opacity 0.8s;

	-o-transition:      opacity 0.8s;}

#wrapper #main-body .section-second .secnd-one:hover .secnd-img .send-img1 span{opacity: 1;}

#wrapper #main-body .section-second .secnd-img .send-img2{

	display: inline-block; position:absolute;

	text-indent: -9999px;

	right:5px;

	width: 80px;

	height: 70px;

	background: url(../images/section-secnd-icon2.png) no-repeat;

	margin-bottom:0px;}

#wrapper #main-body .section-second .secnd-img .send-img2 span{

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	 position:absolute;

	background: url(../images/section-secnd-icon2.png) no-repeat;

	background-position: 0px -78px;

	opacity: 0;

	-webkit-transition: opacity 0.8s;

	-moz-transition:    opacity 0.8s;

	-o-transition:      opacity 0.8s;}

#wrapper #main-body .section-second .secnd-one:hover .secnd-img .send-img2 span{opacity: 1;}



#wrapper #main-body .section-second .secnd-img .send-img3{

	display: inline-block; position:absolute;

	text-indent: -9999px;

	right:5px;

	width: 80px;

	height: 70px;

	background: url(../images/section-secnd-icon3.png) no-repeat;

	margin-bottom:0px;}

#wrapper #main-body .section-second .secnd-img .send-img3 span{

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	 position:absolute;

	background: url(../images/section-secnd-icon3.png) no-repeat;

	background-position: 0px -73px;

	opacity: 0;

	-webkit-transition: opacity 0.8s;

	-moz-transition:    opacity 0.8s;

	-o-transition:      opacity 0.8s;}

#wrapper #main-body .section-second .secnd-one:hover .secnd-img .send-img3 span{opacity: 1;}



#wrapper #main-body .section-second .secnd-img .send-img4{

	display: inline-block; position:absolute;

	text-indent: -9999px;

	right:5px;

	width: 80px;

	height: 70px;

	background: url(../images/section-secnd-icon4.png) no-repeat;

	margin-bottom:0px;}

#wrapper #main-body .section-second .secnd-img .send-img4 span{

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	 position:absolute;

	background: url(../images/section-secnd-icon4.png) no-repeat;

	background-position: 0px -73px;

	opacity: 0;

	-webkit-transition: opacity 0.8s;

	-moz-transition:    opacity 0.8s;

	-o-transition:      opacity 0.8s;}

#wrapper #main-body .section-second .last:hover .secnd-img .send-img4 span{opacity: 1;}



#wrapper #main-body .section-second .secnd-img .send-img5{

	display: inline-block; position:absolute;

	text-indent: -9999px;

	right:5px;

	width: 80px;

	height: 70px;

	background: url(../images/section-secnd-icon5.png) no-repeat;

	margin-bottom:0px;}

#wrapper #main-body .section-second .secnd-img .send-img5 span{

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	 position:absolute;

	background: url(../images/section-secnd-icon5.png) no-repeat;

	background-position: 0px -77px;

	opacity: 0;

	-webkit-transition: opacity 0.8s;

	-moz-transition:    opacity 0.8s;

	-o-transition:      opacity 0.8s;}

#wrapper #main-body .section-second .secnd-one:hover .secnd-img .send-img5 span{opacity: 1;}



#wrapper #main-body .section-second .secnd-img .send-img6{

	display: inline-block; position:absolute;

	text-indent: -9999px;

	right:5px;

	width: 80px;

	height: 70px;

	background: url(../images/section-secnd-icon6.png) no-repeat;

	margin-bottom:0px;}

#wrapper #main-body .section-second .secnd-img .send-img6 span{

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	 position:absolute;

	background: url(../images/section-secnd-icon6.png) no-repeat;

	background-position: 0px -75px;

	opacity: 0;

	-webkit-transition: opacity 0.8s;

	-moz-transition:    opacity 0.8s;

	-o-transition:      opacity 0.8s;}

#wrapper #main-body .section-second .secnd-one:hover .secnd-img .send-img6 span{opacity: 1;}



#wrapper #main-body .section-second .secnd-img .send-img7{

	display: inline-block; position:absolute;

	text-indent: -9999px;

	right:5px;

	width: 80px;

	height: 70px;

	background: url(../images/section-secnd-icon7.png) no-repeat;

	margin-bottom:0px;}

#wrapper #main-body .section-second .secnd-img .send-img7 span{

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	 position:absolute;

	background: url(../images/section-secnd-icon7.png) no-repeat;

	background-position: 0px -75px;

	opacity: 0;

	-webkit-transition: opacity 0.8s;

	-moz-transition:    opacity 0.8s;

	-o-transition:      opacity 0.8s;}

#wrapper #main-body .section-second .secnd-one:hover .secnd-img .send-img7 span{opacity: 1;}

#wrapper #main-body .section-second .secnd-img .send-img8{

	display: inline-block; position:absolute;

	text-indent: -9999px;

	right:5px;

	width: 80px;

	height: 70px;

	background: url(../images/section-secnd-icon8.png) no-repeat;

	margin-bottom:0px;}

#wrapper #main-body .section-second .secnd-img .send-img8 span{

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	 position:absolute;

	background: url(../images/section-secnd-icon8.png) no-repeat;

	background-position: 0px -78px;

	opacity: 0;

	-webkit-transition: opacity 0.8s;

	-moz-transition:    opacity 0.8s;

	-o-transition:      opacity 0.8s;}

#wrapper #main-body .section-second .last:hover .secnd-img .send-img8 span{opacity: 1;}









#wrapper #main-body .section-second .secnd-txt{width:140px; float:left;}

#wrapper #main-body .section-second .secnd-txt h1{ color:#c8252d; font-size:16px; margin:0 0 0 10px;  font-family: 'Helvetica';	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */}

#wrapper #main-body .section-second .secnd-txt p{ color:#6c6c6c; font-size:12px;	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */}

#wrapper #main-body .section-third .thrd-one{ width:240px; height:180px;  float:left; margin:0 8px 0 0; border:1px solid #dcdcdc; background-color:#f7f7f7;}

#wrapper #main-body .section-third .thrd-last{ width:240px; height:180px; border:1px solid #dcdcdc;  float:left; margin:0 0px 0 0; background-color:#f7f7f7;}

#wrapper #main-body .section-third .heding{ border-bottom:1px solid #dcdcdc; margin-bottom:5px; padding:7px 10px; color:#333333; font-size:16px;}

#wrapper #main-body .section-third ul.thr-ul{ margin:0 0 0 15px;}

#wrapper #main-body .section-third ul.thr-ul a{ font-size:12px; color:#000; line-height:22px;}

#wrapper #main-body .section-third ul.thr-ul a:hover{ text-decoration:underline; color:#e6000b;}

#wrapper #main-body .section-third .thrd-one .thrd-p{ padding:0px 10px; font-size:12px; color:#000; line-height:22px; height:100px;}

#wrapper #main-body .section-third .thrd-one .thrd-a-btn{background: #efefef; /* Old browsers */

background: -moz-linear-gradient(top,  #efefef 0%, #e2e3e2 56%, #d7d7d8 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(56%,#e2e3e2), color-stop(100%,#d7d7d8)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* IE10+ */

background: linear-gradient(to bottom,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d7d7d8',GradientType=0 ); /* IE6-9 */

 float:right; border:1px solid #c5c5c5; margin:0 7px 0 0;}

#wrapper #main-body .section-third .thrd-one .thrd-a-btn a{ color:#4e4e4e; font-size:12px;  padding:5px 10px; display:block;} 

#wrapper #main-body .section-third .thrd-last-ul{ margin:0px 0 0 10px; }

#wrapper #main-body .section-third .thrd-last-ul a{ color:#000; font-size:13px; margin:0 0 0 10px; line-height:32px;  font-family: 'Helvetica';}

#wrapper #main-body .section-third .thrd-last-ul a:hover{ color:#cb202d;}

#wrapper #main-body .section-third .thrd-last-ul li.tshrt{ background:url(../images/t-shrt-icon.png) no-repeat; padding:0 0 0 20px; line-height:24px;}

#wrapper #main-body .section-third .thrd-last-ul li.game{ background:url(../images/game-icon.png) no-repeat; padding:0 0 0 20px; line-height:24px;}

#wrapper #main-body .section-third .thrd-last-ul li.iphone{ background:url(../images/aplle-icon.png) no-repeat; padding:0 0 0 20px; line-height:24px;}





#fotter{ background-color:#1d1d1d; color:#CCC; margin:20px 0 0 0;}

#fotter #foter-top{}

#fotter #foter-top .seprtr-top{ height:5px; background-color:#cb202d; padding:0px;}

#fotter #foter-top .foter-top-thousand{ width:1000px; margin:0px auto; padding:20px 0;}

#fotter #foter-top .foter-top-thousand .fotr-top-left{ width:720px; float:left;}

#fotter #foter-top .foter-top-thousand .fotr-top-rht{ width:280px; float:left;}

#fotter #foter-top .foter-top-thousand .link-one-main{ width:180px; float:left;}

#fotter #foter-top .foter-top-thousand h1{ font-size:16px; color:#FFF;}

#fotter #foter-top .foter-top-thousand .link-one-main ul { margin:10px 0 0 0;}

#fotter #foter-top .foter-top-thousand .link-one-main ul li a{ color:#6d6d6d; font-size:12px; line-height:20px;}

#fotter #foter-top .foter-top-thousand .link-one-main ul li a:hover{ color:#c2c2c2; text-decoration:underline;}

#fotter #foter-top .foter-top-thousand .link-one-main .secnd-h2{ margin:10px 0 0 0;}

#fotter #foter-top .foter-top-thousand .fotr-top-rht .social-plugins{ margin:10px 0 20px 0;}



.social-plugins .follow_icon {

    float: left;

    height: 55px;

    margin: 5px 5px;

    width: 54px;

}

.social-plugins .follow_icon .icon-1 {

    background: url(../images/icon1.jpg) no-repeat scroll left top transparent; cursor: pointer;

    display: block;

    height: 55px;

    transition-duration: 0.5s;

    width: 54px;

}



.social-plugins .follow_icon .icon-1:hover {

   background: url(../images/icon1.jpg) no-repeat scroll 0 -59px transparent;

}

.social-plugins .follow_icon .icon-2 {

    background: url(../images/icon2.jpg) no-repeat scroll left top transparent; cursor: pointer;

    display: block;

    height: 55px;

    transition-duration: 0.5s;

    width: 54px;

}



.social-plugins .follow_icon .icon-2:hover {

   background: url(../images/icon2.jpg) no-repeat scroll 0 -59px transparent;

}



.social-plugins .follow_icon .icon-3 {

    background: url(../images/icon3.jpg) no-repeat scroll left top transparent; cursor: pointer;

    display: block;

    height: 55px;

    transition-duration: 0.5s;

    width: 54px;

}



.social-plugins .follow_icon .icon-3:hover {

   background: url(../images/icon3.jpg) no-repeat scroll 0 -59px transparent;

}



.social-plugins .follow_icon .icon-4 {

    background: url(../images/icon4.jpg) no-repeat scroll left top transparent; cursor: pointer;

    display: block;

    height: 55px;

    transition-duration: 0.5s;

    width: 54px;

}



.social-plugins .follow_icon .icon-4:hover {

   background: url(../images/icon4.jpg) no-repeat scroll 0 -59px transparent;

}



#fotter #foter-top .foter-top-thousand .fotr-top-rht .watr-mark{ width:167px; margin:0px auto;}

#fotter #foter-top .foter-top-thousand .fotr-top-rht .copy-rht{ font-size:11px; color:#939393; text-align:right; margin:10px 0 0 0;}



#fotter #foter-botom{}

#fotter #foter-botom .foter-botom-top{ background-color:#2d2d2d;}

#fotter #foter-botom .foter-botom-top .fotr-btm-thousand{ width:1000px; margin:0px auto; padding:15px 0 15px 0;  font-family: 'Helvetica';}

#fotter #foter-botom .foter-botom-top .fotr-btm-thousand a{ color:#FFF; margin:0 20px 0 0; font-size:13px;}

#fotter #foter-botom .foter-botom-top .fotr-btm-thousand a:hover{ text-decoration:underline;}

#fotter #foter-botom .seprt{ height:1px; background-color:#535353;}



#fotter #foter-botom .alphabeticaly-job{ width:1000px; margin:0px auto; padding:10px 0 15px 0;}

#fotter #foter-botom .alphabeticaly-job .alphabeticaly-top{ color:#616161; font-size:11px; line-height:18px;}

#fotter #foter-botom .alphabeticaly-job .alphabeticaly-top a{ color:#616161;}

#fotter #foter-botom .alphabeticaly-job .alphabeticaly-top a:hover{ color:#FFF;}

#fotter #foter-botom .ftr-last{ width:1000px; margin:0px auto; padding:10px 0 15px 0; color:#4a4a4a; font-size:12px;}

#fotter #foter-botom .ftr-last a{ color:#909090;}

#fotter #foter-botom .ftr-last a:hover{ text-decoration:underline;}







#inner-bannr{background: #fa4e4e; /* Old browsers */

background: -moz-linear-gradient(top,  #fa4e4e 0%, #850404 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa4e4e), color-stop(100%,#850404)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #fa4e4e 0%,#850404 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #fa4e4e 0%,#850404 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #fa4e4e 0%,#850404 100%); /* IE10+ */

background: linear-gradient(to bottom,  #fa4e4e 0%,#850404 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4e4e', endColorstr='#850404',GradientType=0 ); /* IE6-9 */ height:auto; margin:2px 0 0 0; padding:20px 20px 15px 20px;}





#wrapper #main-body #inner-bannr #bannr-lft .heading{ font-size:23px; color:#000; text-shadow:1px 1px 2px #f4d1d1; margin-bottom:20px;  font-family: 'Helvetica';}

#wrapper #main-body #inner-bannr #bannr-lft .textld-main{ margin:0px 0px 15px 0; width:295px; float:left;}

#wrapper #main-body #inner-bannr #bannr-lft .textld-main .text-fild{background: #fcfdff; /* Old browsers */

background: -moz-linear-gradient(top,  #fcfdff 26%, #dcdddf 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#fcfdff), color-stop(99%,#dcdddf)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #fcfdff 26%,#dcdddf 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #fcfdff 26%,#dcdddf 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #fcfdff 26%,#dcdddf 99%); /* IE10+ */

background: linear-gradient(to bottom,  #fcfdff 26%,#dcdddf 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdff', endColorstr='#dcdddf',GradientType=0 ); /* IE6-9 */ font-size:12px; color:#6f6f6f; padding:10px 10px; width:260px; border:1px solid #c1bdbf; }

#wrapper #main-body #inner-bannr #bannr-lft .textld-main span{  font-family: 'Helvetica'; font-size:17px; color:#FFF; margin:0 0 5px 2px; display:block;}

#wrapper #main-body #inner-bannr #bannr-lft .input-btn{ margin:20px 0 0 0; width:70px; float:left;}

#wrapper #main-body #inner-bannr #bannr-lft .input-btn input{ color:#FFF; font-size:18px; border:none; padding:0 20px 0 35px;  font-family: 'Helvetica'; background:url(../images/go-bk.png) no-repeat; width:74px; height:48px; line-height:30px; cursor:pointer; }

#wrapper #main-body #inner-bannr #bannr-lft .textld-main select{background: #fcfdff; /* Old browsers */

background: -moz-linear-gradient(top,  #fcfdff 26%, #dcdddf 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#fcfdff), color-stop(99%,#dcdddf)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #fcfdff 26%,#dcdddf 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #fcfdff 26%,#dcdddf 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #fcfdff 26%,#dcdddf 99%); /* IE10+ */

background: linear-gradient(to bottom,  #fcfdff 26%,#dcdddf 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdff', endColorstr='#dcdddf',GradientType=0 ); /* IE6-9 */ font-size:12px; color:#6f6f6f; padding:9px 5px 8px 10px; width:270px; border:1px solid #c1bdbf; }





.inner-main{}

.inner-top{ border-bottom:1px solid #f84d4d;}

.serch-hd{ padding:20px 0 5px 5px;}

.serch-hd h1{ color:#000; font-size:29px;font-family: 'helvetica';}

.serch-hd h1 span{ color:#e30613;}

.nw-fnt h1{font-size:20px !important;}





.serch-hd-rt{ color:#4f4d4d; font-size:13px; padding:30px 5px 0 0;}

.serch-hd-rt a{color:#4f4d4d;}

.serch-hd-rt span{ margin:-2px 5px 0 0; display:block; float:left;}

.fvrt-lt{ margin:0 15px 0 0;}

.fvrt-rt{}

.inner-section{}

.innr-section-left{ width:200px; float:left; padding:0 20px 0 0;}

.innr-section-mid{width:555px; float:left; padding:0 25px 0 0;}

.innr-section-right{ float:left;width:200px;}

.setn-lt1 h1{ color:#494949; font-size:14px; background-color:#f4f4f4; padding:7px 5px 7px 10px; margin:20px 0 10px 0; font-family: 'Helvetica';}

.selt-select{ width:90%; margin:0px 0 0 10px; padding:5px 5px 5px 10px; border:1px solid #d0d0d0; color:#949494; font-size:12px;}

.selt-select2{ width:180px; margin:0px 0 0 10px; padding:5px 5px 5px 10px; border:1px solid #d0d0d0; color:#949494; font-size:12px;}

.innr-section-left2{ width:300px; float:left; padding:0 10px 0 0;}

.innr-section-mid2{width:650px; float:left; padding:0 25px 0 0;}

.innr-section-mid3{width:690px; float:left; padding:0 0px 0 0;}

.innr-section-mid4{width:780px; float:left; padding:0 0px 0 0;}

.innr-section-mid5{width:465px; float:left; padding:0 25px 0 0;}

.innr-section-mid5 .top-setn .tp-hd h1{ margin:0px 0 0 0;}

#leftside .innr-section-left .setn-lt1 h1{ margin:0px 0 0 0;}

.innr-section-mid6{width:650px; float:left; padding:0 0px 0 0;}



.setn-lt2{ margin-top:10px;}

.setn-lt2 h1{ color:#e30613; font-size:14px; border-bottom:1px solid #ececec; padding:7px 5px 7px 10px; margin:20px 0 10px 0;font-family: 'Helvetica';}

.setn-lt2 form{ margin:2px 0 0 10px; line-height:30px;}

.setn-lt2 label{color:#737373; font-size:13px;}

.setn-lt2 label input{ margin:0 10px 0 0px;}





.inner-logos span{width:90px; display:block; float:left; margin:5px;}

.inner-logos span img{ width:50px; height:37px;}



.lt-nav{ line-height:22px; margin:0 0 0 5px; font-size:13px; width:271px;}

.lt-nav a{ color:#a4a4a4;}

.lt-nav a:hover{ color:#0e0e0e; text-decoration:underline;}

.lt-nav li{ clear:both;}

.lt-nav li label input{ float:left; width:15px; margin:4px 8px 0 0;}

.lt-nav li label span{ float:left; width:140px; word-wrap:break-word;}







.rt-nw input.text-fild{ border:1px solid #cecece; width:160px; padding:5px 10px; color:#bababa; margin:3px 0 7px 5px;}

.frgt-pswrd a{ color:#f31c0a; font-size:12px; margin:0px 0 0 10px; display:block;}

.rt-login-btn{background: #efefef; /* Old browsers */

background: -moz-linear-gradient(top,  #efefef 0%, #e2e3e2 56%, #d7d7d8 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(56%,#e2e3e2), color-stop(100%,#d7d7d8)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* IE10+ */

background: linear-gradient(to bottom,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d7d7d8',GradientType=0 ); /* IE6-9 */ border:1px solid #c5c5c5; color:#4e4e4e; font-size:12px;  padding:5px 10px; margin:10px 0 0 10px;}

.download-app{ background:url(../images/download-cyb-apps.jpg) no-repeat; width:145px; height:52px; margin:20px auto 0 auto; padding:440px 0 0 20px;}



.rt-nw span.nw-hd{ font-size:12px; display:block; margin:5px 0 2px 7px;}

.sert-select{  border:1px solid #EBEBEB; width:180px; padding:5px 5px 5px 10px; color:#bababa; margin:3px 0 7px 5px; float:left;}

.nw-rtseprtr{ border-bottom:1px solid #ececec; padding-bottom:20px;}



.tp-hd h1{ color:#696969; font-size:15px; margin:20px 0 0 0;font-family: 'Helvetica';}

.sort{margin:25px 0 0 0; font-size:12px;}

.sort span{ color:#e30613;}

.sort a{ color:#000;}

.sort a:hover{ text-decoration:underline;}

.sort2{margin:0px 0 10px 0; font-size:12px;}

.sort2 span{ color:#e30613; float:left; margin:-0px 5px 0 0;}

.sort2 a:hover{ color:#000000; text-decoration:underline;}







.box1{ margin:20px 0 0 0; background-color:#f9f9f9; border-bottom:1px solid #dcdcdc; line-height:19px; position:relative;}

.box2{ margin:20px 0 0 0;  border-bottom:1px solid #dcdcdc !important; line-height:19px; position:relative; border:1px solid #FFF;}

.box2:hover{ background-color:#fff9f9; border:1px solid #f1c3c6 !important;}





.rht-new{ position:absolute; top:-5px; right:-5px;z-index: 999999;}

.box1-left{ width:390px; float:left; padding:10px 0 10px 10px; border-right:1px solid #dcdcdc;}

.box1-rht{ width:140px; float:left; padding:0 0 0 10px;}

.box1-left .top-hd{}

.box1-left .top-hd a{ color:#d33636; text-decoration:underline; margin:0 10px 0 0; font-family: 'Helvetica';}

.box1-left .top-hd a:hover{ text-decoration:none;}



.cmpny-name{ color:#5a5353; font-size:13px; padding:10px 0 0 0;}

.cmpny-name span{ color:#5a5353; color:#a9a9a9; font-size:12px;}

.text-btm{ color:#545454; font-size:12px; padding:0 30px 0 0; margin:10px 0 0 0; }

.text-btm a{ color:#d33636; text-decoration:underline;}

.text-btm a:hover{ text-decoration:none;}

.box-botom{ padding:10px 0 0 0;}

.box-botom a{ color:#545454; margin:1px 10px 0 0; display:block; float:left; font-size:12px;}

.box-botom a:hover{ text-decoration:underline;}

.box-botom img{ float:left; margin:0px 5px 0 0; display:block;}

.serch-logo{ height:113px; margin:50px 0 0 0px;}

.postd-on{ color:#545454; font-size:11px;}

.serch-logo a{  z-index:9999; position:absolute;}







.viewmore-btn{ background:none; border:none; color:#FFF; cursor:pointer;}

.viw-mre-btm-nav{ float:right; width:auto; margin:20px 0 0 0;}

.viw-mre-btm-nav ul{ list-style:none;}

.viw-mre-btm-nav ul li{ float:left; border:1px solid #dddddd; margin-right:10px; padding:0px 3px;}

.viw-mre-btm-nav ul li a{ color:#d8325d; text-decoration:none;}

.viw-mre-btm-nav ul li:hover{  background-color:#d8325d;	transition-duration: 1s;

	-moz-transition-duration: 1s;/* Firefox 4 */

	-webkit-transition-duration: 1s; /* Safari and Chrome */

	-o-transition-duration: 1s; /* Opera */}

.viw-mre-btm-nav ul li:hover a{ color:#fff;	transition-duration: .5s;

	-moz-transition-duration: .5s;/* Firefox 4 */

	-webkit-transition-duration: .5s; /* Safari and Chrome */

	-o-transition-duration: .5s; /* Opera */}

	

.vw-mr-active{ border:1px solid #d8325d; background-color:#d8325d;	}

.vw-mr-active a{ color:#fff !important;}



.vw-mr-un-active:hover { border:1px solid #dddddd; background-color:#FFF !important; }

.vw-mr-un-active a{ color:#d2d1d1 !important;}





.scrollbar1 { width: 200px; clear: both; margin: 0px 0 10px; }

.scrollbar1 .viewport { width: 190px; padding:0 0 0px 0; height:200px; overflow: hidden; position: relative; }

.scrollbar1 .overview {

	list-style: none;

	position: absolute;

	left: 3px; 

	top: 1px;

}

.scrollbar1 .thumb .end,

.scrollbar1 .thumb { background-color: #e40f1b; }

.scrollbar1 .scrollbar { position: relative; float: right; width: 7px; }

.scrollbar1 .track { background-color: #4f4f4f; height: 100%; width:7px; position: relative; }

.scrollbar1 .thumb { height: 20px; width: 7px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }

.scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 7px; }

.scrollbar1 .disable{ display: none; }

.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.jqury-ui-slider{}







.scrollbar1.wdth-add2 { width: 750px;  }

.scrollbar1.wdth-add2 .viewport { width: 773px; height: 600px; overflow: hidden; position: relative;  }

.scrollbar1.wdth-add2 .overview {

	list-style: none;

	position: absolute;

	left: 3px;

	top: 1px;

}

.scrollbar1.wdth-add2 .thumb .end,

.scrollbar1.wdth-add2 .thumb { background-color: #e40f1b; }

.scrollbar1.wdth-add2 .scrollbar { position: relative; float: right; width: 7px; }

.scrollbar1.wdth-add2 .track { background-color: #4f4f4f; height: 100%; width:7px; position: relative; }

.scrollbar1.wdth-add2 .thumb { height: 20px; width: 7px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }

.scrollbar1.wdth-add2 .thumb .end { overflow: hidden; height: 5px; width: 7px; }

.scrollbar1.wdth-add2 .disable{ display: none; }

.scrollbar1.wdth-add2 .noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }







.wdth-add{ width:290px; margin:0px auto;}



.add-nw-hd span{ background:#f4f4f4; margin:20px 0 10px 5px; display:block;}

.add-nw-hd h1{  padding:7px 5px 7px 10px; margin:0 0 0 8px;}

.wrk-tme-ul{ margin:10px 0 0 30px; line-height:28px;}

.wrk-tme-ul a { color:#737373;}

.wrk-tme-ul a:hover{ text-decoration:underline;}

.tab-section{ padding:30px 0 0 0;}

.top-left{ color:#eb4545;}

.top-rht{ font-size:12px;}

.rht-1a{ background:url(../images/rht1-img.png) no-repeat left center; color:#757575; text-decoration:underline; padding:0 0 0 30px; display:block; float:left; line-height:30px; margin:0 10px 0 0;}

.rht-2a{ background:url(../images/rht2-img.png) no-repeat left center; padding:0 0 0 30px; display:block; color:#757575; text-decoration:underline; float:right; line-height:30px; margin:0 -20px 0 0;}

.rht-1a:hover{ text-decoration:none;}

.rht-2a:hover{ text-decoration:none;}



.table-main{ font-size:11px !important;}

.table-top{ background-color:#f4f4f4; color:#484848; font-size:14px;  }

.table-top td{ padding:5px 5px;}

.view-phonenb{ background:url(../images/call-icon.png) left top no-repeat; padding:0 0 0 10px; display:block; line-height:18px; color:#333;}

.name-table{ display:block; color:#e23f3f; margin:0px 0 5px 0; font-size:14px;}

.seprtr-table{ background-color:#dcdcdc; height:1px;}

.table-botom td{ padding:5px 0;}



.serch-main{}

.serch-main .serch-hd h1{ color:#000; font-size:22px;font-family: 'helvetica';}

.serch-hd-rt .rht-nav ul{}

.serch-hd-rt .rht-nav ul li{ float:left; padding:3px 8px;}

.serch-hd-rt .rht-nav ul li:hover, .active-nw{ background-color:#000;}

.serch-hd-rt .rht-nav ul li:hover a, .active-nw a{  color:#FFF !important;}

.serch-main .serch-hd-rt{ padding:30px 5px 10px 0;}

.serch-setn1{ background:#f6f6f6; padding:10px; border-radius:10px; behavior:url(PIE.htc); position:relative; margin:10px 0 20px 0;}

.serch-setn1 h1{ color:#d0060a; border-bottom:2px dotted #c0c0c0; font-size:17px; padding:0 0 5px 0;}

.text-fild-main{ padding:10px 0 0 0; line-height:30px;}

.text-fld-left{ width:490px; float:left;}

.text-fld-rht{ width:490px; float:left;}



.mid-main1{padding:5px 5px;}

.mid-main1 span{ width:177px; float:left; line-height:18px; display:block;  text-align:right; padding:0px 5px; color:#3b3b3b;}

.mid-main1 input{  width:278px; height:19px; padding:5px 5px; border:1px solid #eaeaea; 

box-shadow:inset 0px 0px 2px rgba(0,0,0,.5);

-webkit-box-shadow:inset 0px 0px 2px rgba(0,0,0,.5);

-moz-box-shadow:inset 0px 0px 2px rgba(0,0,0,.5); color:#797575;}



.select1{  width:288px; height:28px; padding:4px 4px; border:1px solid #eaeaea;  color:#797575;

box-shadow:inset 0px 0px 2px rgba(0,0,0,.5);

-webkit-box-shadow:inset 0px 0px 2px rgba(0,0,0,.5);

-moz-box-shadow:inset 0px 0px 2px rgba(0,0,0,.5);}





.select2{ width:120px;  height:28px; padding:4px 4px; border:1px solid #eaeaea;  color:#797575;

box-shadow:inset 0px 0px 2px rgba(0,0,0,.5);

-webkit-box-shadow:inset 0px 0px 2px rgba(0,0,0,.5);

-moz-box-shadow:inset 0px 0px 2px rgba(0,0,0,.5);}



.mid-main2{padding:5px 10px;}

.main2lft1{ width:120px; text-align:center; padding-right:10px;}

.main2lft2{ width:135px;}

.main2lft3{width:30px;}

.main2lft4{width:130px;}

.main2lft5{width:45px; font-size:12px; color:#3b3b3b;}

.main2lft6{width:300px; font-size:12px; color:#3b3b3b;}



.admtp{ margin:70px 0 0 0;}

.rht-li-main{ width:288px; float:left; height:120px; overflow:auto; border:1px solid #c2c2c2;}

.rht-li-main input{ width:auto !important;}



.mid-main1.new-add-radio input{ width:auto !important;}

.radio-main{ width:200px; float:left; line-height:18px;  color:#646464; font-size:12px;}



.serch-cv-btn{ text-align:center;}

.serch-cv-btn input{ padding:10px 20px; background-color:#d0060a; font-size:18px; color:#FFF; cursor:pointer; border:0px;}



.profile-pic{ width:50px; float:left;}

.seeker-name{  float:left; margin:5px 0 0 10px;}

.mesge{ margin:5px 0 10px 0;}

.mesge img{ margin:0px 5px 0 0; float:left;}

.mesge a{ color:#f94e4e; text-decoration:underline;}

.mesge a:hover{ text-decoration:none;}



.lt-nav2{ line-height:22px; margin:0 0 0 5px; font-size:13px;}

.lt-nav2 a{ color:#a4a4a4;}

.lt-nav2 a:hover{ color:#d0060a; text-decoration:underline;}

.job-seeker-top{ padding:20px 0 0 0;}

.seeker-left{ width:460px; float:left; border-radius:7px; behavior:url(PIE.htc); position:relative; /*border:1px solid #d9d9d9;*/ padding:10px; margin:0 10px 0 0;}

.seeker-rht{ width:285px; float:left;}

#seeker-lt-add.seeker-left{border:1px solid #d9d9d9; min-height:375px; }







.seeker-hd1{ margin:0 0 7px 0;}

.lft-hd{ float:left; font-size:13px; color:#3f3f3f; width:140px; padding:0 0 0 10px;}

.rht-p{ float:left; font-size:12px;  width:300px; color:#8d8d8d; line-height:22px;}

.view-update-btn{ margin:25px 0 20px 140px;}

.view-update-btn a{ background: #e41a1c; /* Old browsers */

background: -moz-linear-gradient(top,  #e41a1c 5%, #c81215 30%, #930306 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#e41a1c), color-stop(30%,#c81215), color-stop(100%,#930306)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #e41a1c 5%,#c81215 30%,#930306 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #e41a1c 5%,#c81215 30%,#930306 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #e41a1c 5%,#c81215 30%,#930306 100%); /* IE10+ */

background: linear-gradient(to bottom,  #e41a1c 5%,#c81215 30%,#930306 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e41a1c', endColorstr='#930306',GradientType=0 ); /* IE6-9 */

 color:#FFF; border:1px solid #cc0507; padding:10px 10px;}

 .view-update-btn a:hover{ color:#FFF; text-decoration:none;}

.seekr-box1{background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#eeeeee)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 99%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */ border:1px solid #d2d0d0; height:230px;



}



.seekr-box2{background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#eeeeee)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 99%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */ border:1px solid #d2d0d0; min-height:120px; margin:10px 0 0 0;

}

.sr-dsg{ width:170px; font-size:15px; padding:10px 0 15px 10px;}

#sr-dsg-add{ height:auto; padding-bottom:3px;}

.seekr-box1 span{ color: #6F6F6F; font-size: 12px; margin:3px 10px;}

.sr-dsg2{ padding:10px 10px 0 0px;}

.sr-dsg2 a{ background:url(../images/delete-icon.png) no-repeat; padding:0 0 0 18px; color:#505050; font-size:12px}

.sr-dsg2 a:hover{ text-decoration:underline;}

.status{ font-size:12px; color:#a1a1a1;}

.status span{ color:#d83939; font-size:12px;}

.box2-btm{ border-top:1px solid #dedede; margin:5px 0 0 0; padding:10px;}

.box2-btm a{ display:block; float:left; color:#505050; font-size:12px; line-height:22px;}

.box2-btm a:hover{ text-decoration:underline;}

.box2-btm a.btm-icon1{ background:url(../images/edit-icon.png) left center no-repeat; padding:0 0 0 20px; margin:0 13px 0 0;}

.box2-btm a.btm-icon2{background:url(../images/download-icon.png) left center no-repeat; padding:0 0 0 20px; margin:0 13px 0 0;}

.box2-btm a.btm-icon2-grey{background:url(../images/download-icon-grey.png) left center no-repeat; padding:0 0 0 20px; margin:0 13px 0 0; cursor:default;}

.box2-btm a.btm-icon3{background:url(../images/mesage-icon3.png) left center no-repeat; padding:0 0 0 20px; margin:0 13px 0 0;}

.box2-btm a.btm-icon3-grey{background:url(../images/mesage-icon3-grey.png) left center no-repeat; padding:0 0 0 20px; margin:0 13px 0 0; cursor:default;}

.box2-btm a.btm-icon4{background:url(../images/print-icon.png) left center no-repeat; padding:0 0 0 20px;}

.box2-btm a.btm-icon2-grey:hover{ text-decoration:none; color:#505050;}

.box2-btm a.btm-icon3-grey:hover{ text-decoration:none; color:#505050;}



.seeker-botom-section{ padding:20px 0 0 0;}

.seekr-btm-hd{ background:#f4f4f4; padding:10px;}

.seekr-btm-hd2{ background:#f4f4f4; padding:0 0 4px 0;}

.hd-left{ color:#424242;}

.hd-rht a{ color:#848383; text-decoration:underline; font-size:12px;}

.hd-rht a:hover{ text-decoration:none; }

.seeker-section1{ padding:10px 10px 20px 10px; border-bottom:1px solid #d5d5d5;}

.seeker-section1 h1{ color:#e31f21; font-size:15px;}

.seeker-section1 h2{ color:#8d8e8d; font-size:14px;}

.seeker-section1 p{ color:#8d8e8d; font-size:12px; margin:10px 0 0 0;}

.seeker-section1 a{ color:#de3739; text-decoration:underline;}

.seeker-section1 a:hover{ text-decoration:none;}

.sekersetn1-a{ padding:20px 20px 0 0;}

.sekersetn1-a a{ font-size:12px; margin:0 50px 0 0;}

.ma-acount-h1{ background-color:#f4f4f4; padding:7px 5px 7px 10px; margin:20px 0 0 0;}

.ma-acount-h1 h1{ background:url(../images/aftr-login-icon1.png) left center no-repeat; padding:0 0 0 25px; display:block; margin:0px 0 0px 5px; float:left; line-height:25px;}

.ma-acount-h1 span{ float:right; display:block; margin:5px 0 0 0;}



.ma-acount-h1.add-employr2 h1{ background:url(../images/aftr-login-icon2.png) left center no-repeat; padding:0 0 0 25px; display:block; margin:0px 0 0px 5px; float:left; line-height:25px;}

.ma-acount-h1.add-employr3 h1{ background:url(../images/aftr-login-icon3.png) left center no-repeat; padding:0 0 0 25px; display:block; margin:0px 0 0px 5px; float:left; line-height:25px;}

.ma-acount-h1.add-employr4 h1{ background:url(../images/aftr-login-icon4.png) left center no-repeat; padding:0 0 0 25px; display:block; margin:0px 0 0px 5px; float:left; line-height:25px;}

.ma-acount-h1.add-employr5 h1{ background:url(../images/aftr-login-icon5.png) left center no-repeat; padding:0 0 0 25px; display:block; margin:0px 0 0px 5px; float:left; line-height:25px;}







.empolyr-table-section{ padding:10px 0 0 0;}

.empolyr-table-section table{ margin:0 0 0 20px;}

.empolyr-table-section2 table{ margin:0 0 0 0px; font-size:13px; color:#a4a4a4;}

.empolyr-table-section2 table tr td{ border-bottom:1px solid #f4f4f4;}

.empolyr-table-section2 table tr td a{ color:#a4a4a4;}

.empolyr-table-section2 table tr td a:hover{ color:#f74d4d; text-decoration:underline;}

.empolyr-table-section table tr{ font-size:13px; color:#a4a4a4;}

.empolyr-table-section table tr td{ border-bottom:1px solid #f4f4f4; padding:10px 0;}

.empolyr-table-section table tr.table-hd{ font-size:15px; color:#000000; }

.empolyr-table-section table tr.table-hd td{ padding:5px 0 10px 0;}

.empolyr-table-section table tr td a{ color:#a4a4a4;}

.empolyr-table-section table tr td a:hover{ color:#f74d4d; text-decoration:underline;}

.empolyr-table-section table tr span.knowle{ font-size:11px;}



.ma-acount-h2{ background-color:#f4f4f4; padding:5px 5px 5px 10px; margin:10px 0 0 0;}

.ma-acount-h2 h1{padding:0 0 0 0px; display:block; margin:0px 0 0px 5px; float:left; line-height:20px;}

.inner-top2 .serch-hd{ padding:5px 0 10px 5px;}

.inner-top2 .serch-hd h1{font-size:14px !important;}

.inner-top2 .serch-hd-rt{ color:#4f4d4d; font-size:13px; padding:5px 5px 0 0;}



span.tble-red{ color:#f74d4d;}

.seekr-btm-hd2 table span.table-bk-btn{ background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 1%, #f0f0f0 67%, #e1e1e1 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(67%,#f0f0f0), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 1%,#f0f0f0 67%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 1%,#f0f0f0 67%,#e1e1e1 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 1%,#f0f0f0 67%,#e1e1e1 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 1%,#f0f0f0 67%,#e1e1e1 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */ padding:3px 10px; border:1px solid #d9ddde;  box-shadow:1px 1px 2px #6b6a6a;}

.seekr-btm-hd2 table span.table-bk-btn a{ color:#424242; font-size:13px;}

.seekr-btm-hd2 table span.table-bk-btn a{ background:url(../images/arow5.png) no-repeat right center; padding:0 15px 0 0;}

.seekr-btm-hd2 table span.table-bk-btn.adda a{ background:none; padding:0 0px 0 0;}



/* for showing page drop down on mouse over for home page */

#expand_categories{background: #efefef; /* Old browsers */

background: -moz-linear-gradient(top,  #efefef 0%, #e2e3e2 56%, #d7d7d8 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(56%,#e2e3e2), color-stop(100%,#d7d7d8)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* IE10+ */

background: linear-gradient(to bottom,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d7d7d8',GradientType=0 ); /* IE6-9 */ border:1px solid #d9d7d7; box-shadow:5px 5px 4px #7f8383; padding:5px 10px; 

position:relative;top:-10px;display:none; height:290px;

}



/* css for progress bars */

.progressbar_style{height:4px !important;background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #CCCCCC;

    height: 7px !important;  margin-left: 7px;  margin-right: 7px;}

.progressbar_style .ui-widget-header{background:#b20000 !important;border:1px solid #b20000 !important;}

.right{float:right; position: relative;  top:10px; right:35px; margin:1px !important;}



/* css for login button of home page */

#wrapper #main-body #section-one #section-right .right-top .rht-login-main .login input[type=submit]{width:100px;color:#4e4e4e; font-size:12px;  display:block;border: 0px; padding: 5px;margin:0px;}



/* new css for registration page */

#mct #leftside #boxunder #logininfo .ph2 span.newspan{margin:0 0 0 15px !important;float:left !important;width:125px!important;display:none;}

.ph2 span{width:330px !important;}

.ph2 span select{float:left !important;}

#mct #leftside #boxunder #logininfo .ph2 span .add-client{ width:220px; border:1px solid #ebebeb; color:#787878; padding:3px 10px;}

#mct #leftside #boxunder #logininfo .ph2 span .add-client2{ width:220px; border:1px solid #ebebeb; color:#787878; padding:3px 5px;}

#mct #leftside #boxunder #logininfo .ph2 span .add-client3{ width:150px; border:1px solid #ebebeb; color:#787878; padding:3px 10px;}

#mct #leftside #boxunder #logininfo .ph2 span .add-client4{ width:170px; border:1px solid #ebebeb; color:#787878; padding:3px 5px;}





/* new css 2-3-2013 */

.share{ font-size:13px; color:#cb202d; margin-top:20px; margin-bottom:15px;}

.share a{color:#cb202d; font-size:13px; text-decoration:none;}

.share a:hover{color:#cb202d; font-size:13px; text-decoration:underline;}

.share img{ padding-right:10px;}



.breadcum{ margin:20px 0px 15px 0px; font-size:12px; color:#919191;}

.breadcum a{color:#d0060a; text-decoration:none;}

.breadcum a:hover{color:#d0060a; text-decoration:underline;}

.inner-top1{}

.detail_lft{ width:685px; float:left;}



.detail_lft h1{ font-size:20px; color:#000; font-weight:bold; margin:5px;}

.cmpny_logo{ float:right; margin:5px;}

.listing_tab{ width:700px; margin-top:5px;}

.listing_tab td{ padding:3px 7px; font-size:13px; color:#8A8A8A;}

.listing_tab td span{ padding:3px 7px; font-size:12px; color:#8A8A8A;}

.dec_job{ font-size:13px; margin:10px 0px; padding:0px; font-family:Arial, Helvetica, sans-serif;}

.dec_sepra{ width:100%; border-bottom:1px #CCC dashed; margin:1px 0px 10px 0px;}

.apply_btn{ float:right;  }

.apply_btn input{ padding:10px 20px; background-color:#d0060a; font-size:18px; color:#FFF; cursor:pointer; border:0px;}



.more{}



.head_dec{ background-color:#000; color:#fff; height:31px; padding-left:10px; line-height:31px; font-size:15px; margin-bottom:10px;}

.right_sec{ width:300px; border:none; margin-bottom:15px;}

.right_sec td{ line-height:25px; padding:3px; color:#d0181c; font-size:13px;}

.right_sec td a{color:#d0181c; font-size:13px; text-decoration:underline;}

.right_sec td a:hover{color:#d0181c; font-size:13px; text-decoration:none;}



.reco_job{ padding-bottom:10px;}

.linktext{ font-size:13px; font-family: 'Helvetica'; color:#d0060a; line-height:21px; margin-left:10px; }

.linktext a{ font-size:13px; font-family: 'Helvetica'; color:#d0060a; text-decoration:none; }

.linktext a:hover{ font-size:13px; font-family: 'Helvetica'; color:#d0060a; text-decoration:underline; }

.linktext span{ font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#818181;  }



.serch-hd-n{ margin-bottom:5px; line-height:25px;}

.serch-hd-n h1{ color:#000; font-size:20px; font-family: 'Helvetica'; }

.serch-hd-n h1 span{ color:#e30613;}

.serch-hd-n img{ margin-right:10px;}



.form_sec{ width:100%; margin:10px 0px;}

.head_post{ border-bottom:1px #CCC dashed; line-height:40px; color:#d0060a; font-size:15px; padding-left:10px; margin-bottom:15px;}

.head_post2{ border-bottom:1px #CCC dashed; border-top:1px #CCC dashed; line-height:45px; color:#d0060a; font-size:15px; padding-left:10px; margin-bottom:15px; margin-top:15px;}

.post_form{ width:983px; margin:0px auto;}

.post_form td{ padding:5px 0px; line-height:30px;vertical-align:top;}

.text_fei{ width:460px; height:25px; padding-left:6px; -moz-box-shadow: inset 0 0 5px #888;-webkit-box-shadow: inset 0 0 5px#888;box-shadow: inner 0 0 5px #888; border:none;

 background:none; color:#827c7c; font-size:12px; padding-right:6px;}

 .text_fei1{ width:200px; height:25px; padding-left:6px; -moz-box-shadow: inset 0 0 5px #888;-webkit-box-shadow: inset 0 0 5px#888;box-shadow: inner 0 0 5px #888; border:none;

 background:none; color:#827c7c; font-size:12px; padding-right:6px;}

 .small_tbl{ font-size:12px; color:#787878; line-height:15px;}

  .small_select{ width:125px; height:25px;  border: 1px solid #CCC;

 background:none; color:#827c7c; font-size:12px; }

 .big_select{ width:472px; height:25px;  border: 1px solid #CCC;

 background:none; color:#827c7c; font-size:12px; }

 .multy{ width:217px; height:120px; line-height:20px; }

 .textare{ width:460px; height:120px; padding-left:6px; -moz-box-shadow: inset 0 0 5px #888;-webkit-box-shadow: inset 0 0 5px#888;box-shadow: inner 0 0 5px #888; border:none;

 background:none; color:#827c7c; font-size:12px; padding-right:6px;}

.mid_select{ width:350px; height:25px;  border: 1px solid #CCC;

 background:none; color:#827c7c; font-size:12px; }

 .text_fei2{ width:350px; height:25px; padding-left:6px; -moz-box-shadow: inset 0 0 5px #888;-webkit-box-shadow: inset 0 0 5px#888;box-shadow: inner 0 0 5px #888; border:none;

 background:none; color:#827c7c; font-size:12px; padding-right:6px;}

 

 .submit_post{ float:left; }

.submit_post input{ padding:10px 20px; background-color:#d0060a; font-size:18px; color:#FFF; cursor:pointer; border:0px;}





.new-add{ width:780px; float:left; margin:20px 0 0 0;}

.wdth-add2{ width:780px !important; }

.submitbtn22 {

background: #e41a1c; /* Old browsers */

background: -moz-linear-gradient(top,  #e41a1c 0%, #c81215 28%, #930306 85%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e41a1c), color-stop(28%,#c81215), color-stop(85%,#930306)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #e41a1c 0%,#c81215 28%,#930306 85%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #e41a1c 0%,#c81215 28%,#930306 85%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #e41a1c 0%,#c81215 28%,#930306 85%); /* IE10+ */

background: linear-gradient(to bottom,  #e41a1c 0%,#c81215 28%,#930306 85%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e41a1c', endColorstr='#930306',GradientType=0 ); /* IE6-9 */ border:1px solid #cc0507; padding:5px 20px; border-radius:8px; position:relative; behavior:url(PIE.htc);  behavior:url(PIE.htc); 

	font:bold 12px Arial, Calibri;

	color:#fff;

	cursor:pointer; margin:0 10px 0 0;

}

.submitbtn23 {

background: #5a5a5a; /* Old browsers */

background: -moz-linear-gradient(top,  #5a5a5a 0%, #303030 85%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a5a5a), color-stop(85%,#303030)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #5a5a5a 0%,#303030 85%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #5a5a5a 0%,#303030 85%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #5a5a5a 0%,#303030 85%); /* IE10+ */

background: linear-gradient(to bottom,  #5a5a5a 0%,#303030 85%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#303030',GradientType=0 ); /* IE6-9 */

border:1px solid #000000; padding:5px 20px; border-radius:8px; position:relative; behavior:url(PIE.htc);  behavior:url(PIE.htc); 

	font:bold 12px Arial, Calibri;

	color:#fff;

	cursor:pointer;

}

#leftsidee2{

	float:left;

	width:200px;

	height:auto;

	margin:0px 10px 0px 0px;

}

#rightsidee3{	float:left;

	width:790px;

	height:auto;

	margin:0px 0px 0px 0px;}

.new-left-ul{ margin:10px 0 0 0;}

.new-left-ul li{ background-color:#f4f4f4; padding:8px 10px; margin:3px 0;}

.new-left-ul li a{ color:#494949; display:block;}

.new-left-ul li:hover{ background-color:#353535;}

.new-left-ul li:hover a{ color:#FFF; text-decoration:none;}

.cmny-detail-p{ border:1px solid #dadada; margin:10px 0 0 0; padding:10px; color:#494949; font-size:13px; line-height:30px;}

.slide h1{ color: #181818 !important;

    font-family: 'helvetica_neueregular'!important;

    font-size: 16px !important; font-weight:normal !important;}

ul.blockIndus li{  background:url(../images/li-circle.png) no-repeat left center !important; padding:0 0 0 20px; color:#515151; }

ul.blockIndus li a{  color:#515151 !important; line-height:24px; }

ul.blockIndus li a:hover{ color:#dc2730 !important;}

.view-more-new{ float:right; margin:10px 10px 0 0; font-size:12px;}

.view-more-new a{ color:#f21d08;}

.cmny-detail-p{}





#nav-li{ z-index:9999; position:absolute; left:50px;



}

#nav-li li{

	float:left;

	margin-right:10px;

	position:relative; background:url(../images/nav-seprtr.jpg) right center no-repeat;

}

#nav-li li:last-child{ background:none;



}

#nav-li a{

	display:block;

	padding:5px;

	color:#fff;

	text-decoration:none;

}

#nav-li a:hover{

	color:#fff;

	background:#6b0c36;

	text-decoration:underline;

}



/*--- DROPDOWN ---*/

#nav-li ul{ margin:0px 0 0 0;

	list-style:none;

	position:absolute; z-index:222;  



	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */

}

#nav-li ul li{



	float:none;  background:#7b0000;

}

#nav-li ul a{

	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */

}

#nav-li li:hover ul{ /* Display the dropdown on hover */

	left:0; /* Bring back on-screen when needed */

}

#nav-li li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */

	background:#7b0000;

	text-decoration:underline; float:none !important;

}

#nav-li li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */

	text-decoration:none;

}

#nav-li li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */

	background:#333;

}

.job-section div:nth-child(7) .job-mid11{ border:none !important;}

.job-section div:nth-child(8) .job-mid11{ border:none !important;}

.job-section div:nth-child(9) .job-mid11{ border:none !important;}



.job-section div:nth-child(10) .job-mid1{ border:none !important;}

.job-section div:nth-child(11) .job-mid1{ border:none !important;}

.job-section div:nth-child(12) .job-mid1{ border:none !important;}



.left-new-lg{ width:660px; float:left; padding:20px;}

.left-new-lg h1{ color:#000; font-size:23px; padding:10px 0 20px 0;    font-family: 'Helvetica';}

.left-new-lg ul{ margin:0 0 0 20px;}

.left-new-lg ul li{ background:url(../images/yes-icon2.png) no-repeat left top; background-position:0px 7px; padding:0 0 0 30px; color:#696969; font-size:14px; line-height:30px;}

.login-lg{ border:1px solid #dcdcdc;}

.login-lg h1{ background-color:#f4f4f4; padding:5px 10px; color:#020000; font-size:16px; font-family: 'Helvetica';}

.frm-lg{}







.top-emplr-lg{ margin:20px 0 0 0;}

.top-emplr-lg .top-employ span{ display: block; float: left; margin:10px !important; width: 117px;

}

.rgstr-rg{ padding:5px 20px 0 20px; color:#696969; font-size:13px; }

.rgstr-ul{ margin:20px 0 0 0;}

.rgstr-ul li{background:url(../images/yes-icon2.png) no-repeat left top; padding:0 0 0 25px; color:#696969; font-size:13px; line-height:22px;}



.more.new-lggg{ border:1px solid #cdcdcd; padding:0 0 20px 0;}

.new-seeker{ padding:30px 0 0 0;}

.sign-up{ width:344px; color:#303030; font-size:19px;}

.or-seekr{ margin:10px 0 0 100px;}

.rgstr-below{ margin:10px 0 0 0px;}

.rgstr-using{ background-color:#f6f6f6; border-radius:10px; margin:10px 0 0 0; position:relative; behaviour:url(PIE.htc); padding:10px;}

.txt-fld-regstr{}

.txt-fld-regstr1{ margin:0 0 10px 0;}

.txt-fld-regstr1 span{ width:150px; color:#3b3b3b; text-align:right; padding:0 10px 0 0; font-size:15px; display:block; float:left; font-family: 'Helvetica';}

.txt-fld-regstr1 input.input-sign{ width:400px; color:#b2b2b2; padding:5px; font-size:12px; border:1px solid #eaeaea;}

.txt-fld-regstr2{ margin:0 0 10px 156px; font-size:13px;}

.txt-fld-regstr2 span{ color:#f35555;}

.txt-fld-regstr3{ margin:15px 0 20px 160px;}

.txt-fld-regstr3 input.input-rgstr-btn{ background: #ed5c5c; /* Old browsers */

background: -moz-linear-gradient(top,  #ed5c5c 0%, #b41b1b 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed5c5c), color-stop(99%,#b41b1b)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ed5c5c 0%,#b41b1b 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ed5c5c 0%,#b41b1b 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ed5c5c 0%,#b41b1b 99%); /* IE10+ */

background: linear-gradient(to bottom,  #ed5c5c 0%,#b41b1b 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5c5c', endColorstr='#b41b1b',GradientType=0 ); /* IE6-9 */ padding:7px 25px; cursor:pointer; color:#FFF; border:none; box-shadow:10px 10px 15px #bebebe; font-size:18px; display:block;

}

.confidental-h1{ float:left;}

.confidental-rating{ float:left;}

.top-employer-confid span{width:100px; display:block; float:left; margin:5px 12px; text-align:center;}

.client-registr{ margin:15px 0 10px 0;}





.lt-expnc{ float:left; margin:0 0 0 115px;}

.lt-expnc2{ float:left; margin:0 0 0 15px;}

.lt-expnc2 select{ width:130px !important; }

.lt-expnc select{ width:130px !important; }



/*employr-page-css*/

.employr-bannr{ padding:30px 0 0 0;}

.bannr-lt{ width:700px;}

.bannr-rt{ width:300px;}

.bannr-img-employer{ margin:5px 0 0 0; background:url(../images/post-job.png) no-repeat; width:563px; height:58px; padding:190px 0 0 110px;}

.bannr-img-employer2{ margin:5px 0 0 0; background:url(../images/resume-service-bannr.jpg) no-repeat; width:694px; height:262px; border:1px solid #ebebeb;}

.bannr-img-employer a{ }

.right-top-emp h1{ background-color:#f4f4f4; color:#636363; font-size:15px; padding:7px 10px; font-family: 'Helvetica';}

.right-top-emp .rht-login-main .email span{ display:block; color:#4c4c4c; margin:10px 0 0 5px;}

.right-top-emp .rht-login-main .email input{ display:block; color:#aaaaaa; padding:5px 10px;  margin:5px 0 0 5px; border:1px solid #cecece; width:85%;}

.right-top-emp .rht-login-main .frgt-pswrd{ margin:12px 0 12px 0;}

.right-top-emp .rht-login-main .logins{ margin:10px 0 0 10px;}

.right-top-emp .rht-login-main .logins input{ float:left; padding:5px 13px; width:inherit; cursor:pointer; color:#4e4e4e; font-size:12px;  }

.right-top-emp{ border-bottom:1px solid #ececec; padding:0 0 15px 0;}

.empolr-h1{  padding:20px 0 10px 0;}

.empolr-h1 h1{ color:#312c2c; background-color:#f0f0f0; padding:7px 10px; font-size:19px;  font-family: 'Helvetica';}





.section-second .secnd-one-emp{ width:220px; border:1px solid #dcdcdc; padding:9px; float:left; margin:0 10px 0 0;

transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */}

.section-second .secnd-one-emp:hover{ background-color:#bd2828;	

   transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */

}



.secnd-one.add-new{ margin:0 0 0 25px !important;}

.section-second-emp{ margin:10px 0 20px 0; width:1000px; }

.section-second-emp .secnd-one{ width:240px;  float:left; margin:0 5px 0 0;}

.secnd-one.add-newsend{width:230px; margin:0px;}





.hovr-employe-pehra{ width:232px; height:200px;  z-index:111; position:absolute; text-align:center;}

.hovr-employe-pehra h1{ margin:100px 0 0 0; color:#515151; font-size:29px;  font-family: 'Helvetica'; transition-duration: .8s; font-weight:normal;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */

 }

.hovr-employe-pehra p{ font-size:13px; color:#7f7f7f;transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */

 }

.hvr-btn{ position:absolute; z-index:111; bottom:1px; right:5px}

.hvr-btn a{ background-color:#b4b4b4; padding:5px 10px; color:#FFF;transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */

}

.hvr-btn a:hover{ color:#FFF; text-decoration:none;}

.section-second-emp .secnd-one:hover .hovr-employe-pehra h1{  color:#fff;transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */

}

.section-second-emp .secnd-one:hover .hovr-employe-pehra p{  color:#fff;transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */

}

.section-second-emp .secnd-one:hover .hovr-employe-pehra  a{ background-color:#a33235;transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */

}



.section-second-emp .secnd-img{ width:232px; float:left; height:231px; position:relative;}

.section-second-emp .secnd-img .send-img1{

	display: inline-block; position:absolute;

	text-indent: -9999px;

	right:5px;

	width: 232px;

	height: 204px;

	background: url(../images/employer-hovr1.jpg) no-repeat;

	margin-bottom:0px;}

.section-second-emp .secnd-img .send-img1 span{

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	 position:absolute;

	background: url(../images/employer-hovr1.jpg) no-repeat;

	background-position: 0px -208px;

	opacity: 0;

	-webkit-transition: opacity 0.8s;

	-moz-transition:    opacity 0.8s;

	-o-transition:      opacity 0.8s;}

.section-second-emp .secnd-one:hover .secnd-img .send-img1 span{opacity: 1;}



.section-second-emp .secnd-img .send-img2{

	display: inline-block; position:absolute;

	text-indent: -9999px;

	right:5px;

	width: 232px;

	height: 204px;

	background: url(../images/employer-hovr2.jpg) no-repeat;

	margin-bottom:0px;}

.section-second-emp .secnd-img .send-img2 span{

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	 position:absolute;

	background: url(../images/employer-hovr2.jpg) no-repeat;

	background-position: 0px -208px;

	opacity: 0;

	-webkit-transition: opacity 0.8s;

	-moz-transition:    opacity 0.8s;

	-o-transition:      opacity 0.8s;}

.section-second-emp .secnd-one:hover .secnd-img .send-img2 span{opacity: 1;}





.section-second-emp .secnd-img .send-img3{

	display: inline-block; position:absolute;

	text-indent: -9999px;

	right:5px;

	width: 232px;

	height: 204px;

	background: url(../images/employer-hovr3.jpg) no-repeat;

	margin-bottom:0px;}

.section-second-emp .secnd-img .send-img3 span{

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	 position:absolute;

	background: url(../images/employer-hovr3.jpg) no-repeat;

	background-position: 0px -208px;

	opacity: 0;

	-webkit-transition: opacity 0.8s;

	-moz-transition:    opacity 0.8s;

	-o-transition:      opacity 0.8s;}

.section-second-emp .secnd-one:hover .secnd-img .send-img3 span{opacity: 1;}





.section-second-emp .secnd-img .send-img4{

	display: inline-block; position:absolute;

	text-indent: -9999px;

	right:5px;

	width: 232px;

	height: 204px;

	background: url(../images/employer-hovr4.jpg) no-repeat;

	margin-bottom:0px;}

.section-second-emp .secnd-img .send-img4 span{

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	 position:absolute;

	background: url(../images/employer-hovr4.jpg) no-repeat;

	background-position: -0px -208px;

	opacity: 0;

	-webkit-transition: opacity 0.8s;

	-moz-transition:    opacity 0.8s;

	-o-transition:      opacity 0.8s;}

.section-second-emp .secnd-one:hover .secnd-img .send-img4 span{opacity: 1;}





.section-second-emp .secnd-img .send-img5{

	display: inline-block; position:absolute;

	text-indent: -9999px;

	right:5px;

	width: 232px;

	height: 102px;

	background: url(../images/employer-hovr5.png) no-repeat;

	margin-bottom:0px;}

.section-second-emp .secnd-img .send-img5 span{

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	 position:absolute;

	background: url(../images/employer-hovr5.png) no-repeat;

	background-position: 0px -125px;

	opacity: 0;

	-webkit-transition: opacity 0.8s;

	-moz-transition:    opacity 0.8s;

	-o-transition:      opacity 0.8s;}

.section-second-emp .secnd-one:hover .secnd-img .send-img5 span{opacity: 1;}





.section-second-emp .secnd-img .send-img6{

	display: inline-block; position:absolute;

	text-indent: -9999px;

	right:5px;

	width: 232px;

	height: 102px;

	background: url(../images/employer-hovr6.png) no-repeat;

	margin-bottom:0px;}

.section-second-emp .secnd-img .send-img6 span{

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	 position:absolute;

	background: url(../images/employer-hovr6.png) no-repeat;

	background-position: 0px -125px;

	opacity: 0;

	-webkit-transition: opacity 0.8s;

	-moz-transition:    opacity 0.8s;

	-o-transition:      opacity 0.8s;}

.section-second-emp .secnd-one:hover .secnd-img .send-img6 span{opacity: 1;}







.section-second-emp .secnd-img .send-img7{

	display: inline-block; position:absolute;

	text-indent: -9999px;

	right:5px;

	width: 232px;

	height: 102px;

	background: url(../images/employer-hovr7.png) no-repeat;

	margin-bottom:0px;}

.section-second-emp .secnd-img .send-img7 span{

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	 position:absolute;

	background: url(../images/employer-hovr7.png) no-repeat;

	background-position: 0px -125px;

	opacity: 0;

	-webkit-transition: opacity 0.8s;

	-moz-transition:    opacity 0.8s;

	-o-transition:      opacity 0.8s;}

.section-second-emp .secnd-one:hover .secnd-img .send-img7 span{opacity: 1;}







.section-second-emp .secnd-img .send-img8{

	display: inline-block; position:absolute;

	text-indent: -9999px;

	right:5px;

	width: 232px;

	height: 102px;

	background: url(../images/employer-hovr8.png) no-repeat;

	margin-bottom:0px;}

.section-second-emp .secnd-img .send-img8 span{

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	 position:absolute;

	background: url(../images/employer-hovr8.png) no-repeat;

	background-position: 0px -125px;

	opacity: 0;

	-webkit-transition: opacity 0.8s;

	-moz-transition:    opacity 0.8s;

	-o-transition:      opacity 0.8s;}

.section-second-emp .secnd-one:hover .secnd-img .send-img8 span{opacity: 1;}



.add-new-a-hf{ position:absolute; z-index:999; top:110px; text-align:center; width:230px;}

.ahf1{ background: url(../images/a-hrf-arow-hover.png) no-repeat left center; padding:0 0 0 15px; line-height:20px; font-family: 'Helvetica'; font-size:15px;

	-webkit-transition:  0.8s;

	-moz-transition:  0.8s;

	-o-transition:    0.8s;}

.secnd-img:hover .ahf1{ background: url(../images/a-hrf-arow.png) no-repeat left center; color:#414141; text-decoration:none;	-webkit-transition:0.8s;

	-moz-transition:    0.8s;

	-o-transition:      0.8s; }









.section-employr-botom{

background: #eeeeee; /* Old browsers */

background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* IE10+ */

background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ border:1px solid #cccccc; border-radius:10px; padding:10px;

	

	}





.sectn-emp-1{ border-right:1px solid #cdcdcd; width:300px; float:left; padding:0 0 0 25px; }

.sectn-emp-1.last{ border:none;}

.sectn-emp-1 img{ float:left;}

.sectn-emp-1 span{ float:left; width:225px; text-align:center;}

.sectn-emp-1 span h1 a{  color:#404040; font-size:19px; font-family: 'Helvetica';}

.sectn-emp-1 span h1 a:hover{ text-decoration:underline;}

.sectn-emp-1 span p{ color:#7f7f7f; font-size:13px;}

/*employr-page-css*/







/* mail pages new css 7-3-2013 Ankit */



#warper_mail{ width:800px; margin:0px auto; border:2px solid #cb202d; padding:10px;}

.heading_top{ background-color:#f6f6f6; height:35px; margin:5px 0px; line-height:35px; padding-left:10px; color:#202020; font-size:17px; font-family: 'Helvetica'; }

.logo{ padding:10px; float:left;}

.logo a{ width:180px; height:101px; background:url(../images/logo.png) no-repeat; display:block;}

.desta_sec{ height:30px; margin-bottom:10px;  background-color:#202020; line-height:30px; padding-left:10px; color:#FFF;  font-size:14px; font-family: 'Helvetica'; }

.line_sep{ background-color:#dadada; height:1px; margin:5px 0px 10px;}

.clickhere_but{ width:240px; height:30px; margin:0px auto; margin-bottom:10px; margin-top:18px; background-color:#cb202d; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; cursor:pointer; }

.clickhere_but:hover{ width:240px; height:30px; margin:0px auto; margin-bottom:10px; margin-top:18px; background-color:#000; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; cursor:pointer; }

.clickhere_but a{ color:#FFF; text-decoration:none;}

.clickhere_but a:hover{ color:#FFF; text-decoration:none;}

#warper_mail p{color:#5f5f5f; font-size:12px; font-family: 'Helvetica'; line-height:20px; padding: 5px 12px ;}

#warper_mail p span{color:#393939; font-size:13px; font-family: 'Helvetica';}

#warper_mail p a{color:#cb202d; font-size:12px; font-family: 'Helvetica';  text-decoration:underline;}

#warper_mail p a:hover{color:#cb202d; font-size:12px; font-family: 'Helvetica';  text-decoration:none;}

.viewer{ margin:0px 10px 10px;}

.viewer_tt{ width:780px; border: 1px solid #CCC;}



.viewer_tt th{ line-height:30px; padding:0px 20px; text-align:left; color:#3f3f3f; background-color:#f6f6f6; font-size:13px; font-weight:normal; font-family: 'Helvetica'; }

.viewer_tt td{ line-height:25px; padding:0px 20px; color:#8a8a8a; font-size:13px; font-weight:normal; font-family: 'Helvetica'; }

.viewer_tt td a{ color:#cb202d; font-size:12px; font-weight:normal; font-family: 'Helvetica'; text-decoration:underline; }

.viewer_tt td a:hover{ color:#cb202d; font-size:12px; font-weight:normal; font-family: 'Helvetica'; text-decoration:none; }

.add_new{ width:780px; height:80px;  margin:0px auto; margin-top:10px; margin-bottom:10px;}

.left_ne{float:left; width:250px;}

.right_sec_new{  width:250px; background-color:#f8f8f8;}

.left_new_sec{ float:right; width:540px;  background-color:#fafafa;}

.cyb_profile{  height:auto; padding:5px; margin-top:10px;}

.your_pro{ width:240px; border:0px;}

.your_pro th{ line-height:30px; padding:0px 5px; text-align:left; border-bottom:2px solid #1a1a1a; color:#181818; font-size:14px;  font-weight:normal; font-family: 'Helvetica'; }

.your_pro td{ line-height:30px; padding:0px 5px; color:#848484; border-bottom:1px solid #dddddd; font-size:12px; font-weight:normal; font-family: 'Helvetica'; }



.your_pro td span{ color:#1a1a1a; font-size:13px; font-weight:normal; font-family: 'Helvetica';}

.update_pro{ width:200px; margin:0px auto; height:30px; margin-top:10px; margin-bottom:10px; background-color:#cb202d; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; cursor:pointer;}

.update_pro:hover{ width:200px; margin:0px auto; height:30px; margin-top:10px; margin-bottom:10px; background-color:#000; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; cursor:pointer;}

.update_pro a{ color:#FFF; text-decoration:none;}

.update_pro a:hover{ color:#FFF; text-decoration:none;}

.jobs_dec{ margin:10px 5px; padding:5px;}

.job_left{ width:100%; float:left;}

.job_left h2{ font-size:16px; font-weight:normal; font-family: 'Helvetica'; color:#202020; padding-left:10px;}

.job_left h2 a{ font-size:16px; font-weight:normal; font-family: 'Helvetica'; color:#cb202d; text-decoration:none; }

.job_left h2 a:hover{ font-size:16px; font-weight:normal; font-family: 'Helvetica'; color:#cb202d; text-decoration:underline; }

.expe{ float:left; padding:7px; margin:0px 10px;  font-size:13px; font-weight:normal; font-family: 'Helvetica'; color:#cb202d; }

.expe span{  font-size:13px; font-weight:normal; font-family: 'Helvetica'; color:#393939; }

.applu_but{ float:left; width:100px;  height:30px; margin-top:10px; margin-left:10px; margin-bottom:10px; background-color:#cb202d; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; cursor:pointer;}

.applu_but:hover{ float:left; width:100px;  height:30px; margin-top:10px; margin-left:10px; margin-bottom:10px; background-color:#000; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; cursor:pointer;}

.applu_but a{ color:#FFF; text-decoration:none;}

.applu_but a:hover{ color:#FFF; text-decoration:none;}

.view_jobs{ float:left; margin-left:10px; margin-top:18px; font-size:12px; font-weight:normal; font-family: 'Helvetica'; color:#393939; }

.view_jobs a{ color:#393939; text-decoration:none; }

.view_jobs a:hover{ color:#cb202d; text-decoration:underline; }

.add_long{ margin:0px auto; text-align:center; margin-top:10px;}



.edit_pro{ width:200px; margin:0px auto;  height:30px; margin-top:10px;  margin-bottom:10px; background-color:#cb202d; line-height:30px; color:#FFF; font-size:16px; font-family: 'Helvetica'; text-align:center; cursor:pointer; font-weight:normal;}

.edit_pro:hover{ width:200px; margin:0px auto;  height:30px; margin-top:10px;  margin-bottom:10px; background-color:#000; line-height:30px; color:#FFF; font-size:16px; font-family: 'Helvetica'; text-align:center; cursor:pointer; font-weight:normal;}

.edit_pro a{ color:#FFF; text-decoration:none;}

.edit_pro a:hover{ color:#FFF; text-decoration:none;}

.not_rele{ text-align:center; font-size:13px;}





/* mail pages new css end 7-3-2013 Ankit */





/* welcome pages new css 8-3-2013 Ankit */



.login_but{ float:right; width:100px;  height:28px; margin-top:1px; margin-right:10px; margin-bottom:0px; background-color:#cb202d; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; cursor:pointer;}

.login_but:hover{ float:right; width:100px; height:28px; margin-top:1px; margin-right:10px; background-color:#000; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; cursor:pointer;}

.login_but a{ color:#FFF; text-decoration:none;}

.login_but a:hover{ color:#FFF; text-decoration:none;}

.welcome_box{ background-color:#f8f8f8; width:770px; padding:10px;}

.wel_tb{ width:770px; border:none; margin-top:15px;}

.wel_tb td{ padding:5px 10px; line-height:25px; height:30px; font-size:13px; font-family: 'Helvetica'; color:#000;}

.wel_tb td a{color:#cb202d; font-size:13px; font-family: 'Helvetica';  text-decoration:underline;}

.wel_tb td a:hover{color:#cb202d; font-size:13px; font-family: 'Helvetica';  text-decoration:none;}



.wel_tb1{ width:600px; border:none; margin-top:15px;}

.wel_tb1 td{ padding:5px 10px; line-height:20px; height:20px; font-size:12px; font-family: 'Helvetica'; color:#000;}

.wel_tb1 td span{color:#989898; font-size:12px; font-family: 'Helvetica'; }



.vie_pro{ width:280px; margin:0px auto;  height:30px; margin-top:10px;  margin-bottom:10px; background-color:#cb202d; line-height:30px; color:#FFF; font-size:16px; font-family: 'Helvetica'; text-align:center; cursor:pointer; font-weight:normal;}

.vie_pro:hover{ width:280px; margin:0px auto;  height:30px; margin-top:10px;  margin-bottom:10px; background-color:#000; line-height:30px; color:#FFF; font-size:16px; font-family: 'Helvetica'; text-align:center; cursor:pointer; font-weight:normal;}

.vie_pro a{ color:#FFF; text-decoration:none;}

.vie_pro a:hover{ color:#FFF; text-decoration:none;}



.not_rele a{ font-size:12px; font-family: 'Helvetica'; color:#000; text-decoration:underline;}

.not_rele a:hover{font-size:12px; font-family: 'Helvetica'; color:#cb202d; text-decoration:none;}



.desta_sec_new{ width:240px; float:left;  height:30px;   margin-bottom:20px; background-color:#000; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; float:left; cursor:pointer; font-weight:bold;}

.desta_sec_new:hover{ width:240px;   height:30px;   margin-bottom:20px; background-color:#cb202d; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; cursor:pointer; font-weight:bold;}

.desta_sec_new a{ color:#FFF; text-decoration:none;}

.desta_sec_new a:hover{ color:#FFF; text-decoration:none;}



.res_had_new{ height:50px; padding:0px 5px; background-color:#f6f6f6; border-top-left-radius: 10px 5px; border-top-right-radius: 10px 5px; margin-bottom:10px;}





.send_ma{ width:680px; margin:0px auto;}

.send_ma td{ padding:5px 0px; line-height:25px; font-size:13px; font-family: 'Helvetica';}



.submit_post22{ float:left; margin-right:20px; }

.submit_post22 input{ padding:5px 10px; background-color:#d0060a; font-size:16px; color:#FFF; cursor:pointer; border:0px; cursor:pointer;}

.submit_post22 input:hover{ padding:5px 10px; background-color:#000; font-size:16px; color:#FFF; cursor:pointer; border:0px; cursor:pointer;}

.big_select1{ width:307px; height:25px;  border: 1px solid #CCC;

 background:none; color:#827c7c; font-size:12px; }

 .text_fei_nw{ width:290px; height:25px; padding-left:6px; -moz-box-shadow: inset 0 0 5px #888;-webkit-box-shadow: inset 0 0 5px#888;box-shadow: inner 0 0 5px #888; 

 color:#827c7c; font-size:12px; padding-right:6px;}



.innr-section-mid3 .tab-section #tabs ul.new-add { margin:0px 0 0 0;}

.innr-section-mid3 .tab-section #tabs ul.new-add li{ float:left; margin:0px 10px; font-size:16px;  }

.innr-section-mid3 .tab-section #tabs ul.new-add li a{font-size:13px; padding:8px 15px;font-family: 'Helvetica'; color:#a5a5a5;}



.innr-section-mid3 .tab-section #tabs ul.new-add li a.active-tab{ color:#FFF; background: #7d7e7d; /* Old browsers */

background: -moz-linear-gradient(top,  #7d7e7d 12%, #0e0e0e 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #7d7e7d 12%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #7d7e7d 12%,#0e0e0e 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #7d7e7d 12%,#0e0e0e 100%); /* IE10+ */

background: linear-gradient(to bottom,  #7d7e7d 12%,#0e0e0e 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

 padding:8px 15px; border-radius:10px 10px 0 0;  behavior:url(PIE.htc); position:relative; 

font-size:13px; font-family: 'Helvetica'; }

.active-tab{}





.innr-section-mid3 .tab-section #tabs ul.new-add li a:hover{ color:#FFF; background: #7d7e7d; /* Old browsers */

background: -moz-linear-gradient(top,  #7d7e7d 12%, #0e0e0e 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #7d7e7d 12%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #7d7e7d 12%,#0e0e0e 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #7d7e7d 12%,#0e0e0e 100%); /* IE10+ */

background: linear-gradient(to bottom,  #7d7e7d 12%,#0e0e0e 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */



padding:8px 15px; border-radius:10px 10px 0 0;  behavior:url(PIE.htc); position:relative; 

font-size:13px; font-family: 'Helvetica'; text-decoration:none;}

#nw-serch-navul{ border-bottom:1px solid #dcdcdc; width:680px; height:27px;}



#tabs-1{ padding:40px 0 0 0;}

.top-left.nw-add{ padding:10px 0 0 0; float:left;}



#emplogfrm #register .new-add-rgstr{ margin:0px 0 0 0;}

#mct #rightside .new-add-rht-emplor{ margin:15px 0 0 9px;}

#mct #addfrm #leftside #boxunder #logininfo h1.top-add{ margin:20px 0 0 0;}



#addfrm #leftside #boxunder .ph2{ width:auto !important;}

#addfrm #leftside #boxunder .ph2 span input{ display:block; float:left;}

#addfrm #leftside #boxunder .ph2 span label{ display:block; float:left; font-size:11px; margin:5px 0 0 10px;}

#addfrm #leftside #boxunder .ph2 span select{ display:block; float:left;}

#addfrm #leftside #boxunder .ph2 span { display:block; clear:both;}

.right_dec{ float:right;  }

#main-body .serch-main .right_dec{ float:right; width:300px; }



#mct #rightside {

	float:right;

	margin:0px; width:300px;

}

.addnew-signin{ margin:-3px 52px 0 0; }



#rightside #register {

	width:262px; height:auto; margin:0 0 0 20px; }

.right-new-lg{ width:300px; float:right; padding:0px 0 0 0;/* margin-left:5px;*/}

.innr-section-mid5 .top-setn .tp-hd.fleft{ float:none;}

.innr-section-mid5 .top-setn .tp-hd.fleft h1{ float:none; background-color:#F4F4F4; padding:10px; margin-bottom:10px; color:#494949; font-size:14px; font-family: 'Helvetica';}

p{ color:#5A5353; font-size:13px;}

a{ color:#D33636;}

select, input{color:#5A5353; font-size:12px; float:left;}







a:hover{ text-decoration:underline; color:#D33636;}

#leftside.add-new-compny-lt{ width:680px;}

#rightside #emplogfrm #register {

	width:auto; height:auto; margin:0 0 0 20px; }

.frht.add-share .share{ margin-top:-20px;}

#leftside #boxunder #logininfo h1.top-add{ margin:0px !important;}

.sign-up{ margin:-40px 0 20px 0;}

#boxunder.new-add-boxunder form#searchfilterfrm input[type="text"]{ border: 1px solid #EBEBEB !important;

    color: #787878;

    padding: 3px 10px;

    width: 220px !important;}



#boxunder.new-add-boxunder form#searchfilterfrm select#experience{ border: 1px solid #EBEBEB;

    color: #787878 !important;

    padding: 3px 5px;

    width: 230px !important;}

#boxunder.new-add-boxunder form#searchfilterfrm select#locationtype{ border: 1px solid #EBEBEB;

    color: #787878 !important;

    padding: 3px 5px;

    width: 230px !important;}



#boxunder.new-add-boxunder form#searchfilterfrm select#minexpect{ border: 1px solid #EBEBEB;

    color: #787878 !important;

    padding: 3px 5px;

    width: 100px !important;}

#boxunder.new-add-boxunder form#searchfilterfrm select#maxexpect{ border: 1px solid #EBEBEB;

    color: #787878 !important;

    padding: 3px 5px;

    width: 100px !important;}

#boxunder.new-add-boxunder form#searchfilterfrm select#faid{ border: 1px solid #EBEBEB;

    color: #787878 !important;

    padding: 3px 5px;

    width: 230px !important;}



#boxunder.new-add-boxunder form#searchfilterfrm select#jobtype, #boxunder.new-add-boxunder form#searchfilterfrm select#howoldjobs, #boxunder.new-add-boxunder form#searchfilterfrm select#sorton{ border: 1px solid #EBEBEB;

    color: #787878 !important;

    padding: 3px 5px;

    width: 150px !important;}

.serch-frm-btn-add{



background: #e41a1c; /* Old browsers */

background: -moz-linear-gradient(top,  #e41a1c 0%, #c81215 28%, #930306 85%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e41a1c), color-stop(28%,#c81215), color-stop(85%,#930306)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #e41a1c 0%,#c81215 28%,#930306 85%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #e41a1c 0%,#c81215 28%,#930306 85%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #e41a1c 0%,#c81215 28%,#930306 85%); /* IE10+ */

background: linear-gradient(to bottom,  #e41a1c 0%,#c81215 28%,#930306 85%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e41a1c', endColorstr='#930306',GradientType=0 ); /* IE6-9 */ border:1px solid #cc0507; padding:5px 20px; border-radius:8px; position:relative; behavior:url(PIE.htc);  behavior:url(PIE.htc); 

	font:bold 12px Arial, Calibri;

	color:#fff;

	cursor:pointer;

}

.add-rec-butons{ margin:30px 20px 0 0; float:right;}

#submit-addnew:hover{ color:#FFF; text-decoration:none;}

#new-add-right-dec{ width:300px !important; float:right;}

#eudcational_progressbar, #other_details_progressbar, #employment_progressbar{ width:200px; margin:10px 0 10px 10px;}



/* Firefox */

@-moz-document url-prefix()

{

#eudcational_progressbar, #other_details_progressbar, #employment_progressbar{ width:200px; margin:10px 0 10px 10px;}

}

.if-multipe{padding-top:-10px; clear:both; margin:-10px 0 0 170px;}

.field_box.new-add-fild-text{margin:15px 0 0 0 !important;}



/* css for showing concat details boxc */

#contact_details_div{position: fixed;top: 40%;left: 50%; margin-left:-135px; background: #CCCCCC no-repeat right top;border: 1px solid;border-radius: 13px;width: 270px; padding:25px;display:none;z-index: 9999;text-align: center;}/* css for showing concat details boxc */

#changeVisiblitySetting{position: fixed;top: 30%;left: 50%; margin-left:-380px; background: #FFFFFF no-repeat right top;border: 1px solid;border-radius: 13px;width: 760px; padding:25px;display:none;z-index: 9999;text-align: center;}

#informationwindow,.informationwindow{position: fixed;top: 30%;left: 50%; margin-left:-380px; background: #FFFFFF no-repeat right top;border: 1px solid;border-radius: 13px;width: 760px; padding:25px;display:none;z-index: 9999;text-align: center;}

.informationwindow2{position: fixed;top: 20%;left: 50%; margin-left:-380px; background: #FFFFFF no-repeat right top;border: 1px solid;border-radius: 13px;width: 760px;height:400px; padding:25px;display:none;z-index: 9999;text-align: center;overflow:auto;}

#newsletterwindow{position: fixed;top: 30%;left: 50%; margin-left:-380px; background: #FFFFFF no-repeat right top;border: 1px solid;border-radius: 13px;width: 760px; padding:25px;display:none;z-index: 9999;text-align: center;}

#closecontact{cursor: pointer;}

/* from..nkari..to css visiableity setting links */

.lHead {padding: 0 10px;border-bottom: 2px solid #ffb812;margin: 15px 15px 0 15px;padding: 5px;color: #000;}

.lMid {padding: 10px;}

.lbUL, .cnpUL {margin: 0 0 20px 0;padding: 0;list-style: none;}

.lbUL li label, .cnpUL li label {position: relative;display: block;font-size: 16px;font-weight: bold;color: #000;}

.lbUL li {background: #fdffea;}

.lbUL li, .cnpUL li {border: 2px solid #f7fbd1;padding: 10px 5px 10px 30px;font-size: 11px;margin: 15px 0;}

.lHead {color: #000;}

.lHead {padding: 0 10px;border-bottom: 2px solid #ffb812;margin: 15px 15px 0 15px;padding: 5px;color: #000;}

.crossLB {cursor: pointer;display: block;background: url(../images/mnjImg1.png) no-repeat -180px -4px;height: 15px;width: 15px;}

/* end nkari copy of css */



.infoMessage{padding: 6px;background-color: #494949;color: #ffffff;font-weight: bold;margin:21px 0px 5px; }

.infoMessageAlreadyAppliedJob{padding: 6px;background-color: #b3e1f9;color: #213ebb;font-weight: bold;border-radius: 8px;top: -10px;position: relative;}



.post_form .text_fei{ border:1px solid #999;	color:#333333; background-color:#fff; border:1px solid #d9d7d7 !important;

	width:351px; float:left;}

.post_form .big_select{ border:1px solid #999;	color:#333333; background-color:#fff; border:1px solid #d9d7d7 !important;

	width:351px; float:left;}

.post_form .text_fei1{ border:1px solid #999;	color:#333333; background-color:#fff; border:1px solid #d9d7d7 !important;

	width:151px; float:left;}

.post_form .text_fei2{ border:1px solid #999;	color:#333333; background-color:#fff; border:1px solid #d9d7d7 !important;

	width:351px; float:left;}

.post_form .textare{ border:1px solid #999;	color:#333333; background-color:#fff; border:1px solid #d9d7d7 !important; height:100px;

	width:351px; float:left;}

	

	



/* mail pages new css 7-3-2013 Ankit */



#warper_mail{ width:800px; margin:0px auto; border:2px solid #cb202d; padding:10px;}

.heading_top{ background-color:#f6f6f6; height:35px; margin:5px 0px; line-height:35px; padding-left:10px; color:#202020; font-size:17px; font-family: 'Helvetica'; }

.logo{ padding:10px; float:left;}

.logo a{ width:180px; height:101px; background:url(../images/logo.png) no-repeat; display:block;}

.desta_sec{ height:30px; width:780px; margin-bottom:10px;  background-color:#202020; line-height:30px; padding-left:10px; color:#FFF;  font-size:14px; font-family: 'Helvetica'; }

.line_sep{ background-color:#dadada; height:1px; margin:5px 0px 10px;}

.clickhere_but{ width:240px; height:30px; margin:0px auto; margin-bottom:10px; margin-top:18px; background-color:#cb202d; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; cursor:pointer; }

.clickhere_but:hover{ width:240px; height:30px; margin:0px auto; margin-bottom:10px; margin-top:18px; background-color:#000; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; cursor:pointer; }

.clickhere_but a{ color:#FFF; text-decoration:none;}

.clickhere_but a:hover{ color:#FFF; text-decoration:none;}

#warper_mail p{color:#5f5f5f; font-size:12px; font-family: 'Helvetica'; line-height:20px; padding: 5px 12px ;}

#warper_mail p span{color:#393939; font-size:13px; font-family: 'Helvetica';}

#warper_mail p a{color:#cb202d; font-size:12px; font-family: 'Helvetica';  text-decoration:underline;}

#warper_mail p a:hover{color:#cb202d; font-size:12px; font-family: 'Helvetica';  text-decoration:none;}

.viewer{ margin:0px 10px 10px;}

.viewer_tt{ width:780px; border: 1px solid #CCC;}



.viewer_tt th{ line-height:30px; padding:0px 20px; text-align:left; color:#3f3f3f; background-color:#f6f6f6; font-size:13px; font-weight:normal; font-family: 'Helvetica'; }

.viewer_tt td{ line-height:25px; padding:0px 20px; color:#8a8a8a; font-size:13px; font-weight:normal; font-family: 'Helvetica'; }

.viewer_tt td a{ color:#cb202d; font-size:12px; font-weight:normal; font-family: 'Helvetica'; text-decoration:underline; }

.viewer_tt td a:hover{ color:#cb202d; font-size:12px; font-weight:normal; font-family: 'Helvetica'; text-decoration:none; }

.add_new{ width:780px; height:80px;  margin:0px auto; margin-top:10px; margin-bottom:10px;}

.left_ne{float:left; width:250px;}

.right_sec_new{  width:250px; background-color:#f8f8f8;}

.left_new_sec{ float:right; width:540px;  background-color:#fafafa;}

.cyb_profile{  height:auto; padding:5px; margin-top:10px;}

.your_pro{ width:240px; border:0px;}

.your_pro th{ line-height:30px; padding:0px 5px; text-align:left; border-bottom:2px solid #1a1a1a; color:#181818; font-size:14px;  font-weight:normal; font-family: 'Helvetica'; }

.your_pro td{ line-height:30px; padding:0px 5px; color:#848484; border-bottom:1px solid #dddddd; font-size:12px; font-weight:normal; font-family: 'Helvetica'; }



.your_pro td span{ color:#1a1a1a; font-size:13px; font-weight:normal; font-family: 'Helvetica';}

.update_pro{ width:200px; margin:0px auto; height:30px; margin-top:10px; margin-bottom:10px; background-color:#cb202d; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; cursor:pointer;}

.update_pro:hover{ width:200px; margin:0px auto; height:30px; margin-top:10px; margin-bottom:10px; background-color:#000; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; cursor:pointer;}

.update_pro a{ color:#FFF; text-decoration:none;}

.update_pro a:hover{ color:#FFF; text-decoration:none;}

.jobs_dec{ margin:10px 5px; padding:5px;}

.job_left{ width:100%; float:left;}

.job_left h2{ font-size:16px; font-weight:normal; font-family: 'Helvetica'; color:#202020; padding-left:10px;}

.job_left h2 a{ font-size:16px; font-weight:normal; font-family: 'Helvetica'; color:#cb202d; text-decoration:none; }

.job_left h2 a:hover{ font-size:16px; font-weight:normal; font-family: 'Helvetica'; color:#cb202d; text-decoration:underline; }

.expe{ float:left; padding:7px; margin:0px 10px;  font-size:13px; font-weight:normal; font-family: 'Helvetica'; color:#cb202d; }

.expe span{  font-size:13px; font-weight:normal; font-family: 'Helvetica'; color:#393939; }

.applu_but{ float:left; width:100px;  height:30px; margin-top:10px; margin-left:10px; margin-bottom:10px; background-color:#cb202d; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; cursor:pointer;}

.applu_but:hover{ float:left; width:100px;  height:30px; margin-top:10px; margin-left:10px; margin-bottom:10px; background-color:#000; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; cursor:pointer;}

.applu_but a{ color:#FFF; text-decoration:none;}

.applu_but a:hover{ color:#FFF; text-decoration:none;}

.view_jobs{ float:left; margin-left:10px; margin-top:18px; font-size:12px; font-weight:normal; font-family: 'Helvetica'; color:#393939; }

.view_jobs a{ color:#393939; text-decoration:none; }

.view_jobs a:hover{ color:#cb202d; text-decoration:underline; }

.add_long{ margin:0px auto; text-align:center; margin-top:10px;}



.edit_pro{ width:200px; margin:0px auto;  height:30px; margin-top:10px;  margin-bottom:10px; background-color:#cb202d; line-height:30px; color:#FFF; font-size:16px; font-family: 'Helvetica'; text-align:center; cursor:pointer; font-weight:normal;}

.edit_pro:hover{ width:200px; margin:0px auto;  height:30px; margin-top:10px;  margin-bottom:10px; background-color:#000; line-height:30px; color:#FFF; font-size:16px; font-family: 'Helvetica'; text-align:center; cursor:pointer; font-weight:normal;}

.edit_pro a{ color:#FFF; text-decoration:none;}

.edit_pro a:hover{ color:#FFF; text-decoration:none;}

.not_rele{ text-align:center; font-size:13px;}



/* welcome pages new css 8-3-2013 Ankit */



.login_but{ float:right; width:100px;  height:28px; margin-top:1px; margin-right:10px; margin-bottom:0px; background-color:#cb202d; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; cursor:pointer;}

.login_but:hover{ float:right; width:100px; height:28px; margin-top:1px; margin-right:10px; background-color:#000; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; cursor:pointer;}

.login_but a{ color:#FFF; text-decoration:none;}

.login_but a:hover{ color:#FFF; text-decoration:none;}

.welcome_box{ background-color:#f8f8f8; width:770px; padding:10px;}

.wel_tb{ width:770px; border:none; margin-top:15px;}

.wel_tb td{ padding:5px 10px; line-height:25px; height:30px; font-size:13px; font-family: 'Helvetica'; color:#000;}

.wel_tb td a{color:#cb202d; font-size:13px; font-family: 'Helvetica';  text-decoration:underline;}

.wel_tb td a:hover{color:#cb202d; font-size:13px; font-family: 'Helvetica';  text-decoration:none;}



.wel_tb1{ width:780px; border:none; margin-top:15px;}

.wel_tb1 td{ padding:5px 10px; line-height:20px; height:20px; font-size:12px; font-family: 'Helvetica'; color:#000;}

.wel_tb1 td span{color:#989898; font-size:12px; font-family: 'Helvetica'; }



.vie_pro{ width:280px; margin:0px auto;  height:30px; margin-top:10px;  margin-bottom:10px; background-color:#cb202d; line-height:30px; color:#FFF; font-size:16px; font-family: 'Helvetica'; text-align:center; cursor:pointer; font-weight:normal;}

.vie_pro:hover{ width:280px; margin:0px auto;  height:30px; margin-top:10px;  margin-bottom:10px; background-color:#000; line-height:30px; color:#FFF; font-size:16px; font-family: 'Helvetica'; text-align:center; cursor:pointer; font-weight:normal;}

.vie_pro a{ color:#FFF; text-decoration:none;}

.vie_pro a:hover{ color:#FFF; text-decoration:none;}



.not_rele a{ font-size:12px; font-family: 'Helvetica'; color:#000; text-decoration:underline;}

.not_rele a:hover{font-size:12px; font-family: 'Helvetica'; color:#cb202d; text-decoration:none;}



.desta_sec_new{ width:240px; float:left;  height:30px;   margin-bottom:20px; background-color:#000; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; float:left; cursor:pointer; font-weight:bold;}

.desta_sec_new:hover{ width:240px;   height:30px;   margin-bottom:20px; background-color:#cb202d; line-height:30px; color:#FFF; font-size:14px; font-family: 'Helvetica'; text-align:center; cursor:pointer; font-weight:bold;}

.desta_sec_new a{ color:#FFF; text-decoration:none;}

.desta_sec_new a:hover{ color:#FFF; text-decoration:none;}



.res_had_new{ height:50px; padding:0px 5px; background-color:#f6f6f6; border-top-left-radius: 10px 5px; border-top-right-radius: 10px 5px; margin-bottom:10px;}





.send_ma{ width:680px; margin:0px auto;}

.send_ma td{ padding:5px 0px; line-height:25px; font-size:13px; font-family: 'Helvetica';}



.submit_post22{ float:left; margin-right:20px; }

.submit_post22 input{ padding:5px 10px; background-color:#d0060a; font-size:16px; color:#FFF; cursor:pointer; border:0px; cursor:pointer;}

.submit_post22 input:hover{ padding:5px 10px; background-color:#000; font-size:16px; color:#FFF; cursor:pointer; border:0px; cursor:pointer;}

.big_select1{ width:307px; height:25px;  border: 1px solid #CCC;

 background:none; color:#827c7c; font-size:12px; }

 .text_fei_nw{ width:290px; height:25px; padding-left:6px; -moz-box-shadow: inset 0 0 5px #888;-webkit-box-shadow: inset 0 0 5px#888;box-shadow: inner 0 0 5px #888; 

 color:#827c7c; font-size:12px; padding-right:6px;}

 

#leftside{padding: 20px 0 0 0;

float: left;

width: 685px;

height: auto;

margin: 0px;}



.title-page {

background-color: #F4F4F4;

color: #424242;

padding: 10px;

text-transform: uppercase;

margin: 0px;

clear: both;}	









.left_resume{ float:left; width:710px; height:auto; margin-top:15px;}

.buttons_top{ width:100%; margin-bottom:5px;}

.top_buttons{ width:540px; border:0px;}

.top_buttons td{ padding:5px 3px;}

.resume_left_box{ width:776px; border-radius:7px; behavior:url(PIE.htc); position:relative; border:1px solid #d9d9d9; padding:0px; margin:0 0 10px 0;}

.resume_left_box p{ padding:10px;}

.res_had{ height:72px; padding:0px 5px; background-color:#f6f6f6; border-top-left-radius: 10px 5px; border-top-right-radius: 10px 5px; margin-bottom:10px;}

.main_text{ float:left; margin:8px; color:#878787; font-size:15px;}

.main_text h1{ font-size:20px; color:#202020; font-weight: normal; padding-bottom:15px; font-family: 'Helvetica'; }

.candidate_photo{ float:right; width:50px; height:50px; line-height:50px; margin:8px; }

.descr{ width:690px; margin:0px auto;}

.profList{width:50%; margin:7px 0 0 0; float:left; font-size:13px; font-family: 'Helvetica';}

.profList li{padding:5px 0 5px 0; color:#a2a2a2; line-height:18px;}

.profList li.pl20{padding-left:20px;}

.profList li.pt20{padding-top:20px;}

.profList li.pt45{padding-top:45px;}

.profList i{color:#3f3f3f; font-style:normal;}

.wrapL{word-wrap:break-word}

.wrapL22{word-wrap:break-word; font-size:13px; font-family: 'Helvetica'; padding-top:10px; padding-bottom:10px; line-height:20px; width:690px; margin:0px auto;}

.wrapL22 i{color:#3f3f3f; font-style:normal;}

.redCol{color:#cb202d;}



.snall_had{ height:29px; padding:0px 5px; background-color:#f6f6f6; border-top-left-radius: 10px 5px; border-top-right-radius: 10px 5px; margin-bottom:10px;}

.snall_had h2{ font-size:16px; color:#202020; font-family: 'Helvetica'; line-height:29px; padding-left:8px; float:left;}

.snall_had img{ float:left; height:29px; padding-left:10px;}

.link_had{ margin:10px 8px 15px; font-size:14px; color:#cb3535; font-family: 'Helvetica'; }

.link_had a{font-size:14px; color:#cb3535; font-family: 'Helvetica'; text-decoration:underline; padding:0px 5px; }

.link_had a:hover{font-size:14px; color:#cb3535; font-family: 'Helvetica'; text-decoration:none; }

p{ color:#8a8a8a; font-size:13px; line-height:20px; padding:0px 8px 8px 0px; text-align:justify;}

p span{ color:#212121; font-size:13px; font-weight:normal; font-family: 'Helvetica';}

.back_top{ float:right; color:#ce4545;  font-size:13px; font-weight:normal; font-family: 'Helvetica'; margin:8px 10px 10px;}

.back_top a{  color:#ce4545; text-decoration:underline;}

.back_top a:hover{  text-decoration:none;}



.skill_table{ margin:0px 10px;}

.skill_tt{ width:750px; border:none;}

.skill_tt td{ line-height:30px; padding:0px 20px; border-bottom:1px solid #dddddd; color:#8a8a8a; font-size:13px; font-weight:normal; font-family: 'helvetica'; }

.skill_tt th{ line-height:30px; padding:0px 20px; border-bottom:1px solid #dddddd; text-align:left; color:#3f3f3f; font-size:13px; font-weight:bold; font-family: 'helvetica'; }



.update_cv{ float:right; line-height:29px; font-size:11px; color:#8d8d8d; margin-right:5px; }

.update_cv a{ color:#ce4545; text-decoration:underline; padding-right:10px;}

.update_cv a:hover{  text-decoration:none;}

.right_resume{ float:right; width:270px; height:auto; margin-top:15px;}

.hd-main-showjob{ color: #202020;

      font-family: 'helvetica';

    font-size: 16px;

	background-color:#f1f1f1;

	padding:3px 7px;

    line-height: 29px;}

#seekr-setn-newadd{ padding:20px 10px 40px 10px; margin:0 0 5px 0;}

#seekr-setn-newadd p{ padding:0px;} 

#seekr-setn-newadd a{ float:left; margin-right:20px !important;}

#seekr-setn-newadd .sekersetn1-a a{ margin:2px 0 0px 0;}

#seekr-setn-newadd a:hover{ text-decoration:none;}

#seekr-setn-newadd form{ float:left;}

#seekr-setn-newadd input.sekersetn1-input{ border:none;background:none;text-decoration: underline;color: #D33636;cursor:pointer; padding:0px; margin-right:20px !important;}

#seekr-setn-newadd input.sekersetn1-input:hover{ text-decoration:none;}

#seekr-setn-newadd a.a-setn1add{ float:none;}

.job-dtail-add-lt{ width:190px !important; float:left; }



#main-iblcust input.ac_input{ margin:0px 10px 10px 0 !important;}

input[type=text]{  border: 1px solid #EBEBEB; color:#8d8c8c;}

input[type=password]{  border: 1px solid #EBEBEB; padding:2px;}

select{  border: 1px solid #EBEBEB; padding:2px;  color:#8d8c8c;}

textarea{  border: 1px solid #EBEBEB; padding:2px;  color:#8d8c8c; float:left;}

select.valid{   border: 1px solid #EBEBEB;}

#language-id{ margin:10px 0;}

#language-id input.small{ margin-right:15px; border: 1px solid #EBEBEB;}

.hidden{ display:none;}

.new-add-content-letr{ padding:20px 0 10px 0;}

.new-add-content-letr label{ float:left; display:block; width:170px;}

.new-add-content-letr .cnt-txt-fld{ float:left;  width:400px;}



.submit_post#sbmit-post-add{ margin:25px 0 0 290px;}

.submit_post#sbmit-post-add input{ background-color: #D0060A;

    border: 0 none;

    color: #FFFFFF; margin:0 5px 0 0;

    cursor: pointer;font-family: 'Helvetica';

    font-size: 15px;

    padding: 7px 20px;}

#frmforgetpass span.enter-your{ float:left;}

.view-phonenb{ font-size:11px;}

.table-botom td{ font-size:12px;}

.top-left.nw-add{ font-size:1.1em;}

.field_box.new-add-fild-text.desti-newadd{ margin:0px 0 0 0 !important;}

.seeker-hd1 p{ margin:0px !important; padding:0 8px 8px 0px !important;}

#new-add-show-job{background: url(../images/show-job-bk.jpg) repeat-x;  border-radius:10px 10px 0 0; behavior:url(PIE.htc); position:relative; padding:10px; width:665px;}

#new-add-show-job .confidental-h1{ margin:20px 0 0 10px;}

#new-add-show-job .confidental-rating{ margin:30px 0 0 20px;}

#new-add-show-job .dec_sepra { border-bottom:1px solid #e3e3e3;}

#nw-td-add input{ margin:0 0 0 -10px;}

#new-add-show-job .hd-main-showjob{}

#new-add-show-job .lt-nw-list{ font-weight:bold; width:170px;}

#new-add-show-job .listing_tab td span {

 

    padding:0px;

}

#send-txt-id h1{ margin:0px !important;}

#send-txt-id p{ padding:0px !important;}

#emplr-h1-idadd h1{ font-size:16px;}

#send-img-add{ height:150px;}

#sectin-send-emp-add{ margin:20px 0 0 0;}

.logo-setn-main{ background: linear-gradient(to bottom, #CED0CE 0%, #FFFFFF 10%, #FFFFFF 100%) repeat scroll 0 0 transparent; /* IE6-9 */ padding:10px 0 0 0;

 height:90px; margin-bottom:-20px;}

 .logo-setn-main marquee img{ margin:0 10px;}

.empolr-h1-nw#emplr-h1-idadd h1{font-size:18px; font-family: 'Helvetica'; color:#434343; margin:10px 0 10px 10px; border-bottom:1px #dddddd solid; padding:0 0 10px 0;} 

.empolr-h1-nw#emplr-h1-idadd h1 span{font-size:26px; font-family: 'Helvetica'; color:#f74d4d;} 

#emplr-bannr-add{ padding:0px 0 0 0;}

 .empolr-h1-nw2#emplr-h1-idadd h1{font-size:18px; font-family: 'Helvetica'; color:#434343; margin:10px 0 5px 0px; border-bottom:1px #f84d4d solid; padding:0 0 5px 0;} 

.empolr-h1-nw2#emplr-h1-idadd h1 span{font-size:18px; font-family: 'Helvetica'; color:#f74d4d;} 

#emplr-bannr-add{ padding:0px 0 0 0;}

#new-addrht-top.right-top-emp{ border:1px solid #ececec; padding:10px; margin:5px 0 0 0;}

#new-addrht-top.right-top-emp .rht-top-h1{ font-size:13px;}

#new-addrht-top.right-top-emp .rht-top-h1 h1{ background:none !important; margin:0px; padding:0px; font-size:19px; color:#121212; font-family: 'Helvetica';}

.rht-ahhhf{ margin:10px 0 10px 0;}

.rht-ahhhf a{background:url(../images/resume-service-buton-img1.png) no-repeat; height:46px; width:272px; display:block;}

.entry-levl{ font-size:18px; line-height:46px; color:#FFF; margin:0 0 0 20px; float:left;}

.yearss{ margin:0 20px 0 0px; float:right; line-height:46px; font-size:12px; color:#FFF;}

.rht-ahhhf2{ font-size:12px; margin:15px 0 5px 0;}

.rht-ahhhf2 a{ color:#d63737; text-decoration:underline;}

.rht-ahhhf2 a:hover{ color:#d63737; text-decoration:none;}

.empolr-h1-nw#emplr-h1-idadd p{ font-family:Arial, Helvetica, sans-serif;}

.right_dec-discusion{ float:right; width:330px;  }

#discusion-new{ padding:20px 0 0 0;}

ul.discusin-ul{ font-size:12px; margin:0 0px 20px 0px; line-height:30px;}

ul.discusin-ul li{ background:#f9f9f9; padding:0 0 0 10px; margin:3px 0;}

ul.discusin-ul li a{ color:#636363; text-decoration:underline;}

ul.discusin-ul li a:hover{ color:#e62d2d; text-decoration:none;}

.mmbr-online{ padding:10px 0 20px 10px; color:#3da621; font-size:11px; background-color:#f9f9f9;margin:0 0 20px 0;}

.sz14{ font-size:14px;}

.orng-clr{ color:#df732c;}

.grey-clr{ color:#585858;}

.static-main{ padding:10px 0 20px 10px; background-color:#f9f9f9; margin:0 0 20px 0;}

.static{ margin:5px 0 5px 0;}

.static-lt{ width:140px;}

.static-rt{ width:140px;}

.subscribe{ margin:0 0 15px 0; background-color:#f9f9f9; padding:10px 0 10px 15px;}

.suscribe-input{border: 1px solid #D9D7D7 !important; color:#afafaf; width:190px; height:26px; padding:5px 20px; margin:0 5px 0px 0;}

.subscrbe-buton{ cursor:pointer; background: #efefef; /* Old browsers */

background: -moz-linear-gradient(top,  #efefef 0%, #e2e3e2 56%, #d7d7d8 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(56%,#e2e3e2), color-stop(100%,#d7d7d8)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* IE10+ */

background: linear-gradient(to bottom,  #efefef 0%,#e2e3e2 56%,#d7d7d8 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d7d7d8',GradientType=0 ); /* IE6-9 */

border:1px solid #c5c5c5;

color:#4e4e4e; padding:5px 10px 5px 10px;

 font-size:12px;

	 font-weight:bold; font-family: 'Helvetica';

}



#hed-dec{ margin:0px;}

ul.link-txt-ul li{ background-color:#f9f9f9; margin:3px 0; padding:0 0 3px 10px;}

.rgstr-mb-disc{ text-align:center; background: #4d7785; /* Old browsers */

background: -moz-linear-gradient(top,  #4d7785 0%, #5b8996 52%, #466e7a 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d7785), color-stop(52%,#5b8996), color-stop(100%,#466e7a)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #4d7785 0%,#5b8996 52%,#466e7a 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #4d7785 0%,#5b8996 52%,#466e7a 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #4d7785 0%,#5b8996 52%,#466e7a 100%); /* IE10+ */

background: linear-gradient(to bottom,  #4d7785 0%,#5b8996 52%,#466e7a 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7785', endColorstr='#466e7a',GradientType=0 ); /* IE6-9 */ padding:20px 0 20px 0; margin:0 0 20px 0; box-shadow:2px 2px 2px #b9b8b9;

}

.rgstr-mb-disc p{ color:#FFF; font-size:21px;  font-family: 'Helvetica';}

.rgstr-mb-disc a{cursor:pointer; background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 39%, #e1e1e1 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(39%,#ffffff), color-stop(99%,#e1e1e1)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 39%,#e1e1e1 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 39%,#e1e1e1 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 39%,#e1e1e1 99%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 39%,#e1e1e1 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */



border:1px solid #c5c5c5;

color:#4e4e4e; padding:5px 10px 5px 10px; display:block; width:110px; margin:10px 0 0px 100px;

 font-size:15px; box-shadow:2px 2px 2px #666;}

 

 

 

 .rgstr-mb-disc2{ text-align:center; 

 background: #febbbc; /* Old browsers */

background: -moz-linear-gradient(top,  #febbbc 0%, #ff5b5c 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febbbc), color-stop(100%,#ff5b5c)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #febbbc 0%,#ff5b5c 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #febbbc 0%,#ff5b5c 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #febbbc 0%,#ff5b5c 100%); /* IE10+ */

background: linear-gradient(to bottom,  #febbbc 0%,#ff5b5c 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbc', endColorstr='#ff5b5c',GradientType=0 ); /* IE6-9 */

 padding:20px 0 20px 0; margin:0 0 20px 0; box-shadow:2px 2px 2px #b9b8b9; border:1px solid #d31a1c;

}

.rgstr-mb-disc2 p{ color:#000000; font-size:24px; line-height:24px;}

.rgstr-mb-disc2 a{cursor:pointer; background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 39%, #e1e1e1 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(39%,#ffffff), color-stop(99%,#e1e1e1)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 39%,#e1e1e1 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 39%,#e1e1e1 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 39%,#e1e1e1 99%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 39%,#e1e1e1 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */



border:1px solid #c5c5c5;

color:#4e4e4e; padding:5px 10px 5px 10px; display:block; width:110px; margin:10px 0 0px 100px;

 font-size:15px; box-shadow:2px 2px 2px #666;}

.innr-section-mid6 .tab-section{ width:650px; padding:10px 0 0 0;} 

.tab1-main{ padding:15px 0 0 0; font-family:Arial, Helvetica, sans-serif;}

.tab1-main-top{ background-color:#f5f5f5; padding:12px 15px; font-size:12px; color:#848484; }

.tab1-main-top a{ color:#d0060a !important; text-decoration:underline;}

.tab1-main-top a:hover{ text-decoration:none;}

.whtng-icon{ background:url(../images/wtng-icon.png) no-repeat left center; padding:0 0 0 20px;}

.black-span{ color:#000;}

.crtv-dsgr{ padding:10px 0 0 0;}

.crtv-dsgr h1{ color:#d33636; font-size:17px;  font-family: 'Helvetica';}

.crtv-dsgr p{ color:#545454; font-size:12px;  font-family:Arial, Helvetica, sans-serif; padding:0px; line-height:22px; margin:5px 0 5px 0;}

.btm-crtv{ padding:10px 0;}

.shareee{  background:url(../images/share_icon.png) no-repeat left center; padding:0 0 0 20px; font-size:12px;}

.shareee a{ color:#e6222e !important;}

.share-rht{}

.share-rht span{ background-color:#ececec; padding:5px 10px; margin:0 0 0 10px; font-size:11px; color:#9a9999; border-radius:10px; behavior:url(PIE.htc); position:relative;}



.crtv-dsgr2{ padding:10px 0 0 0px; margin:10px 0; border-bottom:1px solid #dfdfdf;}

.add-bg-grey{ background-color:#f5f5f5;}

.crtv-dsgr2 h1{ color:#d33636; font-size:17px;  font-family: 'Helvetica';}

.crtv-dsgr2 p{ color:#545454; font-size:12px;  font-family:Arial, Helvetica, sans-serif; padding:0px; line-height:22px; margin:5px 0 5px 0; padding:5px 10px 0px 10px;}

.top-crtv-dsg{ border-bottom:1px solid #dfdfdf; padding:0 0 5px 10px;}

.top-crtv-dsg img{ float:left;}

.top-crtv-dsg span.img-span{ float:left; margin:10px 0 0 10px; font-size:12px; color:#848484;}

.btom-rpy{ padding:10px 10px;font-size:12px;}

.lt-rpy a{  color:#e6222e !important; margin:0 20px 0 0;}

.qute a{ text-decoration:underline;}

.qute a:hover{ text-decoration:none;}

.rply-icon{background:url(../images/rply-icon2.png) no-repeat left center; padding:5px 0 0 25px; float:left; height:25px; font-size:13px; color:#313030; display:block;}

.rpy-text{ font-size:12px; color:#848484; margin:5px 10px 0 0;}

.rpy-text span{ color:#ea1212;}

.rply-txtarea{ border: 1px solid #EBEBEB; width:590px; height:130px; margin:10px 20px; color: #AFAFAF; padding:10px;}

.add-rply{ font-size:14px; font-family: 'Helvetica'; 

cursor:pointer; background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 39%, #e1e1e1 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(39%,#ffffff), color-stop(99%,#e1e1e1)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 39%,#e1e1e1 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 39%,#e1e1e1 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 39%,#e1e1e1 99%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 39%,#e1e1e1 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */

border:1px solid #c5c5c5; float:right;

color:#4e4e4e; padding:5px 10px 5px 10px; margin:0 20px 15px 0;}

.crtv-dsgr3{ padding:10px 0 0 0px; margin:20px 0 0 0; border-bottom:1px solid #dfdfdf;}



.crtv-dsgr4{ padding:10px; margin:10px 0; border-bottom:1px solid #dfdfdf; }

.crtv-dsgr4 h1 a{ color:#d33636; font-size:15px;  font-family: 'Helvetica';}

.crtv-dsgr4 p{ color:#545454; font-size:12px;  font-family:Arial, Helvetica, sans-serif; padding:0px; line-height:22px; margin:5px 0 5px 0;}

.crtv-dsg4-lt{ width:380px; padding:0 10px 0 0;}

.crtv-dsg4-rt{ width:220px;}

.whtng-icon2{ background:url(../images/wtng-icon.png) no-repeat left top; padding:0 0 0 20px; font-size:12px;}

.dsgnr-newadd{ margin:10px 0 0 0; display:block;}

.dsgnr-newadd a{ color:#d0060a !important; text-decoration:underline;}

.dsgnr-newadd a:hover{ text-decoration:none;}

.btm-ctv-a a{ margin:0 10px 0 0; color:#e6222e !important; font-size:12px;}

a.vw-detl{ text-decoration:underline;}

a.vw-detl:hover{ text-decoration:none;}

.seprtr-top{ border-top:1px solid #dddddd; padding:15px 0 0 0; margin:20px 0 0 0;}

.it-work-top{}

.it-work-btm{ padding:20px 0 0 0;}



.wrk1lt{ width:150px; text-align:center; font-size:11px; float:left;}

.wrk1lt p{ font-size:11px; font-family:Arial, Helvetica, sans-serif;}

.arw-rt{ width:60px; float:left; margin:40px 0 0 0;}

.add-work-main{ background-color:#f6f6f6; padding:20px 0 20px 0;}

.wrk1rt{ width:150px; text-align:center; font-size:11px; float:right;}

.wrk1rt p{ font-size:11px; font-family:Arial, Helvetica, sans-serif;}

.arw-rt2{ width:63px; float:right; margin:40px 0 0 0;}

.midarow{ width:63px; float:right; margin:-20px 60px 0 10px;}

.banr-nav-section{ width:330px;}

.resume-writing-bannr{}

.brt-buton1{}

.tab-1-main{}

.bannr-part-wt-lt{ width:420px;}

.bannr-part-wt-rt{ width:240px;  color:#FFF; 

background: #5a5a5a; /* Old browsers */

background: -moz-linear-gradient(top,  #5a5a5a 13%, #2e2e2e 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#5a5a5a), color-stop(100%,#2e2e2e)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #5a5a5a 13%,#2e2e2e 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #5a5a5a 13%,#2e2e2e 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #5a5a5a 13%,#2e2e2e 100%); /* IE10+ */

background: linear-gradient(to bottom,  #5a5a5a 13%,#2e2e2e 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#2e2e2e',GradientType=0 ); /* IE6-9 */



}

.wt-ltlt{ width:215px; margin:20px 0 0 10px;}

.wt-ltrt{ width:195px; padding:20px 0 0 0; }

.wt-ltrt h1{ font-size:15px; color:#191919; font-family: 'Helvetica';}

.septr-span{ border-bottom:1px solid #cecece; padding:10px 0 10px 0; width:190px; display:block; color:#888686;}

.wt-ltrt p{color:#888686; font-size:12px; font-family:Arial, Helvetica, sans-serif; margin:20px 0 0 0; line-height:14px; padding:0px;}

.wht-ahf a{background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #c0c0c0 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c0c0c0)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#c0c0c0 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#c0c0c0 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#c0c0c0 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#c0c0c0 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0c0c0',GradientType=0 ); /* IE6-9 */ border:solid 1px #b9b9b9;

border-radius:5px; behavior:url(PIE.htc); position:relative; padding:7px 20px; font-size:17px; color:#191919; font-family: 'Helvetica'; box-shadow:2px 2px 2px #929090; 

}

.wht-ahf a:hover{ text-decoration:none;}



.wt-rt-top{ padding:10px 10px; background-color:#424243; height:85px;}



.exprnce-wt{}

.exprnce-wt span{ width:85px; float:left; margin:5px 0 0 5px;}

.exprnce-wt select{ width:125px; float:left; background-color:#000; color:#cecece; border-radius:10px; behavior:url(PIE.htc); position:relative; padding:8px 10px; box-shadow:1px 1px 1px #c4c1c1; border:none;}

.rw-buy-nowlt { width:120px; color:#c1bfbb; padding:5px 0 0 5px; font-size:14px; font-family: 'Helvetica'; }

.rw-buy-nowrt {width:90px;}

.rw-buy-nowlt span{background: url(../images/wt-rs-icon.png) left center no-repeat; padding:0 0 0 18px;  color:#ff6464; font-size:19px; font-family: 'Helvetica';}



.rt-buyw-now{ margin:20px 0 0 10px;}

.rt-buyw-now a, .rt-buyw-now input{background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #c0c0c0 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c0c0c0)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#c0c0c0 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#c0c0c0 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#c0c0c0 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#c0c0c0 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0c0c0',GradientType=0 ); /* IE6-9 */ border:solid 1px #b9b9b9;

border-radius:8px; behavior:url(PIE.htc); position:relative; padding:4px 8px; font-size:14px; color:#191919; font-family: 'Helvetica'; 

cursor:pointer;

}

.wt-rt-botom{ padding:5px 10px; height:237px; font-size:12px; color:#bab8b8; line-height:20px;}

.wt-rt-add{ margin:5px 0 5px 0; display:block;}

.check-box form{ }

.delvry-tme{ margin:0px 0 0px 23px; display:block; color:#FFF;}



.rt-adpt-main{ margin:10px;}

.uddt-add-lt{ float:left; margin:8px 0 0 0;}

.uddt-add-rt{ float:right;}

.uddt-add-rt a{background: url(../images/update-btn-bk.jpg) no-repeat; width:85px; height:30px; display:block; text-align:center; line-height:30px; color:#d03434; font-size:13px;font-family: 'Helvetica'; }

.uddt-add-rt a:hover{ text-decoration:none;}

.add-selt-newss{ margin:10px 0 0 0 !important;}



.field_box.newadd-fildbox{ width:570px;   border-radius:10px; behavior:url(PIE.htc); position:relative; padding:10px;}

#add-field-gg{ width:180px; float:left; margin:0px 0 20px 0; height:100px;}

.ctogry-fld{ clear:both;}

#add-field-gg .checkbox{ clear:both; margin:25px 0 0 10px !important;}

#add-fieldcont.fieldcont{ width:770px;}

#add-new-tb_cont.tb_cont{ width:770px;}

#leftside.new-add-ltleft{}

#serch-btn-newadd{ margin:20px 0 0 128px !important; display:block; }

#femail#new-addfemail{ width:300px !important;}

#logininfo table.new-add-logininfo input{ color:#8C8A8A;}

#logininfo table.new-add-logininfo select{ color:#8C8A8A;}

#logininfo table.new-add-logininfo tr td{ padding:8px 0; vertical-align:top;}

#logininfo table.new-add-logininfo tr td.lt-text-add{ text-align:right; padding:10px 10px 0 0;}

/*jquery datepicker css start*/

.ui-datepicker-header{ background-color:#f4f4f4 !important;  border-radius:10px; behavior:url(PIE.htc); position:relative; border:1px solid #e2e0e0;}

.ui-datepicker-calendar a.ui-state-default{ background-color:#f4f4f4; border:1px solid #e2e0e0; text-align:center;

  transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */}

.ui-datepicker-calendar a.ui-state-default:hover{ background-color:#bebdbd; border:1px solid #e2e0e0; color:#FFF;

  transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */}

.ui-datepicker-calendar a.ui-state-highlight{ background:none !important; border:1px solid #e2e0e0;}

.ui-datepicker-calendar a.ui-state-highlight:hover{ color:#000;}

.ui-datepicker-header .ui-datepicker-next{background: url(../images/date-picker-next.png) no-repeat; cursor:pointer; background-position:1px 7px;

  transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */

 }

.ui-datepicker-header .ui-datepicker-next:hover{background: url(../images/date-picker-next.png) no-repeat; cursor:pointer; border:0px; background-position:6px 8px;   transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */}

	

	

.ui-datepicker-header .ui-datepicker-prev{background: url(../images/date-picker-prev.png) no-repeat; cursor:pointer; background-position:6px 7px;

  transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */

 }

.ui-datepicker-header .ui-datepicker-prev:hover{background: url(../images/date-picker-prev.png) no-repeat; cursor:pointer; border:0px; background-position:1px 8px;   transition-duration: .8s;

	-moz-transition-duration: .8s;/* Firefox 4 */

	-webkit-transition-duration: .8s; /* Safari and Chrome */

	-o-transition-duration: .8s; /* Opera */}

	

img.ui-datepicker-trigger{ margin:5px 0 0 10px; cursor:pointer; float:left;}

.ui-slider-handle{ cursor:pointer !important; margin-top:-2px;}



/*jquery datepicker css end */

#slider-range{background: url(../images/ui-tab-bk.jpg) repeat-x !important; background-position:0 0px !important; margin:15px auto 0 auto; width:90%;}



.new-tble-add-apl{ margin:10px 0 0 0;}

.new-tble-add-apl tr td{ padding:5px 0;}

.new-tble-add-apl tr td.new-tble-lt{ text-align:right; padding:7px 20px 0 0; width:170px; vertical-align:top;}

.new-tble-lt span{ color:#ea2525;}

.new-tble-add-apl span{ margin:0px !important;}

.new-tble-add-apl .add-selt-newss{ margin:0px !important;}



.twitter-share-button.twitter-count-horizontal{ width:80px !important;}

.innr-tp-newaddh1{ margin:40px 0 20px 0;}

.innr-tp-newaddh1 h1{font-size:18px; font-family: 'Helvetica'; color:#434343; margin:10px 0 10px 10px;  padding:0 0 10px 0;} 

.innr-tp-newaddh1 h1 span{font-size:18px; font-family: 'Helvetica'; color:#f74d4d;} 



#acordation-main{ width:700px;}

.acord-part p{ font-size:13px; font-family:Arial, Helvetica, sans-serif; color:#646262 !important;}





#acordation-main .acord-part p:hover{ color:#646262 !important;}

.pehra-ul-li-newadd{ margin:25px 0 0 20px; line-height:14px; font-size:12px; color:#696969;}

.pehra-ul-li-newadd li{ list-style:disc; margin:0 0 10px 0;}

.faq_lft{ width:750px; float:left;}

.faq-right_dec{ float:right;  width:250px; }

.faq-more{ background-color:#fafafa; border:1px solid #d9d9d9; margin:0 0 20px 0;}

.faq-head_dec{ background-color:#000; width:239px; height:30px; color:#fff; height:31px; padding-left:10px; line-height:31px; font-size:15px; margin-bottom:10px; font-family: 'Helvetica'; }

.industries-bk-icon{background: url(../images/indstr-arow.png) no-repeat; padding-left:18px; background-position:0 5px; }



.faq-add-relative{position:relative;}

.question-add{ position:absolute; right:0px; top:-24px;}



.link-one{ margin:10px 0 20px 20px; font-weight:bold; line-height:20px;}

.link-one a{ font-weight:normal; color:#494949; text-decoration:underline; background: url(../images/mesage-icon2.png) no-repeat; padding-left:25px; background-position:0 2px;}

.link-one a:hover{  text-decoration:none; }



/* contactus pages new css start 2-4-2013 Ankit */



.contact_section{width:100%; margin:20px 0px 10px 0px;}

.emp_section{ float:left; width:300px; height:200px; border-right:1px solid #e1e1e1; }

.emp_section h2{ font-size:18px; color:#555555; font-family: 'Helvetica';}

.emp_section h2 span{ font-size:18px; color:#d1060a; font-family: 'Helvetica';}

.small_text_conta{ font-size:12px; color:#767676; font-family:Arial, Helvetica, sans-serif; line-height:20px; margin-top:20px; }

.small_text_conta span{ font-size:12px; color:#3d3d3d; font-family:Arial, Helvetica, sans-serif; }

.small_text_conta a{ font-size:12px; color:#d1060a; font-family:Arial, Helvetica, sans-serif; text-decoration:underline; }

.small_text_conta a:hover{ font-size:12px; color:#d1060a; font-family:Arial, Helvetica, sans-serif; text-decoration:none; }

.click_butt{ width:215px; height:31px; margin:40px 0 0 0;}



.seek_section{ float:left; width:339px; height:200px; border-right:1px solid #e1e1e1; margin-left:40px; }

.seek_section h2{ font-size:18px; color:#555555; font-family: 'Helvetica';}

.seek_section h2 span{ font-size:18px; color:#d1060a; font-family: 'Helvetica';}

.left_txt_cont{ float:left; text-align:left; width:120px;}

.right_txt_cont{ float:left; text-align:left; margin-left:10px;}

.click_butt2{ width:255px; height:31px; margin:20px 0 0 0;}



.sales_section{float:left; width:278px; height:200px; margin-left:40px; }

.sales_section h2{ font-size:15px; color:#494949; font-family: 'Helvetica'; padding:0px 0 15px 0;}

.mail_id{ float:left; margin-bottom:15px; }

.mail_id img{ padding-right:10px; }

.mail_id a{ font-size:12px; color:#d1060a; font-family:Arial, Helvetica, sans-serif; text-decoration:underline; }

.mail_id a:hover{ font-size:12px; color:#d1060a; font-family:Arial, Helvetica, sans-serif; text-decoration:none; }



.line_conta{ width:100%; height:1px; background-color:#e1e1e1; margin:30px 0px;}

.contact_form{ float:left; width:680px; border-right:1px solid #e1e1e1; margin-bottom:20px;  }

.contact_form h2{ font-size:18px; color:#555555; font-family: 'Helvetica'; padding-bottom:20px;}

.contact_form h2 span{ font-size:18px; color:#d1060a; font-family: 'Helvetica';}

.contact_f{ width:680px; margin:0px auto;}

.contact_f td{ padding:5px 0px; line-height:30px; font-size:14px; color:#555555;  font-family: 'Helvetica';}

.text_conta{ width:350px; height:25px; padding-left:6px;  

 color:#827c7c; font-size:12px; padding-right:6px; border-radius:5px;}

 .textare_conta{ width:350px; height:120px; padding-left:6px; 

 color:#827c7c; font-size:12px; padding-right:6px; border-radius:5px;}

  .submit_but_conta{ float:left; width:86px; margin-right:20px; }

.submit_but_conta input{  width:86px; height:31px; border-radius:5px; background-color:#d0060a; font-size:17px; color:#FFF; cursor:pointer; border:0px; font-family: 'Helvetica';}

.submit_but_conta input:hover{  background-color:#1d1d1d; }



.conta_detail_section{ float:left; width:278px; height:200px; margin-left:40px; }

.conta_detail_section h2{ font-size:18px; color:#555555; font-family: 'Helvetica';}

.conta_detail_section h2 span{ font-size:18px; color:#d1060a; font-family: 'Helvetica';}





 /* contactus pages new css end 2-4-2013 Ankit */

 

  /* sitemap pages new css start 2-4-2013 Ankit */

 

 .sitemap_sec{ margin:0px 0 20px 0; }

  .sitemap_sec h3{ font-size:16px; color:#313131; font-weight:normal; font-family: 'Helvetica'; border-bottom:1px solid #e1e1e1; padding:15px 3px;  }

  .sitemap_list{ margin:15px 0px; width:100%; }

  .sitemap_list ul{ float:left; margin-right:150px; }

  .sitemap_list ul li{ list-style:none; line-height:21px; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#8a8a8a; }

   .sitemap_list ul li a{color:#8a8a8a; text-decoration:none; }

   .sitemap_list ul li a:hover{  color:#d0060a; text-decoration:underline; }

  .inner-section_site{  padding-bottom:20px;}



  /* sitemap pages new css end 2-4-2013 Ankit */

  

td.sno.newadd-snooo a{ color:#000 !important;} 

#add-field-gg2{ width:170px; float:left; margin:0px 0 20px 0; height:100px;}

  

.bonous-mainh1{ margin:40px 0 20px 0;}

.bonous-mainh1 h1{font-size:18px; font-family: 'Helvetica'; color:#434343; margin:10px 0 10px 10px;  padding:0 0 10px 0; border-bottom:1px solid #f84d4d;} 

.bonous-mainh1 h1 span{font-size:18px; font-family: 'Helvetica'; color:#f74d4d; } 

.bonous-main{}

.bonus-top{ background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 1%, #f1f1f1 50%, #e1e1e1 50%, #f3f3f3 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(50%,#f1f1f1), color-stop(50%,#e1e1e1), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 1%,#f1f1f1 50%,#e1e1e1 50%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 1%,#f1f1f1 50%,#e1e1e1 50%,#f3f3f3 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 1%,#f1f1f1 50%,#e1e1e1 50%,#f3f3f3 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 1%,#f1f1f1 50%,#e1e1e1 50%,#f3f3f3 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */

	border-radius:10px; behavior:url(PIE.htc); position:relative; padding:10px 20px; border:1px solid #d4d3d3;

}



.bnus-lt{ width:365px;}

.bnus-lt span{ float:left; margin:0 5px 0 0;}

.bnus-mid{ width:50px;  margin:15px auto; font-size:18px; text-align:center; font-family: 'Helvetica';}

.bnus-rt{ width:400px;}

.bnus-rt span{ float:left; margin:0 5px 0 0;}

.uplod-txt{ margin:5px 0 0 0 !important; display:block; font-size:13px; color:#4c4c4c;}

.bnus-setin1{border-bottom:1px solid #d4d3d3; padding:0 0 20px 0; margin-bottom:40px; }

.bonus-drpwn{ margin:20px 0 0 0; font-size:15px; font-family: 'Helvetica';}

.bonus-green{ color:#0f7f04;}

.bonus-red{ color:#d0060a;}

.earnd-txt{ color:#0d0000;}

.bnus-btm-main{ width:760px; margin:0px auto; padding:20px 0 0 0;}



.bonus-hd{background: #fcfdff; /* Old browsers */

background: -moz-linear-gradient(top,  #fcfdff 24%, #dcdddf 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(24%,#fcfdff), color-stop(100%,#dcdddf)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #fcfdff 24%,#dcdddf 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #fcfdff 24%,#dcdddf 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #fcfdff 24%,#dcdddf 100%); /* IE10+ */

background: linear-gradient(to bottom,  #fcfdff 24%,#dcdddf 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdff', endColorstr='#dcdddf',GradientType=0 ); /* IE6-9 */ border:1px solid #bdc1c4; text-align:center; padding:10px 0 0 0;

}

.add-term-condition-input input{ padding:5px; float:left;}

.add-sucflly{  clear: both;

    color: #D10909;

    margin: 11px 0; font-size:14px;}

	

.bnus-black-gradient{ background: #222222; /* Old browsers */

background: -moz-linear-gradient(top,  #222222 0%, #484848 50%, #2b2b2b 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(50%,#484848), color-stop(100%,#2b2b2b)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #222222 0%,#484848 50%,#2b2b2b 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #222222 0%,#484848 50%,#2b2b2b 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #222222 0%,#484848 50%,#2b2b2b 100%); /* IE10+ */

background: linear-gradient(to bottom,  #222222 0%,#484848 50%,#2b2b2b 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-9 */

 color:#FFF; border-radius:10px; behavior:url(PIE.htc); position:relative; padding:0px 0px; border:1px solid #d4d3d3; font-family: 'Helvetica';  line-height:39px; margin:0 0 20px 0;}

.bnus-lt1{ width:600px; font-size:28px; padding:10px 0 10px 20px;}

.bnus-rt1{width:130px;}

.bnus-rt1 a{ display:block;

background: #fa4e4e; /* Old browsers */

background: -moz-linear-gradient(top,  #fa4e4e 0%, #850404 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa4e4e), color-stop(100%,#850404)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #fa4e4e 0%,#850404 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #fa4e4e 0%,#850404 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #fa4e4e 0%,#850404 100%); /* IE10+ */

background: linear-gradient(to bottom,  #fa4e4e 0%,#850404 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4e4e', endColorstr='#850404',GradientType=0 ); /* IE6-9 */

 color:#FFF; line-height:60px; text-align:center; font-size:23px;  border-radius:0px 10px 10px 0;behavior:url(PIE.htc); position:relative;}

.bnus-rt1 a:hover{ text-decoration:none; }



.rht-point{}

.lft-point{background: url(../images/bonous-gold.png) right no-repeat; padding-right:45px; line-height:39px; margin-right:10px;}



.errr-lt-new .errorForm{ margin-right:-120px !important; float:right !important;}

.eductn-span{ color:#A2A2A2;}

#newadd-jobttle.jobtitle_txt a{ padding-left:0px;}

#listng-tab-newadd.listing_tab{ margin-top:-50px;}

#listng-tab-newadd.listing_tab tr td{ border:0px; text-align:justify;}

{background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}

.drop-box{ border-radius:10px;behavior:url(PIE.htc); position:relative; background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */ border:1px solid #cccccc; margin:-10px 0 10px 0; padding:4px 10px;

}

.dp-box1{ color:#c22b2b; font-size:14px;  font-family: 'Helvetica'; margin-bottom:5px; }

.dp-box-span{ font-size:18px;  font-family: 'Helvetica'; padding-right:10px;}

.dp-box3{ color:#368d0f; font-size:13px; margin:10px 0 5px 0;}

.dp-box2{ padding:10px 0 0 0;}

.bonus-select{background: #fcfdff; /* Old browsers */

background: -moz-linear-gradient(top,  #fcfdff 16%, #dcdddf 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(16%,#fcfdff), color-stop(100%,#dcdddf)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #fcfdff 16%,#dcdddf 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #fcfdff 16%,#dcdddf 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #fcfdff 16%,#dcdddf 100%); /* IE10+ */

background: linear-gradient(to bottom,  #fcfdff 16%,#dcdddf 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdff', endColorstr='#dcdddf',GradientType=0 ); /* IE6-9 */

 width:250px; padding:5px 5px; border:1px solid #c0c1c3;

}

.bonus-getit{ background-color:#000; padding:10px 30px; color:#FFF; font-size:22px; font-family: 'Helvetica';  border-radius:10px;behavior:url(PIE.htc); position:relative;}

.bonus-getit:hover{ color:#FFF; text-decoration:none;}





#validationErrors {padding: 10px;background-color: #b3e1f9;font-weight: bold;margin: 10px;border-radius: 8px;}

#validationErrors p{color: #213ebb;}





#pagination{

	margin: 30px 20px 0 0px;

	padding: 10px;

}





   /* packages page new css start 11-4-2013 Ankit */

   @font-face {

	font-family: 'Conv_Helvetica Neue CE 35 Thin';

	src: url('../fonts/Helvetica Neue CE 35 Thin.eot');

	src: local('☺'), url('../fonts/Helvetica Neue CE 35 Thin.woff')

	 format('woff'), url('../fonts/Helvetica Neue CE 35 Thin.ttf') 

	 format('truetype'), url('../fonts/Helvetica Neue CE 35 Thin.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}



   

   

  .inner-top_packages{ border-bottom:1px solid #e9e9e9;}

  .call_us_rht{ float:right; height:33px; margin-bottom:5px; line-height:33px;}

  .call_us_rht h1{ color:#d0060a; font-size:25px; font-family: 'Conv_Helvetica Neue CE 35 Thin'; float:left; }

  .call_us_rht h1 span{ color:#4e4e4e;font-size:21px;}

  .call_us_rht img{ margin-right:10px; float:left;}

  .package_mid{ width:100%; margin:30px 0px;}

  

  .packa_box1{ float:left; width:243px; border:1px #bfbfbf solid; position:relative;  top:20px; height:430px; padding-top:0; padding-bottom:0; cursor:pointer; margin-right:5px; background: #ffffff; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #dcdcdc 100%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#dcdcdc 100%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#dcdcdc 100%); /* IE10+ */

background: radial-gradient(ellipse at center,  #ffffff 0%,#dcdcdc 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.packa_box1:hover{ float:left; width:243px;  border:1px #bfbfbf solid; top:0; padding-top:20px;  margin-right:5px;background: #333333; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #2e2e2e 100%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#2e2e2e)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #333333 0%,#2e2e2e 100%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #333333 0%,#2e2e2e 100%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #333333 0%,#2e2e2e 100%); /* IE10+ */

background: radial-gradient(ellipse at center,  #333333 0%,#2e2e2e 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#2e2e2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

 /* IE6-9 fallback on horizontal gradient */

}



.packa_box1 .heading_packa{ width:221px; height:106px; margin:3px 0px; background-color:#303030; color:#fff; font-size:36px; font-family: 'Conv_Helvetica Neue CE 35 Thin'; padding:20px 0 0 10px;    }

.packa_box1 .heading_packa span{  color:#fff; font-size:22px; font-family: 'Conv_Helvetica Neue CE 35 Thin';   }

.packa_box1 .heading_packa img {

	position: absolute;

	left: 180px;

	top:20px;

}

.packa_box1:hover .heading_packa img {

	position: absolute;

	left: 180px;

	top:40px;

}

.packa_box1:hover .heading_packa{ width:221px; height:106px;  margin:3px 0px; background-color:#c72b2f;}

.packa_box1 ul{ margin:30px 5px 0 10px;}

.packa_box1 ul li{ line-height:48px; font-size:14px; color:#323232; font-weight:normal; font-family: 'Helvetica'; border-bottom:1px solid #989898; list-style:none; background:url(../images/branding_icon_small.png) left no-repeat; padding-left:40px; }



.packa_box1:hover ul li {  color:#ffffff;  border-bottom:1px solid #989898; list-style:none; background:url(../images/branding_icon_small_hov.png) left no-repeat; }

.packa_box1 .view_mor{ background-color:#303030; font-size:14px; color:#ffffff; width:100px;  text-align:center; padding:10px 0px; margin:0px auto; margin-top:15px;} 

.packa_box1:hover .view_mor{ background-color:#c72b2f; font-size:14px; color:#ffffff; width:100px;  text-align:center; padding:10px 0px; margin:0px auto; margin-top:15px;}







.packa_box2{ float:left; width:243px; border:1px #bfbfbf solid; height:430px; cursor:pointer; position:relative; top:20px; margin-right:5px; background: #ffffff; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #dcdcdc 100%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#dcdcdc 100%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#dcdcdc 100%); /* IE10+ */

background: radial-gradient(ellipse at center,  #ffffff 0%,#dcdcdc 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.packa_box2:hover{ float:left; width:243px; border:1px #bfbfbf solid; top:0; padding-top:20px;  margin-right:5px;background: #333333; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #2e2e2e 100%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#2e2e2e)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #333333 0%,#2e2e2e 100%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #333333 0%,#2e2e2e 100%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #333333 0%,#2e2e2e 100%); /* IE10+ */

background: radial-gradient(ellipse at center,  #333333 0%,#2e2e2e 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#2e2e2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

 /* IE6-9 fallback on horizontal gradient */

}

.packa_box2 .heading_packa2{ width:221px; height:106px; margin:3px 0px; background-color:#303030; color:#fff; font-size:36px; font-family: 'Conv_Helvetica Neue CE 35 Thin'; padding:20px 0 0 10px;    }

.packa_box2 .heading_packa2 span{  color:#fff; font-size:22px; font-family: 'Conv_Helvetica Neue CE 35 Thin';   }

.packa_box2 .heading_packa2 img {

	position: absolute;

	left: 180px;

	top:20px;

}

.packa_box2:hover .heading_packa2 img {

	position: absolute;

	left: 180px;

	top:40px;

}

.packa_box2:hover .heading_packa2{ width:221px; height:106px; margin:3px 0px; background-color:#c72b2f;}

.packa_box2 ul{ margin:30px 5px 0 10px;}

.packa_box2 ul li{ line-height:48px; font-size:14px; color:#323232; font-weight:normal; font-family: 'Helvetica'; border-bottom:1px solid #989898; list-style:none; background:url(../images/resume_smal_icon.png) left no-repeat; padding-left:40px; }



.packa_box2:hover ul li {  color:#ffffff;  border-bottom:1px solid #989898; list-style:none; background:url(../images/resume_smal_icon_hover.png) left no-repeat; }

.packa_box2 .view_mor{ background-color:#303030; font-size:14px; color:#ffffff; width:100px;  text-align:center; padding:10px 0px; margin:0px auto; margin-top:15px;} 

.packa_box2:hover .view_mor{ background-color:#c72b2f; font-size:14px; color:#ffffff; width:100px;  text-align:center; padding:10px 0px; margin:0px auto; margin-top:15px;}



.packa_box3{ float:left; width:243px; border:1px #bfbfbf solid; height:430px; cursor:pointer; position:relative; top:20px; margin-right:5px; background: #ffffff; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #dcdcdc 100%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#dcdcdc 100%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#dcdcdc 100%); /* IE10+ */

background: radial-gradient(ellipse at center,  #ffffff 0%,#dcdcdc 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.packa_box3:hover{ float:left; width:243px; border:1px #bfbfbf solid; top:0; padding-top:20px;  margin-right:5px;background: #333333; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #2e2e2e 100%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#2e2e2e)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #333333 0%,#2e2e2e 100%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #333333 0%,#2e2e2e 100%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #333333 0%,#2e2e2e 100%); /* IE10+ */

background: radial-gradient(ellipse at center,  #333333 0%,#2e2e2e 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#2e2e2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

 /* IE6-9 fallback on horizontal gradient */

}

.packa_box3 .heading_packa3{ width:221px; height:106px; margin:3px 0px; background-color:#303030; color:#fff; font-size:36px; font-family: 'Conv_Helvetica Neue CE 35 Thin'; padding:20px 0 0 10px;    }

.packa_box3 .heading_packa3 span{  color:#fff; font-size:22px; font-family: 'Conv_Helvetica Neue CE 35 Thin';   }

.packa_box3 .heading_packa3 img {

	position: absolute;

	left: 180px;

	top:20px;

}

.packa_box3:hover .heading_packa3 img {

	position: absolute;

	left: 180px;

	top:40px;

}

.packa_box3:hover .heading_packa3{ width:221px; height:106px; margin:3px 0px; background-color:#c72b2f;}

.packa_box3 ul{ margin:30px 5px 0 10px;}

.packa_box3 ul li{ line-height:48px; font-size:14px; color:#323232; font-weight:normal; font-family: 'Helvetica'; border-bottom:1px solid #989898; list-style:none; background:url(../images/quick_small.png) left no-repeat; padding-left:40px; }



.packa_box3:hover ul li {  color:#ffffff;  border-bottom:1px solid #989898; list-style:none; background:url(../images/quick_small_hov.png) left no-repeat; }

.packa_box3 .view_mor{ background-color:#303030; font-size:14px; color:#ffffff; width:100px;  text-align:center; padding:10px 0px; margin:0px auto; margin-top:15px;} 

.packa_box3:hover .view_mor{ background-color:#c72b2f; font-size:14px; color:#ffffff; width:100px;  text-align:center; padding:10px 0px; margin:0px auto; margin-top:15px;}





.packa_box4{ float:left; width:243px; border:1px #bfbfbf solid; height:430px; cursor:pointer; position:relative; top:20px; margin-right:5px; background: #ffffff; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #dcdcdc 100%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#dcdcdc 100%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#dcdcdc 100%); /* IE10+ */

background: radial-gradient(ellipse at center,  #ffffff 0%,#dcdcdc 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.packa_box4:hover{ float:left; width:243px; border:1px #bfbfbf solid;top:0; padding-top:20px;  margin-right:5px;background: #333333; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #2e2e2e 100%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#2e2e2e)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #333333 0%,#2e2e2e 100%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #333333 0%,#2e2e2e 100%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #333333 0%,#2e2e2e 100%); /* IE10+ */

background: radial-gradient(ellipse at center,  #333333 0%,#2e2e2e 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#2e2e2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

 /* IE6-9 fallback on horizontal gradient */

}

.packa_box4 .heading_packa4{ width:221px; height:106px; margin:3px 0px; background-color:#303030; color:#fff; font-size:36px; font-family: 'Conv_Helvetica Neue CE 35 Thin'; padding:20px 0 0 10px;    }

.packa_box4 .heading_packa4 span{  color:#fff; font-size:22px; font-family: 'Conv_Helvetica Neue CE 35 Thin';   }

.packa_box4 .heading_packa4 img {

	position: absolute;

	left: 180px;

	top:20px;

}

.packa_box4:hover .heading_packa4 img {

	position: absolute;

	left: 180px;

	top:40px;

}

.packa_box4:hover .heading_packa4{ width:221px; height:106px; margin:3px 0px; background-color:#c72b2f;}

.packa_box4 ul{ margin:30px 5px 0 10px;}

.packa_box4 ul li{ line-height:48px; font-size:14px; color:#323232; font-weight:normal; font-family: 'Helvetica'; border-bottom:1px solid #989898; list-style:none; background:url(../images/resume_smal_icon.png) left no-repeat; padding-left:40px; }



.packa_box4:hover ul li {  color:#ffffff;  border-bottom:1px solid #989898; list-style:none; background:url(../images/resume_smal_icon_hover.png) left no-repeat; }

.packa_box4 .view_mor{ background-color:#303030; font-size:14px; color:#ffffff; width:100px;  text-align:center; padding:10px 0px; margin:0px auto; margin-top:15px;} 

.packa_box4:hover .view_mor{ background-color:#c72b2f; font-size:14px; color:#ffffff; width:100px;  text-align:center; padding:10px 0px; margin:0px auto; margin-top:15px;}





.pack_box{ width:100%; margin-top:20px ;}

.bot_boxes{ float:left; width:327px; height:353px; margin-right:4px; border:1px solid #e4e4e4; background-color:#fff;  }

.bot_boxes h1{color:#c72b2f; font-size:25px; margin-top:10px; font-family: 'Conv_Helvetica Neue CE 35 Thin'; text-align:center; background:url(../images/head_line.jpg) center bottom no-repeat ; padding-bottom:7px;}

.bot_boxes h1 span{color:#303030; }

.form_job_post{ width:300px; margin:0px auto; margin-top:10px;}

.form_job_post td{ color:#878787; font-size:13px; padding:5px 0px;}



.big_inp{ width:230px; background:none;  border:1px solid #ebebeb; height:25px; padding:3px;}

.small_inp{ width:80px; background:none; border:1px solid #ebebeb; height:25px; padding:3px;}

.small_input{ width:80px; background:none; border:1px solid #ebebeb; height:24px; padding:0px 3px; }

.post_listing{ width:327px; margin:15px 0px; }

.post_listing td{ padding:5px 5px; }

.even { background-color:#f2f2f2; font-size:13px; color:#797979;  }

.even span { font-size:13px; color:#303030; font-family: 'Conv_Rupee_Foradian_0';   }

.redtext  { font-size:14px; color:#c72b2f !important; font-family: 'Conv_Rupee_Foradian_0';  }

.odd { background-color:#ffffff; font-size:13px; color:#797979;  }

.odd span { font-size:13px; color:#303030; font-family: 'Conv_Rupee_Foradian_0';   }





.buy_now_but a{ float:right; width:100px; height:30px; text-align:center; line-height:30px; background-color:#323232; color:#fff; text-decoration:none;}

.buy_now_but a:hover{ background-color:#c72b2f; text-decoration:none;}

.small_txt{ color:#878787; font-size:13px; padding:10px 10px 5px 10px; text-align:justify; margin-top:5px; line-height:17px;}

.small_txt span{ color:#010101; font-size:14px; font-family: 'Helvetica';}

.small_txt a{ color:#c72b2f; font-size:12px; text-decoration:underline;}

.small_txt a:hover{ color:#c72b2f; font-size:12px; text-decoration:none;}

.even1 { background-color:#f2f2f2; font-size:14px; color:#797979; height:28px; line-height:28px;  }

.even1 span { font-size:14px; color:#c72b2f; font-family: 'Conv_Rupee_Foradian_0'; text-decoration: line-through;   }



.odd1 { background-color:#ffffff; font-size:14px; color:#797979; height:28px; line-height:28px;   }

.odd1 span { font-size:14px; color:#c72b2f; font-family: 'Conv_Rupee_Foradian_0';   text-decoration: line-through;  }

.blackbig { font-size:20px; color:#303030 !important; font-family: 'Conv_Rupee_Foradian_0';  }



 /* packages page new css start 10-4-2013 Ankit */

 .best_text{ margin:10px 0px ; border-bottom:1px solid #eaeaea; }

 .best_text h4{ padding-left:10px;  }

.webruppe{font-family:'Conv_Rupee_Foradian_0';} 





.bonus-getit{ background-color:#000; padding:10px 30px; color:#FFF; font-size:22px; font-family: 'Helvetica';  border-radius:10px;behavior:url(PIE.htc); position:relative;}

.bonus-getit:hover{ color:#FFF; text-decoration:none;}

.bonous-top-rt{ width:230px; height:42px; margin:0px 0 0 0; z-index:999999; position:absolute; right:5px; top:-5px; background: url(../images/baonous-top.png) left no-repeat;}

.ttl-bnuslt{ width:160px; line-height:42px; padding:0 0 0 0px; color:#FFF; font-size:12px; font-family: 'Helvetica'; text-align:center; text-transform: uppercase;}

.ttl-bnusrslt{ line-height:42px;  color:#FFF; font-size:14px; width:55px; margin:0 0 0 15px;}

#upload-bonus-input{ margin:3px 0 0 5px !important; width:82px; }

.upload-bonus-input{ margin:3px 0 0 5px !important; width:82px; }

.bonus-submit-btn{ margin:0 0 0 25px;}

.bonus-submit-btn input{ cursor:pointer;

background: #fa4e4e; /* Old browsers */

background: -moz-linear-gradient(top,  #fa4e4e 0%, #850404 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa4e4e), color-stop(100%,#850404)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #fa4e4e 0%,#850404 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #fa4e4e 0%,#850404 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #fa4e4e 0%,#850404 100%); /* IE10+ */

background: linear-gradient(to bottom,  #fa4e4e 0%,#850404 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4e4e', endColorstr='#850404',GradientType=0 ); /* IE6-9 */ color:#FFF; padding:5px 20px; border:0px;

border-radius:5px; behavior:url(PIE.htc); position:relative; margin:0 0 0 10px;

}

.bonus-top2{ background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 51%, #f3f3f3 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(51%,#f1f1f1), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 51%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 51%,#f3f3f3 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 51%,#f3f3f3 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 51%,#f3f3f3 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */



	border-radius:10px; behavior:url(PIE.htc); position:relative; padding:15px 40px 40px 20px; border:1px solid #d4d3d3;

}

.bonus-setn{ margin-bottom:20px;}

.bonus-upload-btn{}

.mins-cl{ margin:0 0 0 5px;} 

.plus-cl{ margin:0 0 0 5px;} 

.btm-uplod-btn{ margin:0 20px 0 0;}

.edit_csss{ float:right; line-height:29px; margin-right:10px;}

.edit_csss a{font-size:14px; color:#cb3535; font-family: 'Helvetica'; text-decoration:underline; padding:0px 5px; }

.edit_csss a:hover{font-size:14px; color:#cb3535; font-family: 'Helvetica'; text-decoration:none; }







.red_trans{float:right; font-weight:bold; font-size:16px; color:#c72b2f;}

.table_tansaction1{float:left; width:100px;  }

.table_tansaction2{float:left; width:210px;  }

.table_tansaction3{float:left; width:185px;  }

.table_tansaction4{float:left; width:170px;  }

.table_tansaction5{float:left; width:110px;  }

.dotline{ width:100%; border-top:1px solid #e2e2e2;  border-bottom:1px solid #e2e2e2; padding:10px 0px;  }



/* packages inner page new css start 19-4-2013 Ankit */

  .services{ width:100%; margin:30px 0px;}

  .service_left{ float:left; width:720px;}

   .service_left h2{ color:#303030; font-size:24px;  font-family: 'Conv_Helvetica Neue CE 35 Thin'; padding-bottom:7px; }

    .service_left h2 span{ color:#c72b2f; }

	.resume_ser{ width:720px; border:1px solid #dbdbdb; border-bottom:3px solid #c72b2f; margin-bottom:25px;}

	.resum_tbl{ width:720px;}

	.resum_tbl th{ line-height:38px; background-color:#303030; font-size:15px; color:#ffffff; font-weight:bold; text-align:left; padding-left:7px;}

	.resum_tbl td{ padding:16px 0px; font-size:14px; color:#404040; font-weight:normal; padding-left:5px; border-bottom:1px solid #e3e3e3; margin-bottom:2px; }

	.resum_tbl td span{ color:#c72b2f; font-family: 'Conv_Rupee_Foradian_0'; padding-left:5px; }

	.buy_now_ser{  width:76px;  margin:0px auto;}

	.buy_now_ser a{ text-decoration:none; color:#fff;  line-height:24px; padding:3px 10px; background-color:#c72b2f; text-align:center;  font-family:'Helvetica'; font-size:14px; font-weight:normal; }

	.buy_now_ser a:hover{ text-decoration:none; background-color:#303030; }

	.odd_ser{ background-color:#f2f2f2; border-top:1px solid #ffffff;}

  

  .service_right{ float:right; width:260px;}

  .why_cyb{ width:240px; border:1px solid #e5e5e5; padding:9px; margin-bottom:25px; }

  .why_cyb h2{ color:#303030; font-size:23px;  font-family: 'Conv_Helvetica Neue CE 35 Thin'; padding-bottom:10px; text-align:center;  }

    .why_cyb h2 span{ color:#c72b2f; }

	.why_list{ width:250px; margin-top:10px; }

	.why_list td{ line-height:16px;  padding:8px 0px 8px 6px; color:#3d3d3d; font-size:13px; font-family: 'helvetica'; }

	.why_list td img{ text-align:center;}

  

  .small_txt2{ color:#878787; font-size:13px; padding:10px 0px 5px 0px; text-align:justify; margin-top:5px; line-height:17px;}

.small_txt2 span{ color:#010101; font-size:14px; font-family: 'Helvetica';}

.small_txt2 a{ color:#c72b2f; font-size:12px; text-decoration:underline;}

.small_txt2 a:hover{ color:#c72b2f; font-size:12px; text-decoration:none;}

  

  

   /* packages inner page new css end 19-4-2013 Ankit */

    /* cart page new css Start 23-4-2013 Ankit */

.crt_page{ width:100%; margin-top:10px;}

.left_sec_cartstart{ width:725px; float:left;}

.left_sec_cart{ width:725px; border:1px solid #d4d4d4; border-bottom-right-radius:7px; border-bottom-left-radius:7px; padding-bottom:4px; background-color:#e5e5e5;}

.heading_cart{  height:48px; background: #45494d; /* Old browsers */

background: -moz-linear-gradient(top,  #45494d 0%, #353434 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45494d), color-stop(100%,#353434)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #45494d 0%,#353434 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #45494d 0%,#353434 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #45494d 0%,#353434 100%); /* IE10+ */

background: linear-gradient(to bottom,  #45494d 0%,#353434 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45494d', endColorstr='#353434',GradientType=0 ); /* IE6-9 */ 

color:#e0d9d9; line-height:48px; padding-left:10px; font-size:20px; font-family:'helvetica'; font-weight:normal;  }

.heading_cart_img{ float:left; margin-right:5px; margin-top:13px; }

.cart_tbl{ width:725px;}

.cart_tbl th{ height:33px; line-height:33px; background-color:#e5e5e5; text-align:left;   padding-left:10px; color:#38393a; font-size:13px; font:Arial, Helvetica, sans-serif; }

.cart_tbl td{ height:33px; line-height:33px; background-color:#fff; text-align:left; border-bottom:1px solid #ebebeb; padding-left:10px; color:#7f7e7e; font-size:12px; font:Arial, Helvetica, sans-serif; }

.cart_tbl td span{ font-weight:bold; font-size:13px; color:#636262; }

.rupee{ font-family: 'Conv_Rupee_Foradian_0';}

.rupee_total{ font-family: 'Conv_Rupee_Foradian_0'; font-size:15px !important;}

.payment_op{  width:725px; margin:20px 10px 0px 0px;}

.paymentoption{ padding:10px; margin:20px 10px 0px 10px; }

.payment_produt{ width:300px;}

.payment_produt td{ height:35px; padding:2px;}

.paymentoption p{ font-size:11px; color:#504d4d; padding-top:20px; }

.make_payment{ width:220px; height:43px; float:right; margin:27px 0px; }



 /* cart page new css end 23-4-2013 Ankit */

 

 

 

 

 /* perfect combo new css start 24-4-2013 */

.perfct-combo-h1 span{ font-size:18px !important;}

.prfct-combop{ line-height:16px;}

.prfect-combo-main{ padding:20px 0 0 0;}

.combo-lt{ width:218px; border:1px solid #bdbdbd; background-color:#f6f6f6; padding:0 0 0 10px;}

.combo-rt{ background: #5a5a5a; /* Old browsers */

background: -moz-linear-gradient(top,  #5a5a5a 0%, #2e2e2e 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a5a5a), color-stop(100%,#2e2e2e)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #5a5a5a 0%,#2e2e2e 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #5a5a5a 0%,#2e2e2e 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #5a5a5a 0%,#2e2e2e 100%); /* IE10+ */

background: linear-gradient(to bottom,  #5a5a5a 0%,#2e2e2e 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#2e2e2e',GradientType=0 ); /* IE6-9 */ width:770px; color:#FFF;

}

.cmbo-top{ background: #45494d; /* Old browsers */

background: -moz-linear-gradient(top,  #45494d 0%, #343333 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45494d), color-stop(100%,#343333)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #45494d 0%,#343333 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #45494d 0%,#343333 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #45494d 0%,#343333 100%); /* IE10+ */

background: linear-gradient(to bottom,  #45494d 0%,#343333 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45494d', endColorstr='#343333',GradientType=0 ); /* IE6-9 */ height:auto; padding:20px 20px;

}



.selct-cmb{ margin-bottom:10px;}

.selt-ds{ line-height:33px; width:100px;  font-family:'helvetica'; font-size:13px;}

.selt-selt{ background:url(../images/pfct-lt.png) left no-repeat; height:33px; padding-left:6px;}

.selt-selt span{ background:url(../images/pfct-rt.png) right no-repeat; height:33px; padding-right:6px; display:block;}

.selt-selt span select{ width:270px; height:29px; line-height:29px; background:none; border:none; padding:5px 0; color:#cecece; font-size:12px;}

.selt-selt span select option{ background-color:#292d30;}

.rupee-prft-combo{background: url(../images/wt-rs-icon.png) left center no-repeat; background-position:0 8px !important; padding:3px 0 0 18px; margin:0px 10px 0 10px;  color:#ff6464; font-size:19px; font-family: 'Helvetica';}

.rupee-prft-combo.line-through{ text-decoration:line-through;}

.inclse-tx{ color:#9f9f9f; font-size:11px;}

.pft-combo-radio-top{ padding:5px 20px; width:450px;}

.frm-rdi label{ color:#bab8b8; line-height:22px;}

.frm-rdi input{ float:right;}

.pft-rsmdl{ padding:0 20px; font-size:12px;}

.pft-rsmdl span{ color:#fb9f00; font-size:13px !important;}

.seprtr-cmbo{ height:1px; background-color:#000; border-top:1px solid #464646; margin:10px 0;}

.add-on{ padding:0 20px;}

.add-vv{ float:right; color:#FFF; margin-right:10px;}

.cmbo-pft{ padding:0 20px 10px 20px;}

.cmbo-pft .pft-a{ background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 1%, #c0c0c0 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#c0c0c0)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 1%,#c0c0c0 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 1%,#c0c0c0 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 1%,#c0c0c0 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 1%,#c0c0c0 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0c0c0',GradientType=0 ); /* IE6-9 */

 padding:5px 10px; display:block; font-family:'helvetica'; font-size:14px; color:#000; border-radius:10px; behavior:url(PIE.htc); position:relative;}



 /* perfect combo new css end 24-4-2013 */

 

 

 .jobs_top_links{ float:left; margin-top:-5px; margin-bottom:8px; margin-left:-5px;}

 #urlist li{

  width: auto;

  float: left;

  padding:5px 7px;

  background:url(../images/sear_line.jpg) right center no-repeat;

  

}

 

 

 /* Adv Search page new css start 27-4-2013 */

 

 .search_sec{ width:1000px; margin:0px auto; margin-top:10px;}

 .search_left_ad{ float:left; width:690px; }

  .search_right_ad{ float:right; width:300px; }

  .searc_fom{ width:445px; float:left; margin-top:10px; border:1px solid #dadada;}

  .hot_jobs_list{ width:220px; float:right; padding:5px; background-color:#f4f4f4; border:1px solid #dadada; margin-top:10px;}

  .hot_jobs_list h2{ color:#282828; font-size:18px; font-family:Arial, Helvetica, sans-serif; border-bottom:1px solid #c5c5c5; padding-bottom:8px; }

  .searc_tbl{ width:440px; padding-top:10px; padding-bottom:10px; }

  .searc_tbl td{ padding:8px 0px 8px 7px;vertical-align:top; }

  .searc_tbl td span{ color:#cd3131; }

  .text_fld_sear{ width:295px; border:1px solid #e6e6e6; background:none; height:20px;}

  .text_slet_sear{ width:301px; border:1px solid #e6e6e6; background:none; height:25px;}

  .text_slet_sear_small{ float:left; width:106px; border:1px solid #e6e6e6; background:none; height:25px;}

  .searc_tbl td table td{ padding:0px; }

   .searc_tbl td h4{ font-size:12px; color:#3b3a39; font-weight:bold; padding:6px 0px; border-bottom:1px solid #d7d7d7; }

   .search_but_adv{ width:123px; height:37px; margin:0px auto;}

   .serch_btn_advc{

	   background:url(../images/search_but_adv.png) center no-repeat;

        cursor:pointer;

		width:123px; height:37px; border:none;}

		.hot_jbs_listng{ width:200px; margin:0px auto; margin-top:5px;}

		.hot_jbs_listng ul{}

		.hot_jbs_listng ul li { padding:10px 0px;}

		.hot_jbs_listng ul li a{ font-size:12px; color:#474747; padding-left:15px; background:url(../images/small_arrow.png) left top no-repeat; text-decoration:underline;   }

		.hot_jbs_listng ul li a:hover{ color:#cc3232;   }

		

		/* Adv Search page new css end 27-4-2013 */

		/* tabbing profile page new css start 27-4-2013 */

		

		.tabing_prof{ margin-top:15px;}

		.profile_tab{ width:100%;}

		.inbox_lixt{ width:100%;}

		.inbox_lixt ul{}

		.inbox_lixt ul li{ padding:4px 0px;}

		.inbox_lixt ul li a{font-size:12px; color:#4e4e4e; padding-left:15px; background:none; list-style:none; text-decoration:underline; padding-left:6px;}

		.inbox_lixt ul li a:hover{color:#cc3232;}

		.view_mr a{ float:right; font-size:12px; color:#c21013; text-decoration:underline; }

		.view_mr a:hover{ float:right; font-size:12px; color:#c21013; text-decoration:none; }

		

	 .seekr_box_new{background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#eeeeee)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 99%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */ border:1px solid #d2d0d0;  



}

		.pro_com{ padding:6px;}

		.pro_com h1{ font-size:15px; color:#424242;  font-family: 'helvetica'; float:left;}

		.percentage{ float:right; margin:0px 10px 0px 0px; font-size:12px; color:#424242; font-weight:bold; margin-top:2px; }

		.ui_bar{ width:270px; height:9px; margin:0px auto; margin-top: 6px; margin-bottom:6px; }

		.list_completeness{ margin:10px 7px; }

		.list_completeness ul{ }

		.list_completeness ul li{ padding:0px 0px; font-size:12px; color:#e54141; line-height:26px;  list-style:none; text-decoration:none; }

		.list_completeness ul li span{ color:#a7a7a7; padding-left:0px;}

		.upd_date{ margin-left:6px; line-height:34px; font-weight:bold; float:left; font-size:13px; color:#424242; }

		.up_but{ width:87px; height:34px; float:right; margin:5px;}

		/* tabbing profile page new css end 27-4-2013 */

		/* inbox page new css strat 27-4-2013 */

			

		.inbox_sec{ margin-top:20px;}

		.inbox_sec { margin-top:20px;}

		

.title-page_new {

background-color: #F4F4F4;

color: #424242;

padding:7px 10px;

text-transform: uppercase;

margin: 0px;

clear: both;

font-size:14px;

font-family: 'helvetica'; }	



.listing_inbox{ width:100%; margin-top:20px; border:1px solid #c9c9c9; }

.inbox_tbl{ width:100%;}

.inbox_tbl th{ height:37px; background-color:#a6a6a6; line-height:37px; padding:0px 8px; color:#ffffff; font-size:12px; }

.inbox_tbl th a{ color:#ffffff; text-decoration:underline;  }

.inbox_tbl th a:hover{ color:#ffffff; text-decoration:none;  }

.inbox_tbl td{ height:33px; line-height:33px; padding:0px 8px; font-size:12px; color:#767676;}

.inbox_tbl td a{ color:#767676; text-decoration:underline; }

.inbox_tbl td a:hover{ color:#d13535; text-decoration:underline; }

.inbox_tbl td img{ line-height:33px; padding:5px;}

.inbox_odd{ background-color:#f9f9f9;}

/* inbox page new css end 27-4-2013 */

		

		

		

/* change by abu to hide filed on the registation page */

.jobtabrow{display:none;}



.tbheading{

	background-color:#EEEEEE;font-weight:bold;

}

.tbl{float:left;}

.tbl td{padding: 4px 0px 4px 5px !important;width:160px;}

input.error,select.error,textarea.error{background-color:#ffebeb;border:2px red solid !important;}

.rightforminput{margin-left: 10px;width: 250px !important;}