/*  
	Styles for the fr (French) site.
	This style sheet is used to correct layout issues caused by different languaged sites.
*/

/** pt_global **/
* html #breadcrumb {
	width: 648px;
}

.email {
	height:22px;
	margin-bottom:22px;}

/** pt_productdetails **/
/* IE7 Fix */
*:first-child+html #productNav a.previous #previousImage {
	margin:-12px 0 0 -94px; }
#productNav a.next #nextImage{
	margin:-35px 0 0 -23px;	}
/* Mozilla Fix */
#productNav a.next #nextImage, x:-moz-any-link, x:default {
	margin:-35px 0 0 -26px; }

/** fix for font size of left navigation, name of category **/
#leftColumn h1 {
	font-size:22px;
}

/** pt_cart **/
#cart .updateBox {
	width: 330px; }
#cart .divBox {
	width: 330px; }
#cart .voucherInput {
	width: 195px;
}

/** pt_checkout **/
#checkout .checkoutprogressindicator .dots1 {
	width: 170px;
}
#checkout .checkoutprogressindicator .step3 {
	width: 135px;
}
#checkout .checkoutprogressindicator .dots2 {
	width: 182px;
}

/** pt_contact **/
#content .contactHeadline {
	height: 114px;
}
