/*
	Feuille de styles du comparateur de prix de Tom's Guide France.
	Aout 2008.
*/

/*
	Blocs principaux
*/
#main {
	float: left;
	padding-left: 15px;
	width: 650px;
	text-align: left;
}

#sidebar {
	float: right;
	padding-right: 15px;
	width: 300px;
	text-align: center;
}
	#sidebar .listing .time {
		float:none;
	}

#fiche #main, #comparison #main {
	float: none;
	margin: 0 15px;
	padding: 0;
	width: 965px;
}

	#fiche #main #internalMain {
		float: left;
		width: 650px;
	}

		#fiche .shadowBox, #fiche .chromeBox2 { position: relative; }
		#fiche #main #internalMain div.h4 { padding-right: 100px; }

	#fiche #main #internalSidebar {
		float: right;
		width: 300px;
	}

#listing #main {
	float: right;
	padding: 0 15px 0 0;
	position : relative;
}

	#listing #sidebar {
		float: left;
		padding: 0 0 0 15px;
	}

/*
	Styles généraux
*/
.h5, .h6 {
	display: block;
	line-height: 1.2em;
	font-size: 14px;
	font-weight: 700;
}

	.h6 { font-size: 12px; }

.price {
	font-size: 9px;
	color: #adb6b9;
	white-space: nowrap;
}

.currency {
	color: #c20b27;
	font-weight: 700;
	font-size: 14px;
}

	.currency a { text-decoration: none; }

a.oneClick {
	display: block;
	float: left;
	margin: 0;
	padding-left: 10px;
	color: #fff;
	font-size: 12px;
	white-space: nowrap;
	cursor: pointer;
	background: transparent url('http://m.bestofmedia.com/i/tomsguide/design/bt-oneClick.png') left center no-repeat;
}

	a.oneClick span {
		display: block;
		float: left;
		padding-right: 10px;
		height: 23px;
		line-height: 23px;
		background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/bt-oneClick.png') right center no-repeat;
	}

.titleElm {
	font-size: 12px;
	color: #adb6b9;
}

a.documentTop {
	position: absolute;
	top: -20px;
	right: 10px;
	z-index: 1;
	font-size: 10px;
	text-decoration: underline;
}

.hidden { display: none; }

a.alerte, a.locales, a.guideTop {
	padding: 10px 5px 10px 45px;
	line-height: 30px;
	background: transparent 10px center no-repeat;
}

	a.alerte { background-image: url('http://m.bestofmedia.com/i/tomsguide/design/bg-alerte.gif'); }
	a.locales { background-image: url('http://m.bestofmedia.com/i/tomsguide/design/bg-locales.png'); }
	a.guideTop { background-image: url('http://m.bestofmedia.com/i/tomsguide/design/bg-guide.gif'); }
.qAnda {
	padding: 10px 5px 10px 45px;
	line-height: 30px;

background: transparent  url('http://m.bestofmedia.com/i/tomsguide/design/bg-qAnda.gif') 10px center no-repeat; 
}

.qAnda a {
 padding-left: 45px;
display:block;
}

a.goodDeal {
	display: block;
	line-height: 17px;
	padding-left: 20px;
	font-size: 11px;
	background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/bt-bp.gif') left top no-repeat;
}

/* tablePagination.js */
.tablePagination { text-align: right; }
	.tablePagination li { display: inline; }
		.tablePagination .next a {
			background: url(http://m.bestofmedia.com/i/tomsguide/design/bt-rightMini.gif) right 5px no-repeat;
			padding: 6px 20px 5px 5px;
		}

		.tablePagination .last a img, .tablePagination .first a img { margin: 0 5px -4px 5px; }

		.tablePagination .prev a {
			background: url(http://m.bestofmedia.com/i/tomsguide/design/bt-leftMini.gif) left 5px no-repeat;
			padding: 6px 5px 5px 20px;
		}
Æ
/* Pagination listing */
.pagination {
	padding-top: 8px;
	text-align: right;
}

	.pagination li { display: inline; }
	
	.pagination li.pageCurrent, .pagination li.pageNum {
		padding-bottom: 0;
		margin-right: 2px;
	}
	
	.pagination span {
		padding: 0 4px 0;
	}
	
		.pagination #last a img, .pagination #first a img { margin: 0 5px -4px 5px; }
		.pagination #next a {
			background: url(http://m.bestofmedia.com/i/tomsguide/design/bt-rightMini.gif) right 5px no-repeat;
			padding: 6px 20px 5px 5px;
		}

		.pagination #prev a {
			background: url(http://m.bestofmedia.com/i/tomsguide/design/bt-leftMini.gif) left 5px no-repeat;
			padding: 6px 5px 5px 20px;
		}

.paginationContainer {
	position: relative;
	padding: 5px 0 0 0;
	background: #fff;
}

	.paginationContainer li.pageListe {
		position: absolute;
		top: 15px;
		left: 150px;
		width: 350px;
	}

	.paginationContainer li.next a {
		padding-top: 0;
		background-position: right top;
	}

.notation .neutral, .notation .good, .notation .poor {
		display: block;
		float: left;
		margin-top: 5px;
		padding-left: 10px;
		color: #fff;
		background: transparent url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/bg-notation.gif') left center no-repeat;
	}

	.notation .neutral strong, .notation .good strong, .notation .poor strong{
			display: block;
			float: left;
			height: 26px;
			line-height: 24px;
			padding-right: 10px;
			font-weight: 700;
			font-size: 18px;
			text-align: center;
			background: transparent url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/bg-notation.gif') right center no-repeat;
		}

		.notation .good { background-position: left top; }
			.notation .good strong { background-position: right top; }

		.notation .poor { background-position: left bottom; }
			.notation .poor strong { background-position: right bottom; }

#titleContainer { padding: 10px 10px 0 0; }
	#titleContainer .title {
		display: block;
		padding-left: 20px;
		font-weight: 700;
		font-size: 20px;
	}

	#titleContainer .breadcrumbs {
		line-height: 15px;
		margin-bottom: 15px;
		padding: 8px 5px 5px 15px;
		font-size: 10px;
		color: #02284e;
	}

/* Bords ronds et bleus sur fond blanc */
.roundedBox { margin-left: -3px; }
	.roundedBox .roundedBox-top {
		padding-left: 10px;
		background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/roundedBox-top.gif') left bottom no-repeat;
	}

		.roundedBox .roundedBox-top .in2 {
			padding: 5px 0;
			background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/roundedBox-top.gif') right bottom no-repeat;
		}

	.roundedBox .roundedBox-content {
		padding: 5px 10px 5px 5px;
		border-left: 1px solid #d2dee5;
		border-right: 1px solid #d2dee5;
	}

	.roundedBox .roundedBox-bottom {
		padding-left: 10px;
		background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/roundedBox-bottom.gif') left top no-repeat;
	}

		.roundedBox .roundedBox-bottom .in2 {
			padding-top: 13px;
			background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/roundedBox-bottom.gif') right top no-repeat;
		}

/* Bords ronds et gris sur fond gris */
.roundedBox2 { margin-left: -3px; }
	.roundedBox2 .roundedBox-top {
		padding-left: 10px;
		background: transparent url('http://m.bestofmedia.com/i/tomsguide/design/roundedBox2-top.gif') left bottom no-repeat;
	}

		.roundedBox2 .roundedBox-top .in2 {
			padding-top: 29px;
			background: transparent url('http://m.bestofmedia.com/i/tomsguide/design/roundedBox2-top.gif') right bottom no-repeat;
		}

	.roundedBox2 .roundedBox-content {
		padding: 5px 10px 5px 5px;
		border-left: 2px solid #f8f3f7;
		border-right: 2px solid #f8f3f7;
	}

	.roundedBox2 .roundedBox-bottom {
		padding-left: 10px;
		background: transparent url('http://m.bestofmedia.com/i/tomsguide/design/roundedBox2-bottom.gif') left top no-repeat;
	}

		.roundedBox2 .roundedBox-bottom .in2 {
			padding-top: 29px;
			background: transparent url('http://m.bestofmedia.com/i/tomsguide/design/roundedBox2-bottom.gif') right top no-repeat;
		}

/*
	Blocs secondaires
*/
#topCategory .listing { padding: 0; }
	#topCategory .listing  li a {
		display: block;
		margin-left: 18px;
		line-height: 16px;
	}

	#topCategory .listing span {
		display: block;
		float: left;
		height: 18px;
		line-height: 19px;
		width: 24px;
		text-align: center;
		background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/smallGreenStar.gif') left top no-repeat;
	}

		/* Pour jouer sur le padding (9, 10), obligation de créer une autre balise */
		#topCategory .listing strong {
			display: block;
			padding-right: 5px;
			font-weight: 700;
			font-size: 10px;
			color: #fff;
		}

#guidesAchat .listing, #guidesAchat .guideVignette {
	padding: 0;
	overflow: hidden;
}

	#guidesAchat .guideVignette { cursor: pointer; } /* ie */
	#guidesAchat .listing li { margin: 0 0 15px 0; }
		#guidesAchat .listing li.last { margin: 0; }

#goodDeals .itemList { margin-bottom: 10px; }
	#goodDeals .itemList li {
		display: block;
		float: left;
		margin-left: 6px;
		height: 85px;
		width: 150px;
		overflow: hidden;
	}

		#goodDeals .itemList li a { line-height: 1.2em; }
		#goodDeals .itemList .img, #goodDeals .listing .img {
			display: block;
			margin-bottom: 5px;
			width: 145px;
			height: 50px;
			padding: 0;
			overflow: hidden;
			text-align: center;
			border: 1px solid #d2dee5;
			background: #fff center center no-repeat;
		}

			#goodDeals .listing .img { float: left; }

		#goodDeals .listing div {
			margin-left: 160px;
			width: 110px;
		}

			#goodDeals .listing div a {
				display: block;
				margin-bottom: 5px;
			}

/* Surcharges .roundedBox */
#homeShopping .h4, #homeShopping .consumer, #homeShopping .house {
	height: 30px;
	line-height: 38px;
	margin: 10px 0 0 0;
	padding-left: 30px;
	background: transparent url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/categIcons.png') -5px 0 no-repeat;
}

#homeShopping ul, #homeShopping p {
	line-height: 12px;
}

	#homeShopping .consumer { background-position: -5px -32px; }
	#homeShopping .house { background-position: -5px -64px; }

	#homeShopping li.roundedBox {
		display: block;
		float: left;
		margin-right: 15px;
		width: 310px;
	}

		#homeShopping .roundedBox-top .in2 {
			height: 17px;
			overflow: hidden;
			padding-left: 65px;
		}

		#homeShopping .roundedBox-content {
			position: relative;
			padding: 0 5px 0 75px;
			min-height: 43px;
			height: auto !important;
			height: 43px;
		}

			#homeShopping .roundedBox-content li {
				display: inline;
				line-height: 1.5em;
				font-size: 11px;
				border: none;
			}

	#homeShopping .logo {
		display: block;
		position: absolute;
		top: 1px;
		left: 1px;
		z-index: 2;
		width: 70px;
		height: 115px;
		-moz-border-radius-topleft : 5px;
	    -webkit-border-top-left-radius: 5px;
		border-top-left-radius: 5px;
		background: transparent left top no-repeat;
		
	}

	#homeShopping .bgBorder, #homeShopping .bgBorderRed,
		#homeShopping .bgBorderGreen {
			display: block;
			position: absolute;
			bottom: -7px;
			left: -1px;
			z-index: 1;
			width: 71px;
			height: 51px;
			background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/roundedBox-bgColors.gif') left bottom no-repeat;
		}

			#homeShopping .bgBorderRed { background-position: left center; }
			#homeShopping .bgBorderGreen { background-position: left top; }

	#homeShopping .seeAll {
		padding-top: 0;
		font-size: 11px;
	}

#annuaireBlock .map {
	display: block;
	float: left;
	width: 93px;
	height: 94px;
	background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/annuaire_shopping.jpg') left top no-repeat;
}

	#annuaireBlock p {
		margin-left: 95px;
		width: 170px;
	}

#subCategories .itemList {
	float: left;
	padding: 0 10px 0 0;
	width: 195px;
}

#bestCategories li.listBestCateg {
	float: left;
	margin-bottom: 5px;
	width: 155px;
	line-height: 1.2em;
	text-align: center;
}

	#bestCategories li .img {
		display: block;
		margin: 0 auto 5px auto;
		width: 120px;
		height: 90px;
		border: 1px solid #adb6b9;
		cursor: pointer; /* ie */
		background: #fff center center no-repeat;
	}

.productsBox .withArrows { margin: 5px 0; }
	.productsBox .current {
		display: block;
		position: relative;
	}

	.productsBox .itemList { padding: 0; }
		.productsBox .itemList li {
			padding-left: 10px;
			background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/3GreenDots.gif') no-repeat 0 5px;
		}

			.productsBox .itemList li a {
				display: inline;
				background: none;
				padding: 0;
			}

	.productsBox .left {
		float: left;
		width: 45%;
	}

	.productsBox .right {
		float: right;
		padding-top: 5px;
		width: 54%;
	}

	.productsBox .current .img {
		display: block;
		margin: 5px 0;
		width: 120px;
		height: 90px;
		border: 1px solid #1277df;
		background: #fff center center no-repeat;
	}

		.productsBox .current .nbr {
			display: block;
			position: absolute;
			top: -10px;
			left: -10px;
			width: 37px;
			height: 39px;
			line-height: 37px;
			text-align: center;
			font-size: 12px;
			font-weight: 700;
			color: #fff;
			text-decoration: none;
			background: transparent url('http://m.bestofmedia.com/i/tomsguide/design/guide/greenStar.png') left top no-repeat;
		}

	/*
		Surcharges .productsBox :
		Au lieu d'un .productsBox vertical, celui-ci est horizontal.
	*/
	#similarProducts .current {
		float: left;
		width: 300px;
	}

		#similarProducts .current .left { width: 120px; }
		#similarProducts .current .infos {
			margin-left: 130px;
			padding-top: 5px;
			width: 130px;
		}

	#similarProducts .container {
		margin-left: 310px;
		width: 300px;
	}

#productInfos { background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/productDotted.gif') left top repeat-y; }
	#productInfos .halfLeft { width: 480px; }
	#productInfos .halfRight { width: 480px; }

#productInfos .img {
	float: left;
	width: 120px;
	text-align: center;
	display: block;
	margin-bottom: 5px;
	height: 90px;
	text-align: center;
	border: 1px solid #d3dde6;
	background: #fff center center no-repeat;
}

		#productInfos #productBestPrices { margin-left: 135px; }
			#productInfos #productBestPrices table{
				width: 325px;
				text-align: left;
				font-size: 12px;
				margin-top: 5px;
			}

				#productInfos #productBestPrices td {
					padding: 5px;
					vertical-align: middle;
				}

					#productInfos #productBestPrices td.market {
						color: #c20a2c;
						width: 50%;
					}

#productOptions { background-position: 220px 0; }
	#productOptions .halfLeft { width: 220px; }
	#productOptions .halfRight { width: 240px; }
	#productOptions .sponsor { padding: 8px 8px 0 8px; }
	#productOptions .listing, #productOptions .listing li { padding: 0; }

	#productOptions .toolbar { margin-top: 10px; }
		#productOptions .toolbar a { margin: 0 5px; height: 18px; width:19px; }
		#productOptions .toolbar *, #productOptions .notation * {
			line-height: 18px;
			float: left;
		}

#localZipForm2 { padding: 10px 0 5px 0; }
	#localZipForm2 * {
		float: left;
		margin-right: 10px;
	}

		#localZipForm2 input { width: 170px; }
		#localZipForm2 a.withArrows { margin-top: -5px; }
			#localZipForm2 a.withArrows span { margin: 0; }

#centralTable .BOM-multitabs-header { width: 100%; }
	#centralTable .BOM-multitabs-header strong { font-weight: 700; }
	#centralTable .BOM-multitabs-content { border-top: 2px solid #77a104; }
	#centralTable .BOM-multitabs-contentCenter { padding: 0; }

	#centralTable table { width: 961px; }
		#centralTable tr.bgCategory, #centralTable tr.bgCategory a {
			color: #fff;
			font-size: 11px;
			background: #7bb20e;
		}

			#centralTable tr.bgCategory td { border-right: 1px solid #6ea404; }
			#centralTable tr.webOffers, #centralTable tr.localOffers {
				height: 40px;
				text-align: right;
				background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/bgWebOffers.jpg') top left no-repeat;
			}
			#centralTable tr.partnerOffers {
				height: 40px;
				text-align: right;
				background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/bgPartnerOffers.jpg') top left no-repeat;
			}

				*+html #centralTable tr.webOffers, *+html #centralTable tr.localOffers { height: 30px; } /* IE 7 */
				* html #centralTable tr.webOffers, * html #centralTable tr.localOffers { height: 30px; } /* IE 6 */

				#centralTable tr.localOffers { background-image: url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/bgLocalOffers.jpg'); }

					#centralTable tr.webOffers td {
						padding-right: 15px;
						line-height: 20px;
					}

					#centralTable tr.localOffers div {
						position: relative;
						float: right;
						margin-right: 5px;
					}

					#centralTable tr.localOffers input {
						position: absolute;
						top: 5px;
						right: 75px;
						width: 170px;
					}

		#centralTable td {
			padding: 5px 10px;
			vertical-align: top;
			border-top: 1px solid #76af08;
		}

			#centralTable td.description {
				width: 400px;
				font-size: 11px;
			}

			#centralTable td.view { width: 150px; }
			#centralTable td.bgDescription {
				padding: 10px;
				background: #f7f3f7;
			}

			#centralTable td.service {
				padding-left: 0;
				padding-right: 0;
				width: 345px;
				color: #c30a29;
			}

				#centralTable td.service li {
					display: block;
					float: left;
					margin: 0 15px 0 0;
					padding-top: 25px;
					width: 60px;
					line-height: 1.1em;
					font-size: 10px;
					color: #aeb6b9;
					text-align: center;
					background: #fff center top no-repeat;
				}

			#centralTable td.city { width: 105px; }
			#centralTable td.fullPrice {
				width: 70px;
				font-weight: 700;
			}

			#centralTable td.shop {
				width: 100px;
				text-align: center;
			}

				#centralTable td.shop .viewReviews, #centralTable td.shop div {
					display: block;
					margin-top: 8px;
					font-size: 10px;
				}

				#centralTable td.shop .img {
					display: block;
					margin: 5px auto;
					width: 95px;
					height: 35px;
					overflow: hidden;
					text-align: center;
					cursor: pointer; /* ie */
					border: 1px solid #d3dde6;
				}

					#centralTable td.shop .img img {
						display: block;
						width: 95px;
						text-align: center;
						background: #fff center top no-repeat;
					}

#detailsBlock .chromeBox-content { padding: 0; }
	#detailsBlock table {
		width: 648px;
		text-align: left;
		font-size: 12px;
	}

		#detailsBlock td {
			width: 324px;
			padding: 3px 10px;
			vertical-align: middle;
		}

#reviewsBlock .desc, #newsBlock .desc { margin-top: 5px; }
#reviewsBlock .img, .reviewsBlock .img {
	float: left;
	width: 120px;
	height: 90px;
	text-align: center;
	border: 1px solid #d2dee5;
	background: #fff center center no-repeat;
    margin: 0 10px 0 0;
}

#picsBlock ul { padding-left: 17px; }
	#picsBlock li {
		display: block;
		float: left;
		width: 80px;
		height: 55px;
		line-height: 15px;
		margin: 0 18px 10px 0;
		overflow: hidden;
		text-align: center;
		cursor: pointer;
		border: 1px solid #d3dde6;
	}

	#picsBlock img {
		display: block;
		margin: -2px auto 0 auto;
		height: 60px;
		overflow: hidden;
	}

#searchSideBar {
	position: relative;
	margin-top: 20px;
}

	#searchSideBar .bt {
		position: absolute;
		top: -5px;
		left: 150px;
	}

		*+html #searchSideBar .bt { /* IE7 */
			top: -2px;
			left: 160px;
		}

		* html #searchSideBar .bt { /* IE6 */
			top: -2px;
			left: 160px;
		}

#filtersBlock .top {
	padding-left: 6px;
	background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/bigGreenTop.gif') left top no-repeat;
}

	#filtersBlock .top span {
		display: block;
		height: 27px;
		line-height: 27px;
		font-weight: 700;
		color: #fff;
		background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/bigGreenTop.gif') right top no-repeat;
	}

	#filtersBlock .content {
		border: 1px solid #dfe8ef;
		border-top: 0;
	}

	#filtersBlock .basicMainDotted {
		margin-bottom: 0;
		padding-bottom: 20px;
	}

	#filtersBlock .seeAll {
		text-align: left;
		padding-top: 15px;
	}

	#filtersBlock ul { padding: 0; }
		#filtersBlock li { padding: 10px 10px 0 10px; }
			#filtersBlock li li {
				margin-top: 10px;
				padding: 0;
				border: none;
			}

			#filtersBlock li strong {
				display: block;
				margin-left: 23px;
				line-height: 17px;
			}

			#filtersBlock li a {
				display: inline;
				padding: 0;
				text-decoration: underline;
				background: none;
			}

			#filtersBlock li a.remove, #filtersBlock li.remove a, #filtersBlock li.add a {
				display: block;
				line-height: 17px;
				padding-left: 23px;
				background: transparent url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/bt-smallMinus.gif') left top no-repeat;
			}

				#filtersBlock li a.remove {
					float: left;
					height: 17px;
					width: 17px;
					padding: 0;
				}

				#filtersBlock li.add a { background-image: url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/bt-smallPlus.gif'); }

		#filtersBlock li.last { padding-bottom: 15px; }
		#filtersBlock li.highlighted {
			margin: 0;
			padding-bottom: 15px;
			background: #f8f3f7;
		}

			#filtersBlock li.highlighted li span, #filtersBlock li.highlighted li a {
				display: block;
				margin-bottom: 5px;
			}

#rcBlock li { padding-bottom: 10px; }
	#rcBlock li.last { padding-bottom: 0; }
	#rcBlock a {
		display: inline;
		padding: 0;
		background: none;
	}

#miniModal {
	text-align: left;
	position: absolute;
	top: 20px;
	left: 15px;
	z-index: 1;
	background: transparent url(http://m.bestofmedia.com/i/tomsguide/design/shadowAlpha.png) right bottom no-repeat;
	padding: 0 6px 6px 0;
}

	#miniModal #miniModal-content {
		border: 2px solid #bfbfbf;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 5px;
		background: #fff;
	}

	#miniModal h5  {
		background-color: #eeeff1;
		color: #779e04;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
		margin-bottom: 10px;
		padding: 10px;
		font-weight: 700;
		font-size: 16px;
	}

	#miniModal-close {
		position: absolute;
		top: 15px;
		right: 22px;
		display: block;
		width: 15px;
		height: 15px;
		overflow: hidden;
		text-indent: -999px;
		cursor: pointer;
		background: transparent url('http://m.bestofmedia.com/i/tomsguide/design/bt-close2.png') left top no-repeat;
	}

	#miniModal #miniModal-content ul {
		display: block;
		background: #f8f3f7;
		padding: 5px;
	}

		#comparisonBlock #miniModal li {
			margin-bottom: 10px;
			padding: 0 0 0 10px;
			border: none;
			background: transparent url('http://m.bestofmedia.com/i/tomsguide/design/3GreenDots.gif') no-repeat 0 5px;
		}

			#comparisonBlock #miniModal li.last {
				margin-bottom: 0;
				padding-bottom: 0;
			}

#comparisonBlock {
	background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/comparisonVertical.gif') 10px 0 repeat-y;
	margin-bottom: 15px;
}

	#comparisonBlock .halfRight { text-align: right; }
	#comparisonBlock .withArrows { margin-left: 30px; }
		* html #comparisonBlock .withArrows { margin-left: 15px; } /* IE6 */

	#comparisonBlock .top, #comparisonBlock .bottom { background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/comparisonArrow.gif') -4px -12px no-repeat; }
		#comparisonBlock .bottom { background-position: -4px -62px; }

	#comparisonBlock .notation {
		position: absolute;
		bottom: 0;
		left: 160px;
	}

		/* surcharge notations */
		#comparisonBlock .neutral, #comparisonBlock .good, #comparisonBlock .poor,
			#comparisonBlock .neutral strong, #comparisonBlock .good strong, #comparisonBlock .poor strong {
			height: 18px;
			line-height: 18px;
			font-size: 12px;
			background-image: url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/bg-notation-small.gif');
		}

	#comparisonBlock input {
		position: absolute;
		top: 40px;
		left: -48px;
	}

		*+html #comparisonBlock input { left: -51px; } /* IE7 */
		* html #comparisonBlock input { left: -51px; } /* IE6 */

	#comparisonBlock .roundedBox2 { margin: 5px 0 5px 30px; }
		#comparisonBlock .roundedBox-top .in2 {
			height: 30px;
			padding: 0 10px 0 0;
		}

		#comparisonBlock .roundedBox-top ul { padding-top: 8px; }
			#comparisonBlock .roundedBox-top li {
				display: inline;
				border: none;
			}

		#comparisonBlock .roundedBox-content {
			position: relative;
			padding: 0;
		}

			#comparisonBlock .roundedBox-content li, #comparisonBlock .roundedBox-content li .last {
				padding: 10px 20px;
				border-bottom: 2px solid #f8f3f7;
			}

				#comparisonBlock .roundedBox-content li.last { border: none; }
				#comparisonBlock .roundedBox-content li li {
					display: inline;
					padding: 0;
					border: none;
				}

				#comparisonBlock li .product {
					position: relative;
					margin: 10px 0;
				}

				#comparisonBlock li .options { font-size: 11px; }
				#comparisonBlock li .stronger  { font-size: 12px; }

				#comparisonBlock li .infos {
					float: right;
					width: 160px;
					font-size: 12px;
				}

				#comparisonBlock li .withArrows { margin: 5px 0; }
				#comparisonBlock li .desc {
					position: relative;
					float: left;
					padding: 0 10px;
					width: 260px;
				}

				#comparisonBlock li .img {
					position: relative;
					display: block;
					float: left;
					width: 120px;
					height: 90px;
					border: 1px solid #d2dee5;
					background: #fff center center no-repeat;
					text-align:center;
				}

				#comparisonBlock li .tgSelection {
					position: absolute;
					top: 0;
					right: 0;
					width: 31px;
					height: 38px;
					cursor: pointer; /*ie */
					background: transparent url('http://m.bestofmedia.com/i/tomsguide/design/selection.gif') left top no-repeat;
				}



#comparisonBlock .listing .filters {
	clear : both;
	padding: 5px 0px;
}

#comparisonBlock .listing .filters h5 {
	display : inline;
}

#comparison .tableContainer { padding: 0; }
	#comparison .img {
		display: block;
		margin: 5px auto;
		width: 120px;
		text-align: center;
		cursor: pointer;
	}

		#comparison .img span {
			display: block;
			height: 90px;
			text-align: center;
			border: 1px solid #d3dde6;
			background: #fff center center no-repeat;
		}

	#comparison .listing li {
		display: block;
		float: left;
		padding: 5px 10px;
		width: 165px;
		text-align: center;
		background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/dotted.gif') right top repeat-y;
	}

		#comparison .listing li.last { background: none; }
		#comparison .listing a.title {
			display: block;
			height: 30px;
			line-height: 1.2em;
			margin: 5px 0;
			overflow: hidden;
			font-weight: 700;
		}

	#comparison .legends {
		padding: 0;
		width: 180px;
		height: 20px;
		background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/dotted.gif') right top repeat-y;
	}

		#comparison .legends div {
			position: relative;
			width: 99%;
			height: 45px;
			line-height: 45px;
			color: #fff;
			text-align: center;
			font-weight: 700;
			background: #e6eAed url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/bgBlue.gif') left top repeat-x;
		}

			#comparison .characteristics { margin-top: 130px; }
				#comparison .characteristics span, #comparison .products span {
					display: block;
					position: absolute;
					top: 22px;
					right: 7px;
					width: 8px;
					height: 8px;
					background: transparent url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/whiteArrowRight.png') 0 0 no-repeat;
				}

					#comparison .products span { background-image: url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/whiteArrowBottom.png'); }

	#comparison table {
		width: 957px;
		margin-left: -5px;
	}

		#comparison td {
			padding: 5px;
			width: 180px;
			vertical-align: top;
			text-align: center;
		}

			#comparison tr.categories td {
				border: none;
				border-bottom: 1px solid #d8d8d8;
				background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/comparateur/dotted.gif') right top repeat-y;
			}

			#comparison td { border-right: 1px solid #d8d8d8; }
			#comparison td.last {
				border: none;
				background: none;
			}

				#comparison td .title {
					display: block;
					height: 30px;
					line-height: 1.2em;
					margin: 5px 0;
					overflow: hidden;
					font-weight: 700;
				}

				#comparison td .clearfix {
					width: 130px;
					margin: 5px auto;
				}
				
#zonePubComparo {
}

/* QUESTIONS REPONSES*/

#searchResults-title {
    margin:7px 0 5px 0;
}

/* Debut box des commentaires */
		.comment-content, .comment-content-anonymous {
			display: block;
			overflow: auto;

		}

			#searchResults .comment-bulle,#searchResults .comment-bulleVert,#searchResults .comment-bulleRouge {
				line-height: 1.5em;
				min-height: 45px;
				margin: 5px 0 0 15px;
				border: 1px solid #cfcfcf;
				padding: 5px;
				position: relative;
				z-index: 0;
			}

			.comment-pointe, .comment-pointeVert, .comment-pointeRouge {
				display: block;
				position: absolute;
				width: 9px;
				height: 15px;
				overflow: hidden;
				background: url(http://m.bestofmedia.com/i/commun/pointeStrong.gif) left top no-repeat;
				top: 8px;
				left: -9px;
				z-index: 1;
			}

#forumForm #sujet, #forumForm textarea { border: 1px solid #cfcfcf; }
			
#searchResults {
	float: left;
	width: 640px;
	margin: 0 0 0 10px;
}

.searchResults_forum {
	padding: 20px 0 0 0;
}

#qAndR-right {
    float: right;
    width: 270px;
    margin: 7px 10px 0 0;
    background-color: #f2f3f5;
    padding: 10px;
}

#qAndR-right h2 {
    font-weight: bold;
}
.picto-forum {
    background: transparent url(http://m.bestofmedia.com/i/tomsguide/search/sprite.gif) -120px 2px no-repeat;
    width: 20px;
    height: 19px;
    float: left;
    margin: -3px 4px 0 0px;
}

#homeShopping .titrePage span.h4 {
    display: block;
}
.titrePage .subtitle {
	display: block;
	font-size:13px;
	font-weight:normal;
}
#listing .titrePage {
    padding-left: 15px;
}

#home #topTcgShopping, #home #topBrandsShopping {
    float: right;
}

/* BOX HOME SHOPPING */
li.shoppingBoxLeft, li.shoppingBoxRight {
    position: relative;
    border: 1px solid #d2dee5;
    width: 308px;
    float: left;
    margin: 0 0 15px 0;
    padding: 0;
    -moz-border-radius : 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-colors: #d2dee5;
	min-height:115px;
	height:auto !important;
	height:115px;
	
}

li.shoppingBoxLeft {
    clear: both;
}

li.shoppingBoxRight {
    margin-left: 20px;
}

.shoppingBox-top {
    height: 22px;
    background-color: #E5ECF0;
    padding-left: 75px;
    -moz-border-radius-topleft : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-radius: 5px;
    -moz-border-colors: #E5ECF0;
}
    .shoppingBox-top h2 {
        line-height: 22px;
    }


.shoppingBox-content { padding: 0 5px 5px 75px; }
    .shoppingBox-content ul.listing li {
        display: inline;
        border: 0;
    }
    .shoppingBox-content ul.listing li a {
        font-size: 11px;
        line-height: 1.5em;
    }

    .shoppingBox-content div.seeAll {
        margin: 5px 0;
    }

#listingSupercat .produitsPop .dropMenu-title {
    width: 120px;
    font-size: 11px;
    margin: 5px auto 0;
}

#listingSupercat .produitsPop {
    text-align: left;
}

.bt-plus, .bt-minus {
	width: 19px;
}

.bt-toolbar:hover {
	background-position:left bottom;
}

.bt-plus {
	background-image:url(http://m.bestofmedia.com/i/commun/forum/tomsguide/bt-plus.gif);
}

.bt-minus {
	background-image:url(http://m.bestofmedia.com/i/commun/forum/tomsguide/bt-minus.gif);
}

