/* =COLOR REF ----------------------------------------
title red: #AF261E;
global grey: #373737;
link blue: #1893D4;
breadcrumbs grey: #A3A3A3;
--------------------------------------------------- */


/* =RESET (http://developer.yahoo.net/yui/license.txt)
version: 2.2.1
--------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/* END RESET -------------------------------------- */

body {
	background: #5D6568;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Tahoma, "Nimbus Sans L", arial, sans-serif;
	color: #373737;
}

p, ul {
	line-height: 18px;
}

h4 {
	font-size: 18px;
	color: #1893D4;
	font-weight: bold;
}

a {text-decoration: none; color: #1893D4;outline:none;}
a:hover {text-decoration: underline;}

/* =CLEARFIX
--------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}
.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
/* END CLEARFIX ----------------------------------- */

/* =GLOBAL
--------------------------------------------------- */
#container {
	text-align: left;
	margin: 5px auto 0 auto;
	width: 998px;
	min-width: 998px;
	position: relative;
	z-index: 1;
}
	#contentGeneric {
		background: #FFF url(http://m.bestofmedia.com/i/tomshardware/design/bg-content.gif) left top repeat-y;
		border: 1px solid #000;
		border-top: 0;
		border-bottom: 0;
	}
	/* IE hack */
		* html #contentGeneric {
			background-position: 1px top;
		}
		*+html #contentGeneric {
			background-position: 1px top;
		}
	/* --- */
		#contentInside {
			background: transparent url(http://m.bestofmedia.com/i/tomshardware/design/bg-contentInside.gif) left top repeat-x;
		}
		#breadcrumbs {
			font-size: 11px;
			color: #A3A3A3;
			padding: 10px;
			background: #FFF url(http://m.bestofmedia.com/i/tomshardware/design/bg-contentInside.gif) left top repeat-x;
		}
			#breadcrumbs a {
				color: #A3A3A3;
			}
			#breadcrumbs strong {
				font-weight: bold;
			}
			
			#main {
				width: 795px;
				float: right;
			}
			#sidebar {
				text-align: center;
				width: 190px;
				padding-left: 1px;
				border-top: 2px solid #CACAC9;
				float: left;
				background: #FFF;
			}
			
			#internalMain {
				position: relative;
/*				width: 490px;*/
				width: 484px;
				float: left;
				z-index: 0;
			}
			#internalSidebar {
				width: 300px;
				float: right;
				text-align: center;
			}
				#internalSidebar #advertRight, #internalSidebar #advertRightWhite {
					margin-bottom: 15px;
				}
	#footer {
		text-align: center;
		border: 1px solid #000;
		background: #5A5A5A url(http://m.bestofmedia.com/i/tomshardware/design/bg-footer.gif) left bottom repeat-x;
		font-size: 11px;
		line-height: 1.5em;
		padding: 10px;
	}
		#footer * {
			color: #1893D4;
		}
		#footer .strong {
			color: #FFF;
		}
		#footer #logoFooter {
			float: right;
		}
/* END GLOBAL ------------------------------------- */
/* =HEADER ---------------------------------------- */
#header a {
	color: #FFF;
}
	#header #header-top {
		height: 16px;
	}
		#header #header-top #changeLanguage {
			font-size: 10px;
			float: right;
			margin-right: 1px;
		}
			#header #header-top #changeLanguage img {
				vertical-align: top;
			}
			#header #header-top #changeLanguage .arrow-toggle {
				display: block;
				float: left;
				margin-left: 3px;
				width: 13px;
				height: 13px;
				background: url(http://m.bestofmedia.com/i/tomshardware/design/arrow-toggle.gif) left top no-repeat;
			}
				#header #header-top #changeLanguage .arrow-right {
				 background-position: left bottom;
				}

	#header #header-banner {
		border: 1px solid #000;
		border-bottom: 0;
	}
		#header #header-banner .header-inside {
			border: 1px solid #FFF;
			height: 116px;
			background: #FFF url(http://m.bestofmedia.com/i/tomshardware/design/bg-headerBanner.gif) left top repeat-x;
			position: relative;
			z-index: 1;
		}
		#header #header-banner div.h1 a {
			overflow: hidden;
			display: block;
			text-indent: -999px;
			background: transparent url(http://m.bestofmedia.com/i/tomshardware/design/tomshardware.jpg) left top no-repeat;
			width: 239px;
			height: 116px;
		} 
		#header #header-banner div.h1 a:hover { text-decoration: none }
	
		#header #header-banner #header-advert {
			position: absolute;
			width: 728px;
			height: 90px;
			z-index: 15;
			position: absolute;
			top: 0;
			left: 260px;
			top: 10px;
		}
			#header #header-banner #header-advert a {
				color: #1893D4;
			}
	
	#header #header-menu {
		border: 1px solid #000;
		border-top: 0;
		border-bottom: 0;
	}
		#header #header-menu .header-inside{
			border: 1px solid #FFF;
			height: 34px;
			background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-headerMenu.gif) top left repeat-x;
		}
			#header #header-menu #header-sections {
				float: left;
				background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-headerMainMenu.gif) top left repeat-x;
				border-left: 1px solid #3D3D3C;
			}
				#header #header-menu #header-sections li {
					float: left;
					font-size: 11px;
					height: 33px;
					line-height: 32px;
					text-transform: uppercase;
					border-right: 1px solid #3D3D3C;
					padding-top: 1px;
				}
					#header #header-menu #header-sections li a {
						padding: 0 8px;
						border-left: 1px solid #FFF;
						height: 32px;
						display: block;
						/*float: left;*/
						font-weight: bold;
						position:relative;
						z-index:5;
					}
						#header #header-menu #header-sections li a:hover {
							text-decoration: none;
							/*background: #FFF url(http://m.bestofmedia.com/i/tomshardware/design/bg-headerMenuOver.gif) left top repeat-x;
							color: #6F6F6D;*/
						}
					#header #header-menu #header-sections li.active {
						background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-headerMenuActive.gif) top left repeat-x;
						font-weight: bold;
					}
						#header #header-menu #header-sections li.active a { 
							border-left: 0;
						}
						#header #header-menu #header-sections li.active a:hover { 
							border-left: 0;
							background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-headerMenuActive.gif) top left repeat-x;
							color: #FFF;
							text-decoration: underline;
						}
		/* triggerTopmenu */
			.triggerTopmenu {
				display: block;
				width: 18px;
				height: 17px;
				text-indent: -999px;
				overflow: hidden;
				background: transparent url(http://m.bestofmedia.com/i/tomshardware/design/arrowDropmenu.gif) left top no-repeat;
				position: absolute;
				z-index: 6;
				top: 8px;
				right: 5px;
				float:left;
			}
				.triggerTopmenu:hover {
					background-position: left bottom;
				}
			.active .triggerTopmenu {
				background-image: url(http://m.bestofmedia.com/i/tomshardware/design/arrowDropmenu.gif);
			}
			/* end triggerTopmenu */			
			/* Surgharge topmenu */
			#header #header-menu #header-sections li .wrapperTopmenu {
				position: absolute;
				z-index: 12;
				padding-left: 2px;
				padding-top: 2px;
			}
			#header #header-menu #header-sections li .shadowTopmenu {
				background: transparent url(http://m.bestofmedia.com/i/tomsguide/design/shadowAlpha.png) right bottom no-repeat;
				padding: 0 4px 4px 0px;
				margin: -1px -4px -4px 0;
				position: relative;  
				z-index: 11;
			}
			#header #header-menu #header-sections li ul {
				display: block;
				position: relative;
				z-index: 13;
				top: -2px;
				left: -2px;
				float: none;
				background: #FFF;
				padding: 1px;
				border: 1px solid #D3D3D3;
				border-top: 0;
				filter:Alpha(opacity=96);
				-moz-opacity: 0.96;
				opacity: 0.96;
			}
			#header #header-menu #header-sections li li {
				display: block;
				float: none;
				height: auto;
				line-height: 1.1em;
				text-transform: none;
				background: #F7F7F7;
				margin-bottom: 1px;
				border:none;
				border-bottom: 1px solid #D3D3D3;
				margin:0;
			}
			#header #header-menu #header-sections li li.last {
				border-bottom: 1px solid #F7F7F7;
			}
				#header #header-menu #header-sections li li a, #header #header-menu #header-sections li.active li a {
					background:none;
					background: transparent url(http://m.bestofmedia.com/i/tomshardware/design/redArrows.gif) 6px 12px no-repeat;
					float: none;
					font-size: 11px;
					font-weight: normal;
					padding: 8px 20px;
					margin: 0;
					color: #1378E0;
					height:auto;
				}
				#header #header-menu #header-sections li li a:hover {
					background:none;
					text-decoration: none;
					background: transparent url(http://m.bestofmedia.com/i/tomshardware/design/redArrows.gif) 6px 12px no-repeat;
					color:#6F6F6D;
				}
			/* */
		#header-media {
			float: right;
			line-height: 33px;
			height: 33px;
			color: #FFF;
		}
			#header-media a {
				float: left;
				display: block;
				color: #FFF;
				margin-right: 8px;
			}
			#header-media a#header-media-rss {
				background: url(http://m.bestofmedia.com/i/tomshardware/design/rss.gif) left center no-repeat;
				padding-left: 25px;
			}
			#header-media a#header-media-letter {
				background: url(http://m.bestofmedia.com/i/tomshardware/design/letter.gif) 10px center no-repeat;
				padding-left: 41px;
			}
		.header-pipe {
			display: block;
			float: left;
		}
	#header #header-tools {
		border: 1px solid #000;
		border-top: 0;
		border-bottom: 0;
	}
		#header-tools .header-inside {
			height: 44px;
			line-height: 44px;
			background: #333333 url(http://m.bestofmedia.com/i/tomshardware/design/bg-headerTools.gif) left top repeat-x;
			border: 1px solid #FFF;
			border-top: 0;
		}
		#header-tools fieldset {
			float: left;
			margin-top: 12px;
		}
		#header-tools fieldset label {
			background: url(http://m.bestofmedia.com/i/tomshardware/design/magnify.gif) left 3px no-repeat;
			line-height: 18px;
			height: 18px;
			padding: 0 10px 3px 25px;
			margin-left: 12px;
			display: block;
			float: left;
			color: #FFF;
		}
		#header-tools fieldset #searchField {
			display: block;
			float: left;
			border: 1px solid #676767;
			margin: 0 10px 0 0;
		}
		#header-tools fieldset #searchOptions {
			display: block;
			float: left;
			border: 1px solid #676767;
			margin: -1px 5px 0 0;
		}
		#header-tools #header-okSearch {
			float: left;
			margin-top: -1px;
		}
	#header ul.espace-membre {
		float:right;
		margin-right: 8px;
	}
		#header ul.espace-membre li {
			display:inline;
		}
			#header ul.espace-membre li a {
				float:left;
				display:block;
				background: url(http://m.bestofmedia.com/i/tomshardware/design/puce-header.gif) left center no-repeat;
				padding-left:20px;
				height:40px;
				line-height:40px;
			}
			#header ul.espace-membre li span.separation {
				padding:0 8px;
				float:left;
				display:block;
				height:40px;
				line-height:40px;
				color: #FFF;
			}

/* END HEADER ------------------------------------- */
/* =BLOCS
--------------------------------------------------- */
#advertRight {
	text-align: center;
	color: #A3A3A3;
	font-size: 10px;
	background: #F4F4F4;
}

#advertRightWhite {
	text-align: center;
	color: #A3A3A3;
	font-size: 10px;
	background: transparent;
}
	.advertRight {
		text-align: right;
		padding-right: 3px;
	}
	
.basicCentral {
/*	width: 470px;*/
	width: 464px;
	margin-left: 10px;
}
	.basicCentral-elm {
		margin-bottom: 25px;
	}	
	
.basicShadow {
	background: url(http://m.bestofmedia.com/i/tomshardware/design/shadow-bottom.png) right bottom no-repeat;
	padding-bottom: 10px;	
	margin-left: 10px;
}
	.basicShadow .in2 {
		background: url(http://m.bestofmedia.com/i/tomshardware/design/shadow-right.png) right top repeat-y;
		padding: 0 20px 10px 5px;	
	}
	
.basicRight {
	text-align: left;
	background: #FFF url(http://m.bestofmedia.com/i/tomshardware/design/bg-basicRight.gif) left bottom repeat-x;
	padding-bottom: 24px;
	margin-bottom: 10px;
	margin-right: 2px;
}

.basicSidebar {
	margin-top: 15px;
	background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-slidemenu.gif) left top repeat-y;
	padding-right: 2px;
	text-align: left;
}
	.basicSidebar .basicSidebar-elm {
		background: #FFF url(http://m.bestofmedia.com/i/tomshardware/design/bg-basicSidebar-elm.gif) left bottom repeat-x;
		border-bottom: 1px solid #ABABAB;
	}
	
.basicGradiant {
	background: #DDDCDC url(http://m.bestofmedia.com/i/tomshardware/design/bg-gradiant.gif) left top repeat-x;
	padding: 10px 5px;
	
}
/* END BLOCS ------------------------------------ */
/* =forumHome
---------------------------------------------------- */	
#forumHome, .pyjama {
	border: 1px solid #D7D7D7;
	margin: 5px 0 2px 0;
}
	#forumHome ul, .pyjama ul {
		line-height: 1.1em;
		overflow: hidden;
	}
		#forumHome ul li, .pyjama ul li {
			padding: 5px 4px 5px 13px;
		}
		#forumHome ul li.forumHome-odd, .pyjama ul li.pyjama-odd{
			background-color: #F0EFEF;
		}
	#forumHome .forumHome-nb, .pyjama .pyjama-nb {color: #BDC1C5;} 
	#forumHome .seeAll, .pyjama .seeAll {
		padding-right: 10px;
		margin: 10px 0;
	}
/* END forumHome ----------------------------------- */
/* =TITLES
--------------------------------------------------- */
.title2 {
	background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-title2.gif) right bottom no-repeat;
	font-size: 14px;
	color: #AF261E;
	font-weight: bold;
	margin: 18px 0 10px 0;
	text-transform: uppercase;
}
	.title2 span {
		background-color: #FFF;
		padding-right: 5px;
	}

.title2Bis {
	background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-title2Bis.gif) left center no-repeat;
	font-size: 14px;
	color: #AF261E;
	font-weight: bold;
	padding-left: 50px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.titleSidebar {
	background: transparent url(http://m.bestofmedia.com/i/tomshardware/design/bg-titleSidebar.gif) left center no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	padding-left: 50px;
}

.title3 {
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.title3Bis {
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #AF261E;
	margin-bottom: 10px;
}

.title4 {
	font-weight: bold;
	display: block;
}
/* END TITLES ------------------------------------- */
/* =PAGINATION
--------------------------------------------------- */
.simplePagination-previous {
	float: left;
	text-align: left;
	background: url(http://m.bestofmedia.com/i/tomshardware/design/previous.gif) left center no-repeat;
	padding-left: 10px;
}
.simplePagination-next {
	float: right;
	text-align: right;
	background: url(http://m.bestofmedia.com/i/tomshardware/design/next.gif) right center no-repeat;
	padding-right: 10px;
}

.pagination li {
	float: left;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #AF261E;
	background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-pagination.gif) left top no-repeat;
	margin: 0 1px;
}
	.pagination li.current a {
		color: #AF261E;
	}
	.pagination li a {
		display: block;
		height: 20px;
		width: 20px;		
	}
	
	.pagination li.paginationLegende {
		width: auto;
		text-align: left;
		color: #373737;
		font-size: 12px;
		background: none;
		padding-right: 10px;
	}
	.pagination li.next {
		overflow: hidden;
		text-indent: -999px;
		background: url(http://m.bestofmedia.com/i/tomshardware/design/next.gif) center center no-repeat;
	}
	.pagination li.prev {
		overflow: hidden;
		text-indent: -999px;
		background: url(http://m.bestofmedia.com/i/tomshardware/design/previous.gif) center center no-repeat;
	}

/* END PAGINATION ------------------------------------- */
/* =Dropmenu
---------------------------------------------- */
.dropMenu {
	position: relative;
	z-index: 2;
}

.dropMenu ol, .dropMenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dropMenu .dropMenu-title {
	background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-dropMenu-title.gif) left top no-repeat;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	display: block;
	white-space: nowrap;
	width: 280px;
}

	.dropMenu .dropMenu-title, .dropMenu .dropMenu-title:hover {
		text-decoration: none;
	}

	.dropMenu .dropMenu-title span {
		background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-dropMenu-title.gif) right top no-repeat;
		padding-right: 40px;
		display: block;
	}

	.dropMenu .hover {
		background-position: left -35px;
	}
	.dropMenu .hover span {
		background-position: right -35px;
	}

.dropMenu .dropMenu-panel {
	background: #F6F6F6;
	position: absolute;
	white-space: nowrap;
	border: 1px solid #DFDFDF;
	z-index: 3;
	top: 29px;
	left: 2px;
	overflow-y: auto;
	height: auto !important;
	height: 210px;
	max-height: 210px;
	width: 550px;
}
	.dropMenu .dropMenu-panel a, .dropMenu .dropMenu-panel span {
		display: block;
		padding: 5px 10px;
		border: 1px solid #DFDFDF;
		border-left: 0;
		border-right: 0;
		border-top: 0;
		text-decoration: none;
	}

	.dropMenu .dropMenu-panel span {
		border-bottom: 1px solid #DFDFDF;
	}

	.dropMenu .dropMenu-panel a, .dropMenu .dropMenu-panel a:visited, .dropMenu .dropMenu-panel a:visited, .dropMenu .dropMenu-panel .actualSection {
		padding-left: 20px;
	}

	.dropMenu .dropMenu-panel a:hover {
		background-color: #D1DDE5;
		text-decoration: none;
		position: static;
	}
	
	.dropMenu a  b {
		color: #000;
		font-weight: normal;
	}
/* End dropmenu ------------------------------ */
/* =blockThema
---------------------------------------------------- */	
#blockThema li {
	float: left;
	line-height: 1.1em;
	text-align: center;
	border-bottom: 2px solid #FFF;
}
	#blockThema li a {
		float: left;
		display: block;
		width: 97px;
		height: 29px;
		border: 1px solid #D7D7D7;
		padding-top: 53px;
		font-size: 11px;
	}
	.thema-46, .thema-61, .thema-71, .thema-77 {
		background: url(http://m.bestofmedia.com/i/tomshardware/design/thema-hardware.jpg) left top no-repeat;
	}
	.thema-47, .thema-65, .thema-72, .thema-78 {
		background: url(http://m.bestofmedia.com/i/tomshardware/design/thema-network.jpg) left top no-repeat;
	}
	.thema-48, .thema-63, .thema-79, .thema-73 {
		background: url(http://m.bestofmedia.com/i/tomshardware/design/thema-electronics.jpg) left top no-repeat;
	}
	.thema-49, .thema-74, .thema-80 {
		background: url(http://m.bestofmedia.com/i/tomshardware/design/thema-mobile.jpg) left top no-repeat;
	}
	.thema-64{
		background: url(http://m.bestofmedia.com/i/tomshardware/design/thema-mobile2.jpg) left top no-repeat;
	}
	.thema-50, .thema-82, .thema-75 {
		background: url(http://m.bestofmedia.com/i/tomshardware/design/thema-software.jpg) left top no-repeat;
	}
	.thema-51, .thema-76 {
		background: url(http://m.bestofmedia.com/i/tomshardware/design/thema-periphericals.jpg) left top no-repeat;
	}
	.thema-62 {
		background: url(http://m.bestofmedia.com/i/tomshardware/design/thema-graphics.jpg) left top no-repeat;
	}
	.thema-66 {
		background: url(http://m.bestofmedia.com/i/tomshardware/design/thema-gaming.jpg) left top no-repeat;
	}
	.thema-84 {
		background: url(http://m.bestofmedia.com/i/tomshardware/design/thema-ifa.jpg) left top no-repeat;
	}
	.thema-89 {
		background: url(http://m.bestofmedia.com/i/tomshardware/design/thema-idf.jpg) left top no-repeat;
	}
	.thema-93 {
		background: url(http://m.bestofmedia.com/i/tomshardware/design/thema-praxis.jpg) left top no-repeat;
	}
/* END blockThema ---------------------------------- */
/* =VRAC
--------------------------------------------------- */
.condensedVision li {
	padding: 10px 0 10px 5px;
	background: url(http://m.bestofmedia.com/i/tomshardware/design/dottedLine.gif) right bottom no-repeat;
}
.condensedVision .first {
	padding-top: 0;
}
.condensedVision .last {
	background: none;
}
	.condensedVision li p {
		float: right; 
		width: 329px;
	}

.vignette {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	width: 120px;
}

.dateElm {
	font-size: 11px;
	color: #A3A3A3;	
}

a.seeAll {
	float: right;
	background: url(http://m.bestofmedia.com/i/tomshardware/design/redArrows.gif) left center no-repeat;
	padding-left: 15px;
	display: block;
	margin-top: 8px;
}

ul.sidebarList li {
	border-bottom: 1px solid #C1C0C0;
}
	ul.sidebarList li a {
		display: block;
		border-top: 1px solid #FFF;
		padding: 5px 5px 5px 10px;
	}
	
a.redButton {
	background: url(http://m.bestofmedia.com/i/tomshardware/design/redButton.gif) left top no-repeat;
	color: #FFF;
	display: block;
	padding: 0 0 0 25px;
	float: left;
}
	a.redButton span {
		background: url(http://m.bestofmedia.com/i/tomshardware/design/redButton.gif) right top no-repeat;
		padding: 0 28px 0 0;
		height: 36px;
		line-height: 36px;
		display: block;
		float: left;
	}
a:hover.redButton {
	background-position: left -36px;
}
	a:hover.redButton span {
		background-position: right -36px;
	}
/* END VRAC ----------------------------------- */
/* MEA
----------------------------------------------- */
.meaHome {
	text-align: center;
}
	.meaHome .mea-titleSection {
		font-weight: bold;
		font-size: 13px;
		padding: 5px 0;
	}
	.meaHome .mea-imageSection img {
		width: 150px;
		border: 1px solid #A2A5AA;
	}
	.meaHome .mea-priceSection {
		color: #A3A3A3;
		padding: 5px 0;
	}
		.meaHome .mea-priceSection a {
			color: #AF261E;
			font-size: 14px;
			font-weight: bold;
		}
.meaSeparation {
	border: 0;
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #FFF;
	height: 0;
	width: 150px;
	margin: 10px auto;
}
/* ---- */
.mea-products-inline {
	float: left;
	width: 250px;
	margin-right: 10px;
}
	.mea-products-inline img {
		width: 65px;
		height: 65px;
		margin: 0 10px 10px 0;
		display: block;
		float: left;
	}
	.mea-products-inline strong {
		display: block;
		font-weight: bold;
		color: #1893D4;
		font-size: 14px;
		margin-bottom: 5px;
	}
	.mea-products-inline .mea-price {
		color: #A3A3A3;
	}
		.mea-products-inline .mea-price span {
			color: #AF261E;
			font-size: 15px;
		}
/* -------------------------------------------- */
/* =chartsHome
---------------------------------------------------- */	
#chartsRight {
	border: 1px solid #D7D7D7;
	margin: 5px 0 2px 0;
}
#chartsRight li {
	float: left;
	line-height: 1.1em;
	text-align: center;
	border-left: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	width: 98px;
	height: 87px;
	font-size: 11px;
}
	#chartsRight li.first { 
		border-left: 0;
	}
		#chartsRight li a img {
			width: 95px;
		}
		#chartsRight li a:hover img {
			text-decoration: none;
		}
/* END chartsHome ---------------------------------- */
/* =BOM_COMPOSANT
---------------------------------------------------- */
	/* BOM_Slidemenu
	----------------------------------------------- */
	#sidebar .BOM-slideMenu {
		background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-slidemenu.gif);
		text-align: left;
		padding-right: 1px;
		border-bottom: 1px solid #ABABAB;
	}
		#sidebar a.BOM-slideMenu-head {
			background: #FFF url(http://m.bestofmedia.com/i/tomshardware/design/bg-slidemenuHead.gif) left top no-repeat;
			display: block;
			height: 31px;
			line-height: 31px;
			text-transform: uppercase;
			color: #373737;
			padding-left: 15px;
			font-size: 11px;
			overflow: hidden;
		}
		#sidebar a.BOM-slideMenu-active {
			background-position: 0 -31px;
			color: #FFF;
		}
			#sidebar .BOM-slideMenu ul {
				padding: 2px 1px 0 1px;
				background: #FFF url(http://m.bestofmedia.com/i/tomshardware/design/dotted.gif) left top repeat-x;
			}
				#sidebar .BOM-slideMenu ul li {
					background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-slidemenuUnder.gif) left top no-repeat;
					height: 24px;
					line-height: 24px;
					overflow: hidden;
					margin: 0 1px;
				}
					#sidebar .BOM-slideMenu ul li a {
						background: transparent url(http://m.bestofmedia.com/i/tomshardware/design/red-arrow.gif) 10px center no-repeat;
						padding-left: 20px;
					}
					#sidebar .BOM-slideMenu ul li span {
						padding-left: 10px;
						display: block;
						background: transparent url(http://m.bestofmedia.com/i/tomshardware/design/bg-selectedSection.gif) right top repeat-x;
						color: #000;
						margin-bottom: 1px;
					}
	/* END BOM_Slidemenu */
	/* themaTabs BOM_MULTITABS 
	----------------------------------------------- */
	#themaTabs {
		border: 1px solid #D7D7D7;
		margin-bottom: 1px;
	}
	#themaTabs .BOM-multitabs-header ul li {
		display: block;
		float: left;
		line-height: 18px;
		border: 1px solid #FFF;
	}
		#themaTabs .BOM-multitabs-header ul li a {
			display: block;
			height: 18px;
			line-height: 18px;
			font-size: 11px;
			float: left;
			background: #E3E3E3 url(http://m.bestofmedia.com/i/tomshardware/design/bg-themaTabs.gif) left top repeat-x;
			color: #373737;
			text-align: center;
		}
		#themaTabs .BOM-multitabs-header ul li a.BOM-multitabs-selectTab {
			background: #1893D4 url(http://m.bestofmedia.com/i/tomshardware/design/bg-themaTabsActive.gif) left top repeat-x;
			color: #FFF;
		}
			#themaTabs .BOM-multitabs-header ul li a.BOM-multitabs-selectTab:hover {
				text-decoration: none;
			}

	#themaTabs .BOM-multitabs-tab {
		display: none;
	}
	#themaTabs .BOM-multitabs-selectTab {
		display: block;
	}
	#themaTabs .BOM-multitabs-in3 {
		padding: 10px;
	}
/* END BOM_COMPOSANT
---------------------------------------------- */