/* Section specific text styles: Licensing */

/* ******************** FEATUREAREAS ****************************** */

div#featureArea {
	width: 466px;
	height: 100px;
	padding: 50px 20px 20px 200px;
}

/* ******************** FEATURENAV Adjustments ****************************** */

#featureNav {
	background: #547D73 url(../images/nav/featureNav_bkgd_lic.png) no-repeat;
}

#featureNav ul li {
	background: url(../images/nav/featureNav_gutter_lic.png) no-repeat;
	background-position: top right;
}

#featureNav ul li {
	padding: 7px 10px 7px 10px;	
}

#featureNav #selected {
	background: url(../images/nav/featureNav_selected_lic.png) no-repeat;
	background-position: top right;
}

#featureNav ul li.first#selected {	
	background: url(../images/nav/featureNav_selected_lic.png) no-repeat;
	background-position: top left;
}


/* ******************** QUOTE, ATTRIBUTION Adjustments ********************** */

/* ******************** SIDEBAR Adjustments********************************* */
#sidebar {
   	background: #E3EBEA;
}
#sidebartop {   
	/* top div inside the sidebar- these are the default-reset in specific css */
	background: #E3EBEA url(../images/sidebar/bkgd/sidebar_top_aqua.png) no-repeat top;
	padding-top: 12px;
}

#sidebarbottom {   
	/* bottom div inside the sidebar */
	background: #E3EBEA url(../images/sidebar/bkgd/sidebar_bottom_aqua.png) no-repeat bottom;
	padding-bottom: 12px;
}

/* ******************** SIDEBAR item specific to sub-section or specific product sheet:Currently set to FMP should be changed to FMS ********************** */


/* ******************** REFRESH TEMP STYLES ********************************* */

/* List classes - these still need some work but we should probably have some specific list styles that are global */

ul {
	margin: 0;
}

li {
	padding: .5em 0;
	color: #666;
}

ul.nobullet {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
}

ul.nobullet li {
	margin: 0 0 0 -1.1em;
}


/* Table classes - again, we may want to determine which table styles will be global vs page specific */

table.bumblebee {
	border-collapse: collapse;
	width: 100%;
}

table.bumblebee td {
	vertical-align: top;
	background-color: #fff;
	padding: 4px 4px 4px 6px;
	border-right: 1px solid #EEF5F4;
}

table.bumblebee th {
	color: #999;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	padding: 4px 4px 4px 6px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

table.bumblebee th.title {
	color: #075AB9;
}

table.bumblebee tr.shade td {
	vertical-align: top;
	background-color: #E3EBEA;
	border-right: 1px solid #fff;
}

table.open {
	border-spacing: 0px;
	width: 100%;
}

table.open td {
	vertical-align: top;
	padding: 8px 8px 8px 10px;
	border-top: 1px solid #ccc;
}

table.open th {
	color: #999;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding: 8px 8px 8px 10px;
	border-bottom: 1px solid #ccc;
}

div.steps {
	padding-top: 12px;
}

div.step1top {
	padding: 5px 10px 0 52px;
	background: url(http://www.filemaker.es/images/bkgd/step1_top_grn.png) no-repeat;
}

div.step2top {
	padding: 5px 10px 0 52px;
	background: url(http://www.filemaker.es/images/bkgd/step2_top_grn.png) repeat-y;
}

div.step3top {
	padding: 5px 10px 0 52px;
	background: url(http://www.filemaker.es/images/bkgd/step3_top_grn.png) repeat-y;
}

div.stepbottom {
	padding: 0 0 3px 0;
	background: url(http://www.filemaker.es/images/bkgd/step_bottom_grn.png) no-repeat;
}

div#sidebar #sidebartop ul {
	list-style: none outside;
	margin: 0;
	padding: 10px 0 0 0;
}

div#sidebar #sidebartop ul li {
	/* padding-left: 20px; */
	line-height: 14px;
	padding-bottom: .3em;
}

div#sidebar ul.nobullet {
	list-style: none outside;
	margin: 0;
	padding: 0 0 1em 0;
}

div#lowerArea ul.nobullet {
	list-style: none outside;
	margin: 0;
	padding: 0 0 1em 0;
}

div#lowerArea ul.nobullet li {
	padding-left: 1em;
	padding-bottom: .3em;
}

/* Perhaps these should be a global element */

.fl {
	float: left;
}
.fr {
	float: right;
}

div.clearall {
	clear:both;
}

/* Short-term fixes... should be deleted or modify global css */

h2 {
	line-height: 1.2em;
}

#sidebartop h4 {
	margin-top: 10px;
}