#search_block { display:none; }
#categories_block { display:none; }

#price-description { 
	clear:both;
	padding:20px;
	font-size:11px;
	color:#505050;
	font-style:italic;
}

.featured_block {
	margin-bottom:30px;
}

.template {
	height:184px;
	margin:10px;
	float:left;
	font-size:12px;
	padding:8px;
	border:1px solid #ddd;
	border-radius:3px;
}

.template-left{ 
	float:left;
	margin-right:10px;
}

.template-right {
	float:right;
}

.template_actions {
	text-align:center;
	
}

.template_actions div {
	width:50%;
	font-size:10px;
	text-align:center;
	background:#525252;
	float:left;
}

.template_actions div a {
	color:#efefef;
}

.template_actions div:hover {
	background:#efefef;
}

.template_actions div:hover a {
	color:#525252;
	text-decoration:none;
}

/* PREVIEW PAGE */

.preview-title {
	padding:6px;
	border:1px #525252;
	background:#c0c0c0;
	font-weight:bold;
}

.preview-data {
	padding:6px;
	border:1px #525252;
	background:#efefef;
}

.software-required {
	background:#efefef;
	border:1px solid #ddd;
	padding:6px;
	border-radius:3px;
	margin:10px 0px;
}

#preview_button_block {
	text-align:center;
	margin:20px;
}



#support_block, #related_category, #related_keyword{
	background:#efefef;
	border:1px solid #ddd;
	border-radius:3px;
	margin:20px 0px;
	padding:0px 10px;
	font-size:12px;
}

#related_category {
	float:left;
	width:45%;
	padding-bottom:15px;
}

#related_keyword {
	float:right;
	width:45%;
	padding-bottom:15px;
}