body.product #left-col {
	width: 786px;
	float: left;
}

body.product #left-col h2 {
	text-indent: -9999px;
	background: url('../images/imgsite/product/choisir-mon-mobile.png') no-repeat;
	height: 27px;
	margin: 0 3px;
}

/* This overrides widgets.css */
body.product #left-col p#breadcrumbs {
	background: url('../images/imgsite/list/etape-1.png') no-repeat right center;
	margin: 0 3px;
}


/* ======================================================== */
/* = Explore box: the main image, and surrounding widgets = */
/* ======================================================== */

body.product #left-col #explore-box {
	width: 391px;
	background: url('../images/imgsite/product/bg-explore-box.png') no-repeat;
	padding: 18px 0 0 0;
	margin: 22px 0 0 0;
	position: relative;
	overflow: auto;
	float: left;
}


body.product #left-col #explore-box #stage {
	width: 190px;
	margin: 0 auto 40px auto;
	overflow: visible;
	position: relative;
}

body.product #left-col #explore-box #stage img {
	display: block;
	margin: 0 auto;
}

/* This is the vertical arrow that shows the height of the phone. */
body.product #left-col #explore-box #stage #height {
	width: 50px;
	position: absolute;
	left: -53px; /* 10px offset from the image. */
	top: 0;
	background: url('../images/imgsite/product/height-arrow-top.png') no-repeat top right;
	text-align: right;
	font: normal 10px Arial;
	/* height: 400px; */ /* Adapt this in JS to the real height of the current staged image. */
}

body.product #left-col #explore-box #stage #height div {
	position: absolute;
	top: 50%;
	height: 50%;
	right: 0;
	padding-right: 7px;
	background: url('../images/imgsite/product/height-arrow-bottom.png') no-repeat bottom right;
	
}

body.product #left-col #explore-box #stage #width {
	width: 100%; /* Adapt this to the real width of the staged image. */
	height: 20px;
	background: url('../images/imgsite/product/width-arrow.png') no-repeat top left;
	margin: 3px auto 0 auto;
	text-align: center;
	font: normal 10px Arial;
}

body.product #left-col #explore-box #stage #width div {
	padding-top: 7px;
	background: url('../images/imgsite/product/width-arrow.png') no-repeat top right;
}



body.product #left-col #explore-box #zoom {
	display: block;
	width: 60px;
	height: 50px;
	position: absolute;
	top: 17px;
	right: 10px;
	text-align: center;
	padding-top: 38px;
	background: url('../images/imgsite/product/zoom.png') no-repeat top center;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

body.product #left-col #explore-box ul.pictos {
	position: absolute;
	top: 330px;
	right: 28px;
}


body.product #left-col #explore-box #thumbs {
	text-align: center;
	margin-top: -29px;
}
/* These are the zoomed images, put there to be used by JS. */
body.product #left-col #explore-box #thumbs img.hidden {
	display: none;
}

body.product #left-col #explore-box #thumbs a {
	background: url('../images/imgsite/product/bg-mobile-thumb.png') no-repeat top right;
	height: 94px;
	width: 55px;
	padding: 1px 5px 1px 4px;
	display: -moz-inline-box; /* For FF2. */
	display: inline-block; /* For standard browsers, and, miracle, IE! */
}

body.product #left-col #explore-box #thumbs a.selected,
body.product #left-col #explore-box #thumbs a:hover {
	background: url('../images/imgsite/product/bg-mobile-thumb.png') no-repeat top left;
}

body.product #left-col #explore-box #thumbs a img {
	display: block;
}
body.product #other-specs {
	margin: 0 18px;
}

body.product #other-specs div {
	width: 118px;
	float: left;
	font-size: 11px;
	margin: 18px 0 0 0;
}
body.product #other-specs #rating img {
	display: block;
	margin-top: 3px;
}

body.product #other-specs #rating a {
	text-decoration:underline;
	color:#000000;
}

body.product #other-specs #weight {
	text-align: center;
	position: relative;
}

body.product #other-specs #weight-widget {
	width: 74px;
	height: 12px;
	position: absolute;
	left: 50%;
	margin: 5px 0 0 -37px;
	background: url('../images/imgsite/product/weight-widget-bg.png') no-repeat;
}

body.product #other-specs #weight-widget span {
	display: block;
	text-indent: -9999px;
	background: url('../images/imgsite/product/weight-widget-cursor.png') no-repeat 0 0;
}

body.product #other-specs #colors {
	text-align: right;
}

body.product #other-specs #colors a {
	display: block;
	text-indent: -9999px;
	height: 15px;
	width: 15px;
	margin-left: 5px;
	margin-top: 2px;
	float: right;
	text-align: left;
}


body.product #explore-box-footer {
	background: url('../images/imgsite/product/bg-explore-box-bottom.png') no-repeat;
	height: 30px;
	margin-top: 80px;
}

body.product #explore-box-footer a {
	display: block;
	text-indent: -9999px;
	/*width: 50%;*/
	width: 195px;
	height: 30px;
	float: left;
}


/* ===================================================== */
/* = Middle column, with the name of the product, etc. = */
/* ===================================================== */

body.product #middle-col {
	width: 371px;
	float: right;
	margin-top: 22px;
}

body.product #middle-col h1 {
	font: bold 24px Arial, sans-serif;
	margin: 0 3px;
}

body.product p#breadcrumbs a.choisir-mon-mobile {
	margin-right: 207px;
}

body.product #middle-col h1 span {
	font-size: 12px;
	color: #333;
	font-weight: normal;
}

body.product #middle-col h1 span.price,
body.product #middle-col h1 span.price span.euro {
	font-size: 24px;
	color: #c00;
	font-weight: bold;
}

body.product #middle-col h4 {
	font-size: 14px;
	margin: 4px 3px 0 3px;
}

body.product #middle-col #les-plus {
	background: url('../images/imgsite/product/bg-module-middle-bottom.png') no-repeat bottom left;
	padding-bottom: 13px;
	margin-top: 7px;
}

body.product #middle-col #les-plus h5 {
	text-indent: -9999px;
	background: url('../images/imgsite/product/bg-les-plus.png') no-repeat;
	width: 371px;
	height: 33px;
}

body.product #middle-col #les-plus ul {
	/*background: url('../images/imgsite/product/bg-module-middle.png') repeat-y;*/
	padding: 7px 3px;
}

body.product #middle-col #les-plus ul li {
	list-style-position: inside;
	list-style-type: square;
	list-style-image: url('../images/imgsite/arrow-marker.png');
	padding-left: 10px;
	font-size: 12px;
	line-height: 24px;
}

body.product #middle-col strong.promo {
	display: block;
	text-indent: -9999px;
	background: url('../images/imgsite/product/bandeau-oreillette.png') no-repeat;
	height: 43px;
	margin: 10px auto;
}

body.product #middle-col #prix-selon-offre h5 {
	text-indent: -9999px;
	background: url('../images/imgsite/product/prix-selon-offre.png') no-repeat;
	height: 33px;
}

body.product #middle-col #prix-selon-offre strong {
	color:#c00;
}

body.product #middle-col #prix-selon-offre {
	background: url('../images/imgsite/product/bg-module-middle-bottom.png') no-repeat bottom left;
	padding-bottom: 13px;
}

body.product #middle-col #prix-selon-offre h6 {
	font: bold 14px Arial, sans-serif;
	line-height: 39px;
	margin: 0 3px;
	clear: right;
	background: url('../images/imgsite/row-bg-top.png') repeat-x;
	height: 39px;
}

body.product h6 span.arrow {
	display: block;
	padding-left: 35px;
	background: url('../images/imgsite/row-closed.png') no-repeat 13px 50%;
	height: auto;
	position: static;
	width: auto;
}

body.product  h6 span.arrow.open {
	background: url('../images/imgsite/row-open.png') no-repeat 13px 50%;	
}

body.product #middle-col #prix-selon-offre h6 span.rgt {
	display: block;
	float: right;
	height: 39px;
	font-size: 11px;
	color: #333;
	line-height: 39px;
	font-weight: normal;
	margin-right: 15px;
}

body.product #middle-col #prix-selon-offre h6 span.rgt span.price {
	font-size: 18px;
	color: #c00;
	font-weight: bold;
}
body.product #middle-col #prix-selon-offre .accordion_content {
	line-height: 20px;
	font-size: 12px;
	padding-left: 39px;
	padding-right: 15px;
	/*padding-bottom: 7px;*/
	margin: 0 3px;
	background: url('../images/imgsite/row-bg-bottom.png') repeat-x bottom left;
	
}

body.product #middle-col #prix-selon-offre .accordion_content p {
	padding-bottom: 7px;
}

body.product #middle-col #prix-selon-offre .accordion_content em {
	color: #666;
}
body.product #middle-col #prix-selon-offre .accordion_content strong {
	font-weight: bold;
}

body.product #middle-col .mobile-seul {
	border-top: 1px solid #d3d4d5;
	height: 31px;
	line-height: 31px;
	font-size: 12px;
	color: #666;
	padding-left: 12px;
	margin: 0 3px;
}

body.product #middle-col #comparer {
	background: url('../images/imgsite/product/bt-comparer.png') no-repeat;
	width: 139px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	float: right;
	margin-right: 12px;
	margin-top: 15px;
}

body.product #middle-col #selectionner {
	background: url('../images/imgsite/product/bt-selectionner.png') no-repeat;
	width: 158px;
	height: 39px;
	text-indent: -9999px;
	display: block;
	float: right;
	margin-right: 3px;
	margin-top: 15px;
}



/* ================ */
/* = Right column = */
/* ================ */

body.product #right-col {
	width: 176px;
	float: right;
	margin-top: 25px;
}
body.product #right-col #packs-exclus {
	display: block;
	text-indent: -9999px;
	background: url('../images/imgsite/product/packs-exclusifs.png') no-repeat;
	height: 60px;
	margin-bottom: 2px;
}
body.product #right-col a.promo {
	display: block;
	margin-bottom: 2px;
}
body.product #right-col a.promo img {
	display: block;
}

body.product #right-col #services {
	margin: 20px auto 0;
	width: 170px;
}
body.product #right-col #mobiles-similaires {
	background: url('../images/imgsite/product/mobiles-similaires-bg.png') repeat-y;
	margin-top: 20px;
}
body.product #right-col #mobiles-similaires h6 {
	background: url('../images/imgsite/product/mobiles-similaires.png') no-repeat;
	height: 39px;
	text-indent: -9999px;
}

body.product #right-col #mobiles-similaires a#voir-tous-les-mobiles {
	display: block;
	text-indent: -9999px;
	background: url('../images/imgsite/product/tous-les-mobiles.png') no-repeat;
	height: 33px;
}

body.product #right-col #mobiles-similaires p {
	border-bottom: 1px solid #ebebeb;
	margin: 0 3px;
	padding: 10px 5px 10px 0;
	font-size: 11px;
	overflow: auto;
	line-height: 14px;
}

body.product #right-col #mobiles-similaires p span.mobile {
	display: block;
	float: left;
	width: 52px; /* Max width for this type of thumb in the specs. (the PSDs are inconsistent)*/
	text-align: right;
	margin-right: 5px;
	margin-left: 5px;
}

body.product #right-col #mobiles-similaires p strong {
	display: block;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 3px;
}

body.product #right-col #mobiles-similaires p span.price {
	color: #c00;
	font-weight: bold;
}

body.product #right-col #mobiles-similaires p span.bts {
	display: block;
	clear: both;
}
body.product #right-col #mobiles-similaires p a.bt-comparer-small {
	display: block;
	text-indent: -9999px;
	background: url('../images/imgsite/product/bt-comparer-small.png') no-repeat;
	width: 95px;
	height: 24px;
	float: right;
	margin-right: 5px;
	clear: left;
}

body.product #right-col #mobiles-similaires p a.bt-voir-small {
	display: block;
	text-indent: -9999px;
	background: url('../images/imgsite/product/bt-voir-small.png') no-repeat;
	width: 60px;
	height: 24px;
	float: right;
	clear: left;
}


/* ====================== */
/* = Specification tabs = */
/* ====================== */

body.product #specs {
	clear: both;
	padding-top: 30px;
	background: url('../images/imgsite/product/bg-spec-tabs-bottom.png') no-repeat left bottom;
	padding-bottom: 19px;
}


body.product #specs ul#main-spec-tabs {
	background: url('../images/imgsite/product/bg-spec-tabs-top.png') no-repeat left bottom;
	height: 44px;
	padding-left: 3px;
}

body.product #specs ul#main-spec-tabs li {
	float: left;
	background: url('../images/imgsite/product/bg-spec-tabs-sprites.png') no-repeat top left;
	height: 33px;
	line-height: 33px;
	padding-left: 10px;
	width:120px;
}
body.product #specs ul#main-spec-tabs li.brandName {
	float: left;
	background: url('../images/imgsite/product/bg-spec-tabs-sprites.png') no-repeat top left;
	height: 33px;
	line-height: 33px;
	padding-left: 10px;
	width: auto;
}
body.product #specs ul#main-spec-tabs li a {
	background: url('../images/imgsite/product/bg-spec-tabs-sprites.png') no-repeat top right;
	margin-left: 3px;
	display: block;
	height: 18px;
	padding-right: 10px;
	padding-top: 10px;
	text-align:center;
	font: bold 12px Arial, sans-serif;
	text-decoration: none;
	color: #fff;
}


body.product #specs ul#main-spec-tabs li.selected,
body.product #specs ul#main-spec-tabs li:hover {
	background: url('../images/imgsite/product/bg-spec-tabs-sprites.png') no-repeat 0px -33px;
}

body.product #specs ul#main-spec-tabs li.selected a,
body.product #specs ul#main-spec-tabs li:hover a {
	background: url('../images/imgsite/product/bg-spec-tabs-sprites.png') no-repeat 100% -33px;
}

body.product #specs h6 {
	font: bold 14px Arial, sans-serif;
	line-height: 38px;
	margin: 0 4px;
	clear: right;
	background: url('../images/imgsite/product/bg-h6-specs.png') repeat-x;
	height: 38px;
	color: #c00;
}

body.product #specs div.tab-content{
	margin: 0 0px;
	font-size:12px;
	background: url('../images/imgsite/product/bg-spec-tabs-middle.png') repeat-y;
}

body.product #specs div.tab-content div.accordion_content {
	padding: 0;
	background: url('../images/imgsite/row-bg-bottom.png') repeat-x bottom left;
	line-height: 20px;
	font-size: 12px;
	margin: 0 4px;
}

body.product #specs div.tab-content div.accordion_content div.accordion_inner_wrapper {
	padding: 10px 10px 10px 15px;
	/*margin-bottom: 10px;*/
	/*padding: 0px;*/
}


/* ===================== */
/* = Tableaux de specs = */
/* ===================== */

body.product #specs p.table-row {
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #ededed;
}

body.product #specs p.table-row span.table-label {
	display: block;
	float: left;
	width: 245px;
	font-weight: bold;
}

body.product #specs p.table-row span.table-value {
	display: block;
	float: left;
}

body.product #specs p.table-row:last-child {
	border-bottom: 0;
	margin-bottom: 15px;
}

/* ================ */
/* = Commentaires = */
/* ================ */


body.product #specs .tab-comments{
	padding:10px 10px 0px 10px;
}
body.product #specs div.tab-content hr.light_gray{
	margin:5px 0px;	
}


body.product #specs div.tab-content .addComment{
	display:block;
	width:196px;
	height:28px;
	text-indent: -9999px;
	background: url('../images/imgsite/product/bt_add_comment.gif') top left no-repeat;
}
body.product #specs .tab-comments form{
	/*display:none;*/
	margin-top:5px;
}
body.product #specs .tab-comments form div{
	height:25px;
}
body.product #specs .tab-comments form div.large {
	height:110px;
}
body.product #specs .tab-comments form label{
	display:block;
	float:left;
	width:100px;	
	margin-left: 10px;
}
body.product #specs .tab-comments form div input{
	width:200px;	
}
body.product #specs .tab-comments form textarea{
	width:400px;
	height:100px;
}
body.product #specs .tab-comments form button {
	margin-left: 108px;
	margin-top: 10px;
}
body.product #specs .tab-comments span.errMsg {
	margin-left: 20px;
	color: #c00;
}
body.product #specs div.tab-content .comments .rating{
	width:155px;
	float:left;
	font-size:10px;
	font-family:"Trebuchet MS";
	text-align:center;
}
body.product #specs div.tab-content .comments p{
	margin-left:155px;
}

body.product .comment {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ededed;
}
body.product .comment em {
	display: block;
	padding-left: 25px;
	background: url('../images/imgsite/product/comment-bubble.png') no-repeat top left;
	padding-bottom: 3px;
	font-size: 14px;
	color: #666;
	height: 27px;
	line-height: 27px;
}
body.product .comment em span.author {
	font-weight: bold;
	color: #000;
}
body.product .comment p {
	line-height: 18px;
	margin-bottom: 15px;
}

body.product .tab-comments .pagination,
body.product .tab-comments .paginationComment{
	display: block;
	float: right;
}



/* =============== */
/* = Description = */
/* =============== */

body.product #specs div.tab-content.description {
	padding: 30px 0 0 15px;
}

body.product #specs div.tab-content.description p {
	margin: 0 15px 0 15px;
	padding-bottom: 15px;
	line-height: 18px;
}

body.product #specs div.tab-content.description p strong {
	font-weight: bold;
}

body.product #specs div.tab-content.description p strong.exergue {
	font-size: 16px;
	line-height: 20px;
}

/* =========================== */
/* = Same brand (mobiles LG) = */
/* =========================== */

body.product #specs div.tab-content.same-brand {
	overflow: auto;
	padding: 0 30px;
}

body.product table.mobile-list {
	border-bottom: 1px solid #d3d4d5;
}

body.product table.mobile-list tr.buttons td {
	padding-bottom: 13px;
}

body.product table.mobile-list td {
	width: 130px;
	padding-right: 15px;
	margin-left: 0;
	margin-right: 0;
}

body.product table.mobile-list a.select,
body.product table.mobile-list a.compare {
	width: 130px;
	height: 30px;
	margin-left: 3px;
	margin-bottom: 5px;
}

body.product table.mobile-list a.select { background: url('../images/imgsite/list/select.png') no-repeat;}
body.product table.mobile-list a.compare { background: url('../images/imgsite/list/compare.png') no-repeat;}

body.product table.mobile-list tr.price-row td div {
	width: auto;
}

body.product .same-brand {
	text-align: center;
}
body.product .same-brand table.mobile-list {
	text-align: left;
}
body.product .same-brand .pagination,
body.product .same-brand .paginationComment{
	display: -moz-inline-block;
	display: inline-block;
	margin-top: 15px;
}


/* ==================================================== */
/* = Pagination (for same brand mobiles and comments) = */
/* ==================================================== */

body.product .pagination a,
body.product .paginationComment a {
	display: block;
	float: left;
	color: #c00;
	height: 18px;
	width:  18px;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #ccc;
}

body.product .pagination a.disabled,
body.product .pagination a.current,
body.product .paginationComment a.disabled,
body.product .paginationComment a.current {
	color: #000;
}
body.product .pagination a.last,
body.product .paginationComment a.last{
	border: 0;
}
body.product .pagination a.next,
body.product .pagination a.prev,
body.product .paginationComment a.next,
body.product .paginationComment a.prev {
	display: block;
	text-indent: -9999px;
	height: 18px;
	width:  18px;
	border: 0;
}
body.product .pagination a.next,
body.product .paginationComment a.next{
	background: url('../images/imgsite/pagination-next.png') no-repeat right center;
}
body.product .pagination a.next.disabled,
body.product .paginationComment a.next.disabled {
	background: url('../images/imgsite/pagination-next-disabled.png') no-repeat right center;
}

body.product .pagination a.prev,
body.product .paginationComment a.prev {
	background: url('../images/imgsite/pagination-prev.png') no-repeat left center;
}
body.product .pagination a.prev.disabled,
body.product .paginationComment a.prev.disabled{
	background: url('../images/imgsite/pagination-prev-disabled.png') no-repeat left center;
}