

/* ======================================================== *
 * TOP SECTION TABLE - NO STRIPING
 * ======================================================== */
table.topSection {
	border-collapse: collapse;
	width:100%; }
table.topSection td {
	padding: 2px 10px;	
	vertical-align: top;
	text-align:center; }
table.topSection td.item {
	border: 1px solid #999;
	border-bottom:none;
	text-align:center; }
table.topSection td img {
	display:block;
	margin:8px auto; }
	
/* ======================================================== *
 * TABLE STRIPING
 * ======================================================== */
table.stripeMe {
	border-collapse: collapse;
	width:100%; }

table.stripeMe th {
	background: #999;
	color: #fff;
	font-weight: bold;
	padding: 5px 11px;
	text-align: left;
}
table.stripeMe th.center,
table.stripeMe td.center {
    text-align:center;
    vertical-align:middle; }

table.stripeMe td {
	padding: 2px 10px;
	border-bottom: 1px solid #cfcfcf;
	background: #cfcfcf;
	padding:5px 10px;
	vertical-align: top; }
table.stripeMe td a {
    font-weight:bold; }
table.stripeMe td {
	padding: 5px 10px; }

table.stripeMe tr.alt td {
	background: #ecf6fc; }

/* ======================================================== *
 * CURRENT PRODUCT - CLASS
 * ======================================================== */
.current-product {
	background:#f7f7f7; }

/* ======================================================== *
 * ACCESSORY INFO - CLASS
 * ======================================================== */
table.accessory-info {
	margin-top:6px;
	margin-bottom:24px; }
table.accessory-product {
	width: 67%; }

table.accessory-info th  {
	background: #999;
	color: #000000;
	font-weight: bold;
	padding: 5px 11px;
	text-align: left;
	/* border-right: 1px solid #fff; */
	line-height: 1.2em; }
	
	table.accessory-product th {
	background: #999;
	color: #000000;
	}
	
	.accessory-see-more  {
	border:none;
	margin:0;
	padding:0px;
	}
	
	.accessory-see-more img {
	border:none;
	margin:0;
	padding:0px;
	}

