/** body background **/
body
{
	background: url("../images/background_image.png") repeat;
}

.container{
	width:1003px;
}
/*** Heade CSS **/
sup{
	 color:red;
	 line-height: 12px;
}
#header{
	margin: auto;
	width: 100%;
	height: 108px;
	background-image: url("../images/header_bg.png");
	background-repeat: repeat-x;
}
#header .header_top_wrapper{
	float: left;
	width: 1008px;
}
#header .logo{
	float: left;
	width: 250px;
	margin-top:12px;
}
#header .header_top_right{
	float: right;
	width: 758px;
	text-align: right;
	margin-top:5px;
}
#header .header_top_right ul{
	float: right;
	margin-right:35px;
}
#header .header_top_right ul li{
	padding: 0 3px 0 3px;
	color: #ccf;
}
#header .header_top_right ul li a:hover{
	
	color: #36c;
}
/** Top Main menu navigation  **/
#menu li{
	float: left;
	padding: 0px;
}
#menu li:hover{
	/*background: url("../images/navigation_hover_bg.png");*/
	background: #656565;
	border-radius: 7px 7px 0px 0px;
	color:#FFFFFF;
}
#menu  li a{ 
	float:left;
	padding: 10px 31px 10px 10px;
    line-height: 14px;
	color:#333333;
	display: inline;
	font-weight: bold;
	font-size: 14px;
}
   	/** URL Change **/
#menu li a:hover{ 
	color: #FFFFFF;
	text-decoration:none;
	/*background-color: #548ecc;
	background-image: url("../images/navigation_hover_bg.png");*/	
	background: #656565;
    border-radius: 7px 7px 0px 0px;
} 
#menu li span{
	float: left;
}
#menu a img{
	float: left;
	margin-top:2px;
} 
#menu span{
	float: left;
	padding-right: 2px;
}

/**  jobs Dropdown **/
#drop_down1{
	float: left; 
    width:800px;  
    z-index:5;
    background-color: #FFFFFF;
    border:2px solid #656565; 
    position: absolute; 
    margin-top:34px;
    display: none;
}
#drop_down1 .cols{
	float: left;
	width:170px;
}
#drop_down1 .cols h3{
	text-align: left;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-indent: 5px;
	border: 0;
	width: 160px;
	margin: 10px 0 0 10px;
	background: #eef4fa;
	color: #33559b;
}
#drop_down1 .cols ul{
	float:left;
}
#drop_down1 .cols ul li{
	float: left;
	width: 160px;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	list-style-type: none;
	background: url('../images/arrow.png') no-repeat 0px 11px;
	height: 18px;
	display: block;
	position: relative;
	margin-left: 10px;
}	

#drop_down1 .cols ul li a {
	float: left;
	width:100%;
	font-size:12px;
	display: block;
	position: relative;
	font-weight: normal;
	color: #333!important;
	border: 0;
}
#drop_down1 .cols ul li a:hover{
	background: none;
	text-decoration: underline;
}
#drop_down1 .cols_2{
	float: left;
	width: 240px;
	margin: 35px 0 0 10px;
	padding: 0px 19px 0 19px;
	border-left: 1px dotted #ccc; 
}
#drop_down1 .cols_2 span{
	float: left;
}
#drop_down1 .cols_2 span img{
	float: left;
}
#drop_down1 .cols_2 span a{
	color: #33559b!important;
	font-family: Verdana,Geneva,sans-serif!important;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0;
	float: left;
	text-decoration: none;
}
#drop_down1 .cols_2 span a:hover{
	background: none;
}
#bottom_cols{
    float: left;
    width:780px;
    height: 29px;
	background-color: #e6e6e6;
	margin: 10px;
}
#bottom_cols .candidates_head{
    float: left;
	font-weight: bolder;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #fff;
	background-color: #6ea1e2;
	padding-left: 10px;
	line-height: 28px;
	width: 150px;
	height: 29px;	
}
#bottom_cols .candidates_content{
    float: left;
    width: 600px;
	height: 29px;
}
#bottom_cols .candidates_content a{
    float: left;
    color: #333333!important;
    font-size: 14px;
	padding-left: 10px;
	line-height: 28px;
	padding: 0px 0 0 10px;
}
#bottom_cols .candidates_content a:hover{
    background: none;
 	text-decoration: underline;
}
#bottom_cols .img{
	float: left;
}
#bottom_cols .candidates_content img{
	float: left;
	margin: 8px 0 0 16px;
}
/**  Placement Papers Dropdown **/  	
#drop_down2{
   	float: left; 
   	width:800px;
   	z-index:5;
   	background-color: #FFFFFF;  
   	border:2px solid #656565; 
   	position: absolute; 
   	margin-top:34px;
   	display: none;
}
/**  Career & Courses Dropdown **/
#drop_down3{
 	float: left; 
  	width:800px;  
  	z-index:5;
  	background-color: #FFFFFF;
   	margin-left:-200px;
   	border:2px solid #656565; 
   	position: absolute; 
   	margin-top:34px;
   	display: none;
}
#drop_down3 .cols{
	float: left;
	width:211px;
}
#drop_down3 .cols h3{
	text-align: left;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-indent: 5px;
	border: 0;
	width: 220px;
	margin: 10px 0 0 10px;
	background: #eef4fa;
	color: #33559b;
}
#drop_down3 .cols ul{
	float:left;
}
#drop_down3 .cols ul li{
	float: left;
	width: 160px;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	list-style-type: none;
	background: url('../images/arrow.png') no-repeat 0px 11px;
	height: 18px;
	display: block;
	position: relative;
	margin-left: 10px;
}	

#drop_down3 .cols ul li a {
	float: left;
	width:100%;
	font-size:12px;
	display: block;
	position: relative;
	font-weight: normal;
	color: #333!important;
	border: 0;
}
#drop_down3 .cols ul li a:hover{
	background: none;
	text-decoration: underline;
}
#col_short{
	float: left;
	width: 105px;
}
#cols_left{
	margin-left: 25px;
}
#drop_down4{
  	float: left; 
  	width:300px;  
  	padding-left: 10px;
  	z-index:5;
  	background-color: #FFFFFF;
   	border:2px solid blue; 
   	position: absolute; 
   	margin-top:34px;
   	display: none;
}
#drop_down4 .cols h3{
	text-align: left;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-indent: 5px;
	border: 0;
	width: 220px;
	margin: 10px 0 0 10px;
	background: #eef4fa;
	color: #33559b;
}
#drop_down4 .cols ul{
	float:left;
}
#drop_down4 .cols ul li{
	float: left;
	width: 160px;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	list-style-type: none;
	background: url('../images/arrow.png') no-repeat 0px 11px;
	height: 18px;
	display: block;
	position: relative;
	margin-left: 10px;
}	

#drop_down4 .cols ul li a {
	float: left;
	width:100%;
	font-size:12px;
	display: block;
	position: relative;
	font-weight: normal;
	color: #333!important;
	border: 0;
}
#drop_down4 .cols ul li a:hover{
	background: none;
	text-decoration: underline;
}
#training_courses{
	width:310px!important;
	margin-left:25px;
}
#training_courses ul li{
	width: 180px!important;
}
.service_logos{
	float: left;
	width: 310px;
	height: 100px;
	margin-top:15px;
	border-top:1px dotted #999;
}
.service_logos a{
 	float: left;
	padding: 0px!important;
}
.service_logos a:hover{
	background: none!important;
}
.service_logos a img{
	float: left;

}
#bottom_cols_strip{
	float: left;
	clear: both;
	padding: 0px;
	background-color: #e6e6e6;
	height: 20px;
	width: 780px;
	border: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000;
	margin-left: 10px;
	margin-bottom: 10px;
}
#bottom_cols_strip img{
	float: left;
	padding: 0px;
}
#bottom_cols_strip a{
	padding: 0px!important;
	line-height: 20px!important;
	background: none!important;
	font-size: 12px!important;
	color: #015b86!important;
	margin-left: 20px;
	font-weight: normal!important;
}
#bottom_cols_strip a:hover{
	background: none;
	color: #029feb!important;
}
/**	 Top Main menu navigation Ends **/
#jobs_midsection{
	float: left;
	background-image: url("../images/mid_bg.png");
	background-repeat: repeat-y;
	height: auto;
	margin: auto;
	width: 1003px;
	clear: both;
	padding:0 7px;
}

/***   Top Category Navigation  **/

#top_navigation{
	float: left;
	width: 98.5%;
	height: 27px;
	text-align: center;
	border-bottom:1px solid #ccc;
}
#top_navigation .inline li a{
	display: inline;
	padding: 4px 12px 4px 12px;
	text-decoration: none;	
	color: #3a5eb0;
}
#top_navigation .inline li a:hover{
	color: #5fa5da;
}
#job_results{
	float: right;
	font-weight: bold;
	margin-right: 7px;
	line-height: 25px;
}
#sub_li{
	display: none; 
	z-index: 4; 
	position: absolute;
	float:left;
	width:170px;
	padding:0px;
	background: #d8dfea;
	list-style: none;
}

#sub_li span:hover{
	background-color: #268aac;
}
#nav {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	margin-top: 5px;
	display: inline;
	position: relative;
	z-index: 4;
}
#nav li a {
	float:left;
	display: inline;
	padding: 4px 12px 4px 12px;
	line-height: 15px;
	text-decoration: none;
	color: #3a5eb0;
}
#submenu {
	float: left;
	margin: 20px 0 0 -60px;
	width: 155px;
	padding: 0;
	display: none;
	background-color: #d8dfea;
	list-style: none;
	color: #666;
}
#submenu li {
	float: left;
	width: 155px;
	margin-top: 0px;
	display: block;
	position: relative;
	z-index: 500;
	border-right: solid 0px #666;
}
#submenu li:hover {
	background-color: #268aac;
}
.jobs_result{
	float: right;
	font-weight: bold;
	margin-right: 7px;
	line-height: 27px;
}


/****  Footer Css **/

#footer{
	width: auto;
	background-color: #2d5988;
	height: auto;
}
#footer .main_footer{
	float: left;
	height: 195px;
	color: #FFFFFF;
}
#footer_sub_top{
	float: left;
	margin-top:30px;
	width: 335px;
}
#footer_sub_top h3{
	list-style: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	float: left;
	background: #3f7cbb;
	width: 97%;
	height: 22px;
	line-height: 23px;
	margin: 0 0 3px -7px;
	text-indent: 7px;
}
.footer_sub{
	float:left;
}
.footer_sub ul{
	float: left;
}
.footer_sub ul li a{
	color:#fff;
}
.footer_sub_head{
	float: left;
	width: 320px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
} 
#footer .footer_top{
	float: left;
	height: auto;
	padding-top:20px;
}
.footer_sub_blocks{
	float: left; 
	width:156px;
	margin: 0 0 0 6px;
}
.footer_border {
	float: left;
	width: 100%;
	border-top: 1px solid #1f446e;
	border-bottom: 1px solid #376ea4;
	margin: 20px 0;
	height: 0;
}
.footer_sub_divider{
	float: left;
	border-left: 1px dotted #6495cc;
	height: 430px;
	margin: 30px 15px 0 0;
}
.premium_membership{
	background: url('../images/sprite1.png') no-repeat;
	width: 182px;
	height: 28px;
	display: block;
}
.p3_logo{
	background: url('../images/sprite1.png') no-repeat;
	background-position: -0px -28px;
	width: 96px;
	height: 28px;
	display: block;
}
.power-resume {
	display: block;
	background: url('../images/sprite1.png') no-repeat;
	background-position: -0px -56px;
	width: 137px;
	height: 28px;
}
.jobmentor {
    background: url("../images/sprite2.png") no-repeat scroll 0 -112px rgba(0, 0, 0, 0);
    float: left;
    height: 28px;
    width: 68px;
}
.video_resume {
	display: block;
	background: url('../images/video_resume_icon.png') no-repeat;
	width: 132px;
	height: 27px;
}
#footer_service_logo{
	float:left;
	width: 100%;
}
#footer_service_logo .h3{
	color: #fff;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #6495cc;
}
#footer_service_logo ul{
	float: left;
	width: 900px;
	margin:10px 0 0 -15px;
}
#footer_service_logo ul li{
	margin-left:15px;
}
#footer .footer_top_left{
	float: left;
	width: 800px;
}
#footer .footer_top_left .footer_head{
	float: left;
	font-size: 15px;
	font-weight: bold;
}

#footer .footer_top_left .footer_head .footer_head_line{
	color: #8ec2fe;
}
#footer .footer_top_left .description{
	float: left;
	width: 100%;
}
#footer .social_icons_services{
	float: right;
	width: 140px;
	margin:10px 0 0 50px;
}
#footer .social_icons_services .footer_heading{
	padding-bottom: 1px;
	border-bottom: 1px dotted #ccc;
	width: 82px;
	font-weight: bold;
}
.social_icons_services .social_icons {
	float: left;
	height: 16px;
	width: 100px;
	margin-top: 6px;
}
.social_icons .facebook a {
	background: url("../images/sprite.png") no-repeat scroll -301px -79px transparent;
	width: 16px;
	height: 16px;
	float: left;
}
.social_icons .twitter a {
	background: url("../images/sprite.png") no-repeat scroll -325px -79px transparent;
	width: 16px;
	height: 16px;
	float: left;
}
.social_icons .linked_in a {
	background: url("../images/sprite.png") no-repeat scroll -349px -79px transparent;
	width: 16px;
	height: 16px;
	float: left;
}
.social_icons .google_plus a {
	background: url("../images/google_plus.png");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: left;
}
.social_icons .facebook, .twitter, .linked_in, .google_plus {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 6px;
}
.footer_border {
	float: left;
	width: 100%;
	margin-bottom:20px;
	border-top: 1px solid #1f446e;
	border-bottom: 1px solid #376ea4;
}
#footer_bottom_content li a{
	color: #fff;
	font-size:11px;
	padding: 0 15px 0 15px;
}

#footer_bottom_content2 li a{
	font-size:10px;
	padding: 0 5px 0 5px;
	color: #b3b6bb;
}
#footer_bottom_content2 li span{
	font-size:10px;
	padding: 0 5px 0 35px;
	color: #b3b6bb;
}
.list_institute {
	float: left;
	background-color: #FDFDE0;
	padding: 3px;
	border: 2px solid #669933;
	color: #000000;
	box-shadow: 2px 2px 2px #333333;
	border-radius: 2px 2px 2px 2px;
	margin: 25px -11px;
}
.list_institute:hover {
	color: #333333;
}


/***** Search  Box CSS **/
#search_box{
		float: left;
		width: 100%;
}
#search_box .search_form{
	float: left;
	margin:4px 0 10px 6px;
	width: 965px;
	height:48px;
	padding: 15px 0px 0 10px;
	background:url(../images/searchbox_background.png) repeat;
}
#search_box .search_form div{
	float: left;
	width: 200px;
	margin-left: 10px;
}
#search_box .search_form div .sug_box{
	float: left;
	font-size: 11px;
	margin-top: -13px;
	color: #fff;
	font-style: italic
}
#search_box .search_form select{
	float: left;
	width:197px;
	font-size: 12px;
	color: #c5c4c4;
}
#search_box .search_form optgroup{
		color: #c5c4c4;
}
#search_box .search_form option{
		color: #333;
}
#search_box .search_form input{
	float: left;
	width:182px;
	color: #c5c4c4;
}
.search_btn{
	color: #333!important;
}

/*** Jobs Listing ***/

#jobs_left{
	float: left;
	width: 800px;
	margin-left: 6px;
}
#jobs_left .category_head{
	float: left;
	width: 794px;
}
#jobs_left .category_head p
{
	float: right;
	width: auto;
	padding: 0 20px 0 0;
	color: #000099;
}
#jobs_left .category_head h1{
	min-width: 225px;
	max-width: 650px;
	padding-right:20px;
	height: 30px;
	font-size:1em;
	background-color: #d8dfea;
	line-height: 30px;
	text-indent: 22px;
	margin:0px;
	text-align:left;
	font-weight: bold;
	float: left;
}
#jobs_left .category_head h2{
	width: 225px;
	height: 30px;
	font-size:1em;
	background-color: #d8dfea;
	line-height: 30px;
	text-indent: 22px;
	margin:0px;
	text-align:left;
	font-weight: bold;
	float: left;
}
/*** Category menu css  **/
#category_menu{
	float: right;
	margin:5px 5px 0 0;
}
#category_menu li a{
	color: #549cd4;
	text-decoration: none;
}
#category_menu li a:hover{
	color: #549cd4;
	text-decoration: none;
}


/*** Jobs Details Page Css  ***/
#jobs_details {
	float: left;
	width: 790px;
	border: 1px solid #dddddd;
}
#jobs_details tr th {
	width: 149px;
	background-color: #f3f3f3;
	text-align: center;
	font-weight: bold;
	border-right: solid 1px #bababa;
}
#jobs_details tr .cname{
	width:160px;
	padding: 5px 0px 5px 5px;
}
#jobs_details tr td .company_name{
	float: left;
	width:100%;
	font-weight: bold;
	line-height: 14px;
}
#jobs_details tr .date{
	text-align: center;
	width:92px;
}
#jobs_details tr .eligibility{
	width: 220px;
	font-weight: bold;
}
#jobs_details tr td .company_name a{
	color: #3900ff;
}
#jobs_details tr td .post_date{
	
}

/** Jobs Drop down css  **/

#drop_down2 .company{
	float: left;
	width: 430px;
	border-right: 1px solid #ccc;
}
#drop_down2 .company h3 {
	text-align: left;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-indent: 5px;
	border: 0;
	width: 345px;
	margin: 10px 0 0 10px;
	background: #eef4fa;
	color: #33559b;
	padding: 0 0 0 55px;
}
#drop_down2 .company span{
	width: 380px;
	margin-left:25px;
}
#drop_down2 .company span a {
	color: #333!important;
	font-size: 12px;
	background:none;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	padding: 0 0 0 2px!important;
}
#drop_down2 .company span a:hover {
	text-decoration: underline;
}
#drop_down2 .company span a.i_infotech {
	margin-left: 34px;
}
#drop_down2 .company span a.accenture ,#drop_down2 .company span a.cmc {
	color: #7c00a0!important;
	font-size: 16px;
	font-weight: bold;
}
#drop_down2 .company span a.amdoc {
	margin-left: 58px;
}
#drop_down2 .company span a.bharat {
	margin-left: 38px;
}
#drop_down2 .company span a.birlasoft, #drop_down2 .company span a.ness {
	color: #000!important;
	font-weight: bold;
}
#drop_down2 .company span a.cadence {
	margin-left: 38px;
}
#drop_down2 .company span a.capgemini {
	color: #1b6ab1!important;
	font-size: 14px;
	font-weight: bold;
}
#drop_down2 .company span a.convergys {
	color: #1b6ab1!important;
	font-size: 14px;
	font-weight: bold;
	margin-left: 30px;
}
#drop_down2 .company span a.covansys {
	color: #f87d26!important;
}
#drop_down2 .company span a.flextronics {
	margin-left: 25px;
}
#drop_down2 .company span a.google, #drop_down2 .company span a.infosys{
	color: #f88028!important;
	font-size: 22px;
	font-weight: bold;
}
#drop_down2 .company span a.grapecity {
	margin-left: 20px;
}
#drop_down2 .company span a.honeywell, #drop_down2 .company span a.oracle, #drop_down2 .company span a.sasken {
	color: #588b49!important;
	font-size: 17px;
	font-weight: bold;
}
#drop_down2 .company span a.hsbc, #drop_down2 .company span a.sapient {
	color: #1b6ab1!important;
	font-size: 14px;
	font-weight: bold;
}
#drop_down2 .company span a.huwai {
	margin-left: 37px;
}
#drop_down2 .company span a.infotech {
	margin-left: 18px;
}
#drop_down2 .company span a.logicacmg {
	color: #7c00a0!important;
	font-size: 14px;
	font-weight: bold;
}
#drop_down2 .company span a.mindtree {
	color: #f88028!important;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
}
#drop_down2 .company span a.onmobile {
	color: #70a3e4!important;
	font-size: 13px;
	font-weight: bold;
}
#drop_down2 .company span a.novell {
	margin-left: 50px;
}
#drop_down2 .company span a.perot {
	margin-left: 45px;
}
#drop_down2 .company span a.ramcosystem {
	margin-left: 30px;
}
#drop_down2 .p3{
	float: left;
	width: 368px;
	border-right: 1px solid #ccc;
}
#drop_down2 .p3 h3 {
	text-align: left;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-indent: 5px;
	border: 0;
	width: 295px;
	margin: 10px 0 0 10px;
	background: #eef4fa;
	color: #33559b;
	padding: 0 0 0 55px;
}
#drop_down2 .p3 .start_now {
	background: url("../images/sprite.png") no-repeat scroll -10px -37px transparent;
	float: right;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 11px;
	height: 11px;
	text-align: center;
	text-shadow: 0 -1px 0 #e09504;
	width: 90px;
	margin-right: 15px;
	margin-top: 15px;
	padding: 10px 18px 10px 18px;
}
#bottom_cols .jm_image{
	float: left;
	margin:6px 0 0 3px;
}
#bottom_cols .jm_link{
	float: left;
	background: none;
	font-size: 11px;
	color: #015b86!important;
}
#bottom_cols .jm_link:hover{
	background: none;
	color: #029feb!important;
	text-decoration: underline;
}

/** Right Side Bar Css  **/
	.jobs_right{
	width: 167px;
	float:left;
	text-align: left;
}
#jobs_right{
	width: 167px;
	float:left;
	margin-left:5px;
	text-align: left;
	border: 1px solid #d1d2d3;
}
#jobs_right .right_box_head {
	width: 167px;
	height: 29px;
	line-height: 29px;
	color: #fff;
	background-color: #2e8bad;
	text-indent: 12px;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}
#jobs_right  .right_box_content{
	float: left; 
	width: 100%;
	margin:0 0 0px 5px;
}
/**** Ad slot Css  ***/
.content_adv_div{
	width: 100%;
	clear: both;
	margin-top: 12px;
	margin-bottom: 14px;
	
}
.jobs_add_right{
	float:left;
	margin:5px;
}

/** Power placement Block **/
.p3container {
	border: 1px solid #CE9 !important;
	background-color: #D3F9BC;
	padding: 15px 30px 15px 30px;
	margin-bottom: 10px;
	width: 738px !important;
}
.p3container p
{
	margin: 0;
	line-height: 14px;
}
.p3container p a{
	font-weight: bold;
	color: #549cd4;	
}
.p3container p a:hover{
	color: #549cd4;
	text-decoration: none;	
}
/*** Jobs Category Css  ***/
#jobsWrapper
{
	margin-left: 6px;
	width: 800px;
}
#headerWrapper
{
	height: 30px;
}
#headerWrapper h1
{
	height: 30px;
	background-color: #D8DFEA;
	float: left;
	text-align: left;
	text-indent: 22px;
	font-weight: bold;
	font-size: .9em;
}

/* ----- PAGINATION ----- */
#paginationStrip
{
	padding: 10px 10px 10px 10px;
	border: none;
	float: right;
}
select#paginationDropdownPage
{
	width: 50px;
	height: 26px;
	margin: 0 0 0 10px;
}
#paginationStrip ul
{
	float: left;
}
#paginationStrip p
{
	float: left;
	margin: 0 10px 0 0;
}
#paginationStrip ul li
{
	border: 1px solid #9DF;
	padding: 3px 5px;
	height: 1.5em;
}
.arrowLeft
{
	border-left: none;
	border-right: 5px solid #999;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
#common_add_slot{
	float: left;
	width: 160px; 
	position: fixed; 
	margin-left: 178px; 
	margin-top: 0px; 
	top: 104px;
}
#close_add_slot{
	float: right;
	position: absolute;
	right: -10px;
	top: 0px; 
	z-index: 1000;
}
.related_searches{
	float: left;
	width: 774px;
	border: 1px solid #dddddd;
	text-align: left;
	padding-left: 12px;
	margin: 10px 20px 20px 0px;
}
/* for jobs-by-location page */
.jobs_metro h1{
	font-size: 21px;
	margin-top: 35px;
}
.jobs_metro h2{
	font-size: 18px;
}
.jobs_city h2{
	font-size: 18px;
}
.jobs_metro li, .jobs_city li{
	float: left;
	list-style: none;
	width: 250px;
	line-height: 30px;
	list-style: none outside none;
	text-align: left;
}
#job_cat_bottom_add{
	float: left; 
	width: 100%; 
	margin-left:10px;
	margin-bottom: 20px;

}
#job_cat_bottom_add .left_ad{
	width: 300px; 
	float:left;
}
#job_cat_bottom_add .right_ad{
	width: 300px;
	float:right;
	margin-right:10px;
}
