div#bookstoreslist {
	background-color: white;
	padding: 0;
	margin: 0;
	color: DarkBlue;
	font-size: 11px;
}

div#bookstoreslist .content > p {
	clear: both;
	font-weight: bold;
	font-size:1.1em;
	margin-top: 5px;
}

div#bookstoreslist .col1 {
	position: relative;
	float: left;
	width: 200px;
	vertical-align: top;
}

div#bookstoreslist .col2 {
	position: relative;
	margin-left: 210px;
	vertical-align: top;
}

div#bookstoreslist .title {
	clear: both;
	background-color: #AFD6EB;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 10px 5px 0 5px;
	padding: 2px 0 2px 2px;
}

div#bookstoreslist .content p {
	padding: 0 0 0 15px;
	margin: 0;
	line-height: 1.5em;
}

.info {
	color: #183a8d;
	background: none repeat scroll 0 0 lightyellow;
	border: 1px solid #ff8c00;
	margin: -10px 0 0 0;
	padding: 5px;
	width:400px;
}

p.bs_reference, div#bookstoreslist .content > p.bs_reference {
	color: #ff8c00;
	padding: 3px 0 0 25px;
	margin-right: 2px;
	background: transparent url(images/bookstore_reference.jpg) no-repeat;
	height: 20px;
}

#pointsdevente > p.bs_reference, #carte {
	cursor: pointer;
}

