

.table tr td:hover {
	background-color:#EEE;
	color:#000;
	
}


a:hover {
	color:#EE3333;
	
}




.table th {
	text-align:left;
	
}


.table  td, .table {
	background-color:#FFF;
}





.Dotted_Rule {
	border-top:1px dotted #999;
	margin-bottom:5px;
	margin-top:5px;
	

}

.buynow {
	background-color:#EE3333;
	color:#000;
	
}






 /* --------------  Allows the Profile Photos, Type and Material Disappear on Mobile Phones  ------------- */

@media all and (max-width: 640px) {
	
	.table td.shrink {
		display: none;
		
}

	.table th.none {
		display: none;
}



}