div.sizes table tr.total td {
	font-size: 13px;
	padding-top: 4px;
}
	
.bargain {
	color: #990000;
}

.price {
	font-size: 16px;
	margin-bottom: 10px;
}
	
table.accessoire {
	background: #F8F8F8;
	width: 368px;
	margin-top: 10px;
}
		table.accessoire th td {
			font-size: 15px !important;
		}
		
		table.accessoire td img {
			border: 1px solid #eeeeee;	
		}
		
		table.accessoire tr.tobasket td {
			background: #EEEEEE;
		}
		
			table.accessoire tr td select {
				width: 206px;
			}
			
			table.accessoire tr td span.price {
				font-weight: bold;
				color: #60A924;
				font-size: 15px;
			}
		
		table.accessoire .config {
			display: none;
		}
		
			table.accessoire .config.text .texts {
				width: 100%;
			}
			
#bieZoom {
	display: none;
	width: 356px; 
	height: 363px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
	
	#bieZoom iframe {
		border: none;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	
	#bieZoom p.close {
		font-size: 11px;
		margin: -20px 0 0 0;
		text-align: right;
		padding: 0 4px 4px 4px;
	}
		
		#bieZoom p.close span {
			cursor: pointer;
			color: #FF0000;
			font-weight: bold;
		}
		
#showZoom {
	opacity: 0.6;
	width: 100px;
	padding: 6px;
	border: 1px solid #000000;
	cursor: pointer;
	background: #F2EFE8;
	margin-top: -40px;
	margin-left: 232px;
	margin-bottom: 10px;
}
	
	#showZoom p {
		margin: 0;
		padding: 0;
		text-align: center;
		font-weight: bold;
		font-size: 14px;
	}
