
table.drops {
	width: 860px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 4px;
	margin-bottom: 5px;
}

table.drops td.leftDrop {
	padding: 10px;
	text-align: justify;
	vertical-align: top;
	border: 1px #C7D6E7 dotted;
} 

table.drops td.rightDrop {
	width: 610px;
	text-align: right;
}

/* PRODUCTS - MIDDLE ROW */

table.blurp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	border: 1px #C7D6E7 dotted;
}

table.blurp td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

table.IndPro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	border: 1px #C7D6E7 dotted;
}

table.IndPro td.IMG {
	text-align: center;
	vertical-align: top;
	padding: 10px;
}

table.IndPro td.disc {
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}

table.IndPro td.Price {
	text-align: right;
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 9px;
	padding-top: 6px;
	padding-right: 20px;
	color: #FF6633;
	font-size: 13px;
}

table.IndPro td.Buy {
	background-color: #e3e8fc;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #486291;
	font-size: 12px;
}

table.IndPro td a:link {
	color: #486291;
	text-decoration: none;
}

table.IndPro td a:hover {
	color: #CC3399;
	text-decoration: none;
}

table.IndPro td a:visited {
	color: #486291;
	text-decoration: none;
}

table.IndPro td a:visited:hover {
	color: #CC3399;
	text-decoration: none;
}

table.quickFind {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	vertical-align: middle;
	border: 1px #C7D6E7 dotted;
}

table.quickFind td.title {
	background-color: #e3e8fc;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #486291;
}

table.quickFind td.item {
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

table.Items {
	width: 100%;
	border: none;
	font-size: 11px;
	font-weight: bold;
	color: #6699FF;
}

table.Items td {
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px #C7D6E7 dotted;
}

table.Items td a:link {
	color: #6699FF;
	text-decoration: none;
}

table.Items td a:hover {
	color: #CC66CC;
	text-decoration: none;
}

table.Items td a:visited {
	color: #6699FF;
	text-decoration: none;
}

table.Items td a:visited:hover {
	color: #CC66CC;
	text-decoration: none;
}

