/* List - pagination*/
div#pages {
	text-align: right;
	margin: 10px 5px 10px 5px ;
}

.page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #183a8d;
}

a.page {
	text-decoration: none;
	color: #183a8d;
	font-weight: normal;
	font-size: x-small;
	background-color: white;
	padding: 2px 4px 2px 4px;

}

/* list - resultat */
div.result {
	clear: both;
	margin: 0.5em;
	padding: 0.5em;
}
.result .title {
	color: #191970;
	font-size: 0.8em;
	color: Gray;
}
.result .title a  {
	font-weight: bold;
	font-size: 1.2em;
	color: #183a8d;
	text-decoration: none;
}
.result .title a:hover {
	text-decoration: underline;
}

.result .extratitle {
	color: red;
}

.result .icone {
	float: left;
}

.result img {
	margin-right: 2em;
	float: left;
	margin-top: 0.8em;
	/*box-shadow: 2px 2px 12px #aaa;*/
}

.result a.ref2 {
	color: DarkGrey;
	margin: 0.4em 0;
	text-decoration: none;
	display: block;
}

.result a.ref2:hover {
	text-decoration: underline;
}
.result .description {
	font-size: 100%;
	margin-top: 0.5em;
	/*color: #333;*/
	text-align:justify;
}

.result .price {

	margin-top: 1.5em;
	color: DarkRed;
	font-weight:bold;
	font-size: 1.3em;
}

.result #stdPrice {

	margin-top: 1.5em;
	color: #183A8D;
	font-weight:normal;
	font-size: 12px;
	text-decoration: line-through;
}

.result #promoTag {
	margin-top: 1.5em;
	color: DarkRed;
	font-weight:normal;
	font-size: 12px;
}
.result .add_button {
	margin-left: 1em;
}

.result img.indicateur {
	box-shadow: none;
	float: right;
	margin-top: -3em;
	position: relative;
	right: 0;
}

.result img.flipping {
	background: url('images/flipping.png') no-repeat  ;
	height: 45px;
	width: 48px;
}

.result img.audio {
	background: url('images/audio.png') no-repeat  ;
	height: 25px;
	width: 80px;
	margin-top: -28px;
}

.result img.video {
	background: url('images/video.png') no-repeat  ;
	height: 25px;
	width: 80px;
	margin-top: -28px;
}

div.listline {
	clear: both;
	line-height: 4px;
	border-bottom: 1px solid Gray;
}
div#accueil div.listline {
	border-bottom: 0;
}