/*
*	border-color: #eee;
*/

@CHARSET "ISO-8859-1";

#Product
{
	width: 750px;
	height: 600px;
}
#Product #ProductLeft
{
	width: 400px;
	float: left;
}
#Product #ProductRight
{
	margin-left: 415px;
	margin-right: 6px;
}
#Product #ProductImage
{
	height: 400px;
	width: 400px;
	border: 1px solid #eee;
	background: #fff;
	position: relative;
}
#Product #ProductImage #ZoomLink
{
	position: absolute;
	bottom: 9px; right: 9px;
	background: #fff;
	width: 16px; height: 16px;
	padding: 3px;
}

#Product h2
{
	font-size: 15pt;
	color: #00559D;
}
#Product .ProductNumbers
{
	font-size: 8pt;
}
#Product .ProductNumbers strong
{
	font-weight: bold;	
}
#Product .ProductBriefDescription
{
	text-align: left;
	line-height: 125%;
	font-size: 9pt;
	margin: 6pt 0;
	height: 75px;
}
#Product .ProductBriefDescription p
{
 	margin: 2pt 0;
}
#Product .ProductSizes select.SizeDropDown
{
	width: 225px; float: left;	
}
#Product .ProductSizes
{
	clear: right;
	height: 85px;
	position: relative;
}
#Product .ProductSizes .Key
{
	border-bottom: 2px solid #777;
	margin-bottom: 2px;
}
#Product .ProductSizes em
{
	color: #00559D;
	font-weight: bold;
}
#Product .ProductSizes .Size
{
	width: 125px;
	margin-bottom: 3px;
	float: left;
}
#Product .ProductSizes .Size .Size-unit
{
	float: left;
	display: block;
	width: 60px;
}
#Product .ProductSizes .Size .Size-msrp
{
	margin-right: 2em;
}
#Product .ProductSizes .GPLink
{
	position: absolute;
	width: 100px;
	height: 35px;
	right: 0;
	margin-top: 2px;
	padding-top: .5em;
	padding-bottom: .25em;
	text-align: right;
}
#Product .buylink
{
	color: #00559D;
	font-size: 85%;
}
#Product .buylink a
{
	color: #00559D;
	text-decoration: none;
}
#Product .buylink img
{	
}
#Product .ProductDescription
{
	text-align: justify;
	line-height: 150%;
	font-size: 9pt;
}
#Product .ProductDescription h3
{
	font-size: 10pt;
	font-weight: bold;
	color: #00559D;
	margin-bottom: .5em;
}
#Product .ProductDescription ul
{
	margin-bottom: 1em;
}
#Product .ProductDescription ul li
{
	list-style-type: disc;
	margin-left: 1.5em;
	margin-top: 3pt;
	line-height: 135%;
}
#Product .ProductFeatures
{
	margin-top: 9pt;
	font-size: 9pt;
}
#Product .ProductFeatures ul li
{
	list-style-type: disc;
	margin-left: 1.5em;
	margin-top: 3pt;
	line-height: 135%;
}
span.tab
{
	padding: 0 0 0 3em;	
}

#Product #ProductTabs
{
	margin-top: 6pt;
}
#Product #ProductTabs .yui-content
{
	height: 340px;
	background: transparent;
	border: 1px solid #eee;
	border-top: 0;
	padding: 6px;
	overflow: auto;
}
#Product #ProductTabs .yui-content .details strong
{
	font-weight: bold;	
}
#Product #ProductTabs .yui-content .details ul
{
		
}
#Product #ProductTabs .yui-nav
{
	border-bottom-color: #00559D;
	border-bottom-width: 2px;
}
#Product #ProductTabs .yui-nav li
{
	margin-right: 4px;
}
#Product #ProductTabs .yui-nav li a
{
	background-color: #eaefff;
	background-image: none;
	border-width: 0;
	border-left: 1px solid #00559D;
	border-right: 1px solid #00559D;
	border-top: 1px solid #00559D;
	-moz-border-radius-topleft: .35em;
	-moz-border-radius-topright: .35em;
	-webkit-border-top-left-radius: .35em;
	-webkit-border-top-right-radius: .35em;
	border-radius-topleft: .35em;
	border-radius-topright: .35em;
	color: #00559D;
}
#Product #ProductTabs .yui-nav li.selected
{
	margin-bottom: 0;
	padding-top: 1px;
}
#Product #ProductTabs .yui-nav li.selected a
{
	background-color: #00559D;
	background-image: none;
	color: #fff;
}
#Product #ProductTabs .yui-nav li a em
{
	border-top-width: 0;
}
#Product #ProductTabs .yui-nav li.selected a em
{	
	border-top-width: 1px;
	border-top-color: transparent;
	padding: 3px 9px;
}

#Product #SuggestedProducts
{
	margin-top: 3pt;
	height: 150px;
	width: 414px;
}
#Product #SuggestedProducts h3
{
	font-size: 12pt;
	color: #00559D;
}
#Product #SuggestedProducts .Item
{
	width: 130px;
	height: 150px;
	margin-top: 3pt;
	margin-right: 7px;
	float: left;
}
#Product #SuggestedProducts .Item .Image
{

	width: 125px;
	height: 130px;
	border: 1px solid #eee;	
}
#Product #SuggestedProducts .Item .Image img
{
}
#Product #SuggestedProducts .Item .Title
{
	font-size: 8pt;
	text-align: center;
}

#Product #SuggestedProducts .Item .Title a
{
	text-decoration: none;
	color: #00559D;
}
table.ProductSizeChart
{

}
table.ProductSizeChart tr.header th
{
 	font-weight: bold;
 	border-bottom: 2px solid #777;
}
table.ProductSizeChart tr.header th.sku
{
	width: 4em;
}
table.ProductSizeChart tr.header th.size
{
	width: 16em;
}
table.ProductSizeChart tr.header th.msrp
{
	width: 4em;
}
table.ProductSizeChart tr td
{
	padding: .25em 0;
}
table.ProductSizeChart tr.row0
{
	background: #eee;
}

span.SizeLink a
{
	color: #fff;
	padding: .25em 2em;
	background: #00559D;
	text-align: center;
	cursor: pointer;
}
div.SizesMenu
{
	margin-top: 9px;
}
a.sizeSwitchLink
{

	cursor: pointer;
	color: #00559D;
}

.yui-tt .bd {
	background: white;
	border-color: #eee !important;	
}