@import url(layout0.css);
#divcomp80612{
	width: 350px;
}

#home-quick-search{
	background-color: #B1000A;
	width: 758px;
	padding: 0 0 0 0px;
	text-align: center;
}
#home-quick-search form{
	width: 758px;
	margin: 0px;
	padding: 5px;
}

#home-quick-search form #home-quick-search-textfield{
	width: 200px;
}

#home-quick-search-go{
	padding: 0px 0 0 0;
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
}

#buy {
	position: relative;
	float: right;
	right: 0;
	background: url(../images/buy_matrix.jpg) 0 -222px no-repeat;
	
}

#buy a span{
}

#buy a{
	text-indent: -9000px;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	height: 222px;
	width: 176px;
	background: url(../images/buy_matrix.jpg) no-repeat;
}

#buy a:hover {
	background: none;
}

#sell {
	position: relative;
	float: right;
	left: 0;
	background: url(../images/sell_matrix.jpg) 0 -222px no-repeat;
	
}

#sell a span{
}

#sell a{
	text-indent: -9000px;
	text-decoration: none;
	display: block;
	height: 222px;
	width: 176px;
	background: url(../images/sell_matrix.jpg) no-repeat;
}

#sell a:hover {
	background: none;
}

