	
#subnav #qp_sn_ww a,
#subnav #qp_sn_ww a:hover
	{
		color:black;
		cursor:default;
		text-decoration:none;
	}


div.productRow
	{
	margin:0 0 20px 0;
	padding-bottom:20px;
	border-bottom:double 3px #e3e0e6;
	background:white url(/images/triple.gif) repeat-x left top;
	overflow:auto;
	}

div.productRow div.itemcell
	{
	float:left;
	padding-left:10px;
	padding-right:10px;
	}

div.productRow div.itemcell div.item
	{
	padding-top:15px;
	width:221px;
	overflow:hidden;
	}

div.item input
	{
	margin-top:6px;
	width:30px;
	margin-right:10px;
	}

div.item button 
	{
	margin-top:3px;
	}

div.itemimg
	{
	cursor:pointer;
	width:200px;
	margin-left:5px;
	margin-bottom:4px;
	overflow:hidden;
	border:double 3px #e3e0e6;
	}
div.itemimg div
	{
	font:900 10px Verdana;
	text-align:center;
	color:#8c7c9c;
	}
code {
	font-size:11px;
	}
p.catDesc {
	margin:0px 0px 10px 0px;
	padding:10px 30px 10px 30px;
	text-indent:30px;
	background-color:#fbf9ff;
	border:solid 1px #edebe8;
	border-bottom:double 4px #dddbd8;
}

h2 {
	padding-left:10px;
	padding-top:4px;
	margin-top:10px;
	border-top:double 6px #f3f0f6;
	clear:both;
}

h3 {
	margin:0 0 10px 0;
	text-align:center;
	font:900 15px Verdana;
}



ul.catLinks {
	margin:0px;
	list-style:none;
}
ul.catLinks li {
	display:inline;
	list-style:none;
}

ul.catLinks li a {
	display:block;
	float:left;
	font-weight:900;
	width:190px;
	padding-left:15px;
	background:url(/images/a.png) no-repeat left top;
	margin:5px 5px 0px 0px;
	color:#5b7e56;
	height:22px;
	border-right:solid 1px #d5e2d3;
}


ul.catLinks li a:hover
	{
		background:url(/images/a_hover.png) no-repeat left top;
		color:#443355;
		border-right:solid 1px #e6deec;
	}


select {
	font-weight:900;
	color:white;
	background-color:black;
}

.beigeSample {
	background-color:#d9cba6;
	color:black;
}
.whiteSample {
	background-color:white;
	color:black;
}
.blackSample {
	background-color:black;
}
.brownSample {
	background-color:#443026;
}
.blueSample {
	background-color:#1360A1;
}
.redSample {
	background-color:#89001f;
}
.pinkSample {
	background-color:#f384b8;
}

.note {
	float:left;
	color:#447744;
	text-align:left;
	font-size:11px;
	font-family:Verdana;
	margin:0px 0px 0px 5px;

}

.different {
	float:right;
	color:#447744;
	text-align:right;
	font-size:11px;
	font-family:Verdana;
	margin:0px 5px 0px 0px;
}


