@charset "utf-8";
/* CSS Document */

.productWizard, #subProductList, #productImageBox {
	background-color: #FFFFFF;
    border: 1px solid #3B5061;
    color: #3B5061;
    list-style: none outside none;
    margin: 10px 0 20px 0px;
    padding: 20px 20px 20px;
    width:900px;
    float:left;
    clear:left;
}
.productWizard p {
	font-size:14px;
}
.productWizard h3, #subProductList h3, #productImageBox h3 {
	font-size:20px;
	font-weight:bold;
	margin: 0 0 20px;
}
#productImageBox img {
	margin: 0 0 10px 0;
}
#subProductList li {
	border:0;
	list-style:decimal;
	margin: 10px 0 20px -20px;
}
.subProductBox {
    margin-bottom: 5px;
		clear: left;
}
.content_grid {
	display: grid;
	grid-template-columns: 100px 3fr 3fr 1fr 1fr 1fr 1fr 1fr 95px 99px 120px;
	font-weight:bold;
	clear: left;
	margin-bottom: 30px;
}
.content_grid div {
	padding: 28px 0px 22px 5px;
	color: white;
	font-size: 16px;
	font-weight: 100;
}
.uln {
	width: 100%;
	margin: 0 0 30px 0;
	font-size: 20px;
	background-color: #222228;
	padding: 20px 20px 15px;
	border-radius: 10px;
}
.subProductName2 {
	width:400px;
	float:left;
	clear:left;
	font-weight:bold;
}
.subProductBtn {
	float:left;
	clear:none;
	margin-left: 5px;
}
.subProductBtn2 {
	float:left;
	clear:none;
}
.columnSpacer {
	clear: none;
    float: left;
    width: 261px;
}
.formRow {
	clear:both;
	height:30px;
	/*padding: 20px;*/
}
.formTextFixedWidth {
	float:left;
	clear:both;
	width: 160px;
	padding-top: 12px;
}
.formTextFixedWidth2 {
	float:left;
	clear:both;
	width:300px;
	padding-top:3px;
}
.productPreviewRow {
	float:left;
	clear:left;
	background-color: #eee;
	margin:3px 0;
}
.productPreviewFieldName {
	float:left;
	clear:left;
	width:200px;
	padding:5px;
}
.productPreviewFieldName2 {
	float:left;
	clear:none;
	width:640px;
	padding:5px;
}
.formField {
	float:left;
	clear:none;
}
.formSubmit {
	clear:left;
  margin-top: 3px;
}
.formSubmit2 {
	clear:left;
	margin-left: 298px;
    margin-top: 3px;
}

.updated {width:0;height:0;}
.horizontalLine {border-top:1px solid #eee; margin:35px 0;}
#filterSort { margin: 10px 0; }
.filterLetter,.filterLetterSelected,.filterLetterAll,.filterLetterAllSelected {padding:4px;background-color:#3b5061;float:left; clear:none;width:10px;margin-left:1px; text-align:center;}
.filterLetter a,.filterLetterSelected a,.filterLetterAll a,.filterLetterAllSelected a {color:#fff; text-decoration:none; text-align:center;}
.filterLetterSelected {background-color:#6e92af;}
.filterLetterAllSelected {width:35px;background-color:#6e92af;}
.filterLetterAll {width:35px;}
.filterLetterTitle {float:left; clear:none;width:90px;margin-left:5px;padding:4px 0 0 0;}
.filterBar {float:left; clear:none;width:660px;margin:0 5px 0px 0;}


#downloadableList {
	float:left;
	clear:left;
	padding: 5px 0;
}
#downloadableListName {
	background-color: #fff;
	margin: 0 5px 6px 0;
	padding: 5px 10px;
	float:left;
	clear:left;
	width: 420px;
}
.downloadableListOperations {
	float:left;
	clear:left;
}
.downloadableListOperation {
	background-color: #076552;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
	float:left;
	clear:none;
	width: 70px;
	text-align: center;
}
.downloadableListOperation a {
	color:#fff;
	text-decoration:none;
}
.downloadableListOperation a:hover {
	color:#fff;
	text-decoration:none;
}
.downloadableListCheckbox {
	background-color: #fff;
	/*margin: 0 5px 5px 0;
	padding: 5px 10px;*/
	float:left;
	clear:none;
	width: 100px;
	text-align: center;
}
#downloadableListItem {
	clear:left;
	float:left;
	width: 881px;
/* 	background-color:#ff0000; */
	margin-bottom:20px;
	padding:10px;
}
#downloadableListItem h2 {
	font-size:1.3em;
	font-weight: bold;
    margin-bottom: 10px;
}
#downloadableListItem h3 {
	font-size:0.9em;
	font-weight: normal;
    margin-bottom: 10px;
}
.downloadablePermissions {
	float:left;
	clear:left;
	margin-bottom:10px;
	font-size:1.1em;
}
.downloadablePermissionsTitle {
	float:left;
	padding: 3px 0px;
}
#preloader_lead { float: left; clear: none; width: 40px; height: 40px; display: none; margin: 20px; }
#preloader_lead img { width: 100%; }
