#productList {
	background-color: #FFF;
	margin: 10px 0 0 0;
}

#productList table {
	font-size: 12px; /* for IE */
}

.row {
	background-color: #ecf1f8;
	padding: 10px;
}

.row table {
	width: 768px;
}

.odd {
	background-color: #c4d4e9;
}

.p_name {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #e7cf9c;
}

.p_name a {
	color: #000;
	text-decoration: none;
}

/** IMAGE **/
.p_image {
	width: 138px;
	padding-right: 8px;
}

.p_image img {
	border: 1px solid #000;
	display: block;
}

/** DESCRIPTION **/
.p_details {
	width: 425px;
	padding-right: 26px;
}

.p_links a {
	float: left !important;
	margin: 0 0 10px 0 !important;
	width: 120px !important;
	padding-right: 0px !important;
}

.p_links {
	float: left;
	width: 160px;
}

.p_text {
	float: left;
	width: 250px;
}

.p_text li {
	margin-left: 13px;
}

.Cutsheet_Link {
	background: url(/images/pdf-icon.gif) right top no-repeat;
	padding: 8px 36px 8px 0;
	line-height: 32px;
}

a:hover.Cutsheet_Link {
	color: #000;
}

/** RIGHT COLUMN **/
.p_actions {
	text-align: right;
}

.p_actions a {
	margin-bottom: 3px;
}

.p_price {
	font-size: 27px;
	font-weight: bold;
}

.p_sku {
	font-size: 12px;
}

.p_quant input {
	width: 40px;
	border: 1px solid #868788;
}

.p_quant {
	margin: 5px 0 10px 0;
}
