/*
-----------------------------------------------
Facelist stylesheet
author: Ian Tearle
edited: 27/08/2009
----------------------------------------------- */

#content #extra_fields{
width: 470px;
float: left;
margin: 40px 0 0 10px;
}
#content .Download{
background: url(../images/facelist/dl.png) no-repeat;
padding: 0 0 0 40px;
margin: 0 0 20px 0;
height: 32px;
display: block;
}
#content #extra_fields .Twitter{
background: url(../images/facelist/tw.png) no-repeat;
padding: 0 0 0 40px;
height: 32px;
margin: 0 0 20px 0;
display: block;
position: relative;
}
#content #extra_fields .Digg p,
#content #extra_fields .Paypal p,
#content #extra_fields .Twitter p{
float: left;
width: 390px;
height: 32px;
padding: 3px 10px 0px 10px;
color: #333;
font-size: 12px;
line-height: 30px;
}
#content #extra_fields .Digg{
background: url(../images/facelist/dg.png) no-repeat;
padding: 0 0 0 40px;
height: 32px;
margin: 0 0 20px 0;
display: block;
}
#content #extra_fields .Paypal{
background: url(../images/facelist/pp.png) no-repeat;
padding: 0 0 0 40px;
height: 32px;
margin: 0 0 20px 0;
display: block;
}
#content #extra_fields .Download ul{
float: left;
width: 390px;
padding: 3px 10px 3px 10px;
}
#content #extra_fields .Download ul li,
#content #extra_fields .Download ul li a{
width: 90px;
float: left;
font-size: 12px;
line-height: 12px;
color: #333;
text-align: center;
text-decoration: none;
}
#content #extra_fields .Download ul li a:hover{
cursor:pointer;
}
#content #extra_fields .Download ul li a span,
#content #extra_fields .Download ul li span{
font-size: 10px;
color: #797979;
}

#content #extra_fields .Paypal{
position: relative;
}
#content #extra_fields .Paypal button {
background:url(../images/facelist/paypal.png) no-repeat;
width:198px;
height:36px;
margin-top:2px;
margin-left:-2px;
border:0;
text-indent:-9999px;
cursor:pointer;
position: absolute;
top: 2px;
left: 200px;
}

#content form#facelist-demo{
background: url(../images/facelist_32.png) no-repeat;
padding: 0 0 0 40px;
}
#content form#facelist-demo input#submit-facelist{
display: none;
}
#facelist-demo{margin:40px 0}
/* TextboxList sample CSS */
ul.facelist {
	list-style: none; 
	margin: 0; 
	border: 1px solid #999;
	background-color: #fff; 
	overflow: hidden; 
	height: auto !important; 
	height: 1%; 
	padding: 3px 3px 2px 3px; 
	width: 400px;
}
ul.facelist li { 
	float: left; 
	margin: 0 5px; 
}
ul.facelist li.token-input input { 
	width: 400px; 
	margin: 0; 
	border: 1px solid #FFF; 
	outline: 0; 
	padding: 0;
	height: 22px;
} /* no left/right padding here please */

ul.facelist li.token-input { 
	margin: 0; 
	width: 5px;
	font-size: 12px;
}

.token{
color:black;
position: relative;
background-color: #eff2f7;
border: solid 1px #ccd5e4;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: background-color .2s ease-in;
cursor: pointer;
padding:2px 20px 2px 5px;
}
.tokenhover,
.token:hover{
position: relative;
background-color: #d8dfea;
border: solid 1px #ccd5e4;
}
.token_selected:hover,
.token_selected{
color:#fff;
background-color: #5670a6;
border: solid 1px #3b5998;
}
.token span.x,
.token span.x_hover,
.tokenhover span.x,
.tokenhover span.x_hover{background:url('../images/facelist/token_x.gif') no-repeat 4px 2px;cursor:pointer;display:inline;padding:0px 6px 0px 5px; width: 10px; display: block; position:absolute; right: 0px; top: 5px;text-indent: -9999px}



/* Autocompleter */

#result_list { 
	position: absolute; 
	width: 400px; 
}
#result_list .default { 
	padding: 5px 12px; 
	margin: 0;
	border: 1px solid #ccc; 
	border-width: 0 1px 1px; 
	background: #eee;
}
#result_list ul {  
	margin: 0; 
	padding: 0; 
	background: #fff;
}
#result_list ul li { 
	padding: 5px 12px; 
	margin: 0; 
	list-style-type: none; 
	border: 0px solid #ccc; 
	border-width: 0 1px 1px; 
}
#result_list ul li em { 
	font-weight: bold; 
	font-style: normal; 
	background: #dae1eb;  
	color: #000;
}
#result_list ul li.auto-focus { 
	background: #3b5998; 
	color: #fff; 
}
#result_list ul li.auto-focus em { 
	background: none; 
}