
#kelkooPopup {
	text-align: left;
	font-family: Tahoma, Verdana;
	position: fixed;
	/* visibility: hidden; */
	display: none;
	z-index: 10;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	background: #DDD;
	padding: 2px 2px 2px 2px;
	color: #000;
}


*html #kelkooPopup {
	position: absolute;
}

#frame {
	border: 1px solid #000;
	background: #E1EBF5;
}

#frame2 {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 5px;
	background: #E1EBF5;
}

#topPopup{
	padding: 2px 4px 2px 4px;
	background: #F0F6FB;
	margin-bottom: 5px;
	font-weight: bold;
}
#topPopup a{
	border-bottom: none;
	text-decoration: underline;
}
#topPopup a:hover{
	color: #FF6600;
}

#queryName {
	float: left;
}

#closeWindow {
	text-align: right;	
}

#offerListLoading{
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
	background: #F0F6FB;
}

.offerListFrame {
	clear:both;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #888;
	border-top: 1px solid #888;
}

.offerList {
	background: #FFF;
	border: 1px solid #C0DAF3;
	height: 350px;
	padding: 10px;
	color: #555;
	overflow: auto;
}

.offerStyle{
	font-family: Tahoma, Verdana;
}
.offerStyle a, .offerStyle a:visited{
	color: #36C;
	border-bottom: none;
	text-decoration: underline;
}
.offerStyle a:hover{
	border-bottom: none;
}
.offerStyle img{
	border: none;
}
.offerStyle .offer{
	background: transparent url(images/avecKelkoo.gif) no-repeat bottom right;
	border: 1px solid #FFF;
	border-bottom: 1px solid #EEE;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.offerStyle .offer a{
	text-decoration: none;
}
.offerStyle .offer a:hover{
	text-decoration: underline;
}
.offerStyle .offer .firstRow{
	float: left;
	width: 50px;
}
.offerStyle .offer .secondRow{
	line-height: 1.1em;
	padding-left: 10px;
	float: left;
	width: 300px;
}
.offerStyle .offer .thirdRow{
	text-align: right;
	float: right;
	height: 50px;
}
.offerStyle .offer .seeOffer{
	padding: 2px;
	font-weight: bold;
}
.offerStyle .offer .seeOffer a{
	color: #FF6600;
	text-decoration: underline;
}
.offerStyle .offer .seeOffer a:hover{
	color: #36C;
}

.offerStyle .offer .moreInfo{
	margin-top: 7px;
}
.offerStyle .offer .moreInfo a{
	background: #F0F6FB;
	border: 1px solid #C0DAF3;
	padding: 2px;
	cursor: default;
}
.offerStyle .offer .moreInfo a:hover{
	text-decoration: none;
}

.offerStyle .offer .price {
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
}

.offerStyle .offer .marchand {
	color: #000;
}

.offerListEmbedded {
	padding-top: 20px;
	clear:both;
}

/* related searches ------------------- */

.relatedSearches {
	border: 1px solid #C0DAF3;
	background: #FFF;
	background: #F0F6FB;
	padding: 5px;
	margin-top: 5px;
}
.relatedSearches a, .relatedSearches a:visited{
	color: #FF6600;
}
.relatedSearches a:hover{
	color: #36C;
}

/* offerPush ------------------ */

.offerPush {
	text-align: left;
	font-family: Tahoma, Verdana;
	width: 220px;
	padding: 5px;
	border: 1px dotted #CCC;
	margin: 3px 6px 3px 6px;
}

.offerPush a, .offerPush a:visited {
	color: #36C;
	border-bottom: none;
}
.offerPush a:hover {
	text-decoration: underline;
	border-bottom: none;
}

.offerPush .pushFirstRow{
	float: left;
	width: 50px;
}

.offerPush .pushSecondRow{
	background: transparent url(images/avecKelkoo.gif) no-repeat top right;
	padding-left: 5px;
	height: 50px;
	overflow: hidden;	
}
.offerPush .pushSecondRow a{
	text-decoration: none;
}
.offerPush .pushSecondRow a:hover{
	text-decoration: underline;
}
.offerPush .price {
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
}
.offerPush .title {
	line-height: 1.1em;
	color: #36C;
}

.offerPush .offerPushList {
	clear:both;
	text-align: center;
}
.offerPush .offerPushList a:link, .offerPushList a:visited {
	color: #FF6600;
	border: none;
	text-decoration: underline;
}
.offerPush .offerPushList a:hover {
	color: #36C;
}

/* toopTip --------------------------------------------- */

#dhtmltooltip{
	font-family: Tahoma, Verdana;
	position: absolute;
	border: 1px solid black;
	padding: 4px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
}

#toolTipQueryName{
	font-weight: bold;
	border-bottom: 1px dotted #333;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
