﻿/* Styles for the SmartFeaturePanel */

.featureHeader { border-style: solid; border-width: 1px; border-color: #ccc; }
.featureHeader h3 { font-size: 16pt; padding: 0px; margin: 0px; padding-bottom: 25px; color: #295194; }
.featurePanel { float: left; margin-right: 10px; width: 330px; }
.featureItemList { background-color: #fff; }
.featureItemList tr { vertical-align: top; }
.featureHeader tr td { border-bottom: dotted 1px silver; }
.featureItemImage { width: 50px; height: 80px; }
.featureHeaderImage { width: 50px; height: 80px; }
.featurePanelContainer { width: 100%; }
.featurePanelContainer hr { border: none; border-bottom: dotted 1px #ccc; height: 1px; background-color: #fff; }
.featurePanelContainer li { list-style-image: url(../images/li.gif); margin-left: 5px; line-height: 12pt; font-size: 10pt; }
.featureItemTitle { width: 100%; color: #295194; font-weight: bold; padding-bottom: 5px; font-size: 12pt; }
.featureItemText { font-size: 10pt; }
.featureImageContainer { width: 50px; height: 80px; padding: 0px; }
.featureHeaderTitle { color: #002DB3; }
