/* handle */

div.bubble-wrapper {
	width:100%;
	height:26px;
	position:fixed;
	bottom:43px;
	z-index:8;
	font-size:14px;
	font-weight:bold;
}

div.bubble {
	margin:0 auto 0 auto;
	width:30px;
	cursor:pointer;
}

div.bubble img {
	position:absolute;
	z-index:1;
}

div.bubble div.number {
	position:absolute;
	z-index:1;
}

#number_of_jobs {
	position:absolute;
	width:30px;
	text-align:center;
	z-index:2;
	margin-top:5px;
}

/* shop */
#tasks {
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	bottom:0;
}

#tasks_wrapper {
	position: absolute;
	left:50%;
	bottom:50%;
	width:975px;
	height:575px;
	margin-left: -488px;
	margin-bottom: -288px;
	background-color:rgb(250,250,250);
	border: 5px solid rgb(160,160,160);
	z-index:20;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#tasks_wrapper div.closeButton {
	position:absolute;
	left:-15px;
	top:-15px;
	cursor:pointer;
	z-index:10000;
}

/* task */

div.task {
	width: 150px;
	background-color: rgb(224,224,224);
	height: 100%;
	border-right: 2px solid #FFF;
	float: left;
	position:relative;
	padding-left:5px;
}

div.task div.tooltipImage {
	position:absolute;
	left:0px;
	top:0px;
}

div.task div.title {
	position:absolute;
	top:2px;
	width: 155px;
	font-size: 18px;
	text-align: center;
}

div.task div.row-wrapper {
	position:absolute;
	border-top: 1px solid #FFF;
	width:140px;
}

div.task div.my-options {
	position:absolute;
	width:140px;
}

div.task div.all-options {
	position:absolute;
	width:220px;
	top:100px;
	left:148px;
	min-height:120px;
	border: 5px solid #666;
	background-color: #FFF;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div.task div.all-options div.snip {
	position:absolute;
	width:10px;
	height:20px;
	left:-15px;
	top:83px;
	background-image: url(/images/bulckens/snip.png);
}

div.task div.option {
	position:relative;
	width:216px;
	padding: 2px;
	margin-bottom:2px;
	background-color: #ddd;
	font-size: 11px;
  color: #333;
}

div.task div.combo-option {
  color: #400A21;
}

div.task div.option div.productinfowrapper {
  padding: 5px 0;
}

div.task div.option div.productinfo {
  font-size: 95%;
  padding-top: 2px;
  padding-bottom: 2px;
  height:1em;
}

div.task div.option div.productinfo p.label {
  float: left;
  width:55px;
  font-weight: bold;
}

div.task .combo {
	font-weight: bold;
	color: #9C1951;
}

div.task div.option-title {
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF;
	text-align:center;
}

div.task div.option-open {
	position:absolute;
	right:-9px;
	top:3px;
	cursor: pointer;
}

div.task div.my-options {
	max-height:140px;
	overflow:hidden;
}

div.task div.my-options p {
	margin: 0;
	padding: 0;
	margin-bottom:3px;
	font-size: 10px;
}

div.row-wrapper div.amount {
	position:absolute;
	right:0px;
	font-size: 12px;
	padding-top:5px;
}

div.row-wrapper div.price {
	position:absolute;
	right:0px;
	font-size: 12px;
	padding-top:5px;
}

div.row-wrapper input {
	position:absolute;
	top:2px;
	right:30px;
	width:50px;
	height:14px;
	font-size: 12px;
	color: #666;
	font-family: Trebuchet MS, sans-serif;
	text-align:right;
}

div.row-wrapper textarea {
	position:absolute;
	top:22px;
	left:0;
	width:140px;
	height:42px;
	font-size: 11px;
	color: #333;
	font-family: Trebuchet MS, sans-serif;
	resize: none;
	z-index:2;
}

div.row-wrapper div.user-text {
	position:absolute;
	top:22px;
	left:0;
	width:140px;
	height:42px;
	font-size: 11px;
	color: #333;
	font-family: Trebuchet MS, sans-serif;
	overflow:hidden;
}

div.row-wrapper div.label {
	position:absolute;
	left:0px;
	font-size: 12px;
	padding-top:5px;
	font-weight:bold;
	color: #999;
}

div.task div.productName {
	position:absolute;
	top:150px;
	height:30px;
	width:145px;
	color:rgb(60,60,60);
	font-weight:bold;
	font-size:11px;
}
div.task span.combo-name {
  cursor: help;
}

div.task div.destroyButton {
	position:absolute;
	right:2px;
	top:2px;
	cursor:pointer;
	z-index:2;
}

div.task div.button {
	position:absolute;
	left:5px;
	padding-top: 5px;
	text-align: center;
	cursor:pointer;
	z-index:2;
	border-top: 1px solid #FFF;
	width:140px;
}

/* combos */

div.combo-task {
	background-color:#F2F2F2;
	padding: 0;
	width:155px;
}

div.combo-task div.container {
  position: relative;
	top:30px;
	padding-left: 5px;
	height:515px;
}

/* background lines */

div.lines {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

div.lines div.line {
	position:relative;
	float:left;
	width:155px;
	height:100%;
	border-right: 1px solid #CCC;
}

/* task closed */

div.task-closed {
	width: 60px;
	background-color: rgb(224,224,224);
	height: 100%;
	border-right: 2px solid #FFF;
	float: left;
	position:relative;
	padding-left:5px;
}

div.task-closed div.title {
	position:absolute;
	top:10px;
	width:55px;
	font-size: 16px;
	text-align: center;
}

div.task-closed div.show-button {
	position:absolute;
	top:50px;
	width:55px;
	text-align: center;
	cursor: pointer;
}

/* right info panel */

div.info {
	position:relative;
	float:right;
	width:140px;
	height:555px;
	background-color: #FFF;
	padding: 10px;
	border-left: 5px solid rgb(160,160,160);
}

div.info img.steps {
  position:absolute;
  top:-5px;
  left:0;
}

div.info div.title {
	width:100%;
	font-size: 16px;
	color: #666;
	text-align: center;
	position:relative;
  top:17px;
  left:0;
  font-weight: bold;
}

div.info p {
  position:relative;
  left:0;
	margin: 0;
}

div.info p.name {
  position:relative;
  left:0;
	margin-top:15px;
	margin-bottom:5px;
	font-weight: bold;
}

div.row-wrapper div.label {
	position:absolute;
	left:0px;
	font-size: 12px;
	padding-top:5px;
	font-weight:bold;
	color: #333;
}

div.row-wrapper div.price {
	position:absolute;
	right:0px;
	font-size: 12px;
	padding-top:5px;
}

div.info div.row-wrapper {
	border-top: 1px solid #CCC;
}

div.info img.next-button {
	position:absolute;
	left:6px;
	bottom:5px;
	cursor:pointer;
}

