@charset "utf-8";
/* CSS Document */
.retractable {
	cursor: pointer;
	font-size: 14px;
}

.heading {
	font-weight: bold;
	font-size: 14px;
}

a {
	text-decoration: none;
	color:#00F;
}

.continue {
	font-size: 12px;
	font-weight: bold;
	background-color:#edebe4;
	width:580px;
	padding:5px;
	position: relative;
}

.continue a {
	text-decoration:underline;
}

.continue_inner {
	width: 560px;
}

#contact_info_wrapper {
	display: none;
}

#product {
	font-size: 13px;
	font-weight: bold;
	color: #200;
}

sup {
	font-size: 7px;
}

#product_selector {
	padding-bottom:100px;
}

#product_selector p {
	padding:0px;
	margin:0px;
}

#product_selector .content {
	border:1px solid #dfcebd;
	background:#ffffec;
	padding:10px;
	width:568px;
}

#product_selector h6 {
	background-image:url(../images/product_selector/header.gif);
	background-repeat:no-repeat;
	width:585px;
	height:21px;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	padding-left:5px;
	padding-top:5px;
	font-size:14px;
}

.sliding {
	/* Fix for silly IE bug with scriptaculous Effect.BlindDown and Effect.BlindUp */
	width: 99%;
}

.arrow-continue {
	border: none;
	text-decoration: none;
	position: absolute;
	bottom: 2px;
	left: 60px;
}

.arrow-back {
	border: none;
	text-decoration: none;
	position: absolute;
	bottom: 2px;
	left: 35px;
}

.hidden {
	display: none;
}