/* For Vinyl Mailorder page */

body {
	color: ivory;
	background-color: rgb(102, 102, 153);
}
body a:link, body a:active, body a:visited {
	color: moccasin;
}
body a:hover {
	color: ivory;
}

.mailorderPageContainer {
	width: 100%;
}
.mailorderPageContainer, h1 {
	font-family: "Trebuchet MS", sans-serif ;
}

.contentTopContainer {
	width: 100%;
	margin: 10px 0px 5px 0px;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
}
.contentTopContainer a {
	font-weight: normal;
}
.paypalLogo {
	float: left;
	width: 200px;
	height: 50px;
	margin: 3px 5px 5px 5px;
}
.upBustleAndOutLogo {
	float: right;
	height: 110px;
	width: 257px;
	margin: 3px 5px 0px 5px;
}
.pleadingText {
	font-style: italic;
	font-weight: normal;
}

.itemContainer {
	width: 100%;
	/* margin-top: 5px; */
}
.photoContainer {
	width: 25%;
	min-width: 170px;
	text-align: center;
	font-size: 0.7em;
	color: lightgray
}
.photoContainer img {
	width: 160px;
	height: 160px;
	margin: 5px 0px 0px 5px;
}
.infoContainer {
	width: 49%;
	padding-left: 10px;
}
.itemTitleText {
	color: orange;
	font-weight: bold;
}
.importantText {
	color: yellow;
	font-weight: bold;
}
.itemInfoText {
	font-size: 0.7em;
}
.itemInfoText ol, .itemInfoText ul {
	margin: 0px;
	padding-left: 20px;
}
.otherText {
	color: lightgray;
}
.buttonsContainer {
	width: 20%;
	margin: 10px 0px 0px 0px;
}
.buttonsContainer form {
	clear: right;
	clear: left;
}
.priceContainer {
	margin: 5px 0px 10px 0px;
	font-size: 0.7em;
	clear: right;
	clear: left;
	color: lightgray;
}
.priceText {
	font-size: 1.2em;
	font-weight: bold;
	color: ivory;
}
.africanFriendship  img {
	width: 160px;
	height: 130px;
}
.ninjaCuts2  img {
	width: 135px;
	height: 156px;
}
.ninjaCuts3  img {
	height: 119px;
}
.rebelRadioDiary img {
	height: 128px;
}

.horizontalRule {
	width: 100%;
	margin-bottom: 0px;
}
.innerHorizontalRule {
	width: 90%;
	margin: auto;
	float: none;
}

.endLinks {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

