.moveButton {
    width: 50px;
	height: 20px;
	
    box-sizing: border-box;
    font-size: 16px;
	font-style: italic;
    color: white;
    background: #7eb8ea; /*for any browser that doesn't support gradients */
    background: -webkit-linear-gradient(#7eb8ea, #3484c8); /* For safari 5.1*/
    background: -o-linear-gradient(#7eb8ea, #3484c8); /* For opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7eb8ea, #3484c8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#7eb8ea, #3484c8); /* Standard Syntax */
	
	padding-right: 10px;
	padding-left: 10px;

	border: 1px solid black;
    border-radius: 3px;
}

input[type=submit].moveButton {
	width: 60px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px; 
}

@-moz-document url-prefix() {
    input[type=submit].moveButton {
		width: 60px;
		padding-top: 0px;
		cursor: pointer;
		height: 25px;
	}
} 

button.moveButton {
	width: 70px;
	height: 25px;
	text-align: center;
	padding: auto;
	margin: auto;
	cursor: pointer;
}

a.moveButton {
	text-decoration: none;
}

a.navTabs, a.navTabsR {
	width:98px;
	height:25px;
	text-decoration:none;
	font-family:Impact, Charcoal, sans-serif;
	font-style:italic;
	font-size:20px;
}

a.navTabs {
	color:#3484c8;
}

a.navTabsR {
	color: red;
}

div.navTabs {
	height:25px; 
	width:80px;
}

.announcement {
	text-align: center;
}

.spansTab {
	color: white;
	background-color: black;
}

.container {
	padding-right: 40px;
}

.listingLink {
	text-decoration: none;
	color: black;
}

.listingLink a:hover {
	background-color: lightgray;
}

.wholelisting {
    outline: 1px solid lightgray;
    display: inline;
    width: 150px;
    width: 7.5rem;
    height: 215px;
    position: relative;
    float: left;
    margin: 7px;
    font-size: 10px;
}

.listingName {
	text-align: left;
	font-weight: bold;
}

.listingImg {
	text-align: center;
	padding-top: 15px;
}

.listingImg img {
	height: 100px;
}

.listingModelNum {
	text-align: center;
	padding-top: 15px;
}

.listingPrice {
	text-align: right;
	font-weight: bold;
	padding-top: 5px;
}

.listingPrice, .listingName, .listingImg, .listingModelnum, .retailPrice {
	position: relative;
}

.retailPrice {
	text-align: left;
}

/* <link type = "text/css" rel = "styles" href = "styles.css" /> */