/* CSS Document */

/*
	-------------------------------------------------
	Product Image Area
	-------------------------------------------------
*/

/* Main image area */
div#ProductImage {
	clear: left;
	float: left;
	display: inline;
	min-height: 315px;
	width: 357px;
	text-align:center;
}

* html div#ProductImage {
	height: 295px;
}

/* View Selector area */
div#ProductViewSelector {
	clear: right;
	float: left;
	display: inline;
	min-height: 295px;
	width: 107px;
}

div#ProductViewSelector div#ViewLinks  {
	margin-bottom: 8px;
}

div#ProductViewSelector div#ViewLinks a.view_selector {
	display: block;
}

* html div#ProductViewSelector {
	height: 295px;
}

div#ProductViewSelector div#ViewLinks a.disabled,
div#ProductViewSelector div#ViewLinks a.disabled:hover {
	background-image: url(42007091011322002975.gif);
	color: #b4b4b4;
	cursor: default;
}

div#ColorLinks a.color_scheme img {
	border: 1px solid white;
	margin: 2px;
	margin-left: 0px;
	margin-right: 4px;
}

div#ColorLinks a.current img {
	border: 1px solid #b4b4b4;
}

/* Summary text area */
div#ProductSummary {
	clear: both;
}

div#ProductSummary span.title {
	color: #575757;
	font-size: 15px;
}

/*
	-------------------------------------------------
	Features and Technologies
	-------------------------------------------------
*/
#Technologies h2, #Features h2 {
	font-size: 14px;
}

/*
	-------------------------------------------------
	Awards
	-------------------------------------------------
*/
div#Awards {
	padding-top:10px;
	display:table-cell;
	vertical-align:bottom;
}

div#Awards div.award {
	clear: none;
	float: left;
	display: inline;
	/*width: 140px;*/
	margin-right: 10px;
	text-align: center;
}


div#Awards div.award span.title {
	color: #a0c2c9;
	display: block;
	font-size: 12px;
}

/*
	-------------------------------------------------
	Color Selector
	-------------------------------------------------
*/

div#ColorSelector {
}

div#ColorSelector h1 {
	border: none;
}

div#ColorSelector select {
	overflow: hidden;
	width: 100%;
}

/*
	-------------------------------------------------
	Specifications
	-------------------------------------------------
*/
#ProductSpecs h2 {
	margin-bottom: 3px;
}

div.spec {
	margin-bottom: 4px;
}

div.spec span.title {
	font-weight: bold;
}

div.spec span.content {
}

div.spec span.note {
	display: block;
	font-style: italic;
}

/*
	-------------------------------------------------
	Pronation Meter
	-------------------------------------------------
*/


div#Pronation h1 {
	border: none;
}

div#PronationMeter {
	background: url(42007091011322015377.gif) left top no-repeat;
	width: 232px;
}

div#PronationMeter div#PronationBar {
	background: url(42007091011322025879.gif) repeat-x top left;
}

div#PronationMeter div#PronationBar div#PronationBarInner {
	margin-left: 3px;
	margin-right: 3px;
}

div#PronationMeter div#PronationBar div#PronationBarInner img {
	height: 14px;
	width: 100%;
}

div#PronationText {
	display: none;
}


/*
	-------------------------------------------------
	FInd A Retailer
	-------------------------------------------------
*/

div#FindARetailer {
	background-color: #ebebeb;
	padding: 14px;
	margin-top: 22px;
}

div#FindARetailer h1 {
	border: none;
	color: #7f7f7f;
	font-family: Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

div#FindARetailer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 4px;
}

div#FindARetailer input {
	font-size: 10px;
	height: 12px;
	width: 128px;
}

/*
	-------------------------------------------------
	Related Products
	-------------------------------------------------
*/
div#RelatedProducts {
}

div#RelatedProducts div.related_product {
	clear: both;
}

div#RelatedProducts div.related_product div.product_image {
	clear: none;
	display: inline;
	float: left;
	height: auto;
	overflow: hidden;
	width: 90px;
}

div#RelatedProducts div.related_product div.product_description {
	clear: none;
	display: inline;
	float: left;
	height: auto;
	margin-top: 15px;
	overflow: hidden;
	width: 140px;
}