#suggestFluidPrice {
	padding: 10px 20px 10px 20px;
	margin-bottom: 15px;
	font-size: 1.3em;
	background-color: #FF9;
	color: #0033BD;
}
#suggestFluidPrice a {
	font-size: 0.9em;
	padding-top: 10px;
}
#suggestFluidPrice a.reject {
	margin-left: 40px;
}

.storeItemSmall {
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}

.storeItemImage {
	margin: 0;
	padding: 0 5px 0 0;
	vertical-align: top;
}

.storeItem.storeItemSmall img {max-width: 152px;}

	.storeItemImage img {
		cursor: pointer;
		border: 1px solid gray;
		margin-right: 10px;
	}
	.storeItemImage img.coin {
		width: 150px;
		height: 150px;
	}
	.storeItemImage img.paper {
		width: 270px;
	}
	.storeItemImage img.double {
		cursor: default !important;
	}
		.storeItemHuge .storeItemImage img.coin {
			width: 600px;
			height: 600px;
		}
		.storeItemBig .storeItemImage img.coin {
			width: 400px;
			height: 400px;
		}
		.storeItemHuge .storeItemImage img.paper {
			width: 800px;
		}
		.storeItemBig .storeItemImage img.paper {
			width: 400px;
		}
	.storeItemImage .storeCoinImageDouble {
		margin-right: 0;
	}
	.storeItemSmall .currentStack {
		-webkit-transform: rotate(0deg) !important;
		-moz-transform: rotate(0deg) !important;
		-o-transform: rotate(0deg) !important;
		transform: rotate(0deg) !important;
	}
	.storeItemSmall .popupParent {
		z-index: 2000;
	}
	.storeItemSmall .popup {
		width: 400px;
		overflow: hidden;
		top: 50px;
		left: 50px;
		background-color: white;
		-webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.5);
		box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.5);
		border: 1px solid gray;
		padding: 10px;
		font-size: 1.2em;
	}
		.storeItemSmall .popup img {
			border: 1px solid black;
			max-width: 400px;
			max-height: 400px;
		}

.storeItemUtilities {
	width: 31px;
	padding: 0;
	vertical-align: top;
}
.storeItemUtilities a {
	text-decoration: none;
}
.storeItemUtilities img {
	width: 25px;
	height: 25px;
	margin: 3px 3px 5px 3px;
	cursor: pointer;
}

.storeItemDescription {
	padding: 15px 0 0 0;
	text-align: left;
	vertical-align: top;
}
	.storeItemDescription a {
		color: black;
		text-decoration: none;
	}
	.storeItemDescription a:hover {
		color: blue;
		text-decoration: underline;
	}
.storeItemBig .storeItemDescription {
	width: 100%;
	padding: 40px 30px 0 0;
	font-size: 1.1em;
}
.storeItemDescription .krause {
	font-size: 1.3em;
}
.storeItemDescription .desc {
	font-weight: bold;
	font-size: 1.1em;
}
.storeItemDescription .details {
	font-style: italic;
}

.storeItemDescription .subsInfo {
	margin: 20px 0 0 0;
	font-size: 0.9em;
}
.storeItemDescription .subsInfo a {
	color: blue;
	text-decoration: underline;
}
.storeItemDescription .subs {
	width: 100%;
}

.storeItemBuy {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #bbb;
}
.storeItemBuy .price {
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
}
.storeItemBuy .count {
	width: 50px;
	margin-bottom: 5px;
}
.storeItemBuy .fluid-price {
	margin: 10px 0;
	padding: 5px;
	font-size: 1.1em;
	background-color: #FF9;
	color: #0033BD;
	font-weight: bold;
}
.storeItemBuy .fluid-price span {
	cursor: pointer;
}
.storeItemBuy .fluid-price span:hover {
	text-decoration: underline;
}
.storeItemSmall .subset {
	display: none;
}
.storeItemBuy .subset a {
	color: blue;
	text-decoration: underline;
}

.storeSetChildren {
	border: none !important;
	margin-top: 0.5em !important;
	padding-top: 0.5em;
}
.storeSetChildrenGoTo {
	color: blue;
	cursor: pointer;
	border-bottom: 1px dashed blue;
}

.stacks {
	position: relative;
	height: 150px;
}
.stacks img {
	position: absolute;
}

.itemDetails {
	padding-left: 400px;
}
.itemDetailsImage {
	width: 400px;
	margin-left: -400px;
}
.itemDetailsUtilities {
	width: 100%;
	margin-bottom: 60px;
}
.itemDetails .deleteLink {
	color: #800;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px dashed #600;
}
.itemDetails .recountLink {
	margin-left: 10px;
	color: black;
	cursor: pointer;
	border-bottom: 1px dashed black;
}

#orderSum {
	font-weight: bold;
	font-size: 1.2em;
}

.returnObject {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #ffff99;
	text-align: center;
}
.returnObject span {
	text-align: left;
}

.storeAds .subs, .storeAds .subsInfo {
	display: none;
}

.urlShare {
	vertical-align: top;
}

.requestRemoveReasons {
	list-style: none;
	line-height: 1.5em;
	margin: 7px 0 0 0;
}
.requestRemoveReasons li {
	list-style: none;
}
.requestRemoveReasons input {
	margin-right: 7px;
}
.requestRemove .removeButton {
	margin-top: 7px;
}

.requestSuggest {
	clear: both;
	background-color: #9F9;
	padding: 5px;
	font-size: 1.1em;
	margin: 0 0 5px 0;
	line-height: 1.5em;
}
.requestSuggest ul {
	margin: 0 0 0 1em;
	padding: 0;
}
.requestSuggest li {
	list-style: none;
}

.catalogNotReady {
	opacity: 0.7;
}
