
.qty_finished {
	color: #FF8800;
}

.pointer {
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

.left, .left div {
	text-align: left !important;
	margin-left:0px;
	margin-right:auto;
}
.center, .center div {
	text-align: center !important;
	margin-left:auto; 
	margin-right:auto;
}
.right, .right div {
	text-align: right !important;
	margin-left:auto;
	margin-right:0px;
}
.top, .top div {
	vertical-align: top !important;
}
.middle, .middle div {
	vertical-align: middle !important;
}
.bottom, .bottom div {
	vertical-align: bottom !important;
}

.item_info_container {
	min-width: 600px;
}
.item_info_warning {
	border: 1px solid #F00;
	padding: 5px 10px;
	color: #F33;
	background-color: #FFF;
}
.item_info_note {
	border: 1px solid #F61;
	padding: 5px 10px;
	color: #F61;
	background-color: #FFF;
}
.item_info_info {
	border: 1px solid #0A0;
	padding: 5px 10px;
	color: #090;
	background-color: #FFF;
}
.item_info_text {
}
.item_info_special_price {
	border: 1px solid #F61;
	padding: 5px 10px;
	color: #F61;
	font-size: 12px;
	background-color: #FFF;
}

.ui-datepicker-week-col {
	color: #FFF;
	text-align: center;
	background-color: #F61;
}

.float_left { float: left; }
.clear { clear: both; }
.nowrap { white-space: nowrap; }