/* Products List CSS Rules by Resolution */

.sku {
	float: left;
	font-weight: bold;
	padding-right: .5em;
	width: 3.8em;
}

.partno {
	float: left;
	padding-right: .5em;
	clear: none;
	width: 12em;
	overflow: hidden;
}

.description {
	float: left;
	margin: 0 0.5em;
}

.distdesc {
	float: left;
	margin: 0 0.5em;
}

.price {
	float: left;
	padding-right: .5em;
	width: 5em;
	text-align: right;
}

.buybutton {
	float: left;
	width: 4em;
	text-align: right;
}

.avail {
	float: left;
	width: 11em;
	text-align: right;
}

.distavail {
	float: left;
	width: 5.5em;
	text-align: right;
}

.outerDiv{
	font-size : .9em;
	float: left;
	width:100%;
	margin-bottom: 0.7em;
}

.toprow {
	margin-bottom: 1em;
	border-bottom-style: solid;
}

.grayback {
	background-color: #DEDEDE;
}

.dark {
	font-weight: bold;
}
.smallish {
	font-size: 0.8em;
}
.smaller {
	font-size: 0.7em;
}

.smalldiv {
	font-size: 0.7em;
	margin-left: 22.5em;
	
}

a.headlink {
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
	color: #0044FF;
}

a.desclink {
	text-decoration: none;
	color: #000;
	font-size: 1.1em;
}

a.desclinkover {
	color: #0044FF;
}

.manuname {
	font-weight: bold;
	background-color: #C9D2E3;
	color: #000;
	margin-bottom: 0.2em;
}

.catname {
	font-weight: bold;
	background-color: #DDE3ED;
	color: #0044FF;
	font-size: 1.0em;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	height: 1.2em;
}

.buyimg {
	border: none;
	height: 12px;
	width: 38px;
}

#catsel {
	width: 100%;
	height: 4em;
	min-height: 4em;
	overflow: hidden;
}

#catnav {
	margin-bottom: 1em;
}

.pcat {
	width: 13em;
	margin: 0.2em 1em;
	font-size: 0.8em;
	float: left;
}

.anchor {
	color: #000;
	text-decoration: none;
}

#clickme {
	font-size: 0.8em;
	font-weight: bold;
	cursor: pointer;
	border-right: solid 1px;
	border-left: solid 1px;
	padding: 0 .5em;
}

.totop {
	float: right;
	margin-right: 3em;
}

.spacer {
	margin-top : 3em;
	color: #7a7a7a;
}

.priceinput {
	width: 4.5em;
	font-size: .8em;
}

.statusinput {
	width: 8.5em;
	font-size: 0.8em;
}

.upsubmit {
	width: 2em;
	font-size: 0.8em;
	font-weight: bold;
}

.gtltet {
	width: 11em !important;
}

.catDiv {
	float: left;
	font-weight: bold;
	padding-right: 2em;
	padding-bottom: 2em;
	width: 9em;
}

.catDiv a {
	text-decoration: none;
	}
	
.manDiv a {
	color: black;
	}



.manDiv {
	font-weight: normal;
	clear: both;
}

#catbox {
	float: left;
	clear: right;
	width: 100%;
	padding-bottom: 2em;	
}

.catname a {
	text-decoration: none;
	}
.manuname a {
	text-decoration: none;
	color: black;
	}