body {
	background:#ddeef6;
	background:#c0deed;
	margin:0;
	padding:0;
	font:13px/16px "Lucida Grande",Arial,Sans-serif;
	color:#789;
	color:#333333;
}
	
a {
	color: #2277D2;
}

a.noul {
	text-decoration: none;
}

a img {
	border: none;
}
	
#container {	
	width:780px; 
	margin:0 auto;
}

#header {
	background:#5FA1C2 url("images/headertop.gif") no-repeat;
	position: relative;
	height: 100px;
	margin: 10px 0 0;
}

#logo {
	position: absolute;
	top: 20px;
	left: 15px;
}

#search {
	position: absolute;
	top: 20px;
	left: 200px;
	width:526px;
}
#search span.definition {
	color: #ffffff; 
	font-family: "Trebuchet MS";
	float: left;
	padding: 0 5px 5px; 
}

#search span.definition b {color: #000000;}

#search input.query {
	float: left;
	width: 430px;
	height:26px;
	border: 1px solid #999999;
	font-size:20px;
	padding:4px;
}

#search input.submit {
	width: 87px;
	height: 36px;
	float:right;
	margin:0 0 0 -1px;
}

#resultbar {
	background-color: #002233;
	height: 15px;
}

#main {
	background-color: #ffffff;
	float: left;
	width: 100%;
}

#content {
	float: left;
	width:520px;
	min-height:300px;
	padding: 20px 20px 40px 20px;
}


#sidebar {
	float:right;
	width:200px;
	padding: 20px 20px 20px 0;
}

#footer {
	margin: 10px 0;
	min-height: 30px;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	width: 100%;
}

#footer div.footerleft {
	float: left;
	width: 25%;
	padding: 0 10px;
}
#footer  div.footerlinks {
	float: right;
	font-size: 10px;
	color: #666666;
	width: 25%;
	text-align: right;
	padding: 0 10px;
}
#footer  div.footerlinks a {
	color: #666666;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom:1px dotted #D2DADA;
}


div.result {
	float: left;
	width: 100%;
	clear: both;
	margin: 10px 0 0 0;
}

div.result div.source {
	float: left;
	width: 100px;
	height: 50px;
	border: 1px solid #EEEEBB;
	text-align: center;
}

div.result div.count {
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #EEEEBB;
	background-color: #FFFFCC;
	text-align: center;
	color: #333333;
	text-decoration: none;
}

div.result div.count span.num{
	font-size: 15px;
	font-weight: bold;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin:10px 0 5px;
}
div.result div.count span.items {
	float: left;
	font-size: 11px;
	font-weight: normal;
	clear: both;
	width: 100%;
	text-align: center;
}

div.result div.info {
	float: left;
	width: 366px;
	height: 51px;
	border-bottom:1px solid #F0F0F0;
	
}

div.result div.info span {
	float:left;
	padding:8px 5px 5px 15px;
	color: #333333;
	width: 250px;
}
div.result div.info span b {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #2277D2;
}

div.result div.info img.view {
	float: right;
	margin: 8px 8px 0 0;
	width: 87px;
	height: 35px;
	background: url("images/view.gif") no-repeat;
}

div.result:hover div.info img.view{
	background: url("images/viewactive.gif") no-repeat;
}


div.result:hover  div.info {
	background-color: #f0f0f0;
}



div.results {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}







div.itemresult {
	float: left;
	width: 100%;
	clear: both;
	margin: 10px 0 0 0;
}

div.itemresult div.thumb {
	float: left;
	width: 50px;
	height: 50px;
	border-bottom: 1px solid #f0f0f0;
	text-align: center;
}
div.itemresult div.thumb  img {
	width: 50px;
	height: 50px;
}

div.itemresult div.info {
	float: left;
	width: 470px;
	height: 50px;
	border-bottom:1px solid #F0F0F0;	
}

div.itemresult div.info span {
	float:left;
	width: 335px;
	padding:6px 5px 5px 15px;
}

div.itemresult div.info img.view {
	float: right;
	margin: 8px 8px 0 0;
	width: 87px;
	height: 35px;
	background: url("images/view.gif") no-repeat;
}

div.itemresult:hover div.info img.view{
	background: url("images/viewactive.gif") no-repeat;
}

div.itemresult:hover  div.info {
	background-color: #FFFFCC;
}

div.itemresult div.info span {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: underline;
}

div.more {
	float: left;
	margin: 10px 0;
	width: 510px;
	height: 35px;
	background: url("images/more.gif") no-repeat;
}
div.more:hover {
	background: url("images/moreactive.gif") no-repeat;
}
