/* CSS Document */

/*********************/
/* Thumb News */
/*********************/
div.clearer {
	clear: left;
	line-height: 0;
	height: 0;
}
.news .thumb img {
	float: left;
	margin: 5px;
}


/*********************/
/* SIDEBAR */
/*********************/
.news {
	width: 250px;
	position: relative;
	margin:0;
	margin-left: -5px;
	padding: 0;
	list-style: none;
	font-size: .8em;
}
.newsBorder {
	border-bottom: 1px solid #036 !important;
}
.news p, h3, a:link {
	font-family: Arial, Helvetica, sans-serif;
}
.news ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
.news li {
	display: inline;
}
.news .title {
	font-weight: bold;
	display: block;
	color: #369;
	font-size: 1.2em;
	padding-bottom: 3px;
}
.news a:link {
	text-decoration: none;
	display: block;
	padding: 7px;
	border-bottom: 1px dashed #294E56;
	border-right: 1px solid #046;
	border-left: 1px solid #046;
	color: #999;
	line-height: 110%;
	background-color: #FFF;
}
.news a:link.noborder {
	border-bottom: none;
}
/* hack for IE 6 < to make entire block clickable */
* html .news a:link {
	height: 1px; 
}
.news a:visited {
	text-decoration: none;
	display: block;
	padding: 7px 7px;
	border-bottom: 1px dashed #294E56;
	border-right: 1px solid #046;
	border-left: 1px solid #046;	
	color: #999;
	line-height: 110%;
	background-color: #FFF;
}
.news a:visited.noborder {
	border-bottom: none;
}
.news a:hover {
	color: #036;
	background-color: #CFE5FF;
}
.news a:hover .title {
	color: #600;
}

/*********************/
/* FACEBOOK */
/************* ********/


.facebook {
	position: relative;
	margin: 0 7px 15px 7px;
	padding: 0;
	list-style: none;
	border: none;
}
.facebook p, a:link {
	font-family: Arial, Helvetica, sans-serif;
}
.facebook p {
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline;
	font-weight: bold;
	color: #369;
	font-size: .8em;
}

.facebook a:link {
	text-decoration: none;
	display: block;
	padding: 7px 7px;
	color: #999;
	line-height: 110%;
}
.facebook a:link.noborder {
	border-bottom: none;
}
/* hack for IE 6 < to make entire block clickable */
* html .facebook a:link {
	height: 1px; 
}
.facebook a:visited {
	text-decoration: none;
	display: block;
	padding: 7px 7px;
	color: #999;
	line-height: 110%;
}
.facebook a:visited .noborder {
	border-bottom: none;
}
.facebook a:hover {
	color: #036;
}

.facebook img {
	float: left;
	margin-right: 10px;
}
.facebook .fb {
	border: #FFF 1px solid;
}

.facebook a:hover .fb {
	border: #036 1px solid;
}
.GoodSearch {
	width: 250px;
	height: 90px;
	margin: 10px 0 0 -5px; 
	padding:5px 0;
	text-align:center; 
	font-family:Arial,Helvetica;
	font-size:12px; 
	background: #FFF url(../Images/Thumbs/GoodsearchBg.gif) left top no-repeat;
	/*border: 1px solid #036;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;*/
}