#grinder-finder {
	width:100%;
	font-family: Helvetica, Arial;
}

#unsupported-browser {
	background: transparent url(../images/grinderfinder/unsupported.gif) no-repeat;
	width:1020px;
	height:682px;
}


#unsupported-browser div{
	background-color: #eee;
	width:400px;
	margin:200px auto 0 auto;
	font-size:15px;
	font-weight: bold;
	padding:20px;
}

#unsupported-browser h3 {
	margin-bottom: 1em;
}

#unsupported-browser li {
	line-height: 20px;
}


/* Grinder filters */

#grinder-filters {
	background: transparent url(../images/grinderfinder/filter-bg.jpg) 0 0 repeat-x;
	height:63px;
	padding:40px 45px;
	margin-bottom:30px;
	position: relative;
} 

#grinder-filters h4{
	color:black;
} 

.filter-group {
	position:relative;
	padding-top:20px;
	float:left;
}

.filter-column {
	float:left;
	margin-right:16px;
}

.filter-column ul {
	margin:0px;
	padding: 0px;
}

.filter-column li{
	margin: 5px 0 10px 0px;
	list-style-type:none;
	text-transform: uppercase;
	font-size: 11px;
	
}

.filter-column input{
	margin-right:5px;
	padding:0;
	height:13px;
	width:13px;
}
.categoryCheckbox{
	position:absolute;
	top:5px;
	left:40px;
}
.categoryCheckbox .categoriesDos{
	padding: 10px 0 0 10px;
	margin-bottom: 10px;
	width: 150px;
	border: 1px solid #ddd;
}
.categoryCheckbox .categoriesDos h4{
	font-size: 100%;
}
.capcityCheckbox{
	background-color:white;
	padding:36px 20px 5px 17px;
	position:absolute;
	top:0;
	left:630px;
	width: 308px;
}
.capcityCheckbox .filter-column{
	margin-right:4px;
}
.capcityCheckbox li{
	width:98px;
}
.grindTypeCheckbox{
	position:absolute;
	top:16px;
	left:260px;
}
.grindTypeCheckbox li{
	margin: 5px 0 15px 0px;
}
.grindTypeCheckbox .filter-column{
	margin-right:32px;
}

.grind-type-li 
{	
	background: transparent url(../images/grinderfinder/ultrafine-swatch.gif) no-repeat 17px 2px;
	height:20px;
	color:#999;
}

#espresso-type {
	background-image: url(../images/grinderfinder/espresso-swatch.gif);
} 

#filter-type {
	background-image: url(../images/grinderfinder/filter-swatch.gif);
}

#soluble-type {
	background-image: url(../images/grinderfinder/soluble-swatch.gif);
}

.grind-type-li input
{
	float:left;
	margin-right:20px;
} 

.grind-type-li span
{
	width:106px;
	display: block;
	float:left;
} 

.grind-type-li span span
{
	color:black;
} 






/* Grinder display */

#grinder-display {
	width:934px;
	background: white url(../images/grinderfinder/gf_lines.gif);
	position:relative;	
	padding-top: 30px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Helvetica, Arial;
	padding-bottom: 50px;
	margin:0 auto;
}

#labels {
	position:absolute;
	top:0px;
	left:0px;
}

#labels span{
	font-weight: bold;
	font-size:140%;
	display: block;
}

#labels span a{
	border-bottom: 1px solid #9f4b00;
}

.markers-top {
	
	padding-top:15px;
	padding-bottom:3px;
	top:0px;
}

.markers-bottom {
	
	padding-top:3px;
	padding-bottom:15px;
	bottom:0px;
}


.markers {
	background-color: white;
	position:absolute;
	left:83px;
	font-size:11px;
}

.markers div {
	float:left;
	width:35px;
	margin-right:67px;
	text-align: right;
}

.markers .mark-8{
	margin-right:0px;
}

.section {
	background: transparent url(../images/grinderfinder/section-trans-bg.png);
	margin-top: 20px;
	position: relative;
	padding:15px 0 7px 115px;
	cursor:pointer;
}

.section-title{
	font-size: 12px;
	color:black;
	font-weight: bold;
	width:100px;
	position:absolute;
	top:5px;
	left:0px;
}

.grinder {
	background-color: white;
	margin-bottom: 8px;
	line-height: 9px;
	height:8px;
	position:relative;
}

.no-grinders-found {
	margin-bottom: 8px;
	line-height: 9px;
	height:8px;
	color:#aaa;
}


.name {
	float:left;
	margin:0 7px;
	position:absolute;
	top: 0;
	cursor:pointer;
}

.name:hover {
	color:black;
	font-weight:bold;	
}

.segments {
	position:absolute;
}

.segment {
	height:8px;
	float:left;
}

div.ultrafine{
	background-color: #4F151C;
}
div.espresso {
	background-color: #E23B33;
}

div.filter {
	background-color: #F5BF2B;
}

div.soluble {
	background-color: #C37853;
}
