ul.mylist {
	padding:0px;
	list-style-type: none; 
}

ul.mylist li {
	padding: 0px 0px 0px 20px;
	line-height: 20px; 
	background: url(images/tag.png) no-repeat left center; 
}

#dd-buttons {
	padding: 4px 25px;
	height: 50px;
	width: 310px;
}

#dd-buttons a {
	display: block;
	height: 50px;
	width: 150px;
}

#dd-buttons a.download {
	background: url(images/download.png) 0 0 no-repeat;
	float: left;
}

#dd-buttons a.demo {
	background: url(images/demo.png) 0 0 no-repeat;
	float: right;
}

#dd-buttons a:hover.download, #dd-buttons a:hover.demo {
	background-position: 0 -50px;
}

.gallery-item {
	float:left;
	width:410px;
	margin:0px 25px 0px 25px;
}

.gallery-item .browser {
	background: url(images/browser.gif) no-repeat scroll 0 0;
	float:left;
	height:285px;
	padding-top:22px;
	position:relative;
	width:410px;
}

.clear {
	height:5px;
	clear:both;
}

.themeinfo {
	font:11px/20px Georgia, Palatino, Verdana, Tahoma, Helvetica, serif;
	padding: 8px;
}

img {
	border:none;
}


ul.cost {
	padding:0px;
	list-style-type: none; 
}

ul.cost li {
	padding: 0px 0px 0px 40px;
	line-height: 35px; 
	background: url(images/money.png) no-repeat left center; 
}



