

.SCTableHeader
 {
 	font-size: 12px;
 	color: #fff;
 	font-weight: bold;
 	background: #6390c8;
 	padding: 3px;
 }

.SCTableHeaderLast
 {
 	font-size: 12px;
 	color:#fff;
 	font-weight: bold;
 	background: #6390c8;
 	padding: 3px;
 	text-align: right;
 }
 
.SCTableRow
 {
 	font-size: 12px;
 	color: #000;
 	padding: 3px;
 	border-bottom: 1px solid #eee;
 } 
 .SCTableRow a {
 	color: #20528F !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 #eee;
 }  
 
.SCTableTotal
 {
 	font-size: 12px;
 	color: #000;
 	font-weight: bold;
 	text-align: right;
 	padding: 3px;
	background: #6390c8;
 } 
 
.SCTableTotalLast
 {
 	font-size: 12px;
 	color: #000;
 	font-weight: bold;
 	text-align: right;
 	padding: 3px;
	background: #6390c8;
 }  
 
.SCEmpty 
 {
 	font-size: 12px;
 	padding: 20px;
 	background-color: #efefef;
 	text-align: center;
 }
 
 
 
 /* hover product details in wishlist page */
 a.productmodel:hover span {
 	display: block;
 	position: absolute;
	background: #fff !important;
	border: 3px solid #eee;
 	padding: 3px;
 	width: 170px;
	_font-size: 100% !important;
	zoom: 1;
	display: none;
	margin-top: -5px;
} 
span.product_desc {
	background: #fff !important;
	font-weight: normal !important;
}

span.product_desc span {
	border: none !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
}

 
