/*
 * =GENERAL
 */
 
.infoBox, .h2 {	margin-bottom: 5px;	}
	.infoBox h2, .h2 {
		display: block;
		font-size: 14px;
		font-weight: bold;
	}
#main {
	text-align: left;
	width: 650px;
	float: left;
	padding-left: 15px;
}
#sidebar {
	text-align: center;
	width: 300px;
	float: right;
	padding-right: 15px;
}
.chromeBox-content { color: #000; }

/*
 * =LIST
 */

.itemList { padding-top: 0px; }
.itemList li {
	float: left;
	width: 49%;	
}
/*.filters li {
	width: 24%;
	float: left;
}*/

.selectMode {
	margin-bottom: 40px;
}
	.selectMode div {
		float: left;
		width: 49%;
}

#cards { margin-top: 15px; }
	#cards li {
		list-style-type: none;
		float: left;
		width: 33%;
		text-align: center;
		height: 210px;
	}
		#cards li img {
			width: 200px;
			height: 150px;
		}

/*
 * =PREVIEW
 */

#largeImage {
	margin: 0 auto;
}

.nextLargeImg {
	position: absolute;
	z-index: 1;
	top: 190px;
	right: 20px;
}

.previousLargeImg {
	position: absolute;
	z-index: 1;
	top: 190px;
	left: 15px;
}

.previewArea {
	margin: 0 auto;
	padding: 20px 0px;
	text-align: center;
	background-color: #F1F2F4;
	border: 1px solid #D1DADF;
	margin-bottom: 15px;
	width: 80%;
}

#player {
	height: 27px;
	width: 95%;
	margin-top: 15px;
}
	#player li {
		float: right;
		display: inline;
		height: 27px;
		line-height: 27px;
		padding-left: 37px;
		margin-left: 10px;
	}
		#player li.send { background: transparent url(http://m.bestofmedia.com/i/tomsguide/design/cards/btn_send.jpg) top left no-repeat; }
		#player li.zoom { background: transparent url(http://m.bestofmedia.com/i/tomsguide/design/cards/btn_zoom.jpg) top left no-repeat; }
		
/*
 * =TCG
 */

.sendSuccess li {
	height: 130px;
	text-align: center;
	float: left;
	width: 24%;
	margin-right: 1%;
	margin-top: 5px;
}
	.sendSuccess li a { text-decoration: none; } 
	.sendSuccess .last { margin-right: 0; }

/*
 * =OTHER
 */

.customize .chromeBox-content { padding: 0 100px; }
	.customize .chromeBox-content .card { margin-bottom: 15px; }
	.customize .chromeBox-content em { font-style: italic; }
.valid { margin-left: 200px; }
.errors, .msg {
	border: 1px solid red;
	background-color: #EFEFEF;
	padding: 3px 5px;
	margin-bottom: 10px;
}
#msgForm p { margin-bottom: 10px; }
#carouselCards {
	margin-top: 15px;
	border-top: 2px dotted #C8CFD5;
}
	#carouselCards h2 {	
		height: 30px;
		line-height: 30px;
	}
.msgEnvoi {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.backHome {
	font-weight: bold;
	text-align: right;
}
.pagination { margin-top: 50px; }

/*
 *	=CAROUSEL 
 */

.handy { cursor: pointer; }

#carousel-wrapper {
	width: 610px; 
	height: 114px; 
	padding: 0px 0 0 12px;
	position: relative;
	z-index: 1;
	border: 0px solid yellow;
}

#cards-carousel {
	width: 520px;
	margin: 0 5px 0 0px;
	float: left;
	border: 0px solid blue;
}
#guide-carousel li a.legende-carousel {
	color: #0066CC;
	font-size: 11px;
	display: block;
	padding: 0 3px 0 3px;
}
img#prev-arrow, img#next-arrow {
	width: 25px;
	height: 45px;
}
img#prev-arrow {
	margin: 17px 0 0 0;
	float: left;
}
img#next-arrow {
	margin: 17px 0 0 0;
	float: left;
}
.carousel-component {
	position: relative;
	overflow: hidden;
}

.carousel-component ul {
	width: 10000px;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
}

.carousel-component li {
	float: left;
	width: 131px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
	overflow: hidden;
}

.carousel-component .carousel-clip-region {
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}

a.carousel-img {
	display: block;
	width: 120px;
	height: 90px;
	margin : 0 auto;
	border: 1px solid #C8D6DD;
	padding: 0px;
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
}
a.selected {
	border: 3px solid #79B505;
}