@charset "UTF-8";
/* CSS Document */



/***Product List***/
#all, #security, #utility {
	width:660px;
	height:auto;
	float:right;
	overflow:hidden;
}
.product-box {
	width:618px;
	height:auto;
	border:1px solid #ccc;
	margin-bottom:20px;
	overflow:hidden;
	padding:20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.product-title {
	font-size:14px;
	display:inline-block;
	margin-bottom:10px;
}
img.product-icon {
	float:left;
	margin-right:20px;
}
p.product-description {
	width: 350px;
	display:inline-block;
	float:left;
	margin-top:0;
}
.product-actions {
	width:180px;
	height:auto;
	float:right;
}
a.action {
	width:180px;
	height:35px;
	background:url(/res/new/images/btn-bg.gif) top repeat-x;
	border:1px solid #ccc;
	display:block;
	font-weight:bold;
	line-height:35px;
	margin-bottom:5px;
	text-decoration:none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.action img {
	margin:0 5px;
}
.product-actions .last {
	margin:0;
}
a.action:hover {
	background-position:0 -35px;
}
a.action:active {
	background-position:0 -70px;
}

