.show {
	display:block;
}

.overFlow {
	overflow:hidden;
}

#productGrid {
}

#productGrid div.show ul {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	float: left;
	height: 285px;
	overflow: hidden;
	padding: 0 7px 12px;
	width: 170px;
}

#productGrid div.show li {
	/* position:relative; */
	margin-bottom:0px;
}

#productGrid div.show li .showImg {
	height:130px;
	line-height:130px;
	padding:10px 0 5px;
	/* position:relative; */
	text-align:center;
	vertical-align:middle;
}

#productGrid div.show li p {
	line-height:15px;
	overflow:hidden;
	padding:0;
}

.showImg {
	background-color:#fff;
	cursor:pointer;
}

#productGrid div.show li .showName {
	height:44px;
	line-height:14px;
	margin-bottom:5px;
	overflow:hidden;
}

.salePrice {
	color:#D04461;
	font-size:14px;
	font-weight:bold;
}

/*
.salePrice a, a:link, a:visited, a:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}
*/

#productGrid div.show li .showShipping {
	font-size:11px;
	line-height:13px;
	margin:10px 0;
}

#productGrid div.show li .showShipping .lt {
	font-size:12px; font-weight: bold;
	color: #444;
}

.listitem
{
	font-size: 18px;
	width:170px;
	margin-left: 20px;
	padding-top: 20px;
	float: left;
	border: 1px solid #ccc;
}

#listwrapper
{
	border: 0px solid #ccc;
	background-image: url('/images/nav/listsidebg.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

#listnavtop
{
	background-image: url('/images/nav/listnavtop.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 200px; height: 5px;
}

#listnav
{
	float: left; padding: 0; margin: 0; width: 200px;
	border: 0px solid #ccc;
}

#listnavmain
{
	width: 180px;
	margin: 0;
	padding: 15px 0 0 15px;
	border: 0px solid #ccc;
}

#listmain
{
	margin-left: 220px;
	border: 0px solid #ccc;
}

