#pf-wrapper {width: 960px; margin: 0px auto; padding: 0; margin-top: 20px;}

.pf-break {width: 100%; clear: both; border-top: solid 1px #ddd; margin-top: 10px; margin-bottom: 10px; }

#pf-wrapper h1 {
	font-size: 39px;
	font-weight: 700;
	margin-bottom: 6px;
	/*text-transform: uppercase;*/
}

#pf-wrapper h2 { 
	font-weight: 400;
	font-size: 19px;
	color: #0a95dd;
	border-bottom: 1px solid #ddd;
	padding-bottom: 16px;
}


/* Step 2 and 3 */

#step2 {width: 980px; min-height: 420px;}
#step2 ul, #step3 ul {margin: 0; padding: 0; list-style-type: none; }
#step2 ul li:hover {background: #0a95dd; color: #ffffff; cursor: pointer; }
#step2 ul li, #step3 ul li {
	display: inline-block;
	list-style: none;
	width: 198px;
	float: left;
	padding: 10px 10px;
	margin: 10px;
	background: #f3f3f3;
	border: 1px solid #ece9e9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */ 
}

#step3 {width: 980px; min-height: 420px;}
#step3 ul {margin: 0; padding: 0; list-style-type: none; }
#step3 ul li:hover {background: #0a95dd; color: #ffffff; cursor: pointer; }
#step3 ul li {
	display: inline-block;
	list-style: none;
	width: 198px;
	float: left;
	padding: 10px 10px;
	margin: 10px;
	background: #f3f3f3;
	border: 1px solid #ece9e9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */ 
}
#step3 li.popn-BK {background: #000000; color: #ffffff; }
#step3 li.popn-WE {background: #ffffff; color: #000000; }
#step3 li.popn-RD {background: #a90013; color: #ffffff; }
#step3 li.popn-PK {background: #be004f; color: #ffffff; }

/* Step4 */
	

.pf-product {border-bottom: 1px solid #ece9e9; padding: 20px 0; }	
.pf-product .notice {
	border: 1px solid #BBADAD;
	margin: 10px auto;
	color: #c00;
	width: 20%;
	background-color: #eee;
	size: 41px;
	height: 19px;
}

.pf-product-image {
	
	float: left; width: 220px; margin: 10px; text-align: center; }	
.pf-product-image > img {
	border: 1px solid #fff;
	width: 200px;
}

.pf-product-description { float: left; width: 520px; margin: 10px; }

.pf-product-description .little_description {
	height: 120px;
	width: 723px;
}
.pf-product-cart {float: right; width: 135px; margin: 10px; margin-top: 30px; text-align: right; font-size: 22px;}
.pf-product-cart img {margin-top: 10px; cursor: pointer;}

.pf-product ul {margin: 10px 0; padding: 0; list-style-type: none; }
.pf-product ul li {padding: 5px 0px; font-size: 14px; color: #333; }
.pf-product-model {	
	display: block;
	padding: 5px;
	color: #000;
	background: #f7f7f7;
	text-transform: uppercase;
	font-size: 12px;
	width: 160px;
	margin-bottom: 5px;
}
.pf-product-color {	
	display: inline-block;
	padding: 5px;
	color: #000;
	background: #f4f4f4;
	text-transform: uppercase;
	font-size: 12px;
	width: 160px;
}

.extra_products {
	padding: 5px; 
	}
	
.little_description {
	padding: 5px;
	 }

.little_description p {width: 520px; }


.pf-contact {width: 960px; text-align: right; margin-top: 30px;color: #000; font-weight: 700;}

.pf-contact > a { font-weight: bold; }

.pfbreadcrumb {clear: both; padding: 5px 0px 15px 0; }
.pfbreadcrumb a {
    font-size: 14px;
	color: #333; 
	text-decoration: none;
	font-weight: 700;
	cursor: pointer;
}
.pfbreadcrumb a:hover {text-decoration: underline; }

.alphanation { margin: 20px 0px; width: 960px; text-align: center; letter-spacing: 5px; color: #ddd; }
.alphanation a {color: #000; text-decoration: none; }
.alphanation a:hover { color: #9FB127; }
	
.spacer { clear: both; }