.product-category-info-wrapper {
	color: #333;
	font: 10pt Arial, sans-serif;
	position: relative;
	height: auto;
	min-width: 240px;
	margin: 2em 0;
}

.product-category-info-wrapper button {
	float: right;
	font-size: 14pt;
	margin-top: 10px;
}

.product-category-info {
	display: none;
	line-height: 1.5;
	color: #336699;
}

.product-category-info img {
	margin: 0 auto;
	display: block;
}

#get-started span {
	font-size: 16pt;
}

#product {
	padding: 0.5em 0 3em 0;
	text-align: center;
}

#product-image {
	min-height: 200px;
}

#product-name {
	color: #003366;
	font: 30pt Oswald, Arial, sans-serif;
}

#info {
	min-height: 150px;
	margin: 1em 0;
	color: #333333;
}

ul#choices, ul#alternative, ul#actions {
	margin: 0;
	padding: 1em;
	list-style: none;
	position: relative;
}

ul#choices,
ul#alternative {
	background-color: #eee;
	border-radius: 5px;
	margin-top: 1em;
}

ul#choices:before,
ul#choices:after {
	border-left: 40px solid transparent;
	border-right: 0;
	border-bottom: 40px solid #eee;
	content: '';
	position: absolute;
	top: -40px;
	left: 40px;
	z-index: 1;
}

ul#choices li,
ul#alternative li {
	padding: 0;
}

ul#choices a, ul#alternative a, ul#actions a {
	display: inline-block;
	padding: 10px;
	font-size: 12pt;
	color: #2a527a;
	text-decoration: none;
}

ul#choices a:hover, ul#alternative a:hover, ul#actions a:hover {
	text-decoration: underline;
}

ul#alternative a img {
	margin-right: 10px;
	height: 50px;
}

#alternative-products {
	margin-top: 1em;
	display: none;
}

#go-back-button, #start-over {
	padding-left: 26px !important;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}

#go-back-button {
	background-image: url("../../images/arrow_16x16_plain_w_blue.png");
}

#start-over {
	background-image: url("../../images/icon_16x16_refresh.png");
}


#history-about {
	font-size: 10pt;
	color: #666;
}

#history-about img {
	display: block;
	margin: 2em auto;
	text-align: center;
}

ol#history {
	list-style-type: none;
	margin: 1em 0;
	padding: 0 0 0 40px;
	counter-reset: history-counter;	
}

ol#history li {
	padding: 0;
	counter-increment: history-counter;
	margin-bottom: 1em;
}

ol#history li:before {
	content: counter(history-counter);
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 0 -30px;
	background-color: #345c85;
	color: #ffffff;
	width: 1em;
	line-height: 1;
	text-align: center;
	border-radius: 1em;
	padding: 5px;
}

ol#history li a {
	color: #336699;
}

ol#history li span.your-answer {
	display: block;
	padding: 10px 0 10px 20px;
	background: url("../../images/msg_16x16_OK.png") no-repeat 0 10px;
}

#category_select {
	display: block;
	margin-bottom: 1em;
}

#category_list {
	display: none;
}

#navigator-image {
	display: none;
}

#navigator-header {
	margin-bottom: 1em;
}

.step-circle {
	float: left;
	border-radius: 999px;
	width: 18px;
	height: 18px;
	padding: 2px;
	margin: 0 0.5em 0.5em 0;
	background: #1d456e;
	border: 2px solid #1d456e;
	color: #fff;
	text-align: center;
	font: 14px Arial, sans-serif;
}

.step-header {
	margin-bottom: 1em;
}

#category-section {
	display: none;
}

#category-section a {
	display: block;
	text-decoration: none;
	font-size: 10pt;
	margin-bottom: 1em;
	border-radius: 4px;
	padding: 10px;
	color: #666;
	text-align: left;
}

#category-section a:hover {
	background-color: #c6d7e9;
	color: #345c85;
}

#category-section a.selected,
#category-section a.selected:hover {
	background-color: #5781ab;
	color: #ffffff;
}

#category-section a img {
	vertical-align: middle;
	height: 40px;
	display: inline-block;
}

#category-section a span.name {
	display: inline-block;
	color: #345c85;
	font-size: 10pt;
	vertical-align: middle;
}

#category-section a.selected span.name {
	color: #ffffff;
}

#sidebar-nav {
	margin-bottom: 1em;
}

#sidebar-nav a {
	width: 50%;
	float: left;
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	font-size: 10pt;
}

#sidebar-nav a.selected {
	background-color: #2a527a;
	color: #ffffff;
}

@media screen and (min-width: 641px) {

	#category-section a {
		text-align: center;
	}
		
	#category-section a span.name {
		display: block;
	}
	
	#product {
		margin: 1em 0;
		padding: 0.5em 0;
	}

}


@media screen and (min-width: 761px) {
		
	.product-category-info-wrapper {
		background: none;
		border: none;
		position: relative;
		margin: 0;
		min-height: 200px;
	}
	
	.product-category-info-wrapper:after,
	.product-category-info-wrapper:before {
		border: none;
	}
		
	.product-category-info {
		min-height: 125px;
		font-size: 10pt;
	}
	
	.product-category-info img {
		float: left;
		padding-right: 1em;
	}
	
	#product-name {
		float: left;
	}
	
	#category_select {
		display: none;
	}
	
	#category_list {
		display: block;
	}
		
	#navigator-header {
		float: left;
		width: 75%;
	}
	
	#navigator-description {
		margin: 0 0 1em 0;
		clear: both;
	}
	
	#product-image {
		width: 200px;
		float: right;
		text-align: center;
	}
		
}

@media screen and (min-width: 961px) {
	
	#navigator-description {
		float: left;
		width: 75%;
		clear: none;
	}
	
	.step-circle {
		width: 24px;
		height: 24px;
		font: 18px Arial, sans-serif;
	}
	
	#navigator-footer {
		clear:both;
		display: block;
	}
		
	#navigator-image {
		float: right;
		width: 23%;
		padding-top: 5em;
		display: block;
	}
	
	#category-section a {
		text-align: left;
		vertical-align: middle;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 88px 50px;
	}
	
	#category-section a {
		text-align: left;
	}
	
	#category-section a img {
		display: inline-block;
	}
	
	#category-section a span.name {
		display: inline-block;
	}
			
	ul#choices li:before {
		content: url("../../images/arrow_16x16_plain_e_blue.png");
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		width: 1em;
		line-height: 1;
	}
	
	ul#choices li.rep:before {
		content: url("../../images/icon_16x16_user.png");
	}
	
	ul#choices li.info:before {
		content: url("../../images/icon_16x16_info_blue.png");
	}
	
	ul#choices li.size:before {
		content: url("../../images/icon_16x16_calculator.png");
	}
}