/*---------title_search--------*/

#bk_search {
	behavior:url(pages/_css/iepngfix.htc);
	background:url(../../pages/_img/inference/bk_search.png) top left no-repeat;
	position:absolute;
	width: 970px;
	height: 400px;
    top:63px;
}

#title_search {
	position:absolute;
	top:19px;
	left:20px;
}

#title_search #title_watches {
    color:#888888;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    text-transform:uppercase;
}

#title_search #title_watches span {
    color:#FF0000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
}

#title_search h1 {
	font:bold 25px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	line-height:30px;
}

/*--------- forms --------*/

#inference_form {
    border-right:1px solid #444444;
    padding:10px 30px 10px 0;
    position:absolute;
    top:80px;
    left:20px;
	font:normal 11px Arial, Helvetica, sans-serif;
    color:#A5A5A5;
}

#inference_form select {
	margin-bottom: 8px;
	height:20px;
	width:160px;
}

#inference_form #reset {
	padding-top: 10px;
}

#search_form {
    position:absolute;
    text-align:center;
    top:100px;
    width:100%;
    font:normal 11px Arial, Helvetica, sans-serif;
    color:#CCC;
}

#search_form table {
    margin:0 auto;
    color:#CCC;
}

#search_form input {
	width:160px;
}

#search_form #buttonSearch {
	line-height: 30px;
}

#search_form #links a {
    color: #ccc;
    text-decoration: none;
    padding: 0 10px;
}

#search_form #links a span{
    color:#ec2c24;
}

#search_form #links a:hover {
    color:#ec2c24;
}


/*--------- link_findyourt --------*/

#link_findyourt {
    position:absolute;
    right:50px;
    top:100px;
    font:normal 11px Arial, Helvetica, sans-serif;
    color:#CCC;
}

#link_findyourt a {
    color: #ccc;
    text-decoration: none;
    padding: 0 10px;
}

#link_findyourt a span{
    color:#ec2c24;
}

#link_findyourt a:hover {
    color:#ec2c24;
}

/*--------- results --------*/

#results {
	position:absolute;
	width:660px;
	height:300px;
	font:normal 11px Arial, Helvetica, sans-serif;
}

/* search by inference */
.results_inference {
	left:240px;
	top: 130px;
}

/* search by keyword */
.results_findyourt {
	left:150px;
	top: 180px;
}

#results #msgError {
	text-align:center;
	margin-top: 100px;
}

#results #nbResult {
    margin-left:40px;
    position: relative;
}

#results #nbResult span, #results #msgError span {
	color:#ec2c24;
	font-weight:bold;
	font-size:16px;		
}

#result_window {
	overflow:hidden;
	width:630px;
	height:250px;
	z-index:100;
    position:absolute;
    top: 40px;
    left: 15px;

}

#result_scrollable {
    position:absolute;
	height:250px;
    width:20000em;
}

#results a.prev, #results a.next {
	display:block;
	width:10px;
	height:28px;
	background:url(../../pages/_img/general/suivant_noir.gif);
	position:absolute;
    top:90px;
	right:30px;
	z-index:200;
}
#results a.prev {       background:url(../../pages/_img/general/precedent_noir.gif); left:0px; }
#results a.prev:hover { background:url(../../pages/_img/general/precedent_noir_on.gif); }
#results a.next {       background:url(../../pages/_img/general/suivant_noir.gif); right:0px; }
#results a.next:hover { background:url(../../pages/_img/general/suivant_noir_on.gif); }

#results .watch {
	float:left;
	width:120px;
	height: 250px;
	text-align: center;
	margin: 0 3px;
}

#results .watch a.link_watch {
    position: relative;
    text-decoration:none;
	color:#FFFFFF;
    display: block;
	text-align: center;
}

#results .watch a.link_watch:hover {
	color:#ec2c24;
}

#results .watch a.link_watch img {
	margin-bottom:10px;
}

#results .watch a.link_watch h3 {
    width: 100%;
	font:normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
    text-transform:uppercase;
    cursor: pointer;
}

#results .watch a.link_watch h3 span {
	color:#ec2c24;
}

#results .watch .links {
    display:none;
}

#results .watch .displayBlock {
    display:block;
}

#results .watch .links .title_parenthese {
    font-size: 9px;
    text-transform:uppercase;
}

#results .watch .links .linkSimilar {
    margin-top: 10px;
}

#results .watch .links .linkSimilar a {
    background-color:#E5312A;
    color:#FFFFFF;
    font: 9px normal Arial,Helvetica,sans-serif;
    line-height:13px;
    padding:2px;
    text-decoration:none;
    text-transform:uppercase;
}

#results .watch .links .linkSimilar a:hover {
    background-color:#87888A;
}

