#left_content {
	position: absolute;
}

#collection_label {
	position: absolute;
	background: transparent top center;
	top: 10px;
	left: 25px;
	width: 205px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	cursor: pointer;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
	z-index: 22;
}

#colors {
	position: absolute;
	background: transparent center center;
	top: 80px;
	left: 0px;
	width: 100%;/*95%;*/
	min-height: 375px;
	margin: 0 auto;
	padding-left: 28px;/*5%;*/
	border: 0px none;
	z-index: 2;
}

#chips {
	position: relative;
	background: transparent;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 3;
	-webkit-overflow-scrolling:touch;
}

#demobox {
	position: relative;
	background: transparent top center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 82%;
	height: 297px;
	min-height: 297px;
	padding: 0px;
	margin-left: -1px;
	border: 0px none;
}

.demochip, .externchip {
	position: relative;
	background: transparent bottom left;
	top: 0px;
	left: 0px;
	border: 0px none;
	font-family: Verdana, sans-serif;
	font-size: 6.5pt;
	text-align: left;
	color: #737373;
	font-weight: normal;
	overflow: hidden;
	float: left;
}
.nochip {
	position: relative;
	background: transparent bottom left;
	top: 0px;
	left: 0px;
	font-family: Verdana, sans-serif;
	font-size: 6.5pt;
	text-align: left;
	color: #ff0000;
	font-weight: normal;
	overflow: hidden;
	float: left;
}

#infobox2 {
	position: relative;
	background: transparent top center;
	top: 15px;
	left: 0px;
	width: 190px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	vertical-align: top;
}

.stealth {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #ffffff;
	font-weight: normal;
	visibility: hidden;
}

#hbzw {
	position: absolute;
	left: 89px;
	display: inline-block;
	padding: 0px 25px 0px 5px;
	background: #464646 url(../images/btt_hbzw_0.png) no-repeat right center;
	font-size: 9px;
	border: 1px solid #bebebe;
	height: 23px;
	width: 50px;
	line-height: 23px;
	vertical-align: middle;
	color: #bebebe;
	margin: 0px;
	margin-left: 15px;
	cursor: pointer;
}

#hbzw_span {
	line-height: 25px;
}

#hbzw_span input, #hbzw_span div {
	height: 25px;
	border: 1px solid #000;
	margin: 5px;
	padding: 0px;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	text-align: center;
}

#hbzw_reset, #hbzw_close {
	display: inline-block;
	background-color: #464646;
	cursor: pointer;
	color: #bebebe;
}

#hbzw_reset {
	width: 75px;
}

#hbzw_close {
	width: 25px;
}

#hbzw_pop {
	background-color: #fff;
	width: 250px;
	text-align: center;
	background-color: #c0c0c0;
	border: 1px solid #000;
	position: absolute;
	top: 0px;
	z-index:99;
}

#hbzw_min, #hbzw_max {
	width: 45px;
}

#hbzw_pop .ui-slider {
	position: relative;
	text-align: left;
}

#hbzw_pop .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
}

#hbzw_pop .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
#hbzw_pop .ui-slider.ui-state-disabled .ui-slider-handle, #hbzw_pop .ui-slider.ui-state-disabled .ui-slider-range
	{
	filter: inherit;
}

#hbzw_pop .ui-slider-horizontal {
	height: .8em;
}

#hbzw_pop .ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

#hbzw_pop .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

#hbzw_pop .ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

#hbzw_pop .ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

#hbzw_pop .ui-slider-vertical {
	width: .8em;
	height: 100px;
}

#hbzw_pop .ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

#hbzw_pop .ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

#hbzw_pop .ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

#hbzw_pop .ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/* Corner radius */
#hbzw_pop .ui-corner-all, #hbzw_pop .ui-corner-top, #hbzw_pop .ui-corner-left,
	#hbzw_pop .ui-corner-tl {
	border-top-left-radius: 4px;
}

#hbzw_pop .ui-corner-all, #hbzw_pop .ui-corner-top, #hbzw_pop .ui-corner-right,
	#hbzw_pop .ui-corner-tr {
	border-top-right-radius: 4px;
}

#hbzw_pop .ui-corner-all, #hbzw_pop .ui-corner-bottom, #hbzw_pop .ui-corner-left,
	#hbzw_pop .ui-corner-bl {
	border-bottom-left-radius: 4px;
}

#hbzw_pop .ui-corner-all, #hbzw_pop .ui-corner-bottom, #hbzw_pop .ui-corner-right,
	#hbzw_pop .ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Component containers */
#hbzw_pop .ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}

#hbzw_pop .ui-widget .ui-widget {
	font-size: 1em;
}

#hbzw_pop .ui-widget input, #hbzw_pop .ui-widget select, #hbzw_pop .ui-widget textarea,
	#hbzw_pop .ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

#hbzw_pop .ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff
		url(smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50%
		repeat-x;
	color: #222222;
}

#hbzw_pop .ui-widget-content a {
	color: #222222;
}

#hbzw_pop .ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc
		url(smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50%
		50% repeat-x;
	color: #222222;
	font-weight: bold;
}

#hbzw_pop .ui-widget-header a {
	color: #222222;
}

/* Interaction states */
#hbzw_pop .ui-state-default, #hbzw_pop .ui-widget-content .ui-state-default,
	#hbzw_pop .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6
		url(smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50%
		repeat-x;
	font-weight: normal;
	color: #555555;
}

#hbzw_pop .ui-state-default a, #hbzw_pop .ui-state-default a:link,
	#hbzw_pop .ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}

#hbzw_pop .ui-state-hover, #hbzw_pop .ui-widget-content .ui-state-hover,
	#hbzw_pop .ui-widget-header .ui-state-hover, #hbzw_pop .ui-state-focus,
	#hbzw_pop .ui-widget-content .ui-state-focus, #hbzw_pop .ui-widget-header .ui-state-focus
	{
	border: 1px solid #999999;
	background: #dadada
		url(smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50%
		repeat-x;
	font-weight: normal;
	color: #212121;
}

#hbzw_pop .ui-state-hover a, #hbzw_pop .ui-state-hover a:hover,
	#hbzw_pop .ui-state-hover a:link, #hbzw_pop .ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}

#hbzw_pop .ui-state-active, #hbzw_pop .ui-widget-content .ui-state-active,
	#hbzw_pop .ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff
		url(smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50%
		repeat-x;
	font-weight: normal;
	color: #212121;
}

#hbzw_pop .ui-state-active a, #hbzw_pop .ui-state-active a:link,
	#hbzw_pop .ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

#ccp_search {
	position: absolute;
	left: 60px;
	bottom: 53px;
	height: 21px;
	border: 0;
	background: #464646 no-repeat center center;
	padding: 2px 25px;
	margin-top: 4px;
	width: 101px;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	color: #bebebe;
	display:block;
}

#ccp_search_clear {
	width: 23px;
	height: 23px;
	position: absolute;
	top: 1px;
	right: 1px;
	background: #464646 url(../images/btt_close_0.png) no-repeat center
		right;
	cursor: pointer;
}

#ccp_btns {
	position: absolute;
	top: 58px;
	height: 36px;
}

#ccp_search_go {
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url(../images/lupe.png) no-repeat center;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

#ccp_search_val {
	position: absolute;
	top: 0px;
	left: 25px;
	background: transparent left center;
	width: 90px;
	border: 0px none;
	padding: 4px 1px;
	color: #fff;
}

#ccp_dice {
	position: absolute;
	top: 0px;
	left: 35px;
	width: 36px;
	height: 36px;
	background-image: url(../images/btt_roll_dice.png);
	display: inline-block;
	cursor: pointer;
}

#ccp_harmony {
	position: absolute;
	top: 0px;
	left: 75px;
	width: 105px;
	height: 30px;
	background-image: url(../images/btt_apply_concept.png);
	display: inline-block;
	padding: 3px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	line-height: 15px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.pagal {
	background-color: transparent;
	width: 25px;
	height: 16px;
	margin: 5px;
	padding: 5px;
	border: 0px none;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	font-weight: normal;
}

#infolayer {
	position: relative;
	background: #ffffff;
	left: 0px;
	width: 155px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	z-index: 29;
}

#infobox3 {
	position: absolute;
	background: transparent;
	top: 10px;
	left: 20px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	z-index: 31;
}

#infopict {
	position: relative;
	background: transparent top center;
	width: 150px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

.mat_pict {
	position: relative;
	background: transparent top center;
	width: 25px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	float: left;
}

#mous_info {
	position: absolute;
	background: transparent;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	text-align: left;
	visibility: hidden;
}

#slider {
	width: 215px;
	margin: 10px 15px;
}

.hidden {
	display: none;
}