/**
 * facts.css
 */

#facts {
}

#feature {
 height: 200px;
 width: 740px;
}
#feature a {
 display: block;
 height: 0;
 overflow: hidden;
 padding-top: 200px;
 width: 740px;
}

.feature_usefulcig { background: url(images/states/useful_idle.jpg) no-repeat;}
.feature_usefulcig a { 			background: url(images/states/useful_idle.jpg) no-repeat; }
.feature_usefulcig a:hover { 	background: url(images/states/Useful_over.jpg) no-repeat; }

.feature_urea { background: url(images/states/Urea_idle.jpg) no-repeat; }
.feature_urea a { 		background: url(images/states/Urea_idle.jpg) no-repeat; }
.feature_urea a:hover { background: url(images/states/Urea_Over.jpg) no-repeat; }

.feature_hidden { background: url(images/states/hidden_idle.jpg) no-repeat; }
.feature_hidden a {  		background: url(images/states/hidden_idle.jpg) no-repeat; }
.feature_hidden a:hover { 	background: url(images/states/hidden_over.jpg) no-repeat; }

#sortfacts {
 background: #3b3b3b;
 margin: 10px 0;
 padding: 10px 20px;
 width: 220px;
 white-space: nowrap;
}
#sortfacts_select {
 margin: 0 5px;
 width: auto;
 min-width: 0;
}
#sortfacts_select option {
 padding-right: 1em;
}

#facts_container {
 height: 400px;
 overflow: auto;
}

#facts_list {
 background: #b3b3b3;
 color: #000;
 font-family: Arial, sans-serif;
 list-style: none;
 margin: 0;
 padding: 0;
}
#facts_list>li {
 clear: both;
 overflow: hidden;
 padding: 10px 0;
}
#facts_list li.odd {
 background: #808080;
}

.fact_number {
 display: inline; 
 float: left;
 font-size: 18px;
 font-weight: 700;
 margin: 0 0.5em 0 0;
 text-align: right;
 width: 54px;
}
.fact_text {
 display: inline;
 float: left;
 font-size: 12px;
 margin: 5px 0 5px 5px;
 width: 560px;
}
.fact_icons {
 display: inline;
 float: left;
 margin: 0 20px;
 overflow: hidden;
}
.fact_icons .icon {
 display: inline;
 float: left;
 margin-right: 6px;
}
.fact_details {
 clear: both;
 color: #fff;
 display: none;
 font-size: 10px;
 font-weight: 700;
 list-style: none;
 margin: 0 0 0 66px;
 padding: 0;
 width: 560px;
}
#facts_buttons {
 margin: 20px 10px 20px 470px;
 overflow: hidden;
 width: 300px;
}
#facts .button {
 margin: 10px 5px;
}
