@import url('generic.css');
@import url('nav.css');

#product-list {
	margin: 30px 0px;
}

#product-list .product {
	padding: 0px;
	margin: 0px 0px 25px;
	background: transparent none;
	overflow: hidden;
	clear: left;
}

#product-list .product-image {
	float: left;
}

.col-group {
	width: 530px;
	float: right;
	background: #fff url(../images/pc_pd_colgroup_bg.gif) repeat-y 395px 0px;
}

.col-group .col {
	float: left;
}

.product-description {
	width: 390px;
}

.product-description p {
	margin-bottom: 10px;
}

.product-title {
	padding-bottom: 5px;
}

.product-title h2 {
	display: inline;
	margin: 0px;
	color: #666;
}

.product-title h2 a, .product-title h2 a:link, .product-title h2 a:visited {
	color: #666;
	text-decoration: none;
}

.product-title h2 a:hover{
color: #152d67
}
.product-title p {
	display: inline;
	padding-left: 15px;
}

.product-title p a {
	padding: 0px 0px 0px 7px;
	line-height: 11px;
	font-size: 10px;
	background: transparent url(/images/pl_pt_bullet.gif) no-repeat 0% 50%;
}

.col-group .ideally-suited-for {
	width: 120px;
	float: right;
	padding: 7px 0px 0px;
}

.ideally-suited-for ul {
	margin: 0px;
}

.ideally-suited-for ul li {
	font-size: 11px;
	margin: 3px 0px 0px;
}

.ideally-suited-for h3 {
	color: #666;
}

.icons {
	display: inline;
	margin: 0px;
	height: 22px;
	float: left;
	padding: 2px 2px 2px 0px;
}

.icons li {
	display: inline;
	padding: 0px;
	margin: 0px;
	float: left;
	background: transparent none;
}

.icons li a, .icons li a img {
	padding: 0px;
	margin: 0px 1px 0px 0px;
	display: block;
}
