/* fs styles */

#footer { background-color: white; padding-top: 1em; }

.top-white {
	height:12px;
	background: url(images/top-white.png);
}

.bottom-white {
	height:12px;
	background: url(images/bottom-white.png);
}

.fs-outer {
	width: 100%;
	background-color: white;
}

.fs-inner {
	width: 700px;
	margin: 0 auto;
	padding-top: 1em;
	color: black;
}

.fs-inner h2,
.fs-inner h3,
.fs-inner h4 {
	color: black !important;
	font-weight: bold;
}

/* buttons */

/** small buttons **/

.store-section-order-contents .store-order-action-edit a {
    display: inline;
}

.store-action a:hover,
.store-action a:focus {
	text-decoration: none !important;
}

.store-decorate-button .store-page-navigation .store-action-command, .store-decorate-button .store-product-list-item-action-list .store-action-command, .store-order-action-coupon .store-action-command, .store-order-action-edit .store-action-command, .store-order-action-more .store-action-command, .store-order-item-action-delete .store-action-command, .store-order-item-action-quantity .store-action-command {
	border: none !important;
	background-color: #226081 !important;
	background-image: url(images/smbutton2.png);
	/*height: 24px !important;*/
	padding: 3px 14px 3px 12px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .4) !important;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .4) !important;
	color: white !important;
	font-size: 12px !important;
	font-weight: normal !important;
}

.store-action-title {
    background: none repeat scroll 0 0 transparent !important;
    white-space: nowrap;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.store-action-view-help .store-action-title {
    background: url("//dcnz2rrcot657.cloudfront.net/silk/help.png") no-repeat scroll left center transparent !important;
}