.invent_category div,#car  {
  border: 1px solid #bebeb9;
  margin: .2em .1em .2em .1em;
  background: #fafafa;
  color: #25242c;
  cursor:hand;
  cursor:pointer;
  display: table;
  border-spacing:4px;
  font-size:.85em;
}

.invent_category div {
  height: 38px;
}

.invent_category_header  {
  font-size:1.3em;
  height: 50px;
  background: #00BCEF;
  border: 1px solid #bebeb9;
  line-height: 50px;
  color: #fff;
  overflow:hidden;
  text-indent:5px;
  cursor:default;
  text-transform:uppercase;
}

.sml_range_invent  {
  width:99%;
  float:left;  
}

.med_range_invent  {
  width:32.6%; 
  float:left;
}

.lge_range_invent {
  width:24.3%; 
  float:left;
}

.invent_category input  {
  display: table-cell;
  float:right;
  margin-top:6px;
  font-size:14px;
}

.invent_category label  {
  width:85%;
  height:38px;
  display: table-cell; 
  vertical-align: middle;
}

.invent_item	{
	width:52px;
}

.suggest_list {
	display:block;
	width:250px;
	position:absolute;
	border:1px solid #bebeb9;
	border-bottom: 0;
	background:#fff;
	z-index:1000;
	margin:0px;
	padding:0px;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.90;
	/* for Mozilla */
	-moz-opacity:0.90;
	font-size:12px;
	-moz-box-shadow:    3px 4px 3px 1px #eee;
	-webkit-box-shadow: 3px 4px 3px 1px #eee;
	box-shadow:         3px 4px 3px 1px #eee;
	cursor:pointer;
}

.suggestion	{
	clear:both;
	display:block;
}

.sub_suggestion {
	text-indent:4px;
	width:170px;
	overflow:hidden;
	background: #f0f0f2;
	color: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f2 /*{background-start}*/), to( #ebebe9 /*{background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f0f0f2 /*{background-start}*/, #ebebe9 /*{background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient( #f0f0f2 /*{background-start}*/, #ebebe9 /*{background-end}*/); /* FF3.6 */
	background-image: -ms-linear-gradient( #f0f0f2 /*{background-start}*/, #ebebe9 /*{background-end}*/); /* IE10 */
	background-image: -o-linear-gradient( #f0f0f2 /*{background-start}*/, #ebebe9 /*{background-end}*/); /* Opera 11.10+ */
	background-image: linear-gradient( #f0f0f2 /*{background-start}*/, #ebebe9 /*{background-end}*/);
}

.state_suggestion {
	width:40px;
	background:#000000;
	color:#fff;
	text-align:center;
}

.post_suggestion {
	width:35px;
	background: #00BCEF;
	color:#fff;
	text-align:center;
}

.suggestion div	{
	display:block;
	float:left;
	line-height:2;
	border-bottom:1px solid #bebeb9;
	border-top:1px solid #fff;
}

.sub_highlight {
  font-weight:bold;
  background: #00BCEF;
  color: #fff;
}

.strong,.good,.weak	{
	text-transform:uppercase;
	font-weight:bold;
}

.strong  {
	background:#92c549;
	color:#fff;
	text-align:center;
	max-width:254px;
}

.good  {
	background:#f68400;;
	color:#fff;
	text-align:center;
	max-width:254px;
}

.weak  {
	background:#00BCEF;
	color:#fff;
	text-align:center;
	max-width:254px;
}

.icoset {
  display: inline-block;
  background: url('/images/icosprite.png');
  background-repeat: no-repeat;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
  /* Retina-specific stuff here */
  
	.icoset {
	  background: rgba(0,0,0,0) url('/images/icosprite.svg');
	}
	
}

#invent_icos .icoset,#right_panel .icoset,#invent_info .icoset   {
  width: 49px;
  height: 42px;
  margin: 2px 0px 2px 0px;
  cursor:hand;
  cursor:pointer;
}

#dining_ico  {
  background-position: -5px -5px;
}

#lounge_ico  {
  background-position: -55px -5px;
}
#bedroom_ico  {
  background-position: -105px -5px;
}
#office_ico  {
  background-position: -155px -5px;
}
#electrical_ico  {
  background-position: -205px -5px;
}
#outdoor_ico  {
  background-position: -255px -5px;
}
#box_ico  {
  background-position: -305px -5px;
}
#storage_ico  {
  background-position: -355px -5px;
}


.dot {
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:6px;
  background-color:#cccccc;
  margin: 0px 2px 0px 0px;
}

.cat_dots {
  height:16px;
  text-align:center;
} 
.dining_dot  {
  background-color:#D40E52;
}
.lounge_dot  {
  background-color:#FF7300;
}
.elec_dot  {
  background-color:#00BCEF;
}
.bed_dot,.storage_dot  {
  background-color:#7F2B82;
}
.office_dot  {
  background-color:#16A79D;
}
.box_dot  {
  background-color:#25242C;
}
.outdoor_dot  {
  background-color:#FCDF15;
}
