@import url('stylej_layout.css');
@import url('stylejb.css');

.header-logo {
	background-image: url('imagesj/GarageMiamiLogo.jpg');
	width: 900px;
	height: 78px;
	margin-top: 3px;
}
.main-header {
    background-color: white;
    height: 84px;
}
.italic {
	font-style:italic;
}
.padded {
	padding: 3px;
}
.specialPrices {
	background-color: red;
	color: white;
}
.specialPrices :hover{
	color: black;
}
/* hide phone number in the branch qty tab */
#mainStock #BranchQuantity td.branchPhone, #mainStock #BranchQuantity th.branchPhone {
	visibility:hidden;
}