/**
 * market.css
 *
 * Developed by Victor Parmar for www.lesaffaires.com
 *
 *
 */

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
} 

body {
	background: #ffffff url('market_background.gif') no-repeat top left;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#toplink {
	width: 300px;
	height: 40px;
	display: block;
	cursor: hand;
}

#blglink {
	width: 300px;
	height: 92px;
	display: block;
	cursor: hand;
}

#feed {
	margin-top: 20px;
	margin-left: 20px;
	width: 260px;
	height: 329px;
}

.feed_item {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000000;
}

.feed_link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#feed_first_item {
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000000;
}

#feed_last_item {
	padding-top: 10px;
}

#feed_original_link {
	padding-top: 5px;
	text-align: right;
}

#adspace {
	margin-left: 10px;
	width: 260px;
	height: 100px;
}

