@charset "utf-8";
form, fieldset { border: 0; padding: 0; margin: 0; }
.left { float: left; }
.right { float: right; }
#productNav {
	margin-bottom: -1px;
	height: 22px;
}

#productNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#productNav li {
	background: url(../images/prod_nav.gif) top left no-repeat;
	height: 22px;
	float: left;
	margin-right: 2px;
	padding-left: 5px;
}

#productNav a {
	display: block;
	height: 16px;
	background: url(../images/prod_right.gif) top right no-repeat;
	text-decoration: none;
	color: #666;
	padding: 3px 15px 3px 10px;
}
#productNav a:hover { color: #333; }

#productNav li.current {
	background: url(../images/prod_c_nav.gif) top left no-repeat;
}
#productNav li.current a {
	background: url(../images/prod_c_right.gif) top right no-repeat;
	color: #333;
}
.productSubNav {
	margin-left: 2px;
	padding: 0;
	clear: both;
}
.productSubNav ul { list-style-type: none; margin: 8px 0 5px 0; padding: 0; }
.productSubNav li {
	color: #666;
	cursor: default;
	float: left;
	height: 26px;
	margin: 0 3px 10px 0;
}
/*
Why doesn't .filter override the default LI background in the SubNav?
Someone fix this better than I have please.

-Nate
*/
.productSubNav .default { background: url(../images/sub_h_nav.gif) top left no-repeat; }
.productSubNav li:hover {
	background: url(../images/sub_o_nav.gif) top left no-repeat;
}
.filter { background: url(../images/sub_o_nav.gif) top left no-repeat; }
.productSubNav a {
	display: block;
	padding: 4px 7px 4px 5px;
	height: 18px;
	color: #666;
	margin: 0 2px;
	text-decoration: none;
	background: url(../images/sub_h_right.gif) top right no-repeat;
}
.productSubNav a:hover, .filter a {
	background: url(../images/sub_o_right.gif) top right no-repeat;
	color: #333;
}
/*
All content below SuvNav is contained in #productContent
*/
#productContent {
	clear: left;
	margin: 0 3px;
}
#productContent p { margin: 10px 0; padding: 0; }
#productContent .productNote { font-style: italic; font-weight: bold; }
/*
#listingTable & #listingDescription are used on Category View level
*/
#listingDescription {
	margin: 10px 0;
}
#listingDescription p {
	margin: 0;
	padding: 0;
}
#listingTable {
	border-collapse: collapse;
	width: 100%;
}
#listingTable tr {	
	padding: 0;
	margin: 0;	
	width: 100%;
}
#listingTable .alternate { background-color: #f7f7f7; }
#listingTable td {
	vertical-align: top;
	margin: 0;
	padding: 10px 10px 10px 0;
	border-bottom: 1px dotted #c0c0c0;
}
#listingTable p { padding: 0; margin: 0; }
#listingTable .item { padding-top: 3px; height: 68px; overflow: hidden; } /*Allows for 3 lines of descriptive text*/
#listingTable .item span { display: block; line-height: 1.3em; color: #666; }
#listingTable a {
	font-size: 14px;
	font-weight: bold;
	color: #17355d;
	text-decoration: none;
}
#listingTable a:hover {
	text-decoration: underline;
}
#listingTable a img {
	text-decoration: none;
	border: none;
	padding-right: 3px;
}
#listingTable .listPrice a {
	color: #F30;
	font-size: 11px;
	text-decoration: none;
}
#listingTable .listPrice a:hover { text-decoration: underline; }
#listingTable .listImage { width: 94px; padding: 10px; }
#listingTable .listImage img { border: 1px solid #999; padding: 0; }
#productPrice {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	cursor: default;
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
}
.productImage {
	width: 173px;
	height: 173px;
	border: 1px solid #c0c0c0;
	margin: 5px 15px 15px 0;
	float: left;
}
.sliderLabel { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
#defaultLengthLabel { position: relative; top: 0; left: 0; }
#productCls {
	outline: none;
	text-decoration: none;
	float: right;
}
#productCls:hover {
	text-decoration: underline;
}
#productSliderWrap { 
	width: 410px; 
	float: right; 
}
#productSlider { margin: 2px 0 10px 0; }
#productPurchaseForm {
	width: 142px;
	float: left;
}
