

.SCTableHeader
 {
 	font-size: 12px;
 	color: #000;
 	font-weight: bold;
 	background:#F1F1F1;
 	padding: 3px;
 }

.SCTableHeaderLast
 {
 	font-size: 12px;
 	color:#000;
 	font-weight: bold;
 	background:#F1F1F1;
 	padding: 3px;
 	text-align: right;
 }
 
.SCTableRow
 {
 	font-size: 12px;
 	color: #000;
 	padding: 3px;
 	border-bottom: 1px solid #9C9C9B;
 } 
 .SCTableRow a {
 	color:#344858 !important;
	font-weight:bold !important;
 }
 .SCTableRow a:hover {
 	color:#000 !important;
	text-decoration:none !important;
 }
.SCTableRowLast
 {
 	font-size: 12px;
 	color: #000;
 	padding: 3px;
 	text-align: right;
 	border-bottom: 1px solid #9C9C9B;
 }  
 
.SCTableTotal
 {
 	font-size: 12px;
 	color: #000;
 	font-weight: bold;
 	text-align: right;
 	padding: 3px;
	background: #F1F1F1;
 } 
 
.SCTableTotalLast
 {
 	font-size: 12px;
 	color: #000;
 	font-weight: bold;
 	text-align: right;
 	padding: 3px;
	background: #F1F1F1;
 }  
 
.SCEmpty 
 {
 	font-size: 12px;
 	padding: 20px;
 	background-color: #fff;
 	text-align: center;
 }
 
 
 
 /* hover product details in wishlist page */
 a.productmodel:hover span {
 	display: block;
 	position: absolute;
	background: #212121;
	border: 3px solid #9C9C9B;
 	padding: 3px;
 	width: 170px;
	_font-size: 100% !important;
	zoom: 1;
	display: none;
	margin-top: -5px;
} 
span.product_desc {
	background: #212121;
}

 
