html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	
	margin-top: 25px;
}

#topBar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	
	border-bottom: 1px solid #DEDEDE;
	
	background: #f0f0f0;
	
	height: 20px;
	line-height: 20px;
}

#topBar .languages {
	float: right;
	margin-right: 10px;
}

#topBar .languages li {
	float: left;
	padding: 0 2px;
}

#header {
	width: 960px;
	margin: 0 auto;
}

#header h1 {
	font-size: 24px;
}

#searchForm, #results {
	width: 960px;
	margin: 0 auto;
	
	padding: 10px 0;
}

h3 {
	font-size: 16px;
	
	padding-bottom: 5px;
}

#searchForm fieldset {
	padding-bottom: 10px;
}

#searchForm .keywords {
	height: 40px;
}

#searchForm .search {
	float: left;
	width: 790px;
	
	height: 25px;
	
	padding: 7px 4px 4px 4px;
	
	font-size: 18px;
	font-weight: bold;
	color: #ABABAB;
	
	border-color: #DEDEDE;
	border-style: solid;
	border-width: 2px;
	
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	
	border-right: none;
}

#searchForm .submit {
	float: right;
	width: 160px;
	
	height: 40px;
	
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #999999;
	
	background: #f0f0f0;
	
	border-color: #DEDEDE;
	border-style: solid;
	border-width: 2px;
	
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	
	border-left: none;
}

#searchForm .extensions dt {
	float: left;
	padding-left: 3px;
	line-height: 20px;
} 

#searchForm .extensions dd {
	float: left;
	padding-right: 3px;
	line-height: 20px;
} 

#searchForm .suggestions li {
	float: left;
	margin: 3px;
	
	height: 26px;
}  

#searchForm .suggestions span {
	padding: 6px;
	
	height: 16px;
	line-height: 16px;
	
	font-weight: bold;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	cursor: pointer;
} 

#searchForm .suggestions span:hover {
	background: #F0F0F0;
	border: 1px solid #DEDEDE;
	padding: 5px;
} 

#searchForm .suggestions span:hover.active,#searchForm .suggestions .active {
	background: #E0E0E0;
	border: 1px solid #CDCDCD;
	padding: 5px;
} 

#loadingSuggestions {
	text-align: center;
}

#results dt {
	background: #E0E0E0;
	
	padding: 5px;
	
	height: 16px;
	line-height: 16px;
	
	font-weight: bold;
	
	border-color: #DEDEDE;
	border-style: solid;
	border-width: 1px;
	
	border-bottom: none;
	
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

#results dt span {
	float: right;
}

#results dd {
	background: #F0F0F0;
	
	padding: 10px;
	
	border-color: #DEDEDE;
	border-style: solid;
	border-width: 1px;
	
	border-top: none;
	
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-bottom-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	
	margin-bottom: 10px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	
	padding: 10px 0;
}

.adsense {
	text-align: center;
}