/* Layout to display Cell Phones in Gallery Format */

.listTable{

}

.listTable td, th {
	text-align:center;
	border: 1px dotted #03476F;
	padding: .4em;
	color: #363636;
  }

.listTable td a:hover{
	border: 3px #990000;
	color:#000000;
	text-decoration:underline;
	padding: 1px 1px 1px 1px;
	}
	
.links{
	
}

.links{}
