@charset "UTF-8";

/*
Design by CVWanted team
http://www.cvwanted.ch
*/ 

/* Herited from main.css */

/* Home banner*/

#homeSlider {
	padding:0px 0px 0px 0px;
	width:100%;
	background-repeat:no-repeat;
	height:280px;
	margin-bottom:25px;
	border:0px solid #ff6600;
}

#homeSlider #nivoSlider {
	display:none;
	float:left;
	margin-left:0px;
	margin-top:26px;
	width:598px;
}
#homeSlider #loginForm {
	position:absolute;
	width:295px;
	margin-left:670px;
	margin-top:50px;
}

/*#homeSlider #slider {
	float:right;
	width:295px;
	height:200px;
	margin-right:5px;
	margin-top:30px;
	padding:15px 0px 0px 15px;
	border:0px solid #ffffff;
	overflow:hidden;
}


#homeSlider #slider .lastRegistered {
	float: left;
	margin-bottom: 12px;
	margin-right:12px;
	padding:1px;
	border: 1px solid #ced9b3;
}*/

/*#homeSlider #allCVwanted {
	display:none;
	float:right;
	margin-top:10px;
	margin-right:20px;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}*/


/* Home */
#cvsList{
	position:relative;
	padding:8px 0 10px 10px;
}
#cvsList .subscribe{
	position:absolute;
	width:355px;
	height:86px;
	left:278px;
	top:75px;
	z-index:2;
	background: transparent url(../img/index-subscribe-bg.png) repeat;
	padding:20px;
}
#cvsList .subscribe{
	font-size:20px;
	color:#fff;
}
#cvsList .subscribe a{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:center;
	height:22px;
	padding:8px 15px 0px 15px;
	background-color:#99cc00;
	color:#fff;
	display:inline-block;
	/*-webkit-box-shadow: 0px 0px 5px #aaa;
	-moz-box-shadow: 0px 0px 5px #aaa;
	box-shadow: 0px 0px 5px #aaa;*/
	margin-top:12px;
	float:right;
}
#cvsList .subscribe a:hover{
	background-color:#83af00;
}
#cvsList .lastRegistered{
	float: left;
	margin-bottom: 10px;
	margin-right:10px;
	padding:0px;
	border: 1px solid #f9f9f9;
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
}
#homePane {
	float:left;
	padding:20px 0px 0px 0px;
}
#homePane .blockPane, #homePane .blockPaneCVwanted{
	float:left;
	width:300px;
	margin-right:30px;
	margin-bottom:20px;
}

#homePane .blockPane .feature {
	margin-bottom:50px;
	height:50px;
	/*border:1px solid #ff6600;*/
}

#homePane .blockPane .feature .icon {
	float:left;
	width:32px;
	margin-right:10px;
}

#homePane .blockPane .feature .content {
	float:left;
	width:240px;
}

#homePane .blockPane .feature .content .title {
	padding:6px 0 0px 0;
	font-size:18px;
	color:#99cc00;
	margin-bottom:5px;
}

#homePane .blockPane .feature .content .description {
	text-align:justify;
}
#homePane .blockPaneCVwanted{
	border:0px solid #f5f5f5;
	width:300px;
}

#homePane .blockPaneCVwanted  a.buttonForCVwanted{
	display:block;
	margin-top:10px;
}

#homePane .blockPaneCVwanted .title{
	position:relative;
	font-size:14px;
	background: #99cc00 url(../img/feature_2_top.jpg) no-repeat;
	padding:10px;
	color:#ffffff;
	font-weight:bold;
}
#homePane .blockPaneCVwanted .title .titleLeft{
	position:absolute;
	right:0;
	top:0;
	background: #99cc00 url(../img/feature_2_topLeft.jpg) no-repeat;
	width:15px;
	height:36px;
}
#homePane .blockPaneCVwanted .desc{
	position:relative;
	text-align:justify;
	padding:10px;
	background: #f5f5f5 url(../img/feature_2_bottom.jpg) no-repeat bottom left;
}
#homePane .blockPaneCVwanted .desc .descLeft{
	position:absolute;
	right:0;
	bottom:0;
	background: #f5f5f5 url(../img/feature_2_bottomLeft.jpg) no-repeat;
	width:15px;
	height:36px;
}


