/* Styles for smaller product series images */

.product_series_small {
	float:left;
	width:155px;
	padding-right:10px;
	padding-bottom:50px;
}

.product_title_small {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:url(/images/products/images/bullet.jpg) no-repeat left top;
	padding-left:15px;
	height:30px;
	margin:5px 0;
}

.product_intro_small {
	padding-left:5px;
	font-size:10px;
}

/**********************************************/

.app_series {
	float:left;
	width:277px;
	padding-right:30px;
	padding-bottom:150px;
}

.product_series {
	float:left;
	width:205px;
	padding-right:5px;
	padding-bottom:50px;
}

.product {
	border-bottom:1px solid #CCCCCC;
	position: relative;
	overflow:	visible;
}

.product_desc {
	float:left;
	width:400px;
	padding-right:100px;
}

.product_image {
	float: left;
	position: relative;
	padding-top:5px;
	padding-bottom: 15px;
}

.clearit {
	clear:both;
}

.product_title {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.product_intro {
	padding-left:15px;
}

