
*   { 
	margin: 0;
	padding: 0;
	border: 0;
}  

/* body
----------------------------------------------------------------------------------------------------*/
body {
	background:#fff url(images/body.jpg) repeat-x 0 0;
	margin: 0;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: normal; 
} 

h1, h2, h3, h4, h5, h6, p , ul, ol, li {
	font-weight: normal;
}

h2  {
	color: #48668E;
	margin: 10px 0 10px 0;
	font-size: 26px;
}

h3  {
	color: #48668E;
	margin: 10px 0 10px 0;
	font-size: 22px;
}


a:link , a:visited {
	color: #0066CC;
	text-decoration: none;
	border-bottom: 1px dotted #ccc; 
}

a:hover  {
	color: #48668E;
	text-decoration: none; 
	border-bottom: 1px dotted #48668E; 
}

li  {
	list-style: none;
}



/* CONTENT
----------------------------------------------------------------------------------------------------*/
#header {
	 height: 70px;
}

.logo {
	padding: 15px 10px 0 0 ;
	display: block;
	border: none!important;
}

.content {
	padding:20px 0;
	float: left;
} 


.box_step { 
	background: #F7FCFF;
	border: 1px solid #97B5D2;
	display: block;
	margin: 0 0 10px 0; 
	float: left;
	padding: 10px 0; 
}

.number_step {
	padding:10px 0 10px 50px; 
}

.triple li {
	float: left;
	width: 230px;
	list-style: none; 
}

.connect_linkedin {
	margin: 0 30px 0 30px;
}
.logo_social{
	margin: 30px 0 0 0;
}


.mascotte {
	position: absolute;
	top:5px;
	right: 15px;
}

.mascotte-mini img{
	width: 107px;
	height: 158px;
}
 

.search_big {
	border: 3px solid #97B5D2;
	background: #fff;
	padding: 3px 10px;
	font-size: 26px;
	color: #eee;
	margin-top: 35px;
}

.search_big:focus {
	border: 3px solid #48668E;
	background: #fff; 
	color: #48668E; 
}


.cash, .listings, .friends { 
	padding: 10px 0 10px 60px;
	margin-bottom: 20px;
}

.cash{ 
	background: url(images/dollar.png) 0 0 no-repeat;
}

.listings{ 
	background: url(images/world.png) 0 0 no-repeat;
}

.friends{ 
	background: url(images/friends.png) 0 0 no-repeat;
}

.list-places {
    padding-bottom: 10px;
}

.list-places li{ 
	margin: 0 0 10px 0;
}

.list-places li span{ 
	color: #48668E;
}

#search_submit{ 
	width: 310px;
	margin: 0 auto;
	display: block;
	clear: both;
	padding: 23px 20px;
	color: #fff;
	font-size: 26px;
	background: url(images/search_submit.png) 0 0 no-repeat;
}

#search_submit:hover{  
	background: url(images/search_submit.png) bottom no-repeat;
}

#footer{
	background: #49668F url(images/footer.jpg) 0 0 repeat-x; 

}

#footer a {
    color:#fff;

}

#footer-content {
	padding: 20px;
	margin: 0 auto;
	width: 940px;
	color: #fff;

}
 
.hi{  
	width: 850px; 
	float: left;
	margin-bottom: 20px;
}

.hi img{  
	float: left;
	padding: 0 20px 0 0;
}
.hi h2{  
	float: left;
}
.hi input{   
	margin: 10px 0 0 20px;
	float: left;
	width: 400px!important;
}

#sidebar { 
	padding: 10px 0;  
	border-right:1px solid #eee;
	float: left;
	width: 220px; 
}

#sidebar h2 { 
	font-size: 18px;
}

.arrow-down{
	padding: 0 0 0 30px;
	background: url(images/arrow-down.png) 0 8px no-repeat;
}

#results {   
	padding: 10px 0 10px 10px; 
	float: left;
	width: 760px; 
}
 
.info{
	background: url(images/i.png) 0 0px no-repeat;
	display: inline-block; 
	width: 16px;
	height: 14px;
	border: none!important;

}

.info2{
    background: url(images/i2.png) 0 0px no-repeat;
    display: inline-block;
    width: 16px;
    height: 14px;
    border: none!important;

}

.list-results{
	float: left;
}

.list-results li{
	float: left;
	border-bottom: 1px dotted #eee;
	padding: 3px 0 0 0;
	width: 760px;
} 

.list-results div{
	float: left;
	padding: 2px 10px;
} 


.new{
	width: 12px;
} 

.rate{
	width: 50px;
}
.date{
	width: 50px;
}
.job{
	width: 100px;
} 
.company{
	width: 90px;
}
.city{
	width: 90px;
}
.salary{
	width: 50px;
}

.friends-pic{
	width: 90px;
}

.share{
	width: 10px;
}

.label_sort{
	position: relative;
} 

.sort{
	margin: 0 0 10px 0;
}
.sort_1{
	background: url(images/sort.png) 0 0 no-repeat;
	position: absolute;
	left: -5px;
	top:3px;
	width: 10px;
	height: 10px;
}
 
.more{
	margin: 0 auto;
	display: block;
	margin: 10px 0 10px 0;
	clear: both;
	float: left;
	width: 760px;
}

.more a{
	margin: 20px auto;
	display: block;
	width: 467px;
	border: none; 
}

/* tooltip styling */
.tooltip {
	display:none;
	background:url(images/tooltip/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}


 
 
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	position: relative; 
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:248px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:698px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:980px;
}

 


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}