/*  
	Styles for the de (German) site.
	This style sheet is used to correct layout issues caused by different languaged sites.
*/

/** pt_default **/
.carttext a {
	padding-left: 1px;}
	
/** pt_global **/
.email {
	height:22px;
	margin-bottom:22px;}
	
#newsletter .inputfield .cblabel {
	margin: 0px 10px 0px 5px;
}

/** pt_productdetails **/
/* IE7 Fix */
*:first-child+html #productNav a.previous #previousImage {
	margin:-12px 0 0 -78px; }
#productNav a.next #nextImage{
	margin:-35px 0 0 -31px;	}
/* Mozilla Fix */
#productNav a.next #nextImage, x:-moz-any-link, x:default {
	margin:-35px 0 0 -34px; }
	
#leftColumn h1 {
	font-size:22px;
}
	
/** pt_cart **/
#cart .updateBox {
	width: 400px; }
#cart .divBox {
	width: 300px; }
	
/** pt_checkout **/
#checkout .checkoutprogressindicator .step3 {
	width: 214px;
}
#checkout .checkoutprogressindicator .dots1 {
	width:220px;
}
#checkout .checkoutprogressindicator .dots2 {
	width:167px;
}
	

