div.intro-boxes {
	float: left;
	width: 340px;
	height: 127px;
}

div#buy-models {
	background: url('../../images/buy-models-bg.gif') no-repeat;
}

div#sell-models {
	margin-left: 7px;
	background: url('../../images/sell-models-bg.gif') no-repeat;
}

a.selling {
	background: url('../../images/click-to-sell2.gif') no-repeat;
}

a.selling {
	display: block;
	width: 174px;
	height: 23px;
	margin: 10px 0 0 15px;
	text-indent: -1000px;
	background: url('../../images/click-to-sell.gif') no-repeat;
}

a.selling:hover {
	background: url('../../images/click-to-sell2.gif') no-repeat;
}

div.intro-boxes ul {
	margin-top: 40px;
	font-size: 10px; 
}

#content div.intro-boxes ul li {
	margin-left: 29px;
	list-style-type: disc;
	color: #C6C7C8;
}

div.intro-boxes form#search {
	width: 140px;
	margin-left: 15px;	
}

form#search input#search-query {
	width: 136px;
	height: 22px;
	border:none;
	padding: 4px 0 0 36px;
	margin-top: 8px;
	color: #808185;
	font-size: 11px;
	background: url('../../images/search1.jpg') no-repeat;
}

form#search input#search-query:focus {
	outline: 0;
}

/* product list */
div.latest-models {
	clear: both;
	height: 337px;
	width: 687px;
	margin-top: 140px;
	padding-top: 40px;
	background: url('../../images/top-ten-bg.gif') no-repeat;
}

