/*
*	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: 150%;
	font-size: 9pt;
	margin: 6pt 0;
	height: 155px;
}
#Product .ProductSizes select.SizeDropDown
{
	width: 225px; float: left;	
}
#Product .ProductSizes
{
	clear: right;
	height: 45px;
	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 .SkuMSRP
{
	position: absolute;
	width: 200px;
	height: 35px;
	left: 0;
	top: .25em;
	margin-top: 2px;
	padding-top: .25em;
	padding-bottom: .25em;
}
#Product .ProductSizes .SkuMSRP .headings
{
	font-weight: bold;
	clear: right;
	border-bottom: 1px solid #aaa;
}
#Product .ProductSizes .SkuMSRP .sku
{
	float: left; display: block; width: 125px;
}
#Product .ProductSizes .SkuMSRP .msrp-part
{
	clear: right;
}
#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, #Product .ProductBriefDescription 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: 280px;
	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;	
}



.colorTab .setNames
{
	float: left; width: 105px;
	padding-left: 5px;
}
.colorTab .setNames a.colorlink
	{
		color: #999; text-decoration: none;
		cursor: pointer;
	}
.colorTab .setNames a.colorlink-active
	{
		color: #900;
	}
.colorTab .colorset
{
	display: none;
}
.colorTab .colorset-default
{
	display: block;
	height: 280px;
	overflow: auto;
	position: relative;
	width: 190px;
	padding-left: 10px;
}
.colorTab .colorset .color .color-number { float: left; width: 35px; color: #999; font-size: .8em; text-align: right; padding-right: 3px; padding-top: 3px; }
.colorTab .colorset .color .color-image { }
.colorTab .colorset { margin-left: 120px; }

.colorTab #colorset-999
{
	width: 200px; padding-left: 0;
}
 
.colorTab .colorset-default .swatchtype-cotton, .colorTab .colorset-default .swatchtype-cotton-mossyoak { position: relative; left: 30px; width: 145px; }
.colorTab .colorset-default .swatchtype-cotton .color-number, .colorTab .colorset-default .swatchtype-cotton-mossyoak .color-number { width: 30px; }
.colorTab .swatchtype-cotton .color-image, .colorTab .swatchtype-cotton-mossyoak .color-image { width: 110px; float: left; }

.hooks { padding-top: .5em; margin: auto; }
.hooks .hook { float: left; padding-right: .25em; }
.hooks .hook .title { text-align: center; color: #999; font-size: 75% }
