.job-show-topsection
{
	bottom-border: 1px dotted #000000;
}

/*  job show page */

.job-show-header {
	float:left;
	width:501px;
	border-bottom:1px solid #cccccc;
}

.job-show-header h1 {
	float:left;
	font-size:1.2em;
	font-weight:bold;
	color:#666666;
	width:200px;
	line-height:30px;
}

.job-show-pagination {
	float:right;
	margin-top:5px;
	font-size:.9em;
}


.job-show-pagination a {
	color:#000000;
	margin:0 5px 0 5px;
	text-decoration: underline;
}


.job-show-back {
	float:left;
	margin-right:5px;
	margin-top:5px;
	font-size:.9em;
	cursor: hand;
}

.job-show-back a {
	float: left;
	color:#000000;
	text-decoration: underline;
}

.job-show-info {
	float:left;
	/* width:300px; */
	margin:10px 0 10px 0;
}

.job-show-info .job-title {
	float:left;
	width:300px;
	font-size: 18px;
	color:#7F1F06;
	font-weight:bold;
}

.job-show-info .job-info {
	float:left;
	width:300px;	
	font-size:14px;
	color:black;
	/* font-weight:bold; */
}

.job-show-info .job-type {
	float:left;
	width:300px;	
	font-size:14px;
	color:black;
	/* font-weight:bold; */
}

.job-show-company-logo {
	float:left;
	margin:10px 0pt;
	padding-left:50px;
	width:100px;
	margin-top:20px;
}

.job-show-details {
	float:left;
	width:500px;
	/* border-top:1px solid #cccccc; */
	padding-top:10px;
}

.job-show-description {
	float: left;
	width: 500px;
}

.job-show-apply {
	clear:left;
	margin-right:5px;
	margin-bottom:5px;
	
}

.job-show-apply-link {
	background-image: url('../images/button-apply.gif');
	background-position:left center; 
	background-repeat:no-repeat; 
	width:180px; 
	height:29px; 
	text-indent:-9999px; 
	border:0px; 
	display:block; 
	outline:none; 
	cursor:pointer; 	
}

.job-show-apply-cvmatch-link {
	background-image: url('../images/button-apply-cvmatch.gif');
	background-position:left center; 
	background-repeat:no-repeat; 
	width:300px; 
	height:29px; 
	text-indent:-9999px; 
	border:0px; 
	display:block; 
	outline:none; 
	cursor:pointer; 	
}


.job-show-contacts {
	float:left;
	width:300px;
}

.job-show-options {
	float:right;
	width:130px;
}

.job-show-options .show-print-option,  .job-show-options .show-save-option, .job-show-options .show-send-option {
	background-position:left center; 
	background-repeat:no-repeat; 
	width:124px; 
	height:43px; 
	margin-right:5px;
	margin-bottom:5px;
	text-indent:-9999px; 
	border:0px; 
	display:block; 
	outline:none; 
	cursor:pointer; 	
}

.job-show-options .show-print-option {
	background-image: url('../images/print.gif'); 
}

.job-show-options .show-save-option {
	background-image: url('../images/save_job.gif'); 
}

.job-show-options .show-send-option {
	background-image: url('../images/send_to_friend.gif'); 
}



.job-show-contacts {
	float:left;
	width:300px;
	background-color:#eeeeee;
	border: 1px solid #000000;
}

.job-show-contacts-row {
	margin:0px 0 5px 0;
}

.job-show-contacts-left {
	float:left;
	width:70px;
	background-color:#eeeeee;
	color:#e8e8e8;
	color: #000000;
	padding:10px;
	text-align:right;
	font-size:.9em;
}

.job-show-contacts-right {
	float:left;
	width:185px;
	background-color:#ffffff;
	border-left:5px solid #ffffff;
	color:#000000;
	font-size:.9em;
	padding:10px;
}

.job-show-contacts-right.last {
	/* background-image: url('../images/curve.gif'); 
	background-position:bottom right; 
	background-repeat:no-repeat; */
}

