/* GigaPoints */

.veryBig {
	font-size:2.9em;
	padding-right:4px;
}

.quiteBig {
	font-size:2em;
	padding-right:4px;
}

.strongGray {
	color:#666666;
	font-weight:bold;
}


.btSlide {
	display: none;
	margin:-5px 0 8px 0;
	padding:8px;
	background:#F2F2F2;
	background:url(../images/bt-twoCol-bottom.jpg) bottom;
}

/*
.btTwoCol .top{
	background:url(../images/bt-twoCol-top.jpg);
	height:2px;
}*/



.btTwoCol {
	background:url(../images/bt-twoCol-bottom.jpg) bottom;
}

.btTwoCol  p {
}

.gigastore .btTwoCol a{
	padding:0 8px 8px 8px;
	margin-right:8px;
	background:url(../images/bt-slide-right.gif) right no-repeat;
	display:block;
	text-decoration:none;
	height:50px;
}

.gigastore .btTwoCol img{
	float:left;
	padding:8px 0 0 10px;
}

.gigastore .btTwoCol  .description {
	display:block;
	width:210px;
	float:left;
	font-size:1.2Em;
}
.gigastore .btTwoCol  .cost {
	display:block;
	width:120px;
	float:right;
	padding:8px;
}

.get-gigapoints .btTwoCol a{
	padding:0 8px 8px 8px;
	margin-right:8px;
	background:url(../images/bt-slide-right.gif) right no-repeat;
	display:block;
	text-decoration:none;
	height:42px;
}

.get-gigapoints .btTwoCol  .cost {
	display:block;
	width:130px;
	float:left;
	padding:8px 8px 8px 0;
	text-align:right;
}

.get-gigapoints  .btTwoCol  .description {
	display:block;
	padding:8px;
	width:250px;
	float:left;
}

.receiver_name {
	font-weight: bold;	
}

.other_receiver {
	display: none;
}


/* Divers */

.success {
	/*background-color:#07a742;*/
	background-color: #809a2d;
	font-size: 0.8em;
	color: white;
	padding: 5px;
}

/* 
 * Cette classe sers à afficher des elements
 * une fois que les .display_once ont été
 * cachés
 */ 
.display_delayed {
	display: none;
}

.receiver_error {
	display: none;
	margin-top: 1em !important;
}

/* Autocompletion */
/*
.autocomplete-w1 {
	background:url(../images/autocomplete_shadow.png) no-repeat bottom right;
	position:absolute;
	top:0px;
	left:0px;
	margin:8px 0 0 6px;
	// IE6 fix: 
	_background:none;
	_margin:0;
}*/

.autocomplete {
	border:1px solid #999;
	background:#FFF;
	cursor:default;
	text-align:left;
	max-height:350px;
	min-width:151px;
	/*overflow:auto;*/
	margin:-6px 6px 6px -6px;
	/* IE6 specific: */
	_height:350px;
	_margin:0;
	_overflow-x:hidden;
}

.autocomplete .selected {
	background:#F0F0F0;
}

.autocomplete div {
 padding:2px 5px;
 white-space:nowrap;
}

.autocomplete strong {
	font-weight:normal;
	color:#3399FF;
}

.title_selected {
		font-weight:bold;
}