/* CSS Document for DIG microsite */

.clear {
	clear: both;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}

/* for products */
.model .pic {
	float: left;
	width: 30%;
	text-align: center;
}
.model .modellist {
	float: right;
	width: 65%;
}

.model DIV.list {
	list-style: none;
	padding: 0 10px;
	margin: 0;
}
.model DIV.list LI {
	line-height: 25px;
	background: url("../products/icon_product.gif") 18px center no-repeat;
	padding: 0 10px 0 35px;
	font-weight: bold;
}

.model DIV.list LI.new {
	background: url("../products/icon_new.gif") left center no-repeat;
	padding-left: 0 10px 0 35px;
	color: #900;
}

.model, 
.feature {
	clear: both;
}

.feature .f-left,
.feature .f-right {
	margin: 0 10px;
}
.feature div.list li {
	line-height: 20px;
}

.warning {
	clear: both;
	border:1px solid #eee;
	background: #ffe;
	text-align: center;
	color: #900;
	line-height: 25px;
}