/* Custom checkbox and radio styles */
fieldset.step.fit p {
	display: block;
	position: absolute;
	overflow: hidden;
	margin-top:0;
	margin-left: 85px;
}

fieldset.step.fit div.fits-womens p {
	display: block;
	position: absolute;
	overflow: hidden;
	margin-top:440px;
	margin-left: 65px;
}

fieldset.step.wash p {
	display: block;
	position: absolute;
	overflow: hidden;
	margin-top: 133px;
}
fieldset.step.inseam p.inseam_30 {
	display: block;
	position: absolute;
	overflow: hidden;
	margin-top: 200px;
	margin-left: 350px;
}
fieldset.step.inseam p.inseam_32 {
	display: block;
	position: absolute;
	overflow: hidden;
	margin-top: 200px;
	margin-left: 475px;
}
fieldset.step.inseam p.inseam_34 {
	display: block;
	position: absolute;
	overflow: hidden;
	margin-top: 200px;
	margin-left: 600px;
}
div.sidebar input#chk1 {
	margin-left: 10px;
}
fieldset p {
	display: block;
	position: relative;
	overflow: hidden;
}
fieldset input[type=text],
fieldset input[type=email] {
	border: 1px solid #ccc;
	line-height: 20px;
	padding: 3px;
	width: 200px;
	border-radius: 5px;
}
p > input {
	cursor: pointer;
	padding: 0;
	margin: 0;
	height: 21px;
	width: 52px;
	float: left;
	position: absolute;
	left: 0;
	opacity: 0;
}
p > label {
	cursor: pointer;
	float: left;
	line-height: 21px;
	color: #000;
	padding: 0 0 0 52px;

}
p:not(#foo) > input:hover + label,p:not(#foo) > input:focus + label,
p:not(#foo) > input + label:hover,p:not(#foo) > input:focus + label {
	color: #000;
}
p:not(#foo) > input + label {
	background: url(../images/checkbox_v2.png) 0 0 no-repeat;
	height: 21px;
}
/* Checked styles */
p:not(#foo) > input[type=checkbox]:checked + label {
	background-position: 0 -42px;
}
p:not(#foo) > input[type=checkbox]:hover:checked + label,
p:not(#foo) > input[type=checkbox]:focus:checked + label,
p:not(#foo) > input[type=checkbox]:checked + label:hover,
p:not(#foo) > input[type=checkbox]:focus:checked + label {
	background-position: 0 -42px;
}
/* Hover & Focus styles */
p:not(#foo) > input[type=checkbox]:hover + label,
p:not(#foo) > input[type=checkbox]:focus + label,
p:not(#foo) > input[type=checkbox] + label:hover {
	background-position: 0 -21px;
}
/* Active styles */
p:not(#foo) > input[type=checkbox]:active + label,
p:not(#foo) > input[type=checkbox] + label:hover:active {
	background-position: 0 -42px;
}
p:not(#foo) > input[type=checkbox]:active:checked + label,
p:not(#foo) > input[type=checkbox]:checked + label:hover:active {
	background-position: 0 -42px;
}

/* ie 8 junk using modernizer */

html.ie8 p > input:hover + label,p:not(#foo) > input:focus + label,
html.ie8 p > input + label:hover,p:not(#foo) > input:focus + label {
	color: #000;
}
html.ie8 p > input + label {
/*	background: url(../images/checkbox_v2.png) 0 0 no-repeat;*/
	height: 27px;
}
/* Checked styles */
html.ie8 p > input[type=checkbox]:checked + label {
	background-position: 0 -54px;
}
html.ie8 p > input[type=checkbox]:hover:checked + label,
html.ie8 p > input[type=checkbox]:focus:checked + label,
html.ie8 p > input[type=checkbox]:checked + label:hover,
html.ie8 p > input[type=checkbox]:focus:checked + label {
	background-position: 0 -54px;
}
/* Hover & Focus styles */
html.ie8 p > input[type=checkbox]:hover + label,
html.ie8 p > input[type=checkbox]:focus + label,
html.ie8 p > input[type=checkbox] + label:hover {
	background-position: 0 -27px;
}
/* Active styles */
html.ie8 p > input[type=checkbox]:active + label,
html.ie8 p > input[type=checkbox] + label:hover:active {
	background-position: 0 -54px;
}
html.ie8 p > input[type=checkbox]:active:checked + label,
html.ie8 p > input[type=checkbox]:checked + label:hover:active {
	background-position: 0 -54px;
}
/* Disabled styles */
html.ie8 p > input[type=checkbox]:disabled + label,
html.ie8 p > input[type=checkbox]:hover:disabled + label,
html.ie8 p > input[type=checkbox]:focus:disabled + label,
html.ie8 p > input[type=checkbox]:disabled + label:hover,
html.ie8 p > input[type=checkbox]:disabled + label:hover:active {
	background-position: 0 -61px;
}
html.ie8 p > input[type=checkbox]:disabled:checked + label,
html.ie8 p > input[type=checkbox]:hover:disabled:checked + label,
html.ie8 p > input[type=checkbox]:focus:disabled:checked + label,
html.ie8 p > input[type=checkbox]:disabled:checked + label:hover,
html.ie8 p > input[type=checkbox]:disabled:checked + label:hover:active {
	background-position: 0 -141px;
}

fieldset.step.wash p {
	display: block;
	position: absolute;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 44px;
}


