/* kontraband new site css */

@charset "utf-8";
/* CSS Document */
html,body{
	margin:0px;
	padding:0px;
	height:100%;
	min-height:100%;
	border:none;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial; 
	font-size:11px; 
	color:#58595b;
}

a {
	text-decoration : none;
	color:#58595b;
}
a:hover {
	color:red;
}
a img {
	border : 0px;
}

.listingThumb {
	float : left; 
	margin : 0px 13px 13px 18px;

}
.listingTitle {
	margin : 0px 3px 3px 0px;
	font-size : 14px;
	font-weight : bold;
	padding : 1px;
}

