/* ################################################################# */
/* CSS - Screen */
@media screen {

.hk_listing{
	border:1px solid #f2390b;
	width:574px;
	padding:1px;
	margin-top:20px;
	cursor:pointer;
}
.hk_sorting{
	width:574px;
	padding:1px;
	margin-top:20px;
}
.hk_sorting select{
	border:1px solid black;
	width:120px;
}
.hk_listing_header{
	height:24px;
	background-color:#f2390b;
	margin-bottom:1px;
	background-image:url('images/hk_style/sButton.png');
	background-repeat:no-repeat;
	background-position:3px;
	padding-left:25px;
}
.hk_listing_header h3{
	line-height:24px;
	font-size:12px!important;
	color:white;
	margin:0!important;
	padding:0!important;
}
.hk_listing_img{
	width:280px;
	height:175px;
	float:left;
}
.hk_listing_img img{ border:none; }
.hk_listing_data{
	background-color:#cadaea;
	margin-left:281px;
	height:174px;
}
.hk_listing_data ul{
	list-style-type:none;
	padding-top:5px;
}

.hk_listing_data ul li{
	list-style-type:none;
}

.hk_gallery_listing{
	background-color:#cadaea;
	height:152px;
	margin-top:25px;
}
.hk_gallery_item{
	width:176px;
	height:137px;
	float:left;
	margin-left:10px;
	margin-top:11px;
}
.hk_gallery_pic{
	border:1px solid white;
	height:119px;
}

.hk_gallery_text{
	color:black;
	margin-top:2px;
}

.sButton{
	border:1px solid #e7e7e5;
	padding:1px;
	width:190px;
	margin:5px;
}
.sButton a{
	display:block;
	line-height:22px;
	width:160px;
	background-color:#cadaea;
	background-image:url('images/hk_style/sButton.png');
	background-repeat:no-repeat;
	background-position:5px center;
	padding-left:30px;
	color:#2a2b2f;
	font-weight:bold;
}

}
