/* CSS Document */
#footerLinks {
	position: absolute;
	top:620px;
	width: 100%; 
	padding-bottom: 10px; 
	color: #FFEB99; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-align: center;
}
#footerLinks ul {
	margin: 0px; 
	padding: 2px;
}
#footerLinks li {
	display: inline; 
	padding: 0px
}
#footerLinks li a:link,
#footerLinks li a:visited {
	color: #FFEB99;
	text-decoration: none;
}
#footerLinks li a:hover,
#footerLinks li a:focus,
#footerLinks li a:active {
	color: #FFEB99;
	text-decoration: underline;
}
#pirces2008 {
	width: 150px;
	height: 140px;
	position: absolute;
	top: 68px;
	left: 0px;
}
table.list {
		/*border-collapse: collapse;*/
		border-top: 1px solid #666666;
		border-left: 1px solid #666666;
		margin: 5px 0;
		}

table.list tr th {
		border-bottom: 1px solid #666666;
		border-right: 1px solid #666666;
		font-family: verdana, arial, sans-serif;
		font-size: 13px;
		background-color: #FFEFEF;
		color: #636363;
		padding: 3px;
		text-align:left;
		}

table.list tr th em {
		font-size: 12px;
		font-weight:normal;
}


table.list tr th.small{
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #636363;
		}

table.list tr td {
		border-bottom: 1px solid #666666;
		border-right: 1px solid #666666;	
		padding: 3px;
		}

table.list tbody tr.odd td {
		background-color: #ffffff;
		}

table.list tbody tr.hover td {
		background-color: #e9e9e9;
		}
table.list tr td a:link,
table.list tr td a:visited {
		text-decoration: none;
		}

.specialOffer {background-color: #FFEFEF;border:1px solid #666666;padding:10px;width:620px;}
.specialOffer span {font-size:13px;}