/**
 * @file 			internal.css
 * @section			breadcrumb
 */
.breadcrumb {
	position:absolute;top:-14px;
	margin:0;
	color:#010101;
	font-size:10px;
}
.breadcrumb a {
	color:#010101;
	text-decoration:none;
}

/**
 * @section			title
 */
#mainContent .title {margin:0 0 19px;}
#mainContent .title h1,
#mainContent .title h2 {
	float:left;
	margin:17px 0 0;
	width:auto;
	color:#D00088;background:none;
	font-size:35px;font-weight:bold;
	text-transform:uppercase;
}
#mainContent .title h1 {
	float:none;
	margin-top:0;padding-top:17px;
}
#mainContent .title h1 strong,
#mainContent .title h2 strong {color:#000;}
.sharingTools {
	float:right;
	margin:21px 0 10px;padding:0;
	list-style:none;
}
.sharingTools li {
	float:left;
	padding:0 5px;
	background:url(../img/internal/bg/sharing-tools-separator.png) no-repeat;
}
.sharingTools li.first {
	padding-left:0;
	background:none;
}
.sharingTools a {float:left;}
.sharingTools img {
	border:0;
	display:block;
}

/* Suppression efr 10/06/2010 */
/*.item .text ol {padding-left:20px;} */

/**
 * @section					starsNtools
 */
.starsNtools {
	float:right;
	margin:13px 0 0;
}
#resultList .starsNtools {
	width:162px;
}

/**
 * @section					stars
 */
.stars {
	float:left;
	margin:0;padding:3px 0 0 9px;
	width:90px;height:20px;
	background:url(../img/search/bg/stars.png) no-repeat;
	list-style:none;
}
.stars li {
	float:left;
	padding:0 6px 0 0;margin:0;
}
.stars a {position:relative;}
.fixedStars a {cursor:default;}
.stars img {
	display:block;
	border:0;
}

/**
 * @section					tools
 */
.tools {
	float:left;
	margin:0;padding:0;
	list-style:none;
}
.tools li {
	float:left;
	padding:0 5px;
	background:url(../img/search/bg/result-list-tools-separator.gif) no-repeat 0 1px;
}
.tools li.first {
	padding-left:0;
	background:none;
}
.tools img {
	display:block;
	border:0;
}

.notTooLate {margin-bottom:40px;}

/**
 * @section				contextual content
 */
.content3 {
	position:relative;
}
.content3 img {
	float:left;
	border:0;
}
.content3 .push {
	position:absolute;bottom:0;left:0;
	width:100%;
}
.content3 .push .bgWrapper {
	width:100%;height:auto;
	background:url(../img/object/bg/push.png) repeat;
}
.content3 .push a {float:right;}
.content3 .push a.hidden {display:none;}
.content3 .push p {
	float:left;
	padding:10px 0 0 10px;margin:0;
	color:#D00088;
	font-weight:bold;font-size:11px;
}

/**
 * @section				contextual
 */
.tools {margin-bottom:20px;}

/**
 * @section				good plans
 */
#mainContent #goodPlansContent .title {margin-bottom:4px;}
#mainContent #goodPlansContent .title h2 {
	margin-top:0;
	color:#000;
	font-size:30px;
}
.title .tools {
	float:right;
	width:171px;
}
#goodPlansContent .title .tools .link3 {margin:0 10px 0 0;}
#mainContent #goodPlansContent .title .rssLink {margin-top:0;}

/** 
 * @section				easyclearing
 */
.stars:after,
.content3:after,
.content3 .push .bgWrapper:after {
	content: ".";
    overflow:hidden;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
