#breweryinfoBody h1 {
	font-family: 'Cooper', sans-serif;
	color: black;
	font-size: 25px;
}

#brewerystockBody h1,
#breweryproductsBody h1 {
	font-family: 'Cooper', sans-serif;
	color: black;
	font-size: 25px;
}
#brewerystockBody table.products,
#breweryproductsBody table.products {
	width: 100%;
}
#brewerystockBody table.products th,
#breweryproductsBody table.products th {
	background-color: #eee;
	color: #444;
	padding: 4px;
	border: 1px solid white;
}
#brewerystockBody table.products td,
#breweryproductsBody table.products td {
	padding: 4px;
	vertical-align: middle;
	border-bottom: 1px solid #eee;
}
#brewerystockBody table.products td button,
#breweryproductsBody table.products td button {
	padding: 3px;
	font-size: 85%;
}
#brewerystockBody form.products td,
#breweryproductsBody form.products td {
	vertical-align: middle;
}

#brewerystockBody table.products tr.stock-up td {
	background-color: #eeffee;
}
#brewerystockBody table.products tr.stock-down td {
	background-color: #ffeeee;
}

input.text, textarea.text, select.text {
	margin: 4px 0;
}
input.short {
	width: 35%;
}
select.short {
	width: 36%;
}
input.long, textarea.long, select.long {
	width: 350px;
}
textarea.long {
	height: 200px;
}
input.en, textarea.en {
	width: 320px;
	background-image: url('/includes/languages/english/images/icon.gif');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 30px;
}
input.ja, textarea.ja {
	width: 320px;
	background-image: url('/includes/languages/japanese/images/icon.gif');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 30px;
}



.price-sliders {
	width: 100%;
}
.price-sliders small {
	color: #777;
}
.price-sliders .scheme {
	float: left;
	margin: 10px 0;
}
.price-sliders .model {
	float: left;
	margin: 10px 0;
}

.price-sliders .show {
	float: left;
	margin: 10px 0 10px 10px;
}

.price-sliders .price-input-cell {
	width: 140px;
}
.price-sliders .price-input-cell input.yen {
	background-color: #fff;
	background-image: url(/includes/templates/cbt/images/yen.png);
	background-repeat: no-repeat;
	background-position: 1px 3px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: right;
	font-size: 120%;
	font-weight: bold;
	padding: 3px;
	margin: 5px 0;
	width: 130px;
}
.price-sliders .price-input-cell input.yen.disabled {
	border-color: #ddd;
	background-color: #eee;
	color: #444;
}
.price-sliders .price-description-cell {
	width: 120px;
	padding-top: 7px;
	padding-left: 5px;
}
.price-sliders .price-slider-cell {
	width: 300px;
	padding-top: 7px;
}
.price-sliders .ui-slider, 
.price-sliders .ui-slider-handle {
	border-color: #777 !important;
	background-image: none !important;
}
.price-sliders .ui-slider {
	background-color: #ddd !important;
}
.price-sliders .ui-slider-handle {
	background-color: #eee !important;
}
.price-sliders .price-slider-low-cell {
	width: 20px;
	padding-top: 7px;
}
.price-sliders .price-slider-high-cell {
	width: 40px;
	padding-top: 7px;
}
.price-sliders .price-slider-value-cell {
	width: 30px;
	padding-top: 7px;
}
.price-sliders .price-slider-value-cell .value {
	padding-left: 5px;
	font-size: 120%;
	font-weight: bold;
}
.price-sliders .global span {
	color: #777;
	font-size: 140%;
}

.parameters-source {
	width: 140px;
}
.parameters {
	height: 50px;
}
.parameters label {
	color: #777;
	text-align: center;
	float: left;
	margin: 2px;
}
.parameters input {
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: right;
	padding: 3px;
	margin: 5px;
	width: 70px;
	display: block;
}
.parameters input.yen {
	background-color: #fff;
	background-image: url(/includes/templates/cbt/images/yen.png);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}
.parameters input.percent {
	background-color: #fff;
	background-image: url(/includes/templates/cbt/images/percent.png);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}

.ui-spinner {position: relative; border: 0px solid white; }
.ui-spinner-buttons {position: absolute}
.ui-spinner-button {overflow: hidden}
