/* CSS Document */

img.titleImg {
	margin-bottom: 8px;
	}

div#search {
	width: 200px;
	float: left;
	}
	
div#content {
	width: 550px;
	float: right;
	}
	
p.text {
	font-size: 12px;
	font-weight: bold;
	color: #31983A;
	margin-bottom: 8px;
	}

div#content table a:link {
	text-decoration: underline;
	color: #FF0000;
	}
div#content table a:hover {
	text-decoration: none;
	color: #FF0000;	
	}
div#content table a:visited {
	color: #FF0000;	
	}
div#content table span {
	color: #000;
	}
		
div#content table {
	font-size: 12px;
	text-align: center;
	padding: 0px;
	font-family: Arial, Helvetica;
	margin-bottom: 16px;
	}	
div#content table td {
	padding: 3px;
	}
div#content table#list {
	border-left: #CCCCCC 1px solid;
	}
	div#content table img {
	border: none;
	}
	div#content table#list td {
	border-bottom: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	}
	
div#content table#list th {
	height: 34px;
	background: url(img/tableHead.jpg) top left;
	font-size: 16px;
	color: #fff;
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	}

div#content table#deals th {
	border-bottom: #CCCCCC dotted 1px ;
	padding: 5px 0;
	font-size: 10px;
	}
div#content table#deals td {
	border-bottom: #CCCCCC dotted 1px ;
	padding: 5px 0;
	}	

div#content table#deals {
	text-align: left;
	}	
div#content table#deals p {
	margin: 0;
	}
	div#content table#deals p a:link {
	color: #000000;
	}
	div#content table#deals p a:visited {
	color: #000000;
	}

	div#content table#deals a:link span {
	color: #FF0000;
	font-weight: bold;
	}
	div#content table#deals a:visited span {
	color: #FF0000;
	font-weight: bold;
	}
	