@charset "utf-8";
/* MISCELLANEOUS STYLES FOR E-COMMERCE FORMATTING */

/* tables */



.transaction_table {
	border-collapse:collapse;
	}

.header tr {
	border-top:solid 1px #cccccc;
	border-collapse: collapse;
	background-color: #CCCCCC;
	}

.transaction_table hr {
	width:100%;
	height:0px;
	border-bottom:solid 1px #777;
}

.transaction_table th{
	font-weight:bold;
	font-size:100%;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #cccccc;
}

.transaction_table td {
	border:0;
	border-top:solid 1px #cccccc;
	border-collapse: collapse;
	vertical-align: top;
	padding: 5px;
	}

.emphasis_product_name {
	font-weight: bold;
	font-size: 14px;
}
.emphasis_manufacturer {
	font-weight: bold;
	}	
.cart_qty input {
	margin-top: 20px;
	}

.transaction_button {
position: relative;
vertical-align: bottom;
margin-top: -1px;
padding-left: 5px;
}

.gray-box {
border: solid;
border-color:#999999;
border-width: 1px;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

.error {
	color: #d92231;
	font-size: 12px;
	font-weight: bold;
	}

/*loading wait image */
#waitMessage {
 	width: 200px;
 	height: 100px;
 	background-color: #fff;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}

.search_results ul {
	margin:0;
	padding:0;
	list-style:none;
}
.search_results li {
	list-style:none;
	margin-left:0;
	padding:4px 0 0 0px;
}
.floatLeft {
	float: left;
	padding-right: 20px;
}
.floatRight {
	float:right;
	padding-left: 20px;
}
	
/*product category display elements */	

#pcat-grid {
	padding-top: 10px;
	margin-bottom: 400px;
}

.pcat-cell {
margin-top: 5px;
width: 160px;
left: 0px;
float: left;
margin-right: 20px;
height: 220px;
margin-bottom: 50px;
}


.pcat-thumb-cell {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom:10px;
	height: 150px;
	width: 160px;
	text-align: center;
}


.pcat-thumb {
	padding-top:  0px;
	border: 0;
}	
.pcat-text {
text-align: center;
vertical-align: top;
}

#news-homepage {
	border-left:solid 0px #ddd;
	padding:10px 0px 10px 10px;
	background:#fff;
	border-bottom: solid 1px #ccc;
	padding-bottom:  10px;
}

#product-title {
	width: 100%;
}

#product-description {
	padding-top: 20px;
	float: left;
	padding-right: 20px;
	max-width: 380px;
}

#product-image-cart {
	min-width: 300px;
	padding-left: 20px;
	float:right;	
	border-left: 1px solid #CCC;
}